@charset "UTF-8";

:root {
    --color-primary: #0000ff;
    --color-primary-alt: #0000ff;
    --color-secondary: #0000ff;
    --color-secondary-alt: #e07bc7;
    --color-tertiary: #f604b9;
    --color-tertiary-alt: #e07bc7;
    --color-yellow: #e3f800;
    --color-yellow-alt: #e7f368;
    --color-card: #1b1b1c;
    --color-lessdark: #232324;
    --color-primary-opacity-1: rgba(124, 118, 242, 0.15);
    --color-primary-opacity-2: rgba(123, 117, 240, 0.25);
    --color-tertiary-opacity-1: rgba(224, 123, 199, 0.15);
    --color-tertiary-opacity-2: rgba(224, 123, 199, 0.25);
    --color-yellow-opacity-1: rgba(231, 243, 104, 0.15);
    --color-yellow-opacity-2: rgba(231, 243, 104, 0.25);
    --color-dark: #000000;
    --color-bg-alt: #121326;
    --color-dark-alt: #171930;
    --color-darker: #16172e;
    --color-heading: #ffffff;
    --heading-opacity-2: #e9e9e950;
    --color-body: rgba(226, 230, 255, 0.65);
    --color-white: #ffffff;
    --color-pink: #e07bc7;
    --color-light-green: #36c6f0;
    --color-coral: #e9967a;
    --color-violet: #800080;
    --color-white-off: #ffffffab;
    --color-bodyest: #273041;
    --color-darkest: #232d40;
    --color-black: #111113;
    --color-grey: rgba(207, 207, 207, 0.24);
    --color-grey2: #f4f5f7;
    --color-gray: #a1a9ac;
    --color-gray-light: #f6f6f6;
    --color-gray-lighter: #ebebeb;
    --color-light: #f5f7fa;
    --color-lighter: #f2f5f9;
    --primary-opacity: #6a48f221;
    --secondary-opacity: #b966e721;
    --coral-opacity: #e9967a21;
    --violet-opacity: #80008021;
    --pink-opacity: #db709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #ff000310;
    --warning-opacity: #ff8f3c10;
    --success-opacity: #3eb75e10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024d1;
    --color-card-6: #3b3b46;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #eeeeff;
    --color-secondary-alt: #fef4f4;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #f9f9ff;
    --color-border: rgba(157, 157, 255, 0.05);
    --color-border-2: #21262d4f;
    --color-border-3: #484646;
    --color-badge-1: #303f5b;
    --color-badge-2: #f2c94c;
    --color-facebook: #3b5997;
    --color-twitter: #1ba1f2;
    --color-youtube: #ed4141;
    --color-linkedin: #0077b5;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(0, 0, 0, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.2);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0 0 20px 5px rgb(82 55 249 / 33%);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3:
        transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
        border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --transition-4: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    --font-primary: "Plus Jakarta Sans", sans-serif;
    --font-secondary: "Plus Jakarta Sans", sans-serif;
    --font-alt: "Source Serif Pro", serif;
    --font-awesome: "Font Awesome 5 Pro";
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.7;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 46px;
    --h2: 44px;
    --h3: 36px;
    --h4: 24px;
    --h5: 18px;
    --h6: 16px;
    --div-gap-1: 10px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --gradient-1: linear-gradient(
        90deg,
        var(--color-primary),
        var(--color-primary) 33%,
        var(--color-secondary) 66%,
        var(--color-secondary)
    );
    --gradient-2: radial-gradient(
        circle,
        rgba(123, 97, 255, 0.2),
        rgba(123, 97, 255, 0.05)
    );
    --gradient-3: linear-gradient(90deg, #8da9fc 0%, #b48dd5 100%);
    --gradient-4: linear-gradient(180deg, #fff, #f6f9ff);
    --gradient-5: linear-gradient(
        rgb(239, 241, 255) 0%,
        rgb(239, 241, 255) 100%
    );
    --gradient-6: linear-gradient(180deg, #6827ff 0%, #e3f0ff 100%);
    --gradient-7: linear-gradient(
        218.15deg,
        var(--color-secondary) 0%,
        var(--color-primary) 100%
    );
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.15),
        rgba(251, 199, 226, 0.15),
        rgba(220, 217, 254, 0.15)
    );
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    pointer-events: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-secondary);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

table thead th {
    font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(56, 88, 246, 0.6);
    text-decoration: none;
    padding: 0 5px;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: 0.6;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--heading-color);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
}

blockquote strong,
blockquote b {
    font-weight: 700;
}

/**
 * Typography
 */
* {
    box-sizing: border-box;
}

html {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}
body {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: var(--f-regular);
    margin: 0;
    padding: 0;
    scroll-behavior: auto;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
    background-color: #121214;
}
body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icons/noise.gif);
    z-index: -1;
    background-color: rebeccapurple;
    opacity: 0.03;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.19;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.33;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.4;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    transition: 0.5s;
}

a {
    color: var(--color-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--p-bold);
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--p-bold);
}

h6,
.h6 {
    font-weight: var(--p-medium);
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--f-regular);
    color: var(--color-body);
    margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: var(--font-size-b2);
        line-height: var(--line-height-b2);
    }
}
p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}
p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}
p.has-small-font-size {
    font-size: 13px;
}
p.has-very-light-gray-color {
    color: var(--color-white);
}
p.has-background {
    padding: 20px 30px;
}
p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}
p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}
p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}
p.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
    p br {
        display: none;
    }
}

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--color-heading);
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style
---------------------------*/
ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}
ul.liststyle.bullet li {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-body);
    position: relative;
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}
ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    left: 0;
    top: 10px;
}
ul.liststyle.bullet li + li {
    margin-top: 8px;
}
ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
    font-weight: 400;
}
ul li a {
    text-decoration: none;
    color: var(--color-body);
}
ul li a:hover {
    color: var(--color-secondary);
}
ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}
ol li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-gray);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
ol li a {
    color: var(--heading-color);
    text-decoration: none;
}
ol li a:hover {
    color: var(--color-primary);
}
ol ul {
    padding-left: 30px;
}

hr {
    display: block;
    height: 0;
    margin: 15px 0;
    border-top: 2px solid var(--color-border);
    background: transparent;
}

kbd {
    background: var(--color-primary);
}

/*=====================
All Extend Here
=======================*/
[data-overlay]:before {
    background: var(--color-primary);
}

/* Radius */
.inv-card .inner .thumbnail .card-image img,
.inv-card .inner .thumbnail .card-image a,
.tmp-card .inner .thumbnail .card-image img,
.tmp-card .inner .thumbnail .card-image a,
.radius-small {
    border-radius: var(--radius-small);
}

.radius-small {
    border-radius: var(--radius-small);
}

.radius,
.post-scale {
    border-radius: var(--radius);
}

.radius-big {
    border-radius: var(--radius-big);
}

/* Font Weight */
.w-300 {
    font-weight: 300 !important;
}

.w-400 {
    font-weight: 400 !important;
}

.w-500 {
    font-weight: 500 !important;
}

.w-600 {
    font-weight: 600 !important;
}

.w-700 {
    font-weight: 700 !important;
}

.w-800 {
    font-weight: 800 !important;
}

.w-900 {
    font-weight: 900 !important;
}

/* Shadows */
.shadow-primary {
    box-shadow: var(--shadow-primary);
}

.shadow-light {
    box-shadow: var(--shadow-light);
}

.shadow-lighter {
    box-shadow: var(--shadow-lighter);
}

/*=============== Style Css =============*/
.tmp-widget-sidebar .tmp-default-sidebar-list,
.tmp-meta-list,
.advance-pricing .pricing-right .plan-offer-list,
.advance-brand,
.breadcrumb-inner ul.page-list,
.plan-offer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inv-card .inner .content .title a,
.inv-card .inner .thumbnail .card-image img,
.inv-card,
.about-author .media-body .author-info .title a,
.tmp-single-widget.widget_recent_comments ul li span,
.tmp-single-widget.widget_recent_entries ul li span,
.tmp-single-widget.widget_archive ul li span,
.tmp-single-widget.widget_categories ul li span,
.tmp-single-widget.widget_meta ul li span,
.tmp-single-widget.widget_pages ul li span,
.tmp-single-widget.widget_nav_menu ul li span,
.tmp-single-widget.widget_recent_comments ul li a,
.tmp-single-widget.widget_recent_entries ul li a,
.tmp-single-widget.widget_archive ul li a,
.tmp-single-widget.widget_categories ul li a,
.tmp-single-widget.widget_meta ul li a,
.tmp-single-widget.widget_pages ul li a,
.tmp-single-widget.widget_nav_menu ul li a,
.tmp-address .inner p a,
.tmp-card .inner .content .title a,
.tmp-card .inner .thumbnail .card-image img,
.tmp-card,
.card-box .inner .content .title a,
.service.service__style--2 .content p,
.service.service__style--2 .content .title a,
.service.service__style--2 .content .title,
.service.gallery-style .content p,
.service.gallery-style .content .title a,
.service.gallery-style .content .title,
.service.service__style--1 .content p,
.service.service__style--1 .content .title a,
.service.service__style--1 .content .title,
.service.service__style--1 .icon,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a,
.form-group textarea,
.form-group input,
#scrollUp,
ul li a,
ol li a {
    transition: var(--transition);
}

.bg_image,
.bgImagePosition {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*----------------------
    Animation Css
-----------------------*/
.tmponhover {
    position: relative;
    overflow: hidden;
}
.tmponhover::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--color-primary), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition:
        0.5s,
        top 0s,
        left 0s;
    border-radius: var(--radius);
}
.tmponhover:hover::before {
    opacity: 1;
}
.tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--color-card);
    border-radius: var(--radius);
}
.tmponhover > * {
    z-index: 2;
    position: relative;
}

.post-scale {
    overflow: hidden;
}
.post-scale img {
    transition: 0.5s;
}
.post-scale:hover img {
    transform: scale(1.1);
}

@keyframes customOne {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
@keyframes customTwo {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(100px, 0px);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
.customOne {
    animation: customOne 2s infinite;
}

@keyframes moveright {
    from {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@keyframes moveLeft {
    from {
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@keyframes moveOut {
    0% {
        -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.move-right {
    animation: moveright 1s linear;
}

.move-left {
    animation: moveLeft 1s linear;
}

.move-down {
    animation: movedown 1s linear;
}

@keyframes leftRight {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(30px);
    }
    75% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}
.move-out {
    border-radius: 50%;
    animation: moveOut 2s linear;
}

@keyframes movedown {
    from {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
.move-up {
    animation: moveup 1s linear;
}

@keyframes moveup {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@keyframes moveOut {
    0% {
        -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes toBottomLeft {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
        clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.toBottomLeft {
    animation: toBottomLeft 1.5s linear;
}

/* ------------------------
    Custom Animation 01
----------------------------*/
@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}
@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}
/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes slideFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.slideFadeInUp {
    -webkit-animation-name: slideFadeInUp;
    animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*--------------------------------
Scroll Down Button Animation
----------------------------------*/
@keyframes scrollDown {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}
.invers-anime {
    position: relative;
    overflow: hidden;
}
.invers-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    pointer-events: none;
}
.invers-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*==============================
 *  Utilities
=================================*/
@media only screen and (max-width: 767px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

iframe {
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fix {
    overflow: hidden;
}

/*===============================
    Background Color
=================================*/
.bg-color-primary {
    background: var(--color-primary) !important;
}

.bg-color-primary-alt {
    background: var(--color-primary-alt) !important;
}

.bg-color-secondary {
    background: var(--color-secondary) !important;
}

.bg-color-secondary-alt {
    background: var(--color-secondary-alt) !important;
}

.bg-color-tertiary {
    background: var(--color-tertiary) !important;
}

.bg-color-tertiary-alt {
    background: var(--color-tertiary-alt) !important;
}

.bg-color-yellow {
    background: var(--color-yellow) !important;
}

.bg-color-yellow-alt {
    background: var(--color-yellow-alt) !important;
}

.bg-color-primary-opacity-1 {
    background: var(--color-primary-opacity-1) !important;
}

.bg-color-primary-opacity-2 {
    background: var(--color-primary-opacity-2) !important;
}

.bg-color-tertiary-opacity-1 {
    background: var(--color-tertiary-opacity-1) !important;
}

.bg-color-tertiary-opacity-2 {
    background: var(--color-tertiary-opacity-2) !important;
}

.bg-color-yellow-opacity-1 {
    background: var(--color-yellow-opacity-1) !important;
}

.bg-color-yellow-opacity-2 {
    background: var(--color-yellow-opacity-2) !important;
}

.bg-color-dark {
    background: var(--color-dark) !important;
}

.bg-color-dark-alt {
    background: var(--color-dark-alt) !important;
}

.bg-color-darker {
    background: linear-gradient(162deg, #1b1b26 -70%, #09090d 92%) !important;
}

.bg-color-heading {
    background: var(--color-heading) !important;
}

.bg-color-body {
    background: var(--color-body) !important;
}

.bg-color-white {
    background: var(--color-white) !important;
}

.bg-color-pink {
    background: var(--color-pink) !important;
}

.bg-color-bg-alt {
    background: var(--color-bg-alt) !important;
}

.bg-color-grey {
    background: #f0f2f5 !important;
}

.bg-color-white {
    background: #ffffff !important;
}

.bg-color-black {
    background: #1a1a1a !important;
}

.bg-color-extra03 {
    background: var(--color-extra03) !important;
}

.bg-color-lessdark {
    background: var(--color-lessdark) !important;
}

.bg-color-2 {
    backdrop-filter: saturate(180%) blur(8px);
    background-color: var(--color-card);
    background-image: linear-gradient(180deg, var(--color-black), transparent);
}

.color-primary {
    color: var(--color-primary) !important;
}

.color-primary-alt {
    color: var(--color-primary-alt) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-secondary-alt {
    color: var(--color-secondary-alt) !important;
}

.color-tertiary {
    color: var(--color-tertiary) !important;
}

.color-tertiary-alt {
    color: var(--color-tertiary-alt) !important;
}

.color-yellow {
    color: var(--color-yellow) !important;
}

.color-yellow-alt {
    color: var(--color-yellow-alt) !important;
}

.color-primary-opacity-1 {
    color: var(--color-primary-opacity-1) !important;
}

.color-primary-opacity-2 {
    color: var(--color-primary-opacity-2) !important;
}

.color-tertiary-opacity-1 {
    color: var(--color-tertiary-opacity-1) !important;
}

.color-tertiary-opacity-2 {
    color: var(--color-tertiary-opacity-2) !important;
}

.color-yellow-opacity-1 {
    color: var(--color-yellow-opacity-1) !important;
}

.color-yellow-opacity-2 {
    color: var(--color-yellow-opacity-2) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

.color-dark-alt {
    color: var(--color-dark-alt) !important;
}

.color-darker {
    color: var(--color-card) !important;
}

.color-heading {
    color: var(--color-heading) !important;
}

.color-body {
    color: var(--color-body) !important;
}

.color-white {
    color: var(--color-white) !important;
}

.color-pink {
    color: var(--color-pink) !important;
}

.color-grey {
    color: #f0f2f5 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #1a1a1a !important;
}

.color-extra03 {
    color: var(--color-extra03) !important;
}

.color-lessdark {
    color: var(--color-lessdark) !important;
}

.bg-gradient-1 {
    background: var(--gradient-1) !important;
}

.bg-gradient-2 {
    background: var(--gradient-2) !important;
}

.bg-gradient-3 {
    background: var(--gradient-3) !important;
}

.bg-gradient-4 {
    background: var(--gradient-4) !important;
}

.bg-gradient-5 {
    background: var(--gradient-5) !important;
}

.bg-gradient-6 {
    background: var(--gradient-6) !important;
}

.bg-gradient-7 {
    background: var(--gradient-7) !important;
}

.bg-gradient-8 {
    background: var(--gradient-8) !important;
}

.bg-gradient-9 {
    background: var(--gradient-9) !important;
}

/*===========================
    Background Image
=============================*/
.bg_image_fixed {
    background-attachment: fixed;
}

.bg_image--1 {
    background-image: url(../images/bg/bg-image-1.html);
}

.bg_image--2 {
    background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.html);
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.html);
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.html);
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.html);
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.html);
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.html);
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.html);
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
    background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
    background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
    background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
    background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
    background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
    background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
    background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
    background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
    background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
    background-image: url(../images/bg/bg-image-30.html);
}

/* Height and width */
.fullscreen {
    min-height: 100vh;
    width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row--0 > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row--5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}
.row--10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}
.row--15 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--25 > [class*="col"],
.row--25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--45 > [class*="col"],
.row--45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--40 > [class*="col"],
.row--40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.row--60 > [class*="col"],
.row--60 > [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1;
}

/*------------------------------
    Scroll Up
--------------------------------*/
#scrollUp {
    width: 70px;
    height: 80px;
    right: 100px;
    bottom: 60px;
    text-align: center;
    z-index: 9811 !important;
    text-decoration: none;
    background: #fff;
    line-height: 80px;
    color: #757589;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}
#scrollUp::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px);
}
#scrollUp::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 30px;
        width: 50px;
        height: 60px;
        line-height: 60px;
    }
}
#scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}
@media only screen and (max-width: 767px) {
    #scrollUp span.text {
        margin-top: 3px;
    }
}
#scrollUp span.text::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent var(--color-primary) transparent;
    position: absolute;
    content: "";
    left: 50%;
    top: 21%;
    transform: translateX(-50%);
}
#scrollUp:hover span.text {
    color: var(--color-primary);
}

/*--------------------
    Contact Form
----------------------*/
.form-message {
    margin-bottom: 0;
    text-align: center;
}
.form-message.error {
    margin-top: 20px;
    color: #f80707;
}
.form-message.success {
    margin-top: 20px;
    color: #0d8d2d;
}

.slick-gutter-15 {
    margin: 0 -15px;
}
.slick-gutter-15 .slick-slide {
    padding: 0 15px;
}

.tmp-alignwide {
    margin-left: -144px;
    margin-right: -144px;
    max-width: 1600px;
    width: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-alignwide {
        margin-left: -110px;
        margin-right: -110px;
        max-width: 1400px;
        width: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-alignwide {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-alignwide {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

.tmp-inner-alignwide {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media only screen and (min-width: 1400px) {
    .tmp-inner-alignwide {
        max-width: 1290px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tmp-inner-alignwide {
        max-width: 985px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-inner-alignwide {
        max-width: 948px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-inner-alignwide {
        max-width: 708px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-inner-alignwide {
        max-width: 708px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-inner-alignwide {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.padding-top-left-50 {
    padding-top: 50px;
    padding-left: 50px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.bg-color-card {
    background: var(--color-card) !important;
}

[data-tmp-position-vertical="1"] {
    top: 1%;
}

[data-tmp-position-vertical="2"] {
    top: 2%;
}

[data-tmp-position-vertical="3"] {
    top: 3%;
}

[data-tmp-position-vertical="4"] {
    top: 4%;
}

[data-tmp-position-vertical="5"] {
    top: 5%;
}

[data-tmp-position-vertical="6"] {
    top: 6%;
}

[data-tmp-position-vertical="7"] {
    top: 7%;
}

[data-tmp-position-vertical="8"] {
    top: 8%;
}

[data-tmp-position-vertical="9"] {
    top: 9%;
}

[data-tmp-position-vertical="10"] {
    top: 10%;
}

[data-tmp-position-vertical="11"] {
    top: 11%;
}

[data-tmp-position-vertical="12"] {
    top: 12%;
}

[data-tmp-position-vertical="13"] {
    top: 13%;
}

[data-tmp-position-vertical="14"] {
    top: 14%;
}

[data-tmp-position-vertical="15"] {
    top: 15%;
}

[data-tmp-position-vertical="16"] {
    top: 16%;
}

[data-tmp-position-vertical="17"] {
    top: 17%;
}

[data-tmp-position-vertical="18"] {
    top: 18%;
}

[data-tmp-position-vertical="19"] {
    top: 19%;
}

[data-tmp-position-vertical="20"] {
    top: 20%;
}

[data-tmp-position-vertical="21"] {
    top: 21%;
}

[data-tmp-position-vertical="22"] {
    top: 22%;
}

[data-tmp-position-vertical="23"] {
    top: 23%;
}

[data-tmp-position-vertical="24"] {
    top: 24%;
}

[data-tmp-position-vertical="25"] {
    top: 25%;
}

[data-tmp-position-vertical="26"] {
    top: 26%;
}

[data-tmp-position-vertical="27"] {
    top: 27%;
}

[data-tmp-position-vertical="28"] {
    top: 28%;
}

[data-tmp-position-vertical="29"] {
    top: 29%;
}

[data-tmp-position-vertical="30"] {
    top: 30%;
}

[data-tmp-position-vertical="31"] {
    top: 31%;
}

[data-tmp-position-vertical="32"] {
    top: 32%;
}

[data-tmp-position-vertical="33"] {
    top: 33%;
}

[data-tmp-position-vertical="34"] {
    top: 34%;
}

[data-tmp-position-vertical="35"] {
    top: 35%;
}

[data-tmp-position-vertical="36"] {
    top: 36%;
}

[data-tmp-position-vertical="37"] {
    top: 37%;
}

[data-tmp-position-vertical="38"] {
    top: 38%;
}

[data-tmp-position-vertical="39"] {
    top: 39%;
}

[data-tmp-position-vertical="40"] {
    top: 40%;
}

[data-tmp-position-vertical="41"] {
    top: 41%;
}

[data-tmp-position-vertical="42"] {
    top: 42%;
}

[data-tmp-position-vertical="43"] {
    top: 43%;
}

[data-tmp-position-vertical="44"] {
    top: 44%;
}

[data-tmp-position-vertical="45"] {
    top: 45%;
}

[data-tmp-position-vertical="46"] {
    top: 46%;
}

[data-tmp-position-vertical="47"] {
    top: 47%;
}

[data-tmp-position-vertical="48"] {
    top: 48%;
}

[data-tmp-position-vertical="49"] {
    top: 49%;
}

[data-tmp-position-vertical="50"] {
    top: 50%;
}

[data-tmp-position-vertical="51"] {
    top: 51%;
}

[data-tmp-position-vertical="52"] {
    top: 52%;
}

[data-tmp-position-vertical="53"] {
    top: 53%;
}

[data-tmp-position-vertical="54"] {
    top: 54%;
}

[data-tmp-position-vertical="55"] {
    top: 55%;
}

[data-tmp-position-vertical="56"] {
    top: 56%;
}

[data-tmp-position-vertical="57"] {
    top: 57%;
}

[data-tmp-position-vertical="58"] {
    top: 58%;
}

[data-tmp-position-vertical="59"] {
    top: 59%;
}

[data-tmp-position-vertical="60"] {
    top: 60%;
}

[data-tmp-position-vertical="61"] {
    top: 61%;
}

[data-tmp-position-vertical="62"] {
    top: 62%;
}

[data-tmp-position-vertical="63"] {
    top: 63%;
}

[data-tmp-position-vertical="64"] {
    top: 64%;
}

[data-tmp-position-vertical="65"] {
    top: 65%;
}

[data-tmp-position-vertical="66"] {
    top: 66%;
}

[data-tmp-position-vertical="67"] {
    top: 67%;
}

[data-tmp-position-vertical="68"] {
    top: 68%;
}

[data-tmp-position-vertical="69"] {
    top: 69%;
}

[data-tmp-position-vertical="70"] {
    top: 70%;
}

[data-tmp-position-vertical="71"] {
    top: 71%;
}

[data-tmp-position-vertical="72"] {
    top: 72%;
}

[data-tmp-position-vertical="73"] {
    top: 73%;
}

[data-tmp-position-vertical="74"] {
    top: 74%;
}

[data-tmp-position-vertical="75"] {
    top: 75%;
}

[data-tmp-position-vertical="76"] {
    top: 76%;
}

[data-tmp-position-vertical="77"] {
    top: 77%;
}

[data-tmp-position-vertical="78"] {
    top: 78%;
}

[data-tmp-position-vertical="79"] {
    top: 79%;
}

[data-tmp-position-vertical="80"] {
    top: 80%;
}

[data-tmp-position-vertical="81"] {
    top: 81%;
}

[data-tmp-position-vertical="82"] {
    top: 82%;
}

[data-tmp-position-vertical="83"] {
    top: 83%;
}

[data-tmp-position-vertical="84"] {
    top: 84%;
}

[data-tmp-position-vertical="85"] {
    top: 85%;
}

[data-tmp-position-vertical="86"] {
    top: 86%;
}

[data-tmp-position-vertical="87"] {
    top: 87%;
}

[data-tmp-position-vertical="88"] {
    top: 88%;
}

[data-tmp-position-vertical="89"] {
    top: 89%;
}

[data-tmp-position-vertical="90"] {
    top: 90%;
}

[data-tmp-position-vertical="91"] {
    top: 91%;
}

[data-tmp-position-vertical="92"] {
    top: 92%;
}

[data-tmp-position-vertical="93"] {
    top: 93%;
}

[data-tmp-position-vertical="94"] {
    top: 94%;
}

[data-tmp-position-vertical="95"] {
    top: 95%;
}

[data-tmp-position-vertical="96"] {
    top: 96%;
}

[data-tmp-position-vertical="97"] {
    top: 97%;
}

[data-tmp-position-vertical="98"] {
    top: 98%;
}

[data-tmp-position-vertical="99"] {
    top: 99%;
}

[data-tmp-position-vertical="100"] {
    top: 100%;
}

[data-tmp-position-horigental="1"] {
    left: 1%;
}

[data-tmp-position-horigental="2"] {
    left: 2%;
}

[data-tmp-position-horigental="3"] {
    left: 3%;
}

[data-tmp-position-horigental="4"] {
    left: 4%;
}

[data-tmp-position-horigental="5"] {
    left: 5%;
}

[data-tmp-position-horigental="6"] {
    left: 6%;
}

[data-tmp-position-horigental="7"] {
    left: 7%;
}

[data-tmp-position-horigental="8"] {
    left: 8%;
}

[data-tmp-position-horigental="9"] {
    left: 9%;
}

[data-tmp-position-horigental="10"] {
    left: 10%;
}

[data-tmp-position-horigental="11"] {
    left: 11%;
}

[data-tmp-position-horigental="12"] {
    left: 12%;
}

[data-tmp-position-horigental="13"] {
    left: 13%;
}

[data-tmp-position-horigental="14"] {
    left: 14%;
}

[data-tmp-position-horigental="15"] {
    left: 15%;
}

[data-tmp-position-horigental="16"] {
    left: 16%;
}

[data-tmp-position-horigental="17"] {
    left: 17%;
}

[data-tmp-position-horigental="18"] {
    left: 18%;
}

[data-tmp-position-horigental="19"] {
    left: 19%;
}

[data-tmp-position-horigental="20"] {
    left: 20%;
}

[data-tmp-position-horigental="21"] {
    left: 21%;
}

[data-tmp-position-horigental="22"] {
    left: 22%;
}

[data-tmp-position-horigental="23"] {
    left: 23%;
}

[data-tmp-position-horigental="24"] {
    left: 24%;
}

[data-tmp-position-horigental="25"] {
    left: 25%;
}

[data-tmp-position-horigental="26"] {
    left: 26%;
}

[data-tmp-position-horigental="27"] {
    left: 27%;
}

[data-tmp-position-horigental="28"] {
    left: 28%;
}

[data-tmp-position-horigental="29"] {
    left: 29%;
}

[data-tmp-position-horigental="30"] {
    left: 30%;
}

[data-tmp-position-horigental="31"] {
    left: 31%;
}

[data-tmp-position-horigental="32"] {
    left: 32%;
}

[data-tmp-position-horigental="33"] {
    left: 33%;
}

[data-tmp-position-horigental="34"] {
    left: 34%;
}

[data-tmp-position-horigental="35"] {
    left: 35%;
}

[data-tmp-position-horigental="36"] {
    left: 36%;
}

[data-tmp-position-horigental="37"] {
    left: 37%;
}

[data-tmp-position-horigental="38"] {
    left: 38%;
}

[data-tmp-position-horigental="39"] {
    left: 39%;
}

[data-tmp-position-horigental="40"] {
    left: 40%;
}

[data-tmp-position-horigental="41"] {
    left: 41%;
}

[data-tmp-position-horigental="42"] {
    left: 42%;
}

[data-tmp-position-horigental="43"] {
    left: 43%;
}

[data-tmp-position-horigental="44"] {
    left: 44%;
}

[data-tmp-position-horigental="45"] {
    left: 45%;
}

[data-tmp-position-horigental="46"] {
    left: 46%;
}

[data-tmp-position-horigental="47"] {
    left: 47%;
}

[data-tmp-position-horigental="48"] {
    left: 48%;
}

[data-tmp-position-horigental="49"] {
    left: 49%;
}

[data-tmp-position-horigental="50"] {
    left: 50%;
}

[data-tmp-position-horigental="51"] {
    left: 51%;
}

[data-tmp-position-horigental="52"] {
    left: 52%;
}

[data-tmp-position-horigental="53"] {
    left: 53%;
}

[data-tmp-position-horigental="54"] {
    left: 54%;
}

[data-tmp-position-horigental="55"] {
    left: 55%;
}

[data-tmp-position-horigental="56"] {
    left: 56%;
}

[data-tmp-position-horigental="57"] {
    left: 57%;
}

[data-tmp-position-horigental="58"] {
    left: 58%;
}

[data-tmp-position-horigental="59"] {
    left: 59%;
}

[data-tmp-position-horigental="60"] {
    left: 60%;
}

[data-tmp-position-horigental="61"] {
    left: 61%;
}

[data-tmp-position-horigental="62"] {
    left: 62%;
}

[data-tmp-position-horigental="63"] {
    left: 63%;
}

[data-tmp-position-horigental="64"] {
    left: 64%;
}

[data-tmp-position-horigental="65"] {
    left: 65%;
}

[data-tmp-position-horigental="66"] {
    left: 66%;
}

[data-tmp-position-horigental="67"] {
    left: 67%;
}

[data-tmp-position-horigental="68"] {
    left: 68%;
}

[data-tmp-position-horigental="69"] {
    left: 69%;
}

[data-tmp-position-horigental="70"] {
    left: 70%;
}

[data-tmp-position-horigental="71"] {
    left: 71%;
}

[data-tmp-position-horigental="72"] {
    left: 72%;
}

[data-tmp-position-horigental="73"] {
    left: 73%;
}

[data-tmp-position-horigental="74"] {
    left: 74%;
}

[data-tmp-position-horigental="75"] {
    left: 75%;
}

[data-tmp-position-horigental="76"] {
    left: 76%;
}

[data-tmp-position-horigental="77"] {
    left: 77%;
}

[data-tmp-position-horigental="78"] {
    left: 78%;
}

[data-tmp-position-horigental="79"] {
    left: 79%;
}

[data-tmp-position-horigental="80"] {
    left: 80%;
}

[data-tmp-position-horigental="81"] {
    left: 81%;
}

[data-tmp-position-horigental="82"] {
    left: 82%;
}

[data-tmp-position-horigental="83"] {
    left: 83%;
}

[data-tmp-position-horigental="84"] {
    left: 84%;
}

[data-tmp-position-horigental="85"] {
    left: 85%;
}

[data-tmp-position-horigental="86"] {
    left: 86%;
}

[data-tmp-position-horigental="87"] {
    left: 87%;
}

[data-tmp-position-horigental="88"] {
    left: 88%;
}

[data-tmp-position-horigental="89"] {
    left: 89%;
}

[data-tmp-position-horigental="90"] {
    left: 90%;
}

[data-tmp-position-horigental="91"] {
    left: 91%;
}

[data-tmp-position-horigental="92"] {
    left: 92%;
}

[data-tmp-position-horigental="93"] {
    left: 93%;
}

[data-tmp-position-horigental="94"] {
    left: 94%;
}

[data-tmp-position-horigental="95"] {
    left: 95%;
}

[data-tmp-position-horigental="96"] {
    left: 96%;
}

[data-tmp-position-horigental="97"] {
    left: 97%;
}

[data-tmp-position-horigental="98"] {
    left: 98%;
}

[data-tmp-position-horigental="99"] {
    left: 99%;
}

[data-tmp-position-horigental="100"] {
    left: 100%;
}

/*=========================
    Section Separation
==========================*/
.mt_dec--30 {
    margin-top: -30px;
}

.mt_dec--10 {
    margin-top: -10px;
}

.mb---120 {
    margin-bottom: -120px;
}

.mb---70 {
    margin-bottom: -70px;
}

.tmp-section-gap {
    padding: 120px 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gap {
        padding: 80px 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-section-gap {
        padding: 60px 0 !important;
    }
}

.tmp-section-gapBottom {
    padding-bottom: 120px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapBottom {
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-section-gapBottom {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb--165,
    .pb--85 {
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pb--165,
    .pb--85 {
        padding-bottom: 60px !important;
    }
}

.tmp-section-gapTop {
    padding-top: 120px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapTop {
        padding-top: 80px !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-section-gapTop {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb--120 {
        padding: 80px 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .ptb--120 {
        padding: 60px 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb--165,
    .pb--120,
    .pb--85,
    .pb--165 {
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 767px) {
    .pb--165,
    .pb--120,
    .pb--85,
    .pb--165 {
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pb--70 {
        padding-bottom: 60px !important;
    }
}

.pl--0 {
    padding-left: 0 !important;
}

.pr--0 {
    padding-right: 0 !important;
}

.pt--0 {
    padding-top: 0 !important;
}

.pb--0 {
    padding-bottom: 0 !important;
}

.mr--0 {
    margin-right: 0 !important;
}

.ml--0 {
    margin-left: 0 !important;
}

.mt--0 {
    margin-top: 0 !important;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.pt--260 {
    padding-top: 260px !important;
}

.pt--250 {
    padding-top: 250px !important;
}

.pb--240 {
    padding-bottom: 240px !important;
}

.pb--220 {
    padding-bottom: 220px !important;
}

.plr--270 {
    padding: 0 270px !important;
}

.plr--300 {
    padding: 0 300px !important;
}

.plr--340 {
    padding: 0 340px !important;
}

.ptb--300 {
    padding: 300px 0 !important;
}

.ptb--340 {
    padding: 340px 0 !important;
}

.ptb--450 {
    padding: 450px 0 !important;
}

.plr_dec--15 {
    margin: 0 -15px !important;
}

.pt--300 {
    padding-top: 300px !important;
}

.ptb--5 {
    padding: 5px 0 !important;
}

.plr--5 {
    padding: 0 5px !important;
}

.pt--5 {
    padding-top: 5px !important;
}

.pb--5 {
    padding-bottom: 5px !important;
}

.pl--5 {
    padding-left: 5px !important;
}

.pr--5 {
    padding-right: 5px !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mb--5 {
    margin-bottom: 5px !important;
}

.mr--5 {
    margin-right: 5px !important;
}

.ml--5 {
    margin-left: 5px !important;
}

.ptb--10 {
    padding: 10px 0 !important;
}

.plr--10 {
    padding: 0 10px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.pl--10 {
    padding-left: 10px !important;
}

.pr--10 {
    padding-right: 10px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mr--10 {
    margin-right: 10px !important;
}

.ml--10 {
    margin-left: 10px !important;
}

.ptb--15 {
    padding: 15px 0 !important;
}

.plr--15 {
    padding: 0 15px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pl--15 {
    padding-left: 15px !important;
}

.pr--15 {
    padding-right: 15px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mr--15 {
    margin-right: 15px !important;
}

.ml--15 {
    margin-left: 15px !important;
}

.ptb--20 {
    padding: 20px 0 !important;
}

.plr--20 {
    padding: 0 20px !important;
}

.pt--20 {
    padding-top: 20px !important;
}

.pb--20 {
    padding-bottom: 20px !important;
}

.pl--20 {
    padding-left: 20px !important;
}

.pr--20 {
    padding-right: 20px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mr--20 {
    margin-right: 20px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.ptb--25 {
    padding: 25px 0 !important;
}

.plr--25 {
    padding: 0 25px !important;
}

.pt--25 {
    padding-top: 25px !important;
}

.pb--25 {
    padding-bottom: 25px !important;
}

.pl--25 {
    padding-left: 25px !important;
}

.pr--25 {
    padding-right: 25px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.mr--25 {
    margin-right: 25px !important;
}

.ml--25 {
    margin-left: 25px !important;
}

.ptb--30 {
    padding: 30px 0 !important;
}

.plr--30 {
    padding: 0 30px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pl--30 {
    padding-left: 30px !important;
}

.pr--30 {
    padding-right: 30px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mr--30 {
    margin-right: 30px !important;
}

.ml--30 {
    margin-left: 30px !important;
}

.ptb--35 {
    padding: 35px 0 !important;
}

.plr--35 {
    padding: 0 35px !important;
}

.pt--35 {
    padding-top: 35px !important;
}

.pb--35 {
    padding-bottom: 35px !important;
}

.pl--35 {
    padding-left: 35px !important;
}

.pr--35 {
    padding-right: 35px !important;
}

.mt--35 {
    margin-top: 35px !important;
}

.mb--35 {
    margin-bottom: 35px !important;
}

.mr--35 {
    margin-right: 35px !important;
}

.ml--35 {
    margin-left: 35px !important;
}

.ptb--40 {
    padding: 40px 0 !important;
}

.plr--40 {
    padding: 0 40px !important;
}

.pt--40 {
    padding-top: 40px !important;
}

.pb--40 {
    padding-bottom: 40px !important;
}

.pl--40 {
    padding-left: 40px !important;
}

.pr--40 {
    padding-right: 40px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mr--40 {
    margin-right: 40px !important;
}

.ml--40 {
    margin-left: 40px !important;
}

.ptb--45 {
    padding: 45px 0 !important;
}

.plr--45 {
    padding: 0 45px !important;
}

.pt--45 {
    padding-top: 45px !important;
}

.pb--45 {
    padding-bottom: 45px !important;
}

.pl--45 {
    padding-left: 45px !important;
}

.pr--45 {
    padding-right: 45px !important;
}

.mt--45 {
    margin-top: 45px !important;
}

.mb--45 {
    margin-bottom: 45px !important;
}

.mr--45 {
    margin-right: 45px !important;
}

.ml--45 {
    margin-left: 45px !important;
}

.ptb--50 {
    padding: 50px 0 !important;
}

.plr--50 {
    padding: 0 50px !important;
}

.pt--50 {
    padding-top: 50px !important;
}

.pb--50 {
    padding-bottom: 50px !important;
}

.pl--50 {
    padding-left: 50px !important;
}

.pr--50 {
    padding-right: 50px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mr--50 {
    margin-right: 50px !important;
}

.ml--50 {
    margin-left: 50px !important;
}

.ptb--55 {
    padding: 55px 0 !important;
}

.plr--55 {
    padding: 0 55px !important;
}

.pt--55 {
    padding-top: 55px !important;
}

.pb--55 {
    padding-bottom: 55px !important;
}

.pl--55 {
    padding-left: 55px !important;
}

.pr--55 {
    padding-right: 55px !important;
}

.mt--55 {
    margin-top: 55px !important;
}

.mb--55 {
    margin-bottom: 55px !important;
}

.mr--55 {
    margin-right: 55px !important;
}

.ml--55 {
    margin-left: 55px !important;
}

.ptb--60 {
    padding: 60px 0 !important;
}

.plr--60 {
    padding: 0 60px !important;
}

.pt--60 {
    padding-top: 60px !important;
}

.pb--60 {
    padding-bottom: 60px !important;
}

.pl--60 {
    padding-left: 60px !important;
}

.pr--60 {
    padding-right: 60px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mr--60 {
    margin-right: 60px !important;
}

.ml--60 {
    margin-left: 60px !important;
}

.ptb--65 {
    padding: 65px 0 !important;
}

.plr--65 {
    padding: 0 65px !important;
}

.pt--65 {
    padding-top: 65px !important;
}

.pb--65 {
    padding-bottom: 65px !important;
}

.pl--65 {
    padding-left: 65px !important;
}

.pr--65 {
    padding-right: 65px !important;
}

.mt--65 {
    margin-top: 65px !important;
}

.mb--65 {
    margin-bottom: 65px !important;
}

.mr--65 {
    margin-right: 65px !important;
}

.ml--65 {
    margin-left: 65px !important;
}

.ptb--70 {
    padding: 70px 0 !important;
}

.plr--70 {
    padding: 0 70px !important;
}

.pt--70 {
    padding-top: 70px !important;
}

.pb--70 {
    padding-bottom: 70px !important;
}

.pl--70 {
    padding-left: 70px !important;
}

.pr--70 {
    padding-right: 70px !important;
}

.mt--70 {
    margin-top: 70px !important;
}

.mb--70 {
    margin-bottom: 70px !important;
}

.mr--70 {
    margin-right: 70px !important;
}

.ml--70 {
    margin-left: 70px !important;
}

.ptb--75 {
    padding: 75px 0 !important;
}

.plr--75 {
    padding: 0 75px !important;
}

.pt--75 {
    padding-top: 75px !important;
}

.pb--75 {
    padding-bottom: 75px !important;
}

.pl--75 {
    padding-left: 75px !important;
}

.pr--75 {
    padding-right: 75px !important;
}

.mt--75 {
    margin-top: 75px !important;
}

.mb--75 {
    margin-bottom: 75px !important;
}

.mr--75 {
    margin-right: 75px !important;
}

.ml--75 {
    margin-left: 75px !important;
}

.ptb--80 {
    padding: 80px 0 !important;
}

.plr--80 {
    padding: 0 80px !important;
}

.pt--80 {
    padding-top: 80px !important;
}

.pb--80 {
    padding-bottom: 80px !important;
}

.pl--80 {
    padding-left: 80px !important;
}

.pr--80 {
    padding-right: 80px !important;
}

.mt--80 {
    margin-top: 80px !important;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mr--80 {
    margin-right: 80px !important;
}

.ml--80 {
    margin-left: 80px !important;
}

.ptb--85 {
    padding: 85px 0 !important;
}

.plr--85 {
    padding: 0 85px !important;
}

.pt--85 {
    padding-top: 85px !important;
}

.pb--85 {
    padding-bottom: 85px !important;
}

.pl--85 {
    padding-left: 85px !important;
}

.pr--85 {
    padding-right: 85px !important;
}

.mt--85 {
    margin-top: 85px !important;
}

.mb--85 {
    margin-bottom: 85px !important;
}

.mr--85 {
    margin-right: 85px !important;
}

.ml--85 {
    margin-left: 85px !important;
}

.ptb--90 {
    padding: 90px 0 !important;
}

.plr--90 {
    padding: 0 90px !important;
}

.pt--90 {
    padding-top: 90px !important;
}

.pb--90 {
    padding-bottom: 90px !important;
}

.pl--90 {
    padding-left: 90px !important;
}

.pr--90 {
    padding-right: 90px !important;
}

.mt--90 {
    margin-top: 90px !important;
}

.mb--90 {
    margin-bottom: 90px !important;
}

.mr--90 {
    margin-right: 90px !important;
}

.ml--90 {
    margin-left: 90px !important;
}

.ptb--95 {
    padding: 95px 0 !important;
}

.plr--95 {
    padding: 0 95px !important;
}

.pt--95 {
    padding-top: 95px !important;
}

.pb--95 {
    padding-bottom: 95px !important;
}

.pl--95 {
    padding-left: 95px !important;
}

.pr--95 {
    padding-right: 95px !important;
}

.mt--95 {
    margin-top: 95px !important;
}

.mb--95 {
    margin-bottom: 95px !important;
}

.mr--95 {
    margin-right: 95px !important;
}

.ml--95 {
    margin-left: 95px !important;
}

.ptb--100 {
    padding: 100px 0 !important;
}

.plr--100 {
    padding: 0 100px !important;
}

.pt--100 {
    padding-top: 100px !important;
}

.pb--100 {
    padding-bottom: 100px !important;
}

.pl--100 {
    padding-left: 100px !important;
}

.pr--100 {
    padding-right: 100px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

.mb--100 {
    margin-bottom: 100px !important;
}

.mr--100 {
    margin-right: 100px !important;
}

.ml--100 {
    margin-left: 100px !important;
}

.ptb--105 {
    padding: 105px 0 !important;
}

.plr--105 {
    padding: 0 105px !important;
}

.pt--105 {
    padding-top: 105px !important;
}

.pb--105 {
    padding-bottom: 105px !important;
}

.pl--105 {
    padding-left: 105px !important;
}

.pr--105 {
    padding-right: 105px !important;
}

.mt--105 {
    margin-top: 105px !important;
}

.mb--105 {
    margin-bottom: 105px !important;
}

.mr--105 {
    margin-right: 105px !important;
}

.ml--105 {
    margin-left: 105px !important;
}

.ptb--110 {
    padding: 110px 0 !important;
}

.plr--110 {
    padding: 0 110px !important;
}

.pt--110 {
    padding-top: 110px !important;
}

.pb--110 {
    padding-bottom: 110px !important;
}

.pl--110 {
    padding-left: 110px !important;
}

.pr--110 {
    padding-right: 110px !important;
}

.mt--110 {
    margin-top: 110px !important;
}

.mb--110 {
    margin-bottom: 110px !important;
}

.mr--110 {
    margin-right: 110px !important;
}

.ml--110 {
    margin-left: 110px !important;
}

.ptb--115 {
    padding: 115px 0 !important;
}

.plr--115 {
    padding: 0 115px !important;
}

.pt--115 {
    padding-top: 115px !important;
}

.pb--115 {
    padding-bottom: 115px !important;
}

.pl--115 {
    padding-left: 115px !important;
}

.pr--115 {
    padding-right: 115px !important;
}

.mt--115 {
    margin-top: 115px !important;
}

.mb--115 {
    margin-bottom: 115px !important;
}

.mr--115 {
    margin-right: 115px !important;
}

.ml--115 {
    margin-left: 115px !important;
}

.ptb--120 {
    padding: 120px 0 !important;
}

.plr--120 {
    padding: 0 120px !important;
}

.pt--120 {
    padding-top: 120px !important;
}

.pb--120 {
    padding-bottom: 120px !important;
}

.pl--120 {
    padding-left: 120px !important;
}

.pr--120 {
    padding-right: 120px !important;
}

.mt--120 {
    margin-top: 120px !important;
}

.mb--120 {
    margin-bottom: 120px !important;
}

.mr--120 {
    margin-right: 120px !important;
}

.ml--120 {
    margin-left: 120px !important;
}

.ptb--125 {
    padding: 125px 0 !important;
}

.plr--125 {
    padding: 0 125px !important;
}

.pt--125 {
    padding-top: 125px !important;
}

.pb--125 {
    padding-bottom: 125px !important;
}

.pl--125 {
    padding-left: 125px !important;
}

.pr--125 {
    padding-right: 125px !important;
}

.mt--125 {
    margin-top: 125px !important;
}

.mb--125 {
    margin-bottom: 125px !important;
}

.mr--125 {
    margin-right: 125px !important;
}

.ml--125 {
    margin-left: 125px !important;
}

.ptb--130 {
    padding: 130px 0 !important;
}

.plr--130 {
    padding: 0 130px !important;
}

.pt--130 {
    padding-top: 130px !important;
}

.pb--130 {
    padding-bottom: 130px !important;
}

.pl--130 {
    padding-left: 130px !important;
}

.pr--130 {
    padding-right: 130px !important;
}

.mt--130 {
    margin-top: 130px !important;
}

.mb--130 {
    margin-bottom: 130px !important;
}

.mr--130 {
    margin-right: 130px !important;
}

.ml--130 {
    margin-left: 130px !important;
}

.ptb--135 {
    padding: 135px 0 !important;
}

.plr--135 {
    padding: 0 135px !important;
}

.pt--135 {
    padding-top: 135px !important;
}

.pb--135 {
    padding-bottom: 135px !important;
}

.pl--135 {
    padding-left: 135px !important;
}

.pr--135 {
    padding-right: 135px !important;
}

.mt--135 {
    margin-top: 135px !important;
}

.mb--135 {
    margin-bottom: 135px !important;
}

.mr--135 {
    margin-right: 135px !important;
}

.ml--135 {
    margin-left: 135px !important;
}

.ptb--140 {
    padding: 140px 0 !important;
}

.plr--140 {
    padding: 0 140px !important;
}

.pt--140 {
    padding-top: 140px !important;
}

.pb--140 {
    padding-bottom: 140px !important;
}

.pl--140 {
    padding-left: 140px !important;
}

.pr--140 {
    padding-right: 140px !important;
}

.mt--140 {
    margin-top: 140px !important;
}

.mb--140 {
    margin-bottom: 140px !important;
}

.mr--140 {
    margin-right: 140px !important;
}

.ml--140 {
    margin-left: 140px !important;
}

.ptb--145 {
    padding: 145px 0 !important;
}

.plr--145 {
    padding: 0 145px !important;
}

.pt--145 {
    padding-top: 145px !important;
}

.pb--145 {
    padding-bottom: 145px !important;
}

.pl--145 {
    padding-left: 145px !important;
}

.pr--145 {
    padding-right: 145px !important;
}

.mt--145 {
    margin-top: 145px !important;
}

.mb--145 {
    margin-bottom: 145px !important;
}

.mr--145 {
    margin-right: 145px !important;
}

.ml--145 {
    margin-left: 145px !important;
}

.ptb--150 {
    padding: 150px 0 !important;
}

.plr--150 {
    padding: 0 150px !important;
}

.pt--150 {
    padding-top: 150px !important;
}

.pb--150 {
    padding-bottom: 150px !important;
}

.pl--150 {
    padding-left: 150px !important;
}

.pr--150 {
    padding-right: 150px !important;
}

.mt--150 {
    margin-top: 150px !important;
}

.mb--150 {
    margin-bottom: 150px !important;
}

.mr--150 {
    margin-right: 150px !important;
}

.ml--150 {
    margin-left: 150px !important;
}

.ptb--155 {
    padding: 155px 0 !important;
}

.plr--155 {
    padding: 0 155px !important;
}

.pt--155 {
    padding-top: 155px !important;
}

.pb--155 {
    padding-bottom: 155px !important;
}

.pl--155 {
    padding-left: 155px !important;
}

.pr--155 {
    padding-right: 155px !important;
}

.mt--155 {
    margin-top: 155px !important;
}

.mb--155 {
    margin-bottom: 155px !important;
}

.mr--155 {
    margin-right: 155px !important;
}

.ml--155 {
    margin-left: 155px !important;
}

.ptb--160 {
    padding: 160px 0 !important;
}

.plr--160 {
    padding: 0 160px !important;
}

.pt--160 {
    padding-top: 160px !important;
}

.pb--160 {
    padding-bottom: 160px !important;
}

.pl--160 {
    padding-left: 160px !important;
}

.pr--160 {
    padding-right: 160px !important;
}

.mt--160 {
    margin-top: 160px !important;
}

.mb--160 {
    margin-bottom: 160px !important;
}

.mr--160 {
    margin-right: 160px !important;
}

.ml--160 {
    margin-left: 160px !important;
}

.ptb--165 {
    padding: 165px 0 !important;
}

.plr--165 {
    padding: 0 165px !important;
}

.pt--165 {
    padding-top: 165px !important;
}

.pb--165 {
    padding-bottom: 165px !important;
}

.pl--165 {
    padding-left: 165px !important;
}

.pr--165 {
    padding-right: 165px !important;
}

.mt--165 {
    margin-top: 165px !important;
}

.mb--165 {
    margin-bottom: 165px !important;
}

.mr--165 {
    margin-right: 165px !important;
}

.ml--165 {
    margin-left: 165px !important;
}

.ptb--170 {
    padding: 170px 0 !important;
}

.plr--170 {
    padding: 0 170px !important;
}

.pt--170 {
    padding-top: 170px !important;
}

.pb--170 {
    padding-bottom: 170px !important;
}

.pl--170 {
    padding-left: 170px !important;
}

.pr--170 {
    padding-right: 170px !important;
}

.mt--170 {
    margin-top: 170px !important;
}

.mb--170 {
    margin-bottom: 170px !important;
}

.mr--170 {
    margin-right: 170px !important;
}

.ml--170 {
    margin-left: 170px !important;
}

.ptb--175 {
    padding: 175px 0 !important;
}

.plr--175 {
    padding: 0 175px !important;
}

.pt--175 {
    padding-top: 175px !important;
}

.pb--175 {
    padding-bottom: 175px !important;
}

.pl--175 {
    padding-left: 175px !important;
}

.pr--175 {
    padding-right: 175px !important;
}

.mt--175 {
    margin-top: 175px !important;
}

.mb--175 {
    margin-bottom: 175px !important;
}

.mr--175 {
    margin-right: 175px !important;
}

.ml--175 {
    margin-left: 175px !important;
}

.ptb--180 {
    padding: 180px 0 !important;
}

.plr--180 {
    padding: 0 180px !important;
}

.pt--180 {
    padding-top: 180px !important;
}

.pb--180 {
    padding-bottom: 180px !important;
}

.pl--180 {
    padding-left: 180px !important;
}

.pr--180 {
    padding-right: 180px !important;
}

.mt--180 {
    margin-top: 180px !important;
}

.mb--180 {
    margin-bottom: 180px !important;
}

.mr--180 {
    margin-right: 180px !important;
}

.ml--180 {
    margin-left: 180px !important;
}

.ptb--185 {
    padding: 185px 0 !important;
}

.plr--185 {
    padding: 0 185px !important;
}

.pt--185 {
    padding-top: 185px !important;
}

.pb--185 {
    padding-bottom: 185px !important;
}

.pl--185 {
    padding-left: 185px !important;
}

.pr--185 {
    padding-right: 185px !important;
}

.mt--185 {
    margin-top: 185px !important;
}

.mb--185 {
    margin-bottom: 185px !important;
}

.mr--185 {
    margin-right: 185px !important;
}

.ml--185 {
    margin-left: 185px !important;
}

.ptb--190 {
    padding: 190px 0 !important;
}

.plr--190 {
    padding: 0 190px !important;
}

.pt--190 {
    padding-top: 190px !important;
}

.pb--190 {
    padding-bottom: 190px !important;
}

.pl--190 {
    padding-left: 190px !important;
}

.pr--190 {
    padding-right: 190px !important;
}

.mt--190 {
    margin-top: 190px !important;
}

.mb--190 {
    margin-bottom: 190px !important;
}

.mr--190 {
    margin-right: 190px !important;
}

.ml--190 {
    margin-left: 190px !important;
}

.ptb--195 {
    padding: 195px 0 !important;
}

.plr--195 {
    padding: 0 195px !important;
}

.pt--195 {
    padding-top: 195px !important;
}

.pb--195 {
    padding-bottom: 195px !important;
}

.pl--195 {
    padding-left: 195px !important;
}

.pr--195 {
    padding-right: 195px !important;
}

.mt--195 {
    margin-top: 195px !important;
}

.mb--195 {
    margin-bottom: 195px !important;
}

.mr--195 {
    margin-right: 195px !important;
}

.ml--195 {
    margin-left: 195px !important;
}

.ptb--200 {
    padding: 200px 0 !important;
}

.plr--200 {
    padding: 0 200px !important;
}

.pt--200 {
    padding-top: 200px !important;
}

.pb--200 {
    padding-bottom: 200px !important;
}

.pl--200 {
    padding-left: 200px !important;
}

.pr--200 {
    padding-right: 200px !important;
}

.mt--200 {
    margin-top: 200px !important;
}

.mb--200 {
    margin-bottom: 200px !important;
}

.mr--200 {
    margin-right: 200px !important;
}

.ml--200 {
    margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0 !important;
    }
    .plr_lp--5 {
        padding: 0 5px !important;
    }
    .pt_lp--5 {
        padding-top: 5px !important;
    }
    .pb_lp--5 {
        padding-bottom: 5px !important;
    }
    .pl_lp--5 {
        padding-left: 5px !important;
    }
    .pr_lp--5 {
        padding-right: 5px !important;
    }
    .mt_lp--5 {
        margin-top: 5px !important;
    }
    .mb_lp--5 {
        margin-bottom: 5px !important;
    }
    .ptb_lp--10 {
        padding: 10px 0 !important;
    }
    .plr_lp--10 {
        padding: 0 10px !important;
    }
    .pt_lp--10 {
        padding-top: 10px !important;
    }
    .pb_lp--10 {
        padding-bottom: 10px !important;
    }
    .pl_lp--10 {
        padding-left: 10px !important;
    }
    .pr_lp--10 {
        padding-right: 10px !important;
    }
    .mt_lp--10 {
        margin-top: 10px !important;
    }
    .mb_lp--10 {
        margin-bottom: 10px !important;
    }
    .ptb_lp--15 {
        padding: 15px 0 !important;
    }
    .plr_lp--15 {
        padding: 0 15px !important;
    }
    .pt_lp--15 {
        padding-top: 15px !important;
    }
    .pb_lp--15 {
        padding-bottom: 15px !important;
    }
    .pl_lp--15 {
        padding-left: 15px !important;
    }
    .pr_lp--15 {
        padding-right: 15px !important;
    }
    .mt_lp--15 {
        margin-top: 15px !important;
    }
    .mb_lp--15 {
        margin-bottom: 15px !important;
    }
    .ptb_lp--20 {
        padding: 20px 0 !important;
    }
    .plr_lp--20 {
        padding: 0 20px !important;
    }
    .pt_lp--20 {
        padding-top: 20px !important;
    }
    .pb_lp--20 {
        padding-bottom: 20px !important;
    }
    .pl_lp--20 {
        padding-left: 20px !important;
    }
    .pr_lp--20 {
        padding-right: 20px !important;
    }
    .mt_lp--20 {
        margin-top: 20px !important;
    }
    .mb_lp--20 {
        margin-bottom: 20px !important;
    }
    .ptb_lp--25 {
        padding: 25px 0 !important;
    }
    .plr_lp--25 {
        padding: 0 25px !important;
    }
    .pt_lp--25 {
        padding-top: 25px !important;
    }
    .pb_lp--25 {
        padding-bottom: 25px !important;
    }
    .pl_lp--25 {
        padding-left: 25px !important;
    }
    .pr_lp--25 {
        padding-right: 25px !important;
    }
    .mt_lp--25 {
        margin-top: 25px !important;
    }
    .mb_lp--25 {
        margin-bottom: 25px !important;
    }
    .ptb_lp--30 {
        padding: 30px 0 !important;
    }
    .plr_lp--30 {
        padding: 0 30px !important;
    }
    .pt_lp--30 {
        padding-top: 30px !important;
    }
    .pb_lp--30 {
        padding-bottom: 30px !important;
    }
    .pl_lp--30 {
        padding-left: 30px !important;
    }
    .pr_lp--30 {
        padding-right: 30px !important;
    }
    .mt_lp--30 {
        margin-top: 30px !important;
    }
    .mb_lp--30 {
        margin-bottom: 30px !important;
    }
    .ptb_lp--35 {
        padding: 35px 0 !important;
    }
    .plr_lp--35 {
        padding: 0 35px !important;
    }
    .pt_lp--35 {
        padding-top: 35px !important;
    }
    .pb_lp--35 {
        padding-bottom: 35px !important;
    }
    .pl_lp--35 {
        padding-left: 35px !important;
    }
    .pr_lp--35 {
        padding-right: 35px !important;
    }
    .mt_lp--35 {
        margin-top: 35px !important;
    }
    .mb_lp--35 {
        margin-bottom: 35px !important;
    }
    .ptb_lp--40 {
        padding: 40px 0 !important;
    }
    .plr_lp--40 {
        padding: 0 40px !important;
    }
    .pt_lp--40 {
        padding-top: 40px !important;
    }
    .pb_lp--40 {
        padding-bottom: 40px !important;
    }
    .pl_lp--40 {
        padding-left: 40px !important;
    }
    .pr_lp--40 {
        padding-right: 40px !important;
    }
    .mt_lp--40 {
        margin-top: 40px !important;
    }
    .mb_lp--40 {
        margin-bottom: 40px !important;
    }
    .ptb_lp--45 {
        padding: 45px 0 !important;
    }
    .plr_lp--45 {
        padding: 0 45px !important;
    }
    .pt_lp--45 {
        padding-top: 45px !important;
    }
    .pb_lp--45 {
        padding-bottom: 45px !important;
    }
    .pl_lp--45 {
        padding-left: 45px !important;
    }
    .pr_lp--45 {
        padding-right: 45px !important;
    }
    .mt_lp--45 {
        margin-top: 45px !important;
    }
    .mb_lp--45 {
        margin-bottom: 45px !important;
    }
    .ptb_lp--50 {
        padding: 50px 0 !important;
    }
    .plr_lp--50 {
        padding: 0 50px !important;
    }
    .pt_lp--50 {
        padding-top: 50px !important;
    }
    .pb_lp--50 {
        padding-bottom: 50px !important;
    }
    .pl_lp--50 {
        padding-left: 50px !important;
    }
    .pr_lp--50 {
        padding-right: 50px !important;
    }
    .mt_lp--50 {
        margin-top: 50px !important;
    }
    .mb_lp--50 {
        margin-bottom: 50px !important;
    }
    .ptb_lp--55 {
        padding: 55px 0 !important;
    }
    .plr_lp--55 {
        padding: 0 55px !important;
    }
    .pt_lp--55 {
        padding-top: 55px !important;
    }
    .pb_lp--55 {
        padding-bottom: 55px !important;
    }
    .pl_lp--55 {
        padding-left: 55px !important;
    }
    .pr_lp--55 {
        padding-right: 55px !important;
    }
    .mt_lp--55 {
        margin-top: 55px !important;
    }
    .mb_lp--55 {
        margin-bottom: 55px !important;
    }
    .ptb_lp--60 {
        padding: 60px 0 !important;
    }
    .plr_lp--60 {
        padding: 0 60px !important;
    }
    .pt_lp--60 {
        padding-top: 60px !important;
    }
    .pb_lp--60 {
        padding-bottom: 60px !important;
    }
    .pl_lp--60 {
        padding-left: 60px !important;
    }
    .pr_lp--60 {
        padding-right: 60px !important;
    }
    .mt_lp--60 {
        margin-top: 60px !important;
    }
    .mb_lp--60 {
        margin-bottom: 60px !important;
    }
    .ptb_lp--65 {
        padding: 65px 0 !important;
    }
    .plr_lp--65 {
        padding: 0 65px !important;
    }
    .pt_lp--65 {
        padding-top: 65px !important;
    }
    .pb_lp--65 {
        padding-bottom: 65px !important;
    }
    .pl_lp--65 {
        padding-left: 65px !important;
    }
    .pr_lp--65 {
        padding-right: 65px !important;
    }
    .mt_lp--65 {
        margin-top: 65px !important;
    }
    .mb_lp--65 {
        margin-bottom: 65px !important;
    }
    .ptb_lp--70 {
        padding: 70px 0 !important;
    }
    .plr_lp--70 {
        padding: 0 70px !important;
    }
    .pt_lp--70 {
        padding-top: 70px !important;
    }
    .pb_lp--70 {
        padding-bottom: 70px !important;
    }
    .pl_lp--70 {
        padding-left: 70px !important;
    }
    .pr_lp--70 {
        padding-right: 70px !important;
    }
    .mt_lp--70 {
        margin-top: 70px !important;
    }
    .mb_lp--70 {
        margin-bottom: 70px !important;
    }
    .ptb_lp--75 {
        padding: 75px 0 !important;
    }
    .plr_lp--75 {
        padding: 0 75px !important;
    }
    .pt_lp--75 {
        padding-top: 75px !important;
    }
    .pb_lp--75 {
        padding-bottom: 75px !important;
    }
    .pl_lp--75 {
        padding-left: 75px !important;
    }
    .pr_lp--75 {
        padding-right: 75px !important;
    }
    .mt_lp--75 {
        margin-top: 75px !important;
    }
    .mb_lp--75 {
        margin-bottom: 75px !important;
    }
    .ptb_lp--80 {
        padding: 80px 0 !important;
    }
    .plr_lp--80 {
        padding: 0 80px !important;
    }
    .pt_lp--80 {
        padding-top: 80px !important;
    }
    .pb_lp--80 {
        padding-bottom: 80px !important;
    }
    .pl_lp--80 {
        padding-left: 80px !important;
    }
    .pr_lp--80 {
        padding-right: 80px !important;
    }
    .mt_lp--80 {
        margin-top: 80px !important;
    }
    .mb_lp--80 {
        margin-bottom: 80px !important;
    }
    .ptb_lp--85 {
        padding: 85px 0 !important;
    }
    .plr_lp--85 {
        padding: 0 85px !important;
    }
    .pt_lp--85 {
        padding-top: 85px !important;
    }
    .pb_lp--85 {
        padding-bottom: 85px !important;
    }
    .pl_lp--85 {
        padding-left: 85px !important;
    }
    .pr_lp--85 {
        padding-right: 85px !important;
    }
    .mt_lp--85 {
        margin-top: 85px !important;
    }
    .mb_lp--85 {
        margin-bottom: 85px !important;
    }
    .ptb_lp--90 {
        padding: 90px 0 !important;
    }
    .plr_lp--90 {
        padding: 0 90px !important;
    }
    .pt_lp--90 {
        padding-top: 90px !important;
    }
    .pb_lp--90 {
        padding-bottom: 90px !important;
    }
    .pl_lp--90 {
        padding-left: 90px !important;
    }
    .pr_lp--90 {
        padding-right: 90px !important;
    }
    .mt_lp--90 {
        margin-top: 90px !important;
    }
    .mb_lp--90 {
        margin-bottom: 90px !important;
    }
    .ptb_lp--95 {
        padding: 95px 0 !important;
    }
    .plr_lp--95 {
        padding: 0 95px !important;
    }
    .pt_lp--95 {
        padding-top: 95px !important;
    }
    .pb_lp--95 {
        padding-bottom: 95px !important;
    }
    .pl_lp--95 {
        padding-left: 95px !important;
    }
    .pr_lp--95 {
        padding-right: 95px !important;
    }
    .mt_lp--95 {
        margin-top: 95px !important;
    }
    .mb_lp--95 {
        margin-bottom: 95px !important;
    }
    .ptb_lp--100 {
        padding: 100px 0 !important;
    }
    .plr_lp--100 {
        padding: 0 100px !important;
    }
    .pt_lp--100 {
        padding-top: 100px !important;
    }
    .pb_lp--100 {
        padding-bottom: 100px !important;
    }
    .pl_lp--100 {
        padding-left: 100px !important;
    }
    .pr_lp--100 {
        padding-right: 100px !important;
    }
    .mt_lp--100 {
        margin-top: 100px !important;
    }
    .mb_lp--100 {
        margin-bottom: 100px !important;
    }
    .plr--120 {
        padding: 0 90px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0 !important;
    }
    .plr_lg--5 {
        padding: 0 5px !important;
    }
    .pt_lg--5 {
        padding-top: 5px !important;
    }
    .pb_lg--5 {
        padding-bottom: 5px !important;
    }
    .pl_lg--5 {
        padding-left: 5px !important;
    }
    .pr_lg--5 {
        padding-right: 5px !important;
    }
    .mt_lg--5 {
        margin-top: 5px !important;
    }
    .mb_lg--5 {
        margin-bottom: 5px !important;
    }
    .ml_lg--5 {
        margin-left: 5px !important;
    }
    .ptb_lg--10 {
        padding: 10px 0 !important;
    }
    .plr_lg--10 {
        padding: 0 10px !important;
    }
    .pt_lg--10 {
        padding-top: 10px !important;
    }
    .pb_lg--10 {
        padding-bottom: 10px !important;
    }
    .pl_lg--10 {
        padding-left: 10px !important;
    }
    .pr_lg--10 {
        padding-right: 10px !important;
    }
    .mt_lg--10 {
        margin-top: 10px !important;
    }
    .mb_lg--10 {
        margin-bottom: 10px !important;
    }
    .ml_lg--10 {
        margin-left: 10px !important;
    }
    .ptb_lg--15 {
        padding: 15px 0 !important;
    }
    .plr_lg--15 {
        padding: 0 15px !important;
    }
    .pt_lg--15 {
        padding-top: 15px !important;
    }
    .pb_lg--15 {
        padding-bottom: 15px !important;
    }
    .pl_lg--15 {
        padding-left: 15px !important;
    }
    .pr_lg--15 {
        padding-right: 15px !important;
    }
    .mt_lg--15 {
        margin-top: 15px !important;
    }
    .mb_lg--15 {
        margin-bottom: 15px !important;
    }
    .ml_lg--15 {
        margin-left: 15px !important;
    }
    .ptb_lg--20 {
        padding: 20px 0 !important;
    }
    .plr_lg--20 {
        padding: 0 20px !important;
    }
    .pt_lg--20 {
        padding-top: 20px !important;
    }
    .pb_lg--20 {
        padding-bottom: 20px !important;
    }
    .pl_lg--20 {
        padding-left: 20px !important;
    }
    .pr_lg--20 {
        padding-right: 20px !important;
    }
    .mt_lg--20 {
        margin-top: 20px !important;
    }
    .mb_lg--20 {
        margin-bottom: 20px !important;
    }
    .ml_lg--20 {
        margin-left: 20px !important;
    }
    .ptb_lg--25 {
        padding: 25px 0 !important;
    }
    .plr_lg--25 {
        padding: 0 25px !important;
    }
    .pt_lg--25 {
        padding-top: 25px !important;
    }
    .pb_lg--25 {
        padding-bottom: 25px !important;
    }
    .pl_lg--25 {
        padding-left: 25px !important;
    }
    .pr_lg--25 {
        padding-right: 25px !important;
    }
    .mt_lg--25 {
        margin-top: 25px !important;
    }
    .mb_lg--25 {
        margin-bottom: 25px !important;
    }
    .ml_lg--25 {
        margin-left: 25px !important;
    }
    .ptb_lg--30 {
        padding: 30px 0 !important;
    }
    .plr_lg--30 {
        padding: 0 30px !important;
    }
    .pt_lg--30 {
        padding-top: 30px !important;
    }
    .pb_lg--30 {
        padding-bottom: 30px !important;
    }
    .pl_lg--30 {
        padding-left: 30px !important;
    }
    .pr_lg--30 {
        padding-right: 30px !important;
    }
    .mt_lg--30 {
        margin-top: 30px !important;
    }
    .mb_lg--30 {
        margin-bottom: 30px !important;
    }
    .ml_lg--30 {
        margin-left: 30px !important;
    }
    .ptb_lg--35 {
        padding: 35px 0 !important;
    }
    .plr_lg--35 {
        padding: 0 35px !important;
    }
    .pt_lg--35 {
        padding-top: 35px !important;
    }
    .pb_lg--35 {
        padding-bottom: 35px !important;
    }
    .pl_lg--35 {
        padding-left: 35px !important;
    }
    .pr_lg--35 {
        padding-right: 35px !important;
    }
    .mt_lg--35 {
        margin-top: 35px !important;
    }
    .mb_lg--35 {
        margin-bottom: 35px !important;
    }
    .ml_lg--35 {
        margin-left: 35px !important;
    }
    .ptb_lg--40 {
        padding: 40px 0 !important;
    }
    .plr_lg--40 {
        padding: 0 40px !important;
    }
    .pt_lg--40 {
        padding-top: 40px !important;
    }
    .pb_lg--40 {
        padding-bottom: 40px !important;
    }
    .pl_lg--40 {
        padding-left: 40px !important;
    }
    .pr_lg--40 {
        padding-right: 40px !important;
    }
    .mt_lg--40 {
        margin-top: 40px !important;
    }
    .mb_lg--40 {
        margin-bottom: 40px !important;
    }
    .ml_lg--40 {
        margin-left: 40px !important;
    }
    .ptb_lg--45 {
        padding: 45px 0 !important;
    }
    .plr_lg--45 {
        padding: 0 45px !important;
    }
    .pt_lg--45 {
        padding-top: 45px !important;
    }
    .pb_lg--45 {
        padding-bottom: 45px !important;
    }
    .pl_lg--45 {
        padding-left: 45px !important;
    }
    .pr_lg--45 {
        padding-right: 45px !important;
    }
    .mt_lg--45 {
        margin-top: 45px !important;
    }
    .mb_lg--45 {
        margin-bottom: 45px !important;
    }
    .ml_lg--45 {
        margin-left: 45px !important;
    }
    .ptb_lg--50 {
        padding: 50px 0 !important;
    }
    .plr_lg--50 {
        padding: 0 50px !important;
    }
    .pt_lg--50 {
        padding-top: 50px !important;
    }
    .pb_lg--50 {
        padding-bottom: 50px !important;
    }
    .pl_lg--50 {
        padding-left: 50px !important;
    }
    .pr_lg--50 {
        padding-right: 50px !important;
    }
    .mt_lg--50 {
        margin-top: 50px !important;
    }
    .mb_lg--50 {
        margin-bottom: 50px !important;
    }
    .ml_lg--50 {
        margin-left: 50px !important;
    }
    .ptb_lg--55 {
        padding: 55px 0 !important;
    }
    .plr_lg--55 {
        padding: 0 55px !important;
    }
    .pt_lg--55 {
        padding-top: 55px !important;
    }
    .pb_lg--55 {
        padding-bottom: 55px !important;
    }
    .pl_lg--55 {
        padding-left: 55px !important;
    }
    .pr_lg--55 {
        padding-right: 55px !important;
    }
    .mt_lg--55 {
        margin-top: 55px !important;
    }
    .mb_lg--55 {
        margin-bottom: 55px !important;
    }
    .ml_lg--55 {
        margin-left: 55px !important;
    }
    .ptb_lg--60 {
        padding: 60px 0 !important;
    }
    .plr_lg--60 {
        padding: 0 60px !important;
    }
    .pt_lg--60 {
        padding-top: 60px !important;
    }
    .pb_lg--60 {
        padding-bottom: 60px !important;
    }
    .pl_lg--60 {
        padding-left: 60px !important;
    }
    .pr_lg--60 {
        padding-right: 60px !important;
    }
    .mt_lg--60 {
        margin-top: 60px !important;
    }
    .mb_lg--60 {
        margin-bottom: 60px !important;
    }
    .ml_lg--60 {
        margin-left: 60px !important;
    }
    .ptb_lg--65 {
        padding: 65px 0 !important;
    }
    .plr_lg--65 {
        padding: 0 65px !important;
    }
    .pt_lg--65 {
        padding-top: 65px !important;
    }
    .pb_lg--65 {
        padding-bottom: 65px !important;
    }
    .pl_lg--65 {
        padding-left: 65px !important;
    }
    .pr_lg--65 {
        padding-right: 65px !important;
    }
    .mt_lg--65 {
        margin-top: 65px !important;
    }
    .mb_lg--65 {
        margin-bottom: 65px !important;
    }
    .ml_lg--65 {
        margin-left: 65px !important;
    }
    .ptb_lg--70 {
        padding: 70px 0 !important;
    }
    .plr_lg--70 {
        padding: 0 70px !important;
    }
    .pt_lg--70 {
        padding-top: 70px !important;
    }
    .pb_lg--70 {
        padding-bottom: 70px !important;
    }
    .pl_lg--70 {
        padding-left: 70px !important;
    }
    .pr_lg--70 {
        padding-right: 70px !important;
    }
    .mt_lg--70 {
        margin-top: 70px !important;
    }
    .mb_lg--70 {
        margin-bottom: 70px !important;
    }
    .ml_lg--70 {
        margin-left: 70px !important;
    }
    .ptb_lg--75 {
        padding: 75px 0 !important;
    }
    .plr_lg--75 {
        padding: 0 75px !important;
    }
    .pt_lg--75 {
        padding-top: 75px !important;
    }
    .pb_lg--75 {
        padding-bottom: 75px !important;
    }
    .pl_lg--75 {
        padding-left: 75px !important;
    }
    .pr_lg--75 {
        padding-right: 75px !important;
    }
    .mt_lg--75 {
        margin-top: 75px !important;
    }
    .mb_lg--75 {
        margin-bottom: 75px !important;
    }
    .ml_lg--75 {
        margin-left: 75px !important;
    }
    .ptb_lg--80 {
        padding: 80px 0 !important;
    }
    .plr_lg--80 {
        padding: 0 80px !important;
    }
    .pt_lg--80 {
        padding-top: 80px !important;
    }
    .pb_lg--80 {
        padding-bottom: 80px !important;
    }
    .pl_lg--80 {
        padding-left: 80px !important;
    }
    .pr_lg--80 {
        padding-right: 80px !important;
    }
    .mt_lg--80 {
        margin-top: 80px !important;
    }
    .mb_lg--80 {
        margin-bottom: 80px !important;
    }
    .ml_lg--80 {
        margin-left: 80px !important;
    }
    .ptb_lg--85 {
        padding: 85px 0 !important;
    }
    .plr_lg--85 {
        padding: 0 85px !important;
    }
    .pt_lg--85 {
        padding-top: 85px !important;
    }
    .pb_lg--85 {
        padding-bottom: 85px !important;
    }
    .pl_lg--85 {
        padding-left: 85px !important;
    }
    .pr_lg--85 {
        padding-right: 85px !important;
    }
    .mt_lg--85 {
        margin-top: 85px !important;
    }
    .mb_lg--85 {
        margin-bottom: 85px !important;
    }
    .ml_lg--85 {
        margin-left: 85px !important;
    }
    .ptb_lg--90 {
        padding: 90px 0 !important;
    }
    .plr_lg--90 {
        padding: 0 90px !important;
    }
    .pt_lg--90 {
        padding-top: 90px !important;
    }
    .pb_lg--90 {
        padding-bottom: 90px !important;
    }
    .pl_lg--90 {
        padding-left: 90px !important;
    }
    .pr_lg--90 {
        padding-right: 90px !important;
    }
    .mt_lg--90 {
        margin-top: 90px !important;
    }
    .mb_lg--90 {
        margin-bottom: 90px !important;
    }
    .ml_lg--90 {
        margin-left: 90px !important;
    }
    .ptb_lg--95 {
        padding: 95px 0 !important;
    }
    .plr_lg--95 {
        padding: 0 95px !important;
    }
    .pt_lg--95 {
        padding-top: 95px !important;
    }
    .pb_lg--95 {
        padding-bottom: 95px !important;
    }
    .pl_lg--95 {
        padding-left: 95px !important;
    }
    .pr_lg--95 {
        padding-right: 95px !important;
    }
    .mt_lg--95 {
        margin-top: 95px !important;
    }
    .mb_lg--95 {
        margin-bottom: 95px !important;
    }
    .ml_lg--95 {
        margin-left: 95px !important;
    }
    .ptb_lg--100 {
        padding: 100px 0 !important;
    }
    .plr_lg--100 {
        padding: 0 100px !important;
    }
    .pt_lg--100 {
        padding-top: 100px !important;
    }
    .pb_lg--100 {
        padding-bottom: 100px !important;
    }
    .pl_lg--100 {
        padding-left: 100px !important;
    }
    .pr_lg--100 {
        padding-right: 100px !important;
    }
    .mt_lg--100 {
        margin-top: 100px !important;
    }
    .mb_lg--100 {
        margin-bottom: 100px !important;
    }
    .ml_lg--100 {
        margin-left: 100px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_md--0 {
        padding: 0 !important;
    }
    .pl_md--0 {
        padding-left: 0 !important;
    }
    .pr_md--0 {
        padding-right: 0 !important;
    }
    .pt_md--0 {
        padding-top: 0 !important;
    }
    .pb_md--0 {
        padding-bottom: 0 !important;
    }
    .mr_md--0 {
        margin-right: 0 !important;
    }
    .ml_md--0 {
        margin-left: 0 !important;
    }
    .mt_md--0 {
        margin-top: 0 !important;
    }
    .mb_md--0 {
        margin-bottom: 0 !important;
    }
    .ptb_md--250 {
        padding: 250px 0 !important;
    }
    .ptb_md--5 {
        padding: 5px 0 !important;
    }
    .plr_md--5 {
        padding: 0 5px !important;
    }
    .pt_md--5 {
        padding-top: 5px !important;
    }
    .pb_md--5 {
        padding-bottom: 5px !important;
    }
    .pl_md--5 {
        padding-left: 5px !important;
    }
    .pr_md--5 {
        padding-right: 5px !important;
    }
    .mt_md--5 {
        margin-top: 5px !important;
    }
    .mb_md--5 {
        margin-bottom: 5px !important;
    }
    .ptb_md--10 {
        padding: 10px 0 !important;
    }
    .plr_md--10 {
        padding: 0 10px !important;
    }
    .pt_md--10 {
        padding-top: 10px !important;
    }
    .pb_md--10 {
        padding-bottom: 10px !important;
    }
    .pl_md--10 {
        padding-left: 10px !important;
    }
    .pr_md--10 {
        padding-right: 10px !important;
    }
    .mt_md--10 {
        margin-top: 10px !important;
    }
    .mb_md--10 {
        margin-bottom: 10px !important;
    }
    .ptb_md--15 {
        padding: 15px 0 !important;
    }
    .plr_md--15 {
        padding: 0 15px !important;
    }
    .pt_md--15 {
        padding-top: 15px !important;
    }
    .pb_md--15 {
        padding-bottom: 15px !important;
    }
    .pl_md--15 {
        padding-left: 15px !important;
    }
    .pr_md--15 {
        padding-right: 15px !important;
    }
    .mt_md--15 {
        margin-top: 15px !important;
    }
    .mb_md--15 {
        margin-bottom: 15px !important;
    }
    .ptb_md--20 {
        padding: 20px 0 !important;
    }
    .plr_md--20 {
        padding: 0 20px !important;
    }
    .pt_md--20 {
        padding-top: 20px !important;
    }
    .pb_md--20 {
        padding-bottom: 20px !important;
    }
    .pl_md--20 {
        padding-left: 20px !important;
    }
    .pr_md--20 {
        padding-right: 20px !important;
    }
    .mt_md--20 {
        margin-top: 20px !important;
    }
    .mb_md--20 {
        margin-bottom: 20px !important;
    }
    .ptb_md--25 {
        padding: 25px 0 !important;
    }
    .plr_md--25 {
        padding: 0 25px !important;
    }
    .pt_md--25 {
        padding-top: 25px !important;
    }
    .pb_md--25 {
        padding-bottom: 25px !important;
    }
    .pl_md--25 {
        padding-left: 25px !important;
    }
    .pr_md--25 {
        padding-right: 25px !important;
    }
    .mt_md--25 {
        margin-top: 25px !important;
    }
    .mb_md--25 {
        margin-bottom: 25px !important;
    }
    .ptb_md--30 {
        padding: 30px 0 !important;
    }
    .plr_md--30 {
        padding: 0 30px !important;
    }
    .pt_md--30 {
        padding-top: 30px !important;
    }
    .pb_md--30 {
        padding-bottom: 30px !important;
    }
    .pl_md--30 {
        padding-left: 30px !important;
    }
    .pr_md--30 {
        padding-right: 30px !important;
    }
    .mt_md--30 {
        margin-top: 30px !important;
    }
    .mb_md--30 {
        margin-bottom: 30px !important;
    }
    .ptb_md--35 {
        padding: 35px 0 !important;
    }
    .plr_md--35 {
        padding: 0 35px !important;
    }
    .pt_md--35 {
        padding-top: 35px !important;
    }
    .pb_md--35 {
        padding-bottom: 35px !important;
    }
    .pl_md--35 {
        padding-left: 35px !important;
    }
    .pr_md--35 {
        padding-right: 35px !important;
    }
    .mt_md--35 {
        margin-top: 35px !important;
    }
    .mb_md--35 {
        margin-bottom: 35px !important;
    }
    .ptb_md--40 {
        padding: 40px 0 !important;
    }
    .plr_md--40 {
        padding: 0 40px !important;
    }
    .pt_md--40 {
        padding-top: 40px !important;
    }
    .pb_md--40 {
        padding-bottom: 40px !important;
    }
    .pl_md--40 {
        padding-left: 40px !important;
    }
    .pr_md--40 {
        padding-right: 40px !important;
    }
    .mt_md--40 {
        margin-top: 40px !important;
    }
    .mb_md--40 {
        margin-bottom: 40px !important;
    }
    .ptb_md--45 {
        padding: 45px 0 !important;
    }
    .plr_md--45 {
        padding: 0 45px !important;
    }
    .pt_md--45 {
        padding-top: 45px !important;
    }
    .pb_md--45 {
        padding-bottom: 45px !important;
    }
    .pl_md--45 {
        padding-left: 45px !important;
    }
    .pr_md--45 {
        padding-right: 45px !important;
    }
    .mt_md--45 {
        margin-top: 45px !important;
    }
    .mb_md--45 {
        margin-bottom: 45px !important;
    }
    .ptb_md--50 {
        padding: 50px 0 !important;
    }
    .plr_md--50 {
        padding: 0 50px !important;
    }
    .pt_md--50 {
        padding-top: 50px !important;
    }
    .pb_md--50 {
        padding-bottom: 50px !important;
    }
    .pl_md--50 {
        padding-left: 50px !important;
    }
    .pr_md--50 {
        padding-right: 50px !important;
    }
    .mt_md--50 {
        margin-top: 50px !important;
    }
    .mb_md--50 {
        margin-bottom: 50px !important;
    }
    .ptb_md--55 {
        padding: 55px 0 !important;
    }
    .plr_md--55 {
        padding: 0 55px !important;
    }
    .pt_md--55 {
        padding-top: 55px !important;
    }
    .pb_md--55 {
        padding-bottom: 55px !important;
    }
    .pl_md--55 {
        padding-left: 55px !important;
    }
    .pr_md--55 {
        padding-right: 55px !important;
    }
    .mt_md--55 {
        margin-top: 55px !important;
    }
    .mb_md--55 {
        margin-bottom: 55px !important;
    }
    .ptb_md--60 {
        padding: 60px 0 !important;
    }
    .plr_md--60 {
        padding: 0 60px !important;
    }
    .pt_md--60 {
        padding-top: 60px !important;
    }
    .pb_md--60 {
        padding-bottom: 60px !important;
    }
    .pl_md--60 {
        padding-left: 60px !important;
    }
    .pr_md--60 {
        padding-right: 60px !important;
    }
    .mt_md--60 {
        margin-top: 60px !important;
    }
    .mb_md--60 {
        margin-bottom: 60px !important;
    }
    .ptb_md--65 {
        padding: 65px 0 !important;
    }
    .plr_md--65 {
        padding: 0 65px !important;
    }
    .pt_md--65 {
        padding-top: 65px !important;
    }
    .pb_md--65 {
        padding-bottom: 65px !important;
    }
    .pl_md--65 {
        padding-left: 65px !important;
    }
    .pr_md--65 {
        padding-right: 65px !important;
    }
    .mt_md--65 {
        margin-top: 65px !important;
    }
    .mb_md--65 {
        margin-bottom: 65px !important;
    }
    .ptb_md--70 {
        padding: 70px 0 !important;
    }
    .plr_md--70 {
        padding: 0 70px !important;
    }
    .pt_md--70 {
        padding-top: 70px !important;
    }
    .pb_md--70 {
        padding-bottom: 70px !important;
    }
    .pl_md--70 {
        padding-left: 70px !important;
    }
    .pr_md--70 {
        padding-right: 70px !important;
    }
    .mt_md--70 {
        margin-top: 70px !important;
    }
    .mb_md--70 {
        margin-bottom: 70px !important;
    }
    .ptb_md--75 {
        padding: 75px 0 !important;
    }
    .plr_md--75 {
        padding: 0 75px !important;
    }
    .pt_md--75 {
        padding-top: 75px !important;
    }
    .pb_md--75 {
        padding-bottom: 75px !important;
    }
    .pl_md--75 {
        padding-left: 75px !important;
    }
    .pr_md--75 {
        padding-right: 75px !important;
    }
    .mt_md--75 {
        margin-top: 75px !important;
    }
    .mb_md--75 {
        margin-bottom: 75px !important;
    }
    .ptb_md--80 {
        padding: 80px 0 !important;
    }
    .plr_md--80 {
        padding: 0 80px !important;
    }
    .pt_md--80 {
        padding-top: 80px !important;
    }
    .pb_md--80 {
        padding-bottom: 80px !important;
    }
    .pl_md--80 {
        padding-left: 80px !important;
    }
    .pr_md--80 {
        padding-right: 80px !important;
    }
    .mt_md--80 {
        margin-top: 80px !important;
    }
    .mb_md--80 {
        margin-bottom: 80px !important;
    }
    .ptb_md--85 {
        padding: 85px 0 !important;
    }
    .plr_md--85 {
        padding: 0 85px !important;
    }
    .pt_md--85 {
        padding-top: 85px !important;
    }
    .pb_md--85 {
        padding-bottom: 85px !important;
    }
    .pl_md--85 {
        padding-left: 85px !important;
    }
    .pr_md--85 {
        padding-right: 85px !important;
    }
    .mt_md--85 {
        margin-top: 85px !important;
    }
    .mb_md--85 {
        margin-bottom: 85px !important;
    }
    .ptb_md--90 {
        padding: 90px 0 !important;
    }
    .plr_md--90 {
        padding: 0 90px !important;
    }
    .pt_md--90 {
        padding-top: 90px !important;
    }
    .pb_md--90 {
        padding-bottom: 90px !important;
    }
    .pl_md--90 {
        padding-left: 90px !important;
    }
    .pr_md--90 {
        padding-right: 90px !important;
    }
    .mt_md--90 {
        margin-top: 90px !important;
    }
    .mb_md--90 {
        margin-bottom: 90px !important;
    }
    .ptb_md--95 {
        padding: 95px 0 !important;
    }
    .plr_md--95 {
        padding: 0 95px !important;
    }
    .pt_md--95 {
        padding-top: 95px !important;
    }
    .pb_md--95 {
        padding-bottom: 95px !important;
    }
    .pl_md--95 {
        padding-left: 95px !important;
    }
    .pr_md--95 {
        padding-right: 95px !important;
    }
    .mt_md--95 {
        margin-top: 95px !important;
    }
    .mb_md--95 {
        margin-bottom: 95px !important;
    }
    .ptb_md--100 {
        padding: 100px 0 !important;
    }
    .plr_md--100 {
        padding: 0 100px !important;
    }
    .pt_md--100 {
        padding-top: 100px !important;
    }
    .pb_md--100 {
        padding-bottom: 100px !important;
    }
    .pl_md--100 {
        padding-left: 100px !important;
    }
    .pr_md--100 {
        padding-right: 100px !important;
    }
    .mt_md--100 {
        margin-top: 100px !important;
    }
    .mb_md--100 {
        margin-bottom: 100px !important;
    }
}
@media only screen and (max-width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0 !important;
    }
    .ptb_sm--0 {
        padding: 0 !important;
    }
    .pl_sm--0 {
        padding-left: 0 !important;
    }
    .pr_sm--0 {
        padding-right: 0 !important;
    }
    .pt_sm--0 {
        padding-top: 0 !important;
    }
    .pb_sm--0 {
        padding-bottom: 0 !important;
    }
    .mr_sm--0 {
        margin-right: 0 !important;
    }
    .ml_sm--0 {
        margin-left: 0 !important;
    }
    .mt_sm--0 {
        margin-top: 0 !important;
    }
    .mb_sm--0 {
        margin-bottom: 0 !important;
    }
    .pt_sm--150 {
        padding-top: 150px !important;
    }
    .pb_sm--110 {
        padding-bottom: 110px !important;
    }
    .ptb_sm--5 {
        padding: 5px 0 !important;
    }
    .plr_sm--5 {
        padding: 0 5px !important;
    }
    .pt_sm--5 {
        padding-top: 5px !important;
    }
    .pb_sm--5 {
        padding-bottom: 5px !important;
    }
    .pl_sm--5 {
        padding-left: 5px !important;
    }
    .pr_sm--5 {
        padding-right: 5px !important;
    }
    .mt_sm--5 {
        margin-top: 5px !important;
    }
    .ml_sm--5 {
        margin-left: 5px !important;
    }
    .mr_sm--5 {
        margin-right: 5px !important;
    }
    .mb_sm--5 {
        margin-bottom: 5px !important;
    }
    .ptb_sm--10 {
        padding: 10px 0 !important;
    }
    .plr_sm--10 {
        padding: 0 10px !important;
    }
    .pt_sm--10 {
        padding-top: 10px !important;
    }
    .pb_sm--10 {
        padding-bottom: 10px !important;
    }
    .pl_sm--10 {
        padding-left: 10px !important;
    }
    .pr_sm--10 {
        padding-right: 10px !important;
    }
    .mt_sm--10 {
        margin-top: 10px !important;
    }
    .ml_sm--10 {
        margin-left: 10px !important;
    }
    .mr_sm--10 {
        margin-right: 10px !important;
    }
    .mb_sm--10 {
        margin-bottom: 10px !important;
    }
    .ptb_sm--15 {
        padding: 15px 0 !important;
    }
    .plr_sm--15 {
        padding: 0 15px !important;
    }
    .pt_sm--15 {
        padding-top: 15px !important;
    }
    .pb_sm--15 {
        padding-bottom: 15px !important;
    }
    .pl_sm--15 {
        padding-left: 15px !important;
    }
    .pr_sm--15 {
        padding-right: 15px !important;
    }
    .mt_sm--15 {
        margin-top: 15px !important;
    }
    .ml_sm--15 {
        margin-left: 15px !important;
    }
    .mr_sm--15 {
        margin-right: 15px !important;
    }
    .mb_sm--15 {
        margin-bottom: 15px !important;
    }
    .ptb_sm--20 {
        padding: 20px 0 !important;
    }
    .plr_sm--20 {
        padding: 0 20px !important;
    }
    .pt_sm--20 {
        padding-top: 20px !important;
    }
    .pb_sm--20 {
        padding-bottom: 20px !important;
    }
    .pl_sm--20 {
        padding-left: 20px !important;
    }
    .pr_sm--20 {
        padding-right: 20px !important;
    }
    .mt_sm--20 {
        margin-top: 20px !important;
    }
    .ml_sm--20 {
        margin-left: 20px !important;
    }
    .mr_sm--20 {
        margin-right: 20px !important;
    }
    .mb_sm--20 {
        margin-bottom: 20px !important;
    }
    .ptb_sm--25 {
        padding: 25px 0 !important;
    }
    .plr_sm--25 {
        padding: 0 25px !important;
    }
    .pt_sm--25 {
        padding-top: 25px !important;
    }
    .pb_sm--25 {
        padding-bottom: 25px !important;
    }
    .pl_sm--25 {
        padding-left: 25px !important;
    }
    .pr_sm--25 {
        padding-right: 25px !important;
    }
    .mt_sm--25 {
        margin-top: 25px !important;
    }
    .ml_sm--25 {
        margin-left: 25px !important;
    }
    .mr_sm--25 {
        margin-right: 25px !important;
    }
    .mb_sm--25 {
        margin-bottom: 25px !important;
    }
    .ptb_sm--30 {
        padding: 30px 0 !important;
    }
    .plr_sm--30 {
        padding: 0 30px !important;
    }
    .pt_sm--30 {
        padding-top: 30px !important;
    }
    .pb_sm--30 {
        padding-bottom: 30px !important;
    }
    .pl_sm--30 {
        padding-left: 30px !important;
    }
    .pr_sm--30 {
        padding-right: 30px !important;
    }
    .mt_sm--30 {
        margin-top: 30px !important;
    }
    .ml_sm--30 {
        margin-left: 30px !important;
    }
    .mr_sm--30 {
        margin-right: 30px !important;
    }
    .mb_sm--30 {
        margin-bottom: 30px !important;
    }
    .ptb_sm--35 {
        padding: 35px 0 !important;
    }
    .plr_sm--35 {
        padding: 0 35px !important;
    }
    .pt_sm--35 {
        padding-top: 35px !important;
    }
    .pb_sm--35 {
        padding-bottom: 35px !important;
    }
    .pl_sm--35 {
        padding-left: 35px !important;
    }
    .pr_sm--35 {
        padding-right: 35px !important;
    }
    .mt_sm--35 {
        margin-top: 35px !important;
    }
    .ml_sm--35 {
        margin-left: 35px !important;
    }
    .mr_sm--35 {
        margin-right: 35px !important;
    }
    .mb_sm--35 {
        margin-bottom: 35px !important;
    }
    .ptb_sm--40 {
        padding: 40px 0 !important;
    }
    .plr_sm--40 {
        padding: 0 40px !important;
    }
    .pt_sm--40 {
        padding-top: 40px !important;
    }
    .pb_sm--40 {
        padding-bottom: 40px !important;
    }
    .pl_sm--40 {
        padding-left: 40px !important;
    }
    .pr_sm--40 {
        padding-right: 40px !important;
    }
    .mt_sm--40 {
        margin-top: 40px !important;
    }
    .ml_sm--40 {
        margin-left: 40px !important;
    }
    .mr_sm--40 {
        margin-right: 40px !important;
    }
    .mb_sm--40 {
        margin-bottom: 40px !important;
    }
    .ptb_sm--45 {
        padding: 45px 0 !important;
    }
    .plr_sm--45 {
        padding: 0 45px !important;
    }
    .pt_sm--45 {
        padding-top: 45px !important;
    }
    .pb_sm--45 {
        padding-bottom: 45px !important;
    }
    .pl_sm--45 {
        padding-left: 45px !important;
    }
    .pr_sm--45 {
        padding-right: 45px !important;
    }
    .mt_sm--45 {
        margin-top: 45px !important;
    }
    .ml_sm--45 {
        margin-left: 45px !important;
    }
    .mr_sm--45 {
        margin-right: 45px !important;
    }
    .mb_sm--45 {
        margin-bottom: 45px !important;
    }
    .ptb_sm--50 {
        padding: 50px 0 !important;
    }
    .plr_sm--50 {
        padding: 0 50px !important;
    }
    .pt_sm--50 {
        padding-top: 50px !important;
    }
    .pb_sm--50 {
        padding-bottom: 50px !important;
    }
    .pl_sm--50 {
        padding-left: 50px !important;
    }
    .pr_sm--50 {
        padding-right: 50px !important;
    }
    .mt_sm--50 {
        margin-top: 50px !important;
    }
    .ml_sm--50 {
        margin-left: 50px !important;
    }
    .mr_sm--50 {
        margin-right: 50px !important;
    }
    .mb_sm--50 {
        margin-bottom: 50px !important;
    }
    .ptb_sm--55 {
        padding: 55px 0 !important;
    }
    .plr_sm--55 {
        padding: 0 55px !important;
    }
    .pt_sm--55 {
        padding-top: 55px !important;
    }
    .pb_sm--55 {
        padding-bottom: 55px !important;
    }
    .pl_sm--55 {
        padding-left: 55px !important;
    }
    .pr_sm--55 {
        padding-right: 55px !important;
    }
    .mt_sm--55 {
        margin-top: 55px !important;
    }
    .ml_sm--55 {
        margin-left: 55px !important;
    }
    .mr_sm--55 {
        margin-right: 55px !important;
    }
    .mb_sm--55 {
        margin-bottom: 55px !important;
    }
    .ptb_sm--60 {
        padding: 60px 0 !important;
    }
    .plr_sm--60 {
        padding: 0 60px !important;
    }
    .pt_sm--60 {
        padding-top: 60px !important;
    }
    .pb_sm--60 {
        padding-bottom: 60px !important;
    }
    .pl_sm--60 {
        padding-left: 60px !important;
    }
    .pr_sm--60 {
        padding-right: 60px !important;
    }
    .mt_sm--60 {
        margin-top: 60px !important;
    }
    .ml_sm--60 {
        margin-left: 60px !important;
    }
    .mr_sm--60 {
        margin-right: 60px !important;
    }
    .mb_sm--60 {
        margin-bottom: 60px !important;
    }
    .ptb_sm--65 {
        padding: 65px 0 !important;
    }
    .plr_sm--65 {
        padding: 0 65px !important;
    }
    .pt_sm--65 {
        padding-top: 65px !important;
    }
    .pb_sm--65 {
        padding-bottom: 65px !important;
    }
    .pl_sm--65 {
        padding-left: 65px !important;
    }
    .pr_sm--65 {
        padding-right: 65px !important;
    }
    .mt_sm--65 {
        margin-top: 65px !important;
    }
    .ml_sm--65 {
        margin-left: 65px !important;
    }
    .mr_sm--65 {
        margin-right: 65px !important;
    }
    .mb_sm--65 {
        margin-bottom: 65px !important;
    }
    .ptb_sm--70 {
        padding: 70px 0 !important;
    }
    .plr_sm--70 {
        padding: 0 70px !important;
    }
    .pt_sm--70 {
        padding-top: 70px !important;
    }
    .pb_sm--70 {
        padding-bottom: 70px !important;
    }
    .pl_sm--70 {
        padding-left: 70px !important;
    }
    .pr_sm--70 {
        padding-right: 70px !important;
    }
    .mt_sm--70 {
        margin-top: 70px !important;
    }
    .ml_sm--70 {
        margin-left: 70px !important;
    }
    .mr_sm--70 {
        margin-right: 70px !important;
    }
    .mb_sm--70 {
        margin-bottom: 70px !important;
    }
    .ptb_sm--75 {
        padding: 75px 0 !important;
    }
    .plr_sm--75 {
        padding: 0 75px !important;
    }
    .pt_sm--75 {
        padding-top: 75px !important;
    }
    .pb_sm--75 {
        padding-bottom: 75px !important;
    }
    .pl_sm--75 {
        padding-left: 75px !important;
    }
    .pr_sm--75 {
        padding-right: 75px !important;
    }
    .mt_sm--75 {
        margin-top: 75px !important;
    }
    .ml_sm--75 {
        margin-left: 75px !important;
    }
    .mr_sm--75 {
        margin-right: 75px !important;
    }
    .mb_sm--75 {
        margin-bottom: 75px !important;
    }
    .ptb_sm--80 {
        padding: 80px 0 !important;
    }
    .plr_sm--80 {
        padding: 0 80px !important;
    }
    .pt_sm--80 {
        padding-top: 80px !important;
    }
    .pb_sm--80 {
        padding-bottom: 80px !important;
    }
    .pl_sm--80 {
        padding-left: 80px !important;
    }
    .pr_sm--80 {
        padding-right: 80px !important;
    }
    .mt_sm--80 {
        margin-top: 80px !important;
    }
    .ml_sm--80 {
        margin-left: 80px !important;
    }
    .mr_sm--80 {
        margin-right: 80px !important;
    }
    .mb_sm--80 {
        margin-bottom: 80px !important;
    }
    .ptb_sm--85 {
        padding: 85px 0 !important;
    }
    .plr_sm--85 {
        padding: 0 85px !important;
    }
    .pt_sm--85 {
        padding-top: 85px !important;
    }
    .pb_sm--85 {
        padding-bottom: 85px !important;
    }
    .pl_sm--85 {
        padding-left: 85px !important;
    }
    .pr_sm--85 {
        padding-right: 85px !important;
    }
    .mt_sm--85 {
        margin-top: 85px !important;
    }
    .ml_sm--85 {
        margin-left: 85px !important;
    }
    .mr_sm--85 {
        margin-right: 85px !important;
    }
    .mb_sm--85 {
        margin-bottom: 85px !important;
    }
    .ptb_sm--90 {
        padding: 90px 0 !important;
    }
    .plr_sm--90 {
        padding: 0 90px !important;
    }
    .pt_sm--90 {
        padding-top: 90px !important;
    }
    .pb_sm--90 {
        padding-bottom: 90px !important;
    }
    .pl_sm--90 {
        padding-left: 90px !important;
    }
    .pr_sm--90 {
        padding-right: 90px !important;
    }
    .mt_sm--90 {
        margin-top: 90px !important;
    }
    .ml_sm--90 {
        margin-left: 90px !important;
    }
    .mr_sm--90 {
        margin-right: 90px !important;
    }
    .mb_sm--90 {
        margin-bottom: 90px !important;
    }
    .ptb_sm--95 {
        padding: 95px 0 !important;
    }
    .plr_sm--95 {
        padding: 0 95px !important;
    }
    .pt_sm--95 {
        padding-top: 95px !important;
    }
    .pb_sm--95 {
        padding-bottom: 95px !important;
    }
    .pl_sm--95 {
        padding-left: 95px !important;
    }
    .pr_sm--95 {
        padding-right: 95px !important;
    }
    .mt_sm--95 {
        margin-top: 95px !important;
    }
    .ml_sm--95 {
        margin-left: 95px !important;
    }
    .mr_sm--95 {
        margin-right: 95px !important;
    }
    .mb_sm--95 {
        margin-bottom: 95px !important;
    }
    .ptb_sm--100 {
        padding: 100px 0 !important;
    }
    .plr_sm--100 {
        padding: 0 100px !important;
    }
    .pt_sm--100 {
        padding-top: 100px !important;
    }
    .pb_sm--100 {
        padding-bottom: 100px !important;
    }
    .pl_sm--100 {
        padding-left: 100px !important;
    }
    .pr_sm--100 {
        padding-right: 100px !important;
    }
    .mt_sm--100 {
        margin-top: 100px !important;
    }
    .ml_sm--100 {
        margin-left: 100px !important;
    }
    .mr_sm--100 {
        margin-right: 100px !important;
    }
    .mb_sm--100 {
        margin-bottom: 100px !important;
    }
    .pl_sm--0 {
        padding-left: 0 !important;
    }
    .pr_sm--0 {
        padding-right: 0 !important;
    }
    .pt_sm--0 {
        padding-top: 0 !important;
    }
    .pb_sm--0 {
        padding-bottom: 0 !important;
    }
    .mr_sm--0 {
        margin-right: 0 !important;
    }
    .ml_sm--0 {
        margin-left: 0 !important;
    }
    .mt_sm--0 {
        margin-top: 0 !important;
    }
    .mb_sm--0 {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0 !important;
    }
    .plr_mobile--5 {
        padding: 0 5px !important;
    }
    .pt_mobile--5 {
        padding-top: 5px !important;
    }
    .pb_mobile--5 {
        padding-bottom: 5px !important;
    }
    .pl_mobile--5 {
        padding-left: 5px !important;
    }
    .pr_mobile--5 {
        padding-right: 5px !important;
    }
    .mt_mobile--5 {
        margin-top: 5px !important;
    }
    .mb_mobile--5 {
        margin-bottom: 5px !important;
    }
    .ptb_mobile--10 {
        padding: 10px 0 !important;
    }
    .plr_mobile--10 {
        padding: 0 10px !important;
    }
    .pt_mobile--10 {
        padding-top: 10px !important;
    }
    .pb_mobile--10 {
        padding-bottom: 10px !important;
    }
    .pl_mobile--10 {
        padding-left: 10px !important;
    }
    .pr_mobile--10 {
        padding-right: 10px !important;
    }
    .mt_mobile--10 {
        margin-top: 10px !important;
    }
    .mb_mobile--10 {
        margin-bottom: 10px !important;
    }
    .ptb_mobile--15 {
        padding: 15px 0 !important;
    }
    .plr_mobile--15 {
        padding: 0 15px !important;
    }
    .pt_mobile--15 {
        padding-top: 15px !important;
    }
    .pb_mobile--15 {
        padding-bottom: 15px !important;
    }
    .pl_mobile--15 {
        padding-left: 15px !important;
    }
    .pr_mobile--15 {
        padding-right: 15px !important;
    }
    .mt_mobile--15 {
        margin-top: 15px !important;
    }
    .mb_mobile--15 {
        margin-bottom: 15px !important;
    }
    .ptb_mobile--20 {
        padding: 20px 0 !important;
    }
    .plr_mobile--20 {
        padding: 0 20px !important;
    }
    .pt_mobile--20 {
        padding-top: 20px !important;
    }
    .pb_mobile--20 {
        padding-bottom: 20px !important;
    }
    .pl_mobile--20 {
        padding-left: 20px !important;
    }
    .pr_mobile--20 {
        padding-right: 20px !important;
    }
    .mt_mobile--20 {
        margin-top: 20px !important;
    }
    .mb_mobile--20 {
        margin-bottom: 20px !important;
    }
    .ptb_mobile--25 {
        padding: 25px 0 !important;
    }
    .plr_mobile--25 {
        padding: 0 25px !important;
    }
    .pt_mobile--25 {
        padding-top: 25px !important;
    }
    .pb_mobile--25 {
        padding-bottom: 25px !important;
    }
    .pl_mobile--25 {
        padding-left: 25px !important;
    }
    .pr_mobile--25 {
        padding-right: 25px !important;
    }
    .mt_mobile--25 {
        margin-top: 25px !important;
    }
    .mb_mobile--25 {
        margin-bottom: 25px !important;
    }
    .ptb_mobile--30 {
        padding: 30px 0 !important;
    }
    .plr_mobile--30 {
        padding: 0 30px !important;
    }
    .pt_mobile--30 {
        padding-top: 30px !important;
    }
    .pb_mobile--30 {
        padding-bottom: 30px !important;
    }
    .pl_mobile--30 {
        padding-left: 30px !important;
    }
    .pr_mobile--30 {
        padding-right: 30px !important;
    }
    .mt_mobile--30 {
        margin-top: 30px !important;
    }
    .mb_mobile--30 {
        margin-bottom: 30px !important;
    }
    .ptb_mobile--35 {
        padding: 35px 0 !important;
    }
    .plr_mobile--35 {
        padding: 0 35px !important;
    }
    .pt_mobile--35 {
        padding-top: 35px !important;
    }
    .pb_mobile--35 {
        padding-bottom: 35px !important;
    }
    .pl_mobile--35 {
        padding-left: 35px !important;
    }
    .pr_mobile--35 {
        padding-right: 35px !important;
    }
    .mt_mobile--35 {
        margin-top: 35px !important;
    }
    .mb_mobile--35 {
        margin-bottom: 35px !important;
    }
    .ptb_mobile--40 {
        padding: 40px 0 !important;
    }
    .plr_mobile--40 {
        padding: 0 40px !important;
    }
    .pt_mobile--40 {
        padding-top: 40px !important;
    }
    .pb_mobile--40 {
        padding-bottom: 40px !important;
    }
    .pl_mobile--40 {
        padding-left: 40px !important;
    }
    .pr_mobile--40 {
        padding-right: 40px !important;
    }
    .mt_mobile--40 {
        margin-top: 40px !important;
    }
    .mb_mobile--40 {
        margin-bottom: 40px !important;
    }
    .ptb_mobile--45 {
        padding: 45px 0 !important;
    }
    .plr_mobile--45 {
        padding: 0 45px !important;
    }
    .pt_mobile--45 {
        padding-top: 45px !important;
    }
    .pb_mobile--45 {
        padding-bottom: 45px !important;
    }
    .pl_mobile--45 {
        padding-left: 45px !important;
    }
    .pr_mobile--45 {
        padding-right: 45px !important;
    }
    .mt_mobile--45 {
        margin-top: 45px !important;
    }
    .mb_mobile--45 {
        margin-bottom: 45px !important;
    }
    .ptb_mobile--50 {
        padding: 50px 0 !important;
    }
    .plr_mobile--50 {
        padding: 0 50px !important;
    }
    .pt_mobile--50 {
        padding-top: 50px !important;
    }
    .pb_mobile--50 {
        padding-bottom: 50px !important;
    }
    .pl_mobile--50 {
        padding-left: 50px !important;
    }
    .pr_mobile--50 {
        padding-right: 50px !important;
    }
    .mt_mobile--50 {
        margin-top: 50px !important;
    }
    .mb_mobile--50 {
        margin-bottom: 50px !important;
    }
    .ptb_mobile--55 {
        padding: 55px 0 !important;
    }
    .plr_mobile--55 {
        padding: 0 55px !important;
    }
    .pt_mobile--55 {
        padding-top: 55px !important;
    }
    .pb_mobile--55 {
        padding-bottom: 55px !important;
    }
    .pl_mobile--55 {
        padding-left: 55px !important;
    }
    .pr_mobile--55 {
        padding-right: 55px !important;
    }
    .mt_mobile--55 {
        margin-top: 55px !important;
    }
    .mb_mobile--55 {
        margin-bottom: 55px !important;
    }
    .ptb_mobile--60 {
        padding: 60px 0 !important;
    }
    .plr_mobile--60 {
        padding: 0 60px !important;
    }
    .pt_mobile--60 {
        padding-top: 60px !important;
    }
    .pb_mobile--60 {
        padding-bottom: 60px !important;
    }
    .pl_mobile--60 {
        padding-left: 60px !important;
    }
    .pr_mobile--60 {
        padding-right: 60px !important;
    }
    .mt_mobile--60 {
        margin-top: 60px !important;
    }
    .mb_mobile--60 {
        margin-bottom: 60px !important;
    }
    .ptb_mobile--65 {
        padding: 65px 0 !important;
    }
    .plr_mobile--65 {
        padding: 0 65px !important;
    }
    .pt_mobile--65 {
        padding-top: 65px !important;
    }
    .pb_mobile--65 {
        padding-bottom: 65px !important;
    }
    .pl_mobile--65 {
        padding-left: 65px !important;
    }
    .pr_mobile--65 {
        padding-right: 65px !important;
    }
    .mt_mobile--65 {
        margin-top: 65px !important;
    }
    .mb_mobile--65 {
        margin-bottom: 65px !important;
    }
    .ptb_mobile--70 {
        padding: 70px 0 !important;
    }
    .plr_mobile--70 {
        padding: 0 70px !important;
    }
    .pt_mobile--70 {
        padding-top: 70px !important;
    }
    .pb_mobile--70 {
        padding-bottom: 70px !important;
    }
    .pl_mobile--70 {
        padding-left: 70px !important;
    }
    .pr_mobile--70 {
        padding-right: 70px !important;
    }
    .mt_mobile--70 {
        margin-top: 70px !important;
    }
    .mb_mobile--70 {
        margin-bottom: 70px !important;
    }
    .ptb_mobile--75 {
        padding: 75px 0 !important;
    }
    .plr_mobile--75 {
        padding: 0 75px !important;
    }
    .pt_mobile--75 {
        padding-top: 75px !important;
    }
    .pb_mobile--75 {
        padding-bottom: 75px !important;
    }
    .pl_mobile--75 {
        padding-left: 75px !important;
    }
    .pr_mobile--75 {
        padding-right: 75px !important;
    }
    .mt_mobile--75 {
        margin-top: 75px !important;
    }
    .mb_mobile--75 {
        margin-bottom: 75px !important;
    }
    .ptb_mobile--80 {
        padding: 80px 0 !important;
    }
    .plr_mobile--80 {
        padding: 0 80px !important;
    }
    .pt_mobile--80 {
        padding-top: 80px !important;
    }
    .pb_mobile--80 {
        padding-bottom: 80px !important;
    }
    .pl_mobile--80 {
        padding-left: 80px !important;
    }
    .pr_mobile--80 {
        padding-right: 80px !important;
    }
    .mt_mobile--80 {
        margin-top: 80px !important;
    }
    .mb_mobile--80 {
        margin-bottom: 80px !important;
    }
    .ptb_mobile--85 {
        padding: 85px 0 !important;
    }
    .plr_mobile--85 {
        padding: 0 85px !important;
    }
    .pt_mobile--85 {
        padding-top: 85px !important;
    }
    .pb_mobile--85 {
        padding-bottom: 85px !important;
    }
    .pl_mobile--85 {
        padding-left: 85px !important;
    }
    .pr_mobile--85 {
        padding-right: 85px !important;
    }
    .mt_mobile--85 {
        margin-top: 85px !important;
    }
    .mb_mobile--85 {
        margin-bottom: 85px !important;
    }
    .ptb_mobile--90 {
        padding: 90px 0 !important;
    }
    .plr_mobile--90 {
        padding: 0 90px !important;
    }
    .pt_mobile--90 {
        padding-top: 90px !important;
    }
    .pb_mobile--90 {
        padding-bottom: 90px !important;
    }
    .pl_mobile--90 {
        padding-left: 90px !important;
    }
    .pr_mobile--90 {
        padding-right: 90px !important;
    }
    .mt_mobile--90 {
        margin-top: 90px !important;
    }
    .mb_mobile--90 {
        margin-bottom: 90px !important;
    }
    .ptb_mobile--95 {
        padding: 95px 0 !important;
    }
    .plr_mobile--95 {
        padding: 0 95px !important;
    }
    .pt_mobile--95 {
        padding-top: 95px !important;
    }
    .pb_mobile--95 {
        padding-bottom: 95px !important;
    }
    .pl_mobile--95 {
        padding-left: 95px !important;
    }
    .pr_mobile--95 {
        padding-right: 95px !important;
    }
    .mt_mobile--95 {
        margin-top: 95px !important;
    }
    .mb_mobile--95 {
        margin-bottom: 95px !important;
    }
    .ptb_mobile--100 {
        padding: 100px 0 !important;
    }
    .plr_mobile--100 {
        padding: 0 100px !important;
    }
    .pt_mobile--100 {
        padding-top: 100px !important;
    }
    .pb_mobile--100 {
        padding-bottom: 100px !important;
    }
    .pl_mobile--100 {
        padding-left: 100px !important;
    }
    .pr_mobile--100 {
        padding-right: 100px !important;
    }
    .mt_mobile--100 {
        margin-top: 100px !important;
    }
    .mb_mobile--100 {
        margin-bottom: 100px !important;
    }
}
.slick-gutter-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.slick-gutter-5 .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.slick-gutter-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.slick-gutter-10 .slick-slide {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.slick-gutter-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.slick-gutter-15 .slick-slide {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.slick-gutter-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.slick-gutter-20 .slick-slide {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.slick-gutter-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
}
.slick-gutter-25 .slick-slide {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.slick-gutter-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.slick-gutter-30 .slick-slide {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.slick-gutter-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
}
.slick-gutter-35 .slick-slide {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.slick-gutter-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.slick-gutter-40 .slick-slide {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.slick-gutter-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
}
.slick-gutter-45 .slick-slide {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.slick-gutter-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
}
.slick-gutter-50 .slick-slide {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.slick-gutter-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
}
.slick-gutter-55 .slick-slide {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.slick-gutter-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.slick-gutter-60 .slick-slide {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.slick-gutter-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
}
.slick-gutter-65 .slick-slide {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.slick-gutter-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
}
.slick-gutter-70 .slick-slide {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.slick-gutter-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
}
.slick-gutter-75 .slick-slide {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.slick-gutter-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
}
.slick-gutter-80 .slick-slide {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.slick-gutter-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
}
.slick-gutter-85 .slick-slide {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.slick-gutter-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
}
.slick-gutter-90 .slick-slide {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.slick-gutter-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
}
.slick-gutter-95 .slick-slide {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.slick-gutter-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
}
.slick-gutter-100 .slick-slide {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.max-width-160 {
    max-width: 160px;
}

.collaborate-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

/*========================
    Common Style Css
==========================*/
.theme-gradient,
.counter-style-1 .count-number {
    color: var(--color-primary);
}

.bg-lessdark-gradient {
    background: linear-gradient(
        180deg,
        var(--color-lessdark) 20%,
        rgba(19, 19, 19, 0.4)
    );
}

.bg-theme-gradient {
    background-color: transparent;
    background-image: linear-gradient(
        90deg,
        var(--color-primary-lightest) 10%,
        var(--color-primary-alt) 50%,
        var(--color-tertiary-alt) 90%
    );
}

.bg-primary-gradient {
    background-color: var(--color-primary);
    background: linear-gradient(
            95deg,
            var(--color-primary) 15%,
            var(--color-tertiary) 45%,
            var(--color-pink) 75%,
            var(--color-secondary) 100%
        )
        95%/200% 100%;
}

.bg_patern-1 {
    position: relative;
    z-index: 1;
    background-image: none !important;
    background-color: rgba(27, 27, 28, 0.5568627451) !important;
}
.bg_patern-1::after {
    background-size: auto !important;
    background-repeat: repeat !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/patern.svg) !important;
    z-index: -1;
    opacity: 0.3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .theme-gradient,
    .counter-style-1 .count-number {
        color: var(--color-secondary);
        background: none !important;
    }
}
.real-estate-demo {
    background-image: url(../images/bg/dot.svg);
}

/* Heading Font  */
.h1 {
    font-size: var(--h1) !important;
}

.h2 {
    font-size: var(--h2) !important;
}

.h3 {
    font-size: var(--h3) !important;
}

.h4 {
    font-size: var(--h4) !important;
}

.h5 {
    font-size: var(--h5) !important;
}

.h6 {
    font-size: var(--h6) !important;
}

/*------------------------
    Text Color
-------------------------*/
.tmp-bg-shape-secondary {
    background: var(--color-secondary-opacity-1) !important;
    color: var(--color-secondary-alt) !important;
    border: 1px solid var(--color-secondary-opacity-2) !important;
}

.tmp-bg-shape-tertiary {
    background: var(--color-tertiary-opacity-1) !important;
    color: var(--color-tertiary-alt) !important;
    border: 1px solid var(--color-tertiary-opacity-2) !important;
}

.tmp-bg-shape-yellow {
    background: var(--color-yellow-opacity-1) !important;
    color: var(--color-yellow-alt) !important;
    border: 1px solid var(--color-yellow-opacity-2) !important;
}

/* Radius */
.square {
    border-radius: 0 !important;
}

.tmp-radius {
    border-radius: 6px !important;
}

.radius {
    border-radius: 6px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-round {
    border-radius: 500px !important;
}

.border-color-white {
    border-color: var(--color-white) !important;
}

/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.transition-transform {
    transition: var(--transition-transform);
}

.heading-opacity-2 {
    color: var(--heading-opacity-2) !important;
}

.tmp-display-1 {
    font-size: 80px !important;
    line-height: 1.1 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-display-1 {
        font-size: 58px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-display-1 {
        font-size: 62px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-display-1 {
        font-size: 62px !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-display-1 {
        font-size: 52px !important;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-display-1 {
        font-size: 28px !important;
        line-height: 1.4 !important;
    }
}

.list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-icon li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
@media only screen and (max-width: 767px) {
    .list-icon li {
        font-size: 16px;
    }
}
.list-icon li .icon {
    width: 30px;
    background-color: var(--color-card);
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    min-width: 30px;
    min-height: 30px;
}
.list-icon li .icon.background-transparent {
    background-color: transparent;
}
.list-icon li .icon i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
}

.number-step {
    color: var(--color-primary);
    font-weight: 600;
    margin-right: 10px;
    font-size: 16px;
}

.tmp-sub-badge {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 7px 14px;
    background-color: var(--color-blackest);
    box-shadow: var(--shadow-lighter);
}

.max-width-800 {
    max-width: 800px;
}

/*------------------------
    Prs Code New
--------------------------*/
.color-box-inner .title {
    text-transform: capitalize;
}
.color-box-inner .color-box {
    width: 100%;
    height: 100px;
    box-shadow: var(--shadow-1);
}

.tmp-shadow-box {
    border-radius: var(--radius);
    background: var(--color-card);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

.tmp-gradient-border {
    background: var(--color-primary);
    z-index: 10;
}
.tmp-gradient-border::before {
    content: "";
    z-index: -1;
    top: 3px;
    left: 3px;
    position: absolute;
    background: var(--color-card);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: var(--radius);
}

.sticky-top {
    top: 30px;
    z-index: 9;
}

.tmp-bounce {
    will-change: transform;
    -webkit-animation-name: pix_bounce_sm;
    animation-name: pix_bounce_sm;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pix_bounce_sm {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}
.border-yellow {
    border-color: var(--color-yellow) !important;
}

.border-secondary {
    border-color: var(--color-secondary) !important;
}

.plan-offer-list {
    margin: -10px;
}
.plan-offer-list li {
    font-size: 16px;
    margin: 10px;
}
.plan-offer-list li i {
    width: 22px;
    height: 22px;
    background: var(--color-success);
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.plan-offer-list li.off {
    opacity: 0.5;
}
.plan-offer-list li.off i {
    background: var(--color-danger);
}
.plan-offer-list.tmp-list-primary-opacity li i {
    background: var(--primary-opacity) !important;
    color: var(--color-primary) !important;
}
.plan-offer-list.tmp-list-white-opacity li i {
    background: var(--white-opacity) !important;
    color: var(--color-white) !important;
}

.tmp-overflow {
    overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-overflow {
        overflow-x: hidden;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-overflow {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-overflow {
        overflow-x: hidden;
    }
}

.rating a {
    display: inline-block;
}
.rating a i {
    color: var(--color-warning);
    font-style: normal;
}

.container-1850 {
    max-width: 1850px;
    margin: auto;
}

.overflow-visible {
    overflow-x: hidden;
}

.profile-image-1-personal {
    position: sticky;
    top: 110px;
    left: 80px;
    bottom: 80px;
    padding: 30px;
    border: 1px solid rgba(121, 121, 121, 0.09);
    z-index: 1;
}
.profile-image-1-personal::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    border-radius: 0;
    background: var(--color-primary);
    z-index: -1;
    filter: blur(0px);
}

.personal-page-wrapper .container-fluid {
    padding: 0 50px;
}

.personal-page-wrapper .tmp-fluid-header .container-wrapper {
    max-width: 1903px !important;
}

@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0);
    }
    10% {
        transform: translate3d(-1rem, -4rem, 0);
    }
    20% {
        transform: translate3d(-8rem, 2rem, 0);
    }
    30% {
        transform: translate3d(9rem, -9rem, 0);
    }
    40% {
        transform: translate3d(-2rem, 7rem, 0);
    }
    50% {
        transform: translate3d(-9rem, -4rem, 0);
    }
    60% {
        transform: translate3d(2rem, 6rem, 0);
    }
    70% {
        transform: translate3d(7rem, -8rem, 0);
    }
    80% {
        transform: translate3d(-9rem, 1rem, 0);
    }
    90% {
        transform: translate3d(6rem, -5rem, 0);
    }
    to {
        transform: translate3d(-7rem, 0, 0);
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container-full-120 {
    padding: 0 120px;
}

.demo-switcher-btn {
    position: fixed;
    right: 0;
    top: 50%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 20px 10px;
    background: linear-gradient(
        -45deg,
        #ee7752,
        #e73c7e,
        var(--color-primary),
        #23d5ab
    );
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    z-index: 100;
    color: #fff;
    cursor: pointer;
}
.demo-switcher-btn span {
    font-size: 16px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body {
    /* Track */
    /* Handle */
    /* Handle on hover */
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

.tmp-about-area .large-size .progress {
    height: 10px;
    background: #18181a;
}

.title-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.overflow-x-visible {
    overflow-x: visible;
}

.listing-style-solid {
    padding: 0;
    margin: 0;
    list-style: none;
}
.listing-style-solid li {
    position: relative;
    padding-left: 30px;
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
}
.listing-style-solid li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\e92c";
    color: var(--color-primary);
    font-size: 20px;
    font-family: "feather" !important;
}

.typography-elements {
    padding: 25px;
    border-radius: 10px;
}

#buy-now {
    position: fixed;
    bottom: 60px;
    left: 40px;
    z-index: 10000;
    direction: ltr !important;
}
#buy-now a {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    background: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    width: 150px;
    line-height: 1em;
    text-decoration: none;
    animation: shadow-pulse-envato 1s infinite;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#buy-now a img {
    width: 64px;
    margin-left: 3px;
}
@keyframes shadow-pulse-envato {
    0% {
        box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
    }
}

.error-msg p {
    color: var(--color-danger);
    margin-top: 10px;
    margin-bottom: 0;
}

.success-msg p {
    color: var(--color-success);
    margin-top: 10px;
    margin-bottom: 0;
}

@media (min-width: 2200px) {
    .banner-splash-area .slider-bg-light {
        display: none;
    }
}

@media (min-width: 2200px) {
    .bg-transparent {
        background-color: var(--color-primary) !important;
    }
}

/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}

input {
    height: 40px;
    padding: 0 15px;
}

select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px;
    background: transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    /* -- Placeholder -- */
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
    opacity: 1;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
    opacity: 1;
}
input[type="text"].p-holder__active,
.input-active input[type="text"],
input[type="text"].input-active,
input[type="password"].p-holder__active,
.input-active input[type="password"],
input[type="password"].input-active,
input[type="email"].p-holder__active,
.input-active input[type="email"],
input[type="email"].input-active,
input[type="number"].p-holder__active,
.input-active input[type="number"],
input[type="number"].input-active,
input[type="tel"].p-holder__active,
.input-active input[type="tel"],
input[type="tel"].input-active,
textarea.p-holder__active,
textarea.input-active {
    border-color: var(--color-primary);
    /* -- Placeholder -- */
}
input[type="text"].p-holder__active::placeholder,
.input-active input[type="text"]::placeholder,
input[type="text"].input-active::placeholder,
input[type="password"].p-holder__active::placeholder,
.input-active input[type="password"]::placeholder,
input[type="password"].input-active::placeholder,
input[type="email"].p-holder__active::placeholder,
.input-active input[type="email"]::placeholder,
input[type="email"].input-active::placeholder,
input[type="number"].p-holder__active::placeholder,
.input-active input[type="number"]::placeholder,
input[type="number"].input-active::placeholder,
input[type="tel"].p-holder__active::placeholder,
.input-active input[type="tel"]::placeholder,
input[type="tel"].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
    color: var(--color-primary);
    /* Firefox */
    opacity: 1;
}
input[type="text"].p-holder__active:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input[type="text"].input-active:-ms-input-placeholder,
input[type="password"].p-holder__active:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input[type="password"].input-active:-ms-input-placeholder,
input[type="email"].p-holder__active:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input[type="email"].input-active:-ms-input-placeholder,
input[type="number"].p-holder__active:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input[type="number"].input-active:-ms-input-placeholder,
input[type="tel"].p-holder__active:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-primary);
}
input[type="text"].p-holder__active::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input[type="text"].input-active::-ms-input-placeholder,
input[type="password"].p-holder__active::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input[type="password"].input-active::-ms-input-placeholder,
input[type="email"].p-holder__active::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input[type="email"].input-active::-ms-input-placeholder,
input[type="number"].p-holder__active::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input[type="number"].input-active::-ms-input-placeholder,
input[type="tel"].p-holder__active::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-primary);
}
input[type="text"].p-holder__error,
.input-error input[type="text"],
input[type="text"].input-error,
input[type="password"].p-holder__error,
.input-error input[type="password"],
input[type="password"].input-error,
input[type="email"].p-holder__error,
.input-error input[type="email"],
input[type="email"].input-error,
input[type="number"].p-holder__error,
.input-error input[type="number"],
input[type="number"].input-error,
input[type="tel"].p-holder__error,
.input-error input[type="tel"],
input[type="tel"].input-error,
textarea.p-holder__error,
textarea.input-error {
    border-color: #f4282d;
    /* -- Placeholder -- */
}
input[type="text"].p-holder__error::placeholder,
.input-error input[type="text"]::placeholder,
input[type="text"].input-error::placeholder,
input[type="password"].p-holder__error::placeholder,
.input-error input[type="password"]::placeholder,
input[type="password"].input-error::placeholder,
input[type="email"].p-holder__error::placeholder,
.input-error input[type="email"]::placeholder,
input[type="email"].input-error::placeholder,
input[type="number"].p-holder__error::placeholder,
.input-error input[type="number"]::placeholder,
input[type="number"].input-error::placeholder,
input[type="tel"].p-holder__error::placeholder,
.input-error input[type="tel"]::placeholder,
input[type="tel"].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
    color: #f4282d;
    /* Firefox */
    opacity: 1;
}
input[type="text"].p-holder__error:-ms-input-placeholder,
.input-error input[type="text"]:-ms-input-placeholder,
input[type="text"].input-error:-ms-input-placeholder,
input[type="password"].p-holder__error:-ms-input-placeholder,
.input-error input[type="password"]:-ms-input-placeholder,
input[type="password"].input-error:-ms-input-placeholder,
input[type="email"].p-holder__error:-ms-input-placeholder,
.input-error input[type="email"]:-ms-input-placeholder,
input[type="email"].input-error:-ms-input-placeholder,
input[type="number"].p-holder__error:-ms-input-placeholder,
.input-error input[type="number"]:-ms-input-placeholder,
input[type="number"].input-error:-ms-input-placeholder,
input[type="tel"].p-holder__error:-ms-input-placeholder,
.input-error input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f4282d;
}
input[type="text"].p-holder__error::-ms-input-placeholder,
.input-error input[type="text"]::-ms-input-placeholder,
input[type="text"].input-error::-ms-input-placeholder,
input[type="password"].p-holder__error::-ms-input-placeholder,
.input-error input[type="password"]::-ms-input-placeholder,
input[type="password"].input-error::-ms-input-placeholder,
input[type="email"].p-holder__error::-ms-input-placeholder,
.input-error input[type="email"]::-ms-input-placeholder,
input[type="email"].input-error::-ms-input-placeholder,
input[type="number"].p-holder__error::-ms-input-placeholder,
.input-error input[type="number"]::-ms-input-placeholder,
input[type="number"].input-error::-ms-input-placeholder,
input[type="tel"].p-holder__error::-ms-input-placeholder,
.input-error input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f4282d;
}
input[type="text"].p-holder__error:focus,
.input-error input[type="text"]:focus,
input[type="text"].input-error:focus,
input[type="password"].p-holder__error:focus,
.input-error input[type="password"]:focus,
input[type="password"].input-error:focus,
input[type="email"].p-holder__error:focus,
.input-error input[type="email"]:focus,
input[type="email"].input-error:focus,
input[type="number"].p-holder__error:focus,
.input-error input[type="number"]:focus,
input[type="number"].input-error:focus,
input[type="tel"].p-holder__error:focus,
.input-error input[type="tel"]:focus,
input[type="tel"].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
    border-color: #f4282d;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}
input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: var(--body-color);
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
}
input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: var(--border-width) solid rgba(24, 152, 165, 0.2);
    border-radius: 2px;
    transition: all 0.3s;
}
input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
    content: " ";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 10px;
    height: 5px;
    background-color: transparent;
    border-bottom: var(--border-width) solid #fff;
    border-left: var(--border-width) solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}
input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
input[type="checkbox"]:checked ~ label::after,
input[type="radio"]:checked ~ label::after {
    opacity: 1;
}

input[type="radio"] ~ label::before {
    border-radius: 50%;
}
input[type="radio"] ~ label::after {
    width: 8px;
    height: 8px;
    left: 3px;
    background: #fff;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 20px;
}
.form-group input {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
}
.form-group input:focus {
    border-color: var(--color-primary);
}
.form-group textarea {
    min-height: 193px;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    resize: none;
    padding: 15px;
    font-size: 16px;
}
.form-group textarea:focus {
    border-color: var(--color-primary);
}

input[disabled] {
    display: none;
}

.form-check {
    padding-left: 0;
}

input[type="submit"] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
}
input[type="submit"]:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-body) !important;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
    transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
    transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
    transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
    transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
    transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
    transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
    transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
    transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
    transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
    transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
    transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
    transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
    transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
    transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
    transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
    transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
    transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
    transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
    transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
    transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
    transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
    transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
    transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
    transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
    transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
    transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
    transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
    transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
    transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
    transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
    transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
    transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
    transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
    transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
    transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
    transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
    transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
    transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
    transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
    transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
    transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
    transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
    transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
    transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
    transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
    transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
    transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
    transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
    transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
    transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
    transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
    transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
    transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
    transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
    transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
    transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
    transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
    transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
    transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
    transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
    transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
    transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|="fade"] {
    opacity: 0;
    transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
    opacity: 1;
}

[data-sal|="slide"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal="slide-up"] {
    transform: translateY(20%);
}

[data-sal="slide-down"] {
    transform: translateY(-20%);
}

[data-sal="slide-left"] {
    transform: translateX(20%);
}

[data-sal="slide-right"] {
    transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
    opacity: 1;
    transform: none;
}

[data-sal|="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
    transform: scale(0.5);
}

[data-sal="zoom-out"] {
    transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
    opacity: 1;
    transform: none;
}

[data-sal|="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-sal="flip-left"] {
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
    transform: none;
}

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

Primary style

-------------------------------- */
.cd-title {
    position: relative;
    text-align: center;
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

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

  xrotate-1

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}
@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}
@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}
@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}
@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}
@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
/* --------------------------------

  xtype

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
/* --------------------------------

  xrotate-2

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}
@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}
@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}
@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
/* --------------------------------

  xloading-bar

  -------------------------------- */
.cd-headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--color-primary);
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}

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

  xslide

  -------------------------------- */
.cd-headline.slide span {
    display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: 0.2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}
@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
/* --------------------------------

  xclip

  -------------------------------- */
.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

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

  xzoom

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}
@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}
@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}
@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
/* --------------------------------

  xrotate-3

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}
@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}
@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}
@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
/* --------------------------------

  xscale

  -------------------------------- */
.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}
@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}
@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
/* --------------------------------

  xpush

  -------------------------------- */
.cd-headline.push b {
    opacity: 0;
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/**************************************
    Theme Styles
***************************************/
/* Theme Bg Color  */
.tmp-gradient-circle-1 {
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(
        circle farthest-side,
        rgba(243, 0, 174, 0.13),
        rgba(142, 57, 197, 0)
    );
    border-radius: 100%;
    position: absolute;
    top: -3%;
    bottom: auto;
    left: -20%;
    right: auto;
}

.tmp-gradient-circle-3 {
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(
        circle farthest-side,
        rgba(243, 0, 174, 0.13),
        rgba(142, 57, 197, 0)
    );
    border-radius: 100%;
    position: absolute;
    top: -3%;
    bottom: auto;
    left: auto;
    right: -20%;
}

.tmp-gradient-circle {
    z-index: -1;
    width: 1000px;
    height: 1000px;
    background-image: radial-gradient(
        circle farthest-side,
        rgba(123, 97, 255, 0.29),
        rgba(142, 57, 197, 0)
    );
    border-radius: 100%;
    position: fixed;
    top: 14%;
    bottom: auto;
    left: -35%;
    right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-gradient-circle {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-gradient-circle {
        display: none;
    }
}
.tmp-gradient-circle.theme-pink {
    z-index: -1;
    width: 1000px;
    height: 1000px;
    background-image: radial-gradient(
        circle farthest-side,
        rgba(123, 97, 255, 0.29),
        rgba(142, 57, 197, 0)
    );
    border-radius: 100%;
    position: fixed;
    top: 25%;
    bottom: 0%;
    left: auto;
    right: -35%;
}

.theme-shape {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.theme-shape::before {
    position: absolute;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-light-green)
    );
    opacity: 0.2;
    filter: blur(100px);
    content: "";
}
.theme-shape::after {
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    opacity: 0.2;
    filter: blur(100px);
    content: "";
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-tertiary)
    );
}

.link-hover a {
    display: inline-block;
    position: relative;
}
.link-hover a::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}
.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background: rgba(255, 255, 255, 0.1921568627);
    -webkit-transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        transform 0.7s ease-out;
    transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        transform 0.7s ease-out;
}

.cursor-inner.cursor-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1921568627);
    mix-blend-mode: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cursor-outer {
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border: var(--border-width) solid rgba(255, 255, 255, 0.1921568627);
    mix-blend-mode: difference;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    -webkit-transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        transform 0.5s ease-out;
    transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        transform 0.5s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.main-wrapper[data-magic-cursor="hide"] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

/**************************************
    Header Styles
***************************************/
/*--------------------------
    Header Styles
 --------------------------*/
.logo-dark {
    display: none;
}

.header-default.header-landing {
    position: relative;
    width: 100%;
}

.header-default {
    max-width: 100%;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    position: relative;
    border-bottom: 1px solid var(--color-border);
}
.header-default .logo a {
    display: flex;
    height: 80px;
    line-height: 80px;
    align-items: center;
}
.header-default .logo a img {
    /* max-height: 45px; */
    width: 175px;
}
.header-default .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-default.header-relative {
    position: relative;
}
.header-default .header-right {
    display: flex;
    justify-content: flex-end;
}
.header-default .header-right .header-btn {
    margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
    .header-default .header-right {
        flex-wrap: nowrap;
    }
    .header-default .header-right .mainmenu-nav {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }
    .header-default .header-right .mainmenu-nav .mainmenu {
        justify-content: center;
    }
    .header-default .header-right .header-btn {
        margin-left: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .header-default .header-right .header-btn {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-default .header-right .header-btn {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-default .header-right .header-btn {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-default a.tmp-btn,
    .header-default button.tmp-btn {
        height: 36px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .header-default a.tmp-btn.btn-small,
    .header-default button.tmp-btn.btn-small {
        height: 36px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
}
.header-default.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    background: transparent !important;
    backdrop-filter: inherit;
}

.header-transparent-with-topbar {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar {
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar {
        position: relative;
    }
}
.header-transparent-with-topbar .header-top-bar {
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar .header-top-bar {
        background-color: var(--color-card);
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar .header-top-bar {
        background-color: var(--color-card);
    }
}
.header-transparent-with-topbar .header-default {
    background-color: transparent;
    background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar .header-default {
        background-color: var(--color-card);
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar .header-default {
        background-color: var(--color-card);
    }
}

.hamberger-button {
    background: var(--color-blackest);
    border: 0 none;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.hamberger-button i {
    font-size: 30px;
}
@media only screen and (max-width: 479px) {
    .hamberger-button {
        width: 25px;
    }
}

.header-left-align .mainmenu-nav {
    margin-left: 30px;
}

.tmp-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(20, 20, 22) !important;
    width: 100%;
    height: 80px;
    animation: headerSticky 0.95s ease forwards;
    z-index: 99;
    backdrop-filter: blur(60px);
    /* background-image: linear-gradient(#0e0f1e, rgba(14, 15, 30, 0)); */
    border-bottom: 1px solid var(--color-border);
}

.tmp-fluid-header .container-wrapper {
    max-width: 1600px;
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.full-width-mega {
    width: 110%;
    left: -5%;
}

.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.full-width-mega
    .wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.full-width-mega
    .wrapper
    .bg-content {
    position: absolute;
    left: 30px;
    bottom: -16px;
    line-height: 1;
    font-size: 190px;
    text-transform: uppercase;
    font-weight: 800;
    z-index: -1;
    letter-spacing: 12px;
    background: -webkit-linear-gradient(var(--color-card), #222222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-landing
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.full-width-mega {
    width: 100%;
    margin: auto;
    left: 0;
}

.feature-image-add-header {
    display: flex;
    height: 100%;
    margin-right: 0;
    position: relative;
    margin-left: 0;
}
.feature-image-add-header img {
    object-fit: cover;
}

.mainmenu-nav .mainmenu > li:hover a {
    color: var(--color-primary);
}

.header-default.header-transparent.header-one {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(3px);
    border-bottom: 1px solid rgba(121, 121, 121, 0.41);
}
.header-default.header-transparent.header-one.sticky {
    background: rgb(24, 24, 26) !important;
    border-bottom: 1px solid rgba(44, 44, 44, 0.41);
}

.header-right.with-search .header-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media only screen and (max-width: 1199px) {
    .header-right.with-search .header-btn {
        gap: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .header-right.with-search .header-btn {
        gap: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .header-right.with-search .header-btn {
        gap: 8px;
    }
}
.header-right.with-search .header-btn .search-area-btn {
    max-width: 30px;
    cursor: pointer;
}
.header-right.with-search .header-btn .search-area-btn i {
    font-size: 22px;
}
.header-right.with-search .header-btn .search-area-btn img {
    max-width: 25px;
}
@media only screen and (max-width: 1199px) {
    .header-right.with-search .header-btn .tmp-btn.round {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .header-right.with-search .header-btn .tmp-btn.round {
        display: none !important;
    }
}

.header-right.with-search .header-btn .language-switcher {
    margin-right: 0;
}

.header-not-transparent.with-blur.sticky {
    background-color: rgb(20, 20, 22) !important;
    backdrop-filter: blur(10px);
}

.header-it-solution {
    border-bottom: none !important;
}

@media only screen and (max-width: 991px) {
    .dot-btn {
        display: none;
    }
}
.dot-btn .offcanvas-trigger {
    display: block;
    color: var(--color-heading);
    position: relative;
    cursor: pointer;
    font-size: 0.25em;
    line-height: 1;
}
.dot-btn .offcanvas-trigger .offcanvas-bars {
    display: inline-block;
    width: 21px;
    margin: 0;
    vertical-align: middle;
    height: 20px;
}
.dot-btn .offcanvas-trigger .offcanvas-bars span {
    display: inline-block;
    height: 2px;
    margin-left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background-color: var(--color-heading);
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: transparent;
    transition:
        transform 0.3s,
        opacity 0.3s,
        width 0.3s,
        background-color 0.3s 0.3s,
        -webkit-transform 0.3s;
    border-radius: 1px;
}
@media only screen and (max-width: 767px) {
    .dot-btn .offcanvas-trigger .offcanvas-bars span {
        margin-bottom: 4px;
    }
}
.dot-btn .offcanvas-trigger .offcanvas-bars span::before,
.dot-btn .offcanvas-trigger .offcanvas-bars span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-heading);
}
.dot-btn .offcanvas-trigger .offcanvas-bars span::before {
    transform: translate(-100%, 0);
    transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}
.dot-btn .offcanvas-trigger .offcanvas-bars span::after {
    transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}
.dot-btn .offcanvas-trigger.canvas-white .offcanvas-bars span::before,
.dot-btn .offcanvas-trigger.canvas-white .offcanvas-bars span::after {
    background-color: var(--color-white);
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span::after {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span:first-child::before {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::before {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::after {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span:last-child::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.dot-btn .offcanvas-trigger:hover .offcanvas-bars span:last-child::after {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.onapge-multipage-tab-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 991px) {
    .onapge-multipage-tab-wrapper .tab-content {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .onapge-multipage-tab-wrapper {
        align-items: flex-start;
    }
}
.onapge-multipage-tab-wrapper .nav-pills {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.onapge-multipage-tab-wrapper .tmp-btn {
    background-color: transparent;
    border: 2px solid var(--color-border) !important;
    color: var(--color-heading) !important;
    height: 45px;
}
.onapge-multipage-tab-wrapper .tmp-btn:hover {
    color: #fff !important;
}
.onapge-multipage-tab-wrapper .tmp-btn.active {
    background-color: var(--color-primary);
    color: #fff !important;
    border: 2px solid transparent !important;
}
.onapge-multipage-tab-wrapper .tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.onapge-multipage-tab-wrapper .tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: slideInheader 1s linear;
}
@media only screen and (max-width: 991px) {
    .onapge-multipage-tab-wrapper .tab-pane.active {
        animation: none;
    }
}

@keyframes slideInheader {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*--------------------------
    Navigation Styles
----------------------------*/
.mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .mainmenu-nav .mainmenu {
        gap: 5px;
    }
}
.mainmenu-nav .mainmenu > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 17px;
    display: block;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
    .mainmenu-nav .mainmenu > li > a {
        font-size: 14px;
        padding: 0 10px;
    }
    .language-switcher .language-toggle {
        min-width: 90px;
        padding: 0 12px;
    }
    .header-right.with-search .header-btn {
        gap: 8px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .mainmenu > li > a {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-nav .mainmenu > li > a {
        padding: 0 12px;
    }
}
.mainmenu-nav .mainmenu > li > a:hover,
.mainmenu-nav .mainmenu > li > a.active {
    color: var(--color-primary) !important;
    font-weight: bold;
}
.mainmenu-nav .mainmenu > li.current > a {
    color: var(--color-primary) !important;
}
.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
    min-width: 260px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 12px 0;
    transition: 0.3s;
    border-radius: 0 0 10px 10px;
    background-color: var(--color-card);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scaleY(0);
    clip: rect(0px, 200vw, 0, 0px);
    transform: translateZ(0);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-weight: 500;
    padding: 5px 20px;
    font-size: 15px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 3px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
    color: var(--color-white) !important;
    background: var(--color-dark) !important;
    margin-left: 15px;
}
.mainmenu-nav .mainmenu li.has-droupdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition:
        clip 0.6s linear,
        opacity 0.4s linear;
}

.language-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.language-switcher .language-toggle {
    padding: 0 16px;
    min-width: 110px;
    text-align: center;
}
.language-switcher .submenu {
    min-width: 170px;
    height: auto;
    position: absolute;
    top: 110%;
    right: 0;
    left: auto;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 12px 0;
    transition: 0.3s;
    border-radius: 0 0 10px 10px;
    background-color: var(--color-card);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scaleY(0);
    clip: rect(0px, 200vw, 0, 0px);
    transform: translateZ(0);
}
.language-switcher .submenu li {
    list-style: none;
}
.language-switcher .submenu li a {
    font-weight: 500;
    padding: 5px 20px;
    font-size: 15px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 3px;
}
.language-switcher .submenu li a:hover,
.language-switcher .submenu li a.active {
    color: var(--color-white) !important;
    background: var(--color-primary) !important;
    margin-left: 15px;
}
.language-switcher .submenu li a:hover span,
.language-switcher .submenu li a.active span {
    color: var(--color-white) !important;
}
.language-switcher:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 120%;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition:
        clip 0.6s linear,
        opacity 0.4s linear;
}
.language-switcher .submenu li a:hover,
.language-switcher .submenu li a.active {
    color: #fff !important;
}
.mainmenu-nav .mainmenu li.has-third-lev {
    position: relative;
}
.mainmenu-nav .mainmenu li.has-third-lev > a {
    position: relative;
}
.mainmenu-nav .mainmenu li.has-third-lev > a::after {
    font-family: "feather";
    position: absolute;
    content: "\e930";
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.mainmenu-nav .mainmenu li.has-third-lev .submenu {
    position: absolute;
    right: 0;
    top: 15px !important;
    left: 100%;
    opacity: 0 !important;
    transition: 0.3s !important;
}
.mainmenu-nav .mainmenu li.has-third-lev:hover > a::after {
    right: 5px;
}
.mainmenu-nav .mainmenu li.has-third-lev:hover .submenu {
    top: -12px !important;
    opacity: 1 !important;
}
.mainmenu-nav .mainmenu li.with-megamenu {
    position: static;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu {
    position: absolute;
    transition: 0.3s;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 7px;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    clip: rect(0px, 200vw, 0, 0px);
    transform: translateZ(0);
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: var(--color-card);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper.demos-area-drop-down {
    padding: 15px 20px 20px 20px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item {
    border-right: 1px solid var(--color-extra04);
    height: 100%;
    padding: 22px 10px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a {
    font-weight: 500;
    padding: 5px 14px;
    font-size: 15px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 2px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a
    .tmp-badge-card {
    margin-left: 10px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a:hover,
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a.active {
    color: var(--color-white) !important;
    background: rgba(255, 255, 255, 0.0196078431);
    margin-left: 15px;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2 {
    width: 600px;
    margin: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2 {
        width: 450px;
    }
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.small-mega {
    left: auto;
    right: 0;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition:
        clip 0.8s linear,
        opacity 0.8s linear;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.width-small-mega {
    width: 600px;
    margin: 0 auto;
    padding: 0;
    left: -20px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper {
    max-height: 600px;
    overflow-y: scroll !important;
    scrollbar-width: none;
    overflow: hidden;
    padding: 30px 30px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-top-banner {
    background-image:
        url(../images/banner/menu-service.webp),
        radial-gradient(
            100% 100% at 100% 0%,
            #484c7a 0%,
            var(--color-primary) 100%
        );
    background-size: contain;
    background-position: right 30%;
    margin: -30px;
    width: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-top-banner
    .content {
    width: 56%;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-top-banner
    .content
    .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-top-banner
    .content
    p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .tmp-short-title {
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    margin-left: 10px;
    border-bottom: 1px solid var(--color-border);
    line-height: 1;
    color: #fff;
    opacity: 1;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-menu-item {
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media only screen and (max-width: 991px) {
    .mainmenu-nav
        .mainmenu
        li.with-megamenu
        .tmp-megamenu.width-small-mega
        .wrapper
        .mega-menu-item {
        margin-bottom: 25px;
    }
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-menu-item
    li {
    margin: 0;
    padding: 0;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .mega-menu-item
    li
    a {
    padding: 8px 10px !important;
    border: none;
    font-size: 14px;
    margin: 0;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .nav-quick-access {
    display: flex;
    flex-wrap: wrap;
    background: var(--color-primary);
    margin: -25px;
    margin-top: 20px;
    padding: 16px 25px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    list-style: none;
    border-radius: 6px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .nav-quick-access
    li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    flex-basis: calc(50% - 15px);
    padding: 5px;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .nav-quick-access
    li
    a {
    padding-left: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.mainmenu-nav
    .mainmenu
    li.with-megamenu
    .single-mega-item:last-child
    .mega-menu-item {
    border-right: 0 none;
}
.mainmenu-nav .mainmenu li.with-megamenu:hover .tmp-megamenu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    top: 100%;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition:
        clip 0.6s linear,
        opacity 0.4s linear;
}

.has-menu-child-item > a {
    position: relative;
}
.has-menu-child-item > a::after {
    content: "\e92e";
    position: absolute;
    right: -3px;
    top: 43%;
    font-family: "feather" !important;
    line-height: 1;
    display: none !important;
}
@media only screen and (max-width: 1199px) {
    .has-menu-child-item > a::after {
        right: -7px;
    }
}
.has-menu-child-item > a:hover::after {
    content: "\e931";
}

@media only screen and (max-width: 991px) {
    .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down .bg-content {
        display: none;
    }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 600px;
    gap: 19px;
    overflow: hidden;
    overflow-y: scroll !important;
    scrollbar-width: none;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item {
        flex-direction: column;
        max-height: unset;
        gap: 5px;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li {
    flex-basis: 18.8%;
    background: #141414;
    border-radius: 2px;
    overflow: hidden;
    display: block;
    transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li {
        flex-basis: 18.7%;
    }
}
@media only screen and (max-width: 1199px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li {
        flex-basis: 18%;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:nth-child(2n) {
    background: #f3f3f3;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li:nth-child(2n) {
        background: transparent;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:nth-child(2n)
    a:nth-child(2) {
    color: #141414;
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:nth-child(2n)
    a:nth-child(2):hover {
    color: #141414 !important;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li:nth-child(2n)
        a:nth-child(2) {
        color: #fff;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:nth-child(2n):hover
    a:nth-child(2) {
    color: #141414;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li {
        flex-basis: 100%;
        width: 100%;
        background: transparent;
        position: relative;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a {
    margin: 0 !important;
    border-radius: 0 !important;
    text-align: center;
    justify-content: center;
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a.thumbnail-demos {
    padding: 25px 15px 0 15px;
    position: relative;
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a.thumbnail-demos::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.07);
    background-color: #f15252;
    box-shadow:
        10px 0 0 #facb34,
        20px 0 0 #a7df4b;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li
        a.thumbnail-demos {
        display: none;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a:nth-child(2) {
    padding: 6px 0 10px 5px !important;
    line-height: 1;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li
        a:nth-child(2) {
        padding: 10px 15px !important;
        text-align: left;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a.active {
    background: unset !important;
    color: var(--color-white);
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a.active.thumbnail-demos {
    background: unset !important;
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li
    a
    .tmp-badge-card {
    position: absolute;
    z-index: 2;
    letter-spacing: 0.5px;
    top: 4px;
    right: 4px;
    padding: 4px 11px;
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li
        a
        .tmp-badge-card {
        display: none;
    }
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:hover {
    transform: translateY(-10px);
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:hover
    .thumbnail-demos {
    background: unset !important;
}
.mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li:hover
    a:nth-child(2) {
    background: unset !important;
    color: var(--color-white);
}
@media only screen and (max-width: 991px) {
    .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        .load-demo-btn-wrap {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .nav-quick-access {
        list-style: none;
        padding-left: 0;
    }
}

.wrapper-type-apply-area {
    background: var(--color-white);
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.04);
    height: 100%;
}
.wrapper-type-apply-area h4 {
    margin-bottom: 10px;
}
.wrapper-type-apply-area p {
    max-width: 100%;
    margin-bottom: 0;
}

/*--------------------------
    Header Top Styles
-----------------------------*/
.header-top-news,
.header-top-news-2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 5;
    transition: 0.4s;
    margin-bottom: -1px;
}
.header-top-news.bg-image1,
.header-top-news-2.bg-image1 {
    background-image: url(../images/header-top/top-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-top-news.bg-image1.with-bg-gradient,
.header-top-news-2.bg-image1.with-bg-gradient {
    background: linear-gradient(
        90deg,
        rgb(82, 55, 249) 0%,
        rgb(57, 41, 196) 50%,
        rgb(15, 7, 135) 100%
    );
}
.header-top-news .inner,
.header-top-news-2 .inner {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .header-top-news .inner,
    .header-top-news-2 .inner {
        display: block;
        text-align: center;
        padding: 15px 0;
    }
}
.header-top-news .inner .content .news-text,
.header-top-news-2 .inner .content .news-text {
    display: inline-block;
    margin-left: 15px;
    color: var(--color-white);
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    .header-top-news .inner .content .news-text,
    .header-top-news-2 .inner .content .news-text {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
}
.header-top-news .inner .right-button,
.header-top-news-2 .inner .right-button {
    margin-left: 30px;
}
@media only screen and (max-width: 767px) {
    .header-top-news .inner .right-button,
    .header-top-news-2 .inner .right-button {
        margin-left: 0;
    }
}
.header-top-news .icon-close,
.header-top-news-2 .icon-close {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .header-top-news .icon-close,
    .header-top-news-2 .icon-close {
        right: 10px;
        top: 9px;
        transform: none;
    }
}
.header-top-news .close-button,
.header-top-news-2 .close-button {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1803921569);
    width: 35px;
    display: inline-block;
    height: 35px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    line-height: 30px;
    transition: 0.3s;
}
.header-top-news .close-button:hover,
.header-top-news-2 .close-button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.header-top-news.deactive,
.header-top-news-2.deactive {
    display: none;
}

.header-top-news-2 .bg-image1 {
    background-image: url(../images/header-top/top-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

/*----------------------------
    Header Top Bar
----------------------------*/
.header-top-bar {
    padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-bar .header-left {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .header-top-bar .header-left {
        text-align: center;
    }
}
.header-top-bar .header-left p {
    margin-bottom: 0;
}
.header-top-bar .header-left p a {
    transition: 0.3s;
}
.header-top-bar .header-left p a i {
    position: relative;
    top: 2px;
}
.header-top-bar .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-bar .header-right {
        justify-content: center;
        margin-top: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .header-top-bar .header-right {
        justify-content: center;
        margin-top: 6px;
    }
}
.header-top-bar .header-right .address-content {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.header-top-bar .header-right .address-content p {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .header-top-bar .header-right .address-content p {
        padding: 0 8px;
    }
}
.header-top-bar .header-right .address-content p + p::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: var(--color-border);
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}
.header-top-bar .header-right .address-content p a {
    transition: 0.3s;
}
.header-top-bar .header-right .address-content p i {
    margin-right: 8px;
    font-size: 16px;
}
.header-top-bar .social-default.icon-naked {
    margin: -8px;
}
.header-top-bar .social-default.icon-naked li {
    margin: 8px;
}
.header-top-bar .social-default.icon-naked li a {
    color: var(--color-body);
    font-size: 15px;
    line-height: 26px;
}
.header-top-bar .social-icon-wrapper {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 575px) {
    .header-top-bar .social-icon-wrapper {
        margin-left: 0;
        padding-left: 0;
        flex-basis: 100%;
    }
}
.header-top-bar .social-icon-wrapper::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: var(--color-border);
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}
@media only screen and (max-width: 575px) {
    .header-top-bar .social-icon-wrapper::before {
        display: none;
    }
}

.envato-white {
    display: block;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.envato-black {
    display: none;
}

.header-top-bar.with-border-bottom {
    border-bottom: 1px solid var(--color-border);
}

.header-top-news.bg-image1.with-bg-gradient .inner {
    justify-content: space-between;
}
.header-top-news.bg-image1.with-bg-gradient .btn-read-more:hover span {
    color: #fff;
}

.header-transparent-with-topbar {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar {
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar {
        position: relative;
    }
}
.header-transparent-with-topbar .header-top-bar {
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar .header-top-bar {
        background-color: var(--color-card);
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar .header-top-bar {
        background-color: var(--color-card);
    }
}
.header-transparent-with-topbar .header-default {
    background-color: transparent;
    background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-transparent-with-topbar .header-default {
        background-color: var(--color-card);
    }
}
@media only screen and (max-width: 767px) {
    .header-transparent-with-topbar .header-default {
        background-color: var(--color-card);
    }
}

/*------------------------------
    Popup Menu Styles
--------------------------------*/
@media only screen and (min-width: 992px) {
    .popup-mobile-menu {
        display: none;
    }
}
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}
.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background-color: var(--color-card);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all 0.5s ease-out;
    pointer-events: auto;
}
.popup-mobile-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 45px;
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: var(--color-primary);
    border: 0 none;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
    pointer-events: auto;
}
.popup-mobile-menu .mainmenu li {
    margin: 0;
}
.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    pointer-events: auto;
}
.popup-mobile-menu .mainmenu li a.active {
    color: var(--color-primary) !important;
    font-weight: bold;
}
.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid var(--color-border);
}
.popup-mobile-menu .mobile-menu-button {
    padding: 20px;
    margin-top: 20px;
    pointer-events: auto;
}
.popup-mobile-menu .mobile-menu-button .tmp-btn {
    width: 100%;
    text-align: center;
    /* padding: 12px 24px; */
    display: block;
    pointer-events: auto;
}
.popup-mobile-menu .mobile-menu-button .language-button-group {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
.popup-mobile-menu .mobile-menu-button .language-button-group .language-btn {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popup-mobile-menu .mainmenu li + li {
        border-top: none;
    }
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a {
    position: relative;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a::after {
    position: absolute;
    content: "\e9b1";
    font-family: "feather" !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a.open {
    content: "\e996";
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a {
    position: relative;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a::after {
    position: absolute;
    content: "\e9b1";
    font-family: "feather" !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after {
    content: "\e996";
}
.popup-mobile-menu .mainmenu .tmp-megamenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .popup-mobile-menu .mainmenu .tmp-megamenu {
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .popup-mobile-menu .mainmenu .tmp-megamenu .bg-content {
        display: none;
    }
}
.popup-mobile-menu .mainmenu .mega-menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
    font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
    border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu
    .mainmenu
    .single-mega-item:last-child
    .mega-menu-item
    li:last-child {
    border-bottom-color: transparent;
}

/*----------------------
    One Page Nav
------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}
.mainmenu-nav.onepagenav .mainmenu > li > a {
    position: relative;
    padding: 0;
}

.mainmenu-nav.onepagenav .mainmenu li {
    margin: 0 17px;
}

.mainmenu-nav.onepagenav .mainmenu > li > a::after {
    position: absolute;
    content: "";
    left: 0;
    background: var(--color-primary);
    width: 0;
    height: 2px;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
}

.mainmenu-nav.onepagenav .mainmenu > li.current > a::after {
    width: 100%;
    opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-default.header-center-align .header-right .header-btn {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav.onepagenav .mainmenu li {
        margin: 0 7px;
    }
}
/**************************************
    Elements
***************************************/
/*---------------------------
    Breadcrump Area
-----------------------------*/
.breadcrumb-inner {
    text-align: center;
}
.breadcrumb-inner .title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-inner .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-inner .title {
        font-size: 38px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-inner .title br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-inner .title br {
        display: none;
    }
}
.breadcrumb-inner .breadcrumb-page-title {
    display: grid;
    grid-auto-columns: 1fr;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    position: relative;
}
.breadcrumb-inner .breadcrumb-page-title .line-separator {
    position: relative;
    background-image: linear-gradient(90deg, #21262d, rgba(33, 38, 45, 0));
    width: 100%;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}
.breadcrumb-inner ul.page-list li {
    display: inline-block;
    color: var(--color-body);
    padding: 0 6px;
    position: relative;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.breadcrumb-inner ul.page-list li::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-body);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: 0.5;
    right: -5px;
}
.breadcrumb-inner ul.page-list li a {
    color: var(--color-body);
    transition: 0.5s;
    opacity: 0.6;
}
.breadcrumb-inner ul.page-list li a:hover {
    color: var(--color-primary);
}
.breadcrumb-inner ul.page-list li.tmp-breadcrumb-item.active {
    color: var(--color-body);
}
.breadcrumb-inner ul.page-list li.tmp-breadcrumb-item.active::after {
    display: none;
}

/*------------------------
    Section Title Styles
--------------------------*/
.section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 4px;
    display: inline-block;
    background: var(--color-primary-opacity-1);
    color: var(--color-primary-alt);
    text-transform: uppercase;
    position: relative;
}
.section-title .subtitle::before {
    content: "";
    pointer-events: none;
    user-select: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        55deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 15%,
        rgba(255, 255, 255, 0.05) 45%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.05) 55%,
        rgba(255, 255, 255, 0.05) 70%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0.05) 100%
    );
    background-size: 400% 400%;
    -webkit-mask:
        linear-gradient(black, black) content-box content-box,
        linear-gradient(black, black);
    -webkit-mask-composite: xor;
    animation: overlayAnimate 6s ease 10s infinite reverse;
}
.section-title .subtitle-2 {
    margin-bottom: 20px;
    display: inline-block;
}
.section-title .title {
    margin-bottom: 0;
}
.section-title.text-center .description {
    padding: 0 23%;
    letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-center .description {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-center .description {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.text-center .description {
        padding: 0;
    }
}
.section-title.text-center .description.has-medium-font-size {
    padding: 0 23%;
    letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0;
    }
}
.section-title.text-xl-start .description {
    padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-xl-start .description {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-xl-start .description {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.text-xl-start .description {
        padding: 0;
    }
}

.contact-form-1 .form-group {
    display: block;
}

.section-title-2 .title {
    color: var(--color-body);
    display: block;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 19px;
    opacity: 0.6;
}

/*-------------------------------
    Modern Section Title
-------------------------------*/
.line-separator {
    position: relative;
    background-image: linear-gradient(
        90deg,
        var(--color-primary),
        rgba(33, 38, 45, 0)
    );
    width: 50px;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.pres-line-separator-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .pres-line-separator-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.pres-line-separator-wrapper.text-end {
    flex-direction: row-reverse;
}
.pres-line-separator-wrapper.text-end .line-separator {
    background-image: linear-gradient(90deg, rgba(33, 38, 45, 0), #21262d);
}
.pres-line-separator-wrapper.text-center .line-separator.line-left {
    background-image: linear-gradient(
        -90deg,
        var(--color-primary),
        rgba(33, 38, 45, 0)
    );
}
.pres-line-separator-wrapper.text-center .line-separator.line-right {
    background-image: linear-gradient(
        90deg,
        var(--color-primary),
        rgba(33, 38, 45, 0)
    );
}
@media only screen and (max-width: 767px) {
    .pres-line-separator-wrapper .line-separator {
        display: none;
    }
}

.tmp-section-title-border .subtitle {
    display: flex;
    color: var(--color-body);
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .tmp-section-title-border .subtitle {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.tmp-section-title-border .subtitle .subtitle-text {
    color: var(--color-body);
    font-weight: 700;
    width: max-content;
}
.tmp-section-title-border .subtitle .number {
    color: var(--color-body);
    transition: 0.5s;
    opacity: 0.6;
    display: none;
}

.text-start .pres-line-separator-wrapper {
    justify-content: start !important;
}

.tmp-title-style-2 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 0;
}

.tmp-title-style-3 {
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-border);
}

.tmp-short-title {
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--color-border);
}

@keyframes overlayAnimate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}
.tmp-badge-group {
    display: flex;
    align-items: center;
    margin: -3px;
}

.tmp-badge-2 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 4px;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    position: relative;
    margin: 3px;
}

.tmp-badge-2 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 14px;
    border-radius: 4px;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    text-transform: uppercase;
    position: relative;
    transition: var(--transition);
}
.tmp-badge-2:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
.tmp-badge-2.color-yellow {
    border-color: var(--color-yellow-opacity-1);
}
.tmp-badge-2.color-secondary {
    border-color: var(--color-yellow-opacity-1);
}

/*-----------------------
    Button Styles
-------------------------*/
.tmp-button-group,
.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px;
}
.tmp-button-group a,
.tmp-button-group button,
.button-group a,
.button-group button {
    margin: 10px;
}

.tmp-btn,
.btn-default {
    padding: 0 28px;
    border-radius: 5px;
    background: var(--color-primary);
    transition-duration: 300ms;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: var(--shadow-light);
    display: flex;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.5px;
    width: max-content;
    transition: 0.4s;
    border: 0 none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .tmp-btn,
    .btn-default {
        padding: 0 16px;
        height: 42px;
        line-height: 42px;
    }
}
.tmp-btn::after,
.btn-default::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 50%;
    top: 50%;
    background: var(--color-primary);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all 0.6s;
    opacity: 0.5;
    z-index: -1;
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--color-primary);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.tmp-btn i,
.btn-default i {
    padding-left: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    font-size: 17px;
}
.tmp-btn i.image-icon,
.btn-default i.image-icon {
    top: inherit;
    transition: 0.4s;
}
.tmp-btn.btn-gradient,
.btn-default.btn-gradient {
    background-color: var(--color-primary);
}
.tmp-btn.btn-small,
.btn-default.btn-small {
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}
.tmp-btn.btn-border.btn-small,
.btn-default.btn-border.btn-small {
    line-height: 36px;
}
.tmp-btn.btn-medium,
.btn-default.btn-medium {
    height: 65px;
    line-height: 61px;
    padding: 0 40px;
}
.tmp-btn.btn-large,
.btn-default.btn-large {
    height: 60px;
    line-height: 59px;
    padding: 0 37px;
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
    .tmp-btn.btn-large,
    .btn-default.btn-large {
        padding: 0 18px;
        font-size: 14px;
    }
}
.tmp-btn.btn-xl,
.btn-default.btn-xl {
    height: 70px;
    line-height: 69px;
    padding: 0 42px;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .tmp-btn.btn-xl,
    .btn-default.btn-xl {
        padding: 0 18px;
        font-size: 14px;
    }
}
.tmp-btn.btn-extra-large,
.btn-default.btn-extra-large {
    height: 90px;
    line-height: 90px;
    padding: 0 70px;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .tmp-btn.btn-extra-large,
    .btn-default.btn-extra-large {
        padding: 0 44px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-btn.btn-extra-large,
    .btn-default.btn-extra-large {
        padding: 0 12px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
}
.tmp-btn.icon-hover .btn-text,
.btn-default.icon-hover .btn-text {
    transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
    display: inline-block;
    transition: transform 0.5s;
    transform: translateX(7px);
}
.tmp-btn.icon-hover .btn-icon,
.btn-default.icon-hover .btn-icon {
    margin-inline-start: -7px;
    display: inline-block;
}
.tmp-btn.icon-hover .btn-icon i,
.btn-default.icon-hover .btn-icon i {
    transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
    display: inline-block;
    opacity: 0;
    transform: translateX(-7px);
    transition:
        opacity 0.25s,
        transform 0.5s;
    padding-left: 0;
}
.tmp-btn.icon-hover.icon-hover-left .btn-text,
.btn-default.icon-hover.icon-hover-left .btn-text {
    transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon,
.btn-default.icon-hover.icon-hover-left .btn-icon {
    margin-inline-start: 0;
    margin-inline-end: -7px;
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon i,
.btn-default.icon-hover.icon-hover-left .btn-icon i {
    transform: translateX(7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-icon i,
.btn-default.icon-hover.icon-hover-left:hover .btn-icon i {
    transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-text,
.btn-default.icon-hover.icon-hover-left:hover .btn-text {
    transform: translateX(7px);
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper,
.btn-default.hover-icon-reverse .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-btn.hover-icon-reverse .btn-text,
.btn-default.hover-icon-reverse .btn-text {
    display: inline-block;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
    margin-inline-start: -23px;
}
.tmp-btn.hover-icon-reverse .btn-icon,
.btn-default.hover-icon-reverse .btn-icon {
    display: inline-block;
    transition:
        opacity 0.4s 0.25s,
        transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon,
.btn-default.hover-icon-reverse .btn-icon + .btn-icon {
    margin-inline-end: 0;
    margin-inline-start: 8px;
    display: inline-block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition-delay: 0s;
    order: -2;
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon i,
.btn-default.hover-icon-reverse .btn-icon + .btn-icon i {
    padding-left: 0;
    padding-right: 6px;
}
.tmp-btn.btn-border-gradient,
.btn-default.btn-border-gradient {
    background: linear-gradient(90deg, #cfa2e8, #637fea);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: var(--color-heading);
    box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
    border-radius: 0;
}
.tmp-btn.btn-border-gradient::before,
.btn-default.btn-border-gradient::before {
    content: "";
    z-index: -1;
    top: 3px;
    left: 3px;
    position: absolute;
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
.tmp-btn.btn-border-gradient.radius-round,
.btn-default.btn-border-gradient.radius-round {
    border-radius: 500px;
}
.tmp-btn.btn-border-gradient.radius-round::before,
.btn-default.btn-border-gradient.radius-round::before {
    border-radius: 500px;
}
.tmp-btn:hover,
.btn-default:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: var(--shadow-7);
    background-color: transparent;
}
.tmp-btn:hover::after,
.btn-default:hover::after {
    opacity: 1;
    top: -30%;
}
.tmp-btn:hover.icon-hover .btn-text,
.btn-default:hover.icon-hover .btn-text {
    transform: translateX(-7px);
}
.tmp-btn:hover.icon-hover .btn-icon i,
.btn-default:hover.icon-hover .btn-icon i {
    opacity: 1;
    transform: translateX(7px);
}
.tmp-btn:hover.hover-icon-reverse .btn-text,
.btn-default:hover.hover-icon-reverse .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon,
.btn-default:hover.hover-icon-reverse .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon + .btn-icon,
.btn-default:hover.hover-icon-reverse .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}
.tmp-btn:focus,
.btn-default:focus {
    box-shadow: none;
    border: none;
    background-color: unset;
    background: var(--color-primary);
}
.tmp-btn.btn-border,
.btn-default.btn-border {
    background: transparent;
    border-color: var(--color-border);
    border-width: 2px;
    border-style: solid;
}
.tmp-btn.btn-border:hover,
.btn-default.btn-border:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}
.tmp-btn.text-underline,
.btn-default.text-underline {
    background-image: inherit;
    border-color: var(--color-white);
}
.tmp-btn.text-underline span,
.btn-default.text-underline span {
    position: relative;
    display: inline-block;
    line-height: 30px;
}
.tmp-btn.text-underline:hover,
.btn-default.text-underline:hover {
    box-shadow: none;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.tmp-btn.round,
.btn-default.round {
    border-radius: 4px;
}
.tmp-btn.square,
.btn-default.square {
    border-radius: 0;
}
.tmp-btn.rounded-player,
.btn-default.rounded-player {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    line-height: 100px;
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .tmp-btn.rounded-player,
    .btn-default.rounded-player {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}
.tmp-btn.rounded-player span,
.btn-default.rounded-player span {
    display: inline-block;
}
.tmp-btn.rounded-player span i,
.btn-default.rounded-player span i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.tmp-btn.rounded-player.border,
.btn-default.rounded-player.border {
    background-image: inherit;
    border-color: var(--color-white) !important;
    border-width: 2px !important;
}
.tmp-btn.rounded-player.border:hover,
.btn-default.rounded-player.border:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary) !important;
}
.tmp-btn.rounded-player.sm-size,
.btn-default.rounded-player.sm-size {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.tmp-btn.rounded-player:focus,
.btn-default.rounded-player:focus {
    outline: none;
    color: var(--color-white);
}
.tmp-btn.rounded-player:hover,
.btn-default.rounded-player:hover {
    transform: scale(1.1);
    background: var(--color-primary);
}

.btn-read-more span {
    position: relative;
    color: var(--color-heading);
    display: inline-block;
    line-height: 35px;
    transition: 0.3s;
}
.btn-read-more span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--color-border);
    transition: 0.3s;
    width: 100%;
    bottom: 3px;
}
.btn-read-more span::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: 3px;
    background: var(--color-primary);
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}
.btn-read-more:hover span {
    color: var(--color-primary);
}
.btn-read-more:hover span::before {
    width: 100%;
    left: 0;
    right: auto;
}

.tmp-badge {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.tmp-badge-card {
    background-color: transparent;
    background: transparent;
    padding: 1px 8px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}
.tmp-badge-card::before {
    background: var(--color-primary);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 100px;
}
.tmp-badge-card.success::before {
    background: var(--color-success);
    opacity: 1;
}

.btn-collaborate-play i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 500px;
    display: inline-block;
    background: var(--color-primary);
}
.btn-collaborate-play span {
    display: inline-block;
}

.btn-collaborate-play {
    height: 30px;
    width: 30px;
    line-height: 30px;
    align-items: center;
    transition: var(--transition);
}
.btn-collaborate-play span {
    margin-left: 15px;
}
.btn-collaborate-play:hover {
    color: var(--color-white);
}

/*----------------------
    PRS Video Styles
-----------------------*/
.mfp-bg {
    z-index: 9999;
}

.mfp-wrap {
    z-index: 9999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

html.picture {
    margin: 0 !important;
}

img.mfp-img {
    padding-bottom: 0;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    backdrop-filter: blur(15px);
}

.mfp-iframe-scaler iframe {
    border-radius: 10px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-iframe-holder .mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    top: -60px;
    right: -50px;
    font-size: 30px;
    font-weight: 400;
    transition: 0.4s;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: var(--heading-opacity);
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: var(--color-white);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    top: -10px;
    right: -50px;
}

.side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.tmp-offcanvas-side-menu {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
}

/*-------------------------
    Modern mdbutton
---------------------------*/
.mdbutton {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    position: relative;
    display: inline-block;
}
.mdbutton::before,
.mdbutton::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mdbutton .btnprogress {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.mdbutton.mdbutton--fenrir {
    background: none;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 120px;
    height: 120px;
    margin: -12px;
}
.mdbutton.mdbutton--fenrir span {
    color: var(--color-body);
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-body);
    transition: 0.4s;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mdbutton.mdbutton--fenrir .btnprogress__circle,
.mdbutton.mdbutton--fenrir .btnprogress__path {
    fill: none;
    stroke: var(--color-border);
    stroke-width: 1px;
}
.mdbutton.mdbutton--fenrir .btnprogress__path {
    stroke: var(--color-border);
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.mdbutton.mdbutton--fenrir:hover span {
    color: var(--color-heading);
}
.mdbutton.mdbutton--fenrir:hover .btnprogress {
    transform: scale3d(1.2, 1.2, 1);
}
.mdbutton.mdbutton--fenrir:hover .btnprogress__path {
    stroke-dashoffset: 0;
}
.mdbutton.mdbutton--fenrir:focus-visible .btnprogress__circle {
    fill: rgba(252, 196, 63, 0.4);
}
.mdbutton.mdbutton--surtur {
    padding: 0;
    background: none;
    margin: -30px;
}
.mdbutton.mdbutton--surtur .textcircle {
    position: relative;
    display: block;
    width: 200px;
}
.mdbutton.mdbutton--surtur .textcircle text {
    font-size: 32px;
    text-transform: uppercase;
    fill: var(--color-body);
}
.mdbutton.mdbutton--surtur .textcircle textPath {
    letter-spacing: 17px;
}
.mdbutton.mdbutton--surtur.button-auto-rotate .textcircle {
    animation: rotateIt 7s linear infinite;
}
.mdbutton.mdbutton--surtur .icon {
    font-size: 35px;
    color: var(--color-white);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.mdbutton.mdbutton--surtur .eye {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.mdbutton.mdbutton--surtur .eye__outer,
.mdbutton.mdbutton--surtur .eye__inner,
.mdbutton.mdbutton--surtur .eye__lashes-up,
.mdbutton.mdbutton--surtur .eye__lashes-down {
    stroke: var(--color-body);
    fill: none;
    stroke-width: 1.5px;
}
.mdbutton.mdbutton--surtur .eye__iris {
    fill: var(--color-body);
}
.mdbutton.mdbutton--surtur .eye__lashes-down {
    opacity: 0;
}
.mdbutton.mdbutton--surtur:hover .textcircle {
    animation: rotateIt 7s linear infinite;
}
.mdbutton.mdbutton--surtur:hover .icon {
    transform: translate(-50%, -50%) scale(1.4);
}
.mdbutton.mdbutton--surtur:hover .eye__lashes-up,
.mdbutton.mdbutton--surtur:hover .eye__inner,
.mdbutton.mdbutton--surtur:hover .eye__iris {
    animation: blinkHide 2s step-end infinite;
}
.mdbutton.mdbutton--surtur:hover .eye__lashes-down {
    animation: blinkShow 2s step-end infinite;
}

@keyframes blinkHide {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
}
@keyframes blinkShow {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
}
@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}
.slider-style-1 .btn-read-more span::after {
    background-color: currentColor;
}

.contact-area-agency.finance .w-100.btn-default:hover::after {
    height: 620%;
    opacity: 1;
}

.btn-quick-action {
    padding: 0 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: var(--color-primary);
    color: var(--color-white);
    z-index: 2;
    max-width: max-content;
}
.btn-quick-action:hover {
    color: var(--color-white);
}
.btn-quick-action:focus {
    color: #fff;
}
.btn-quick-action .points_wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.btn-quick-action .points_wrapper i {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        hsla(0, 0%, 100%, 0) 10%,
        #fd53d8 50%,
        hsla(0, 0%, 100%, 0) 90%,
        transparent
    );
    animation: flowtrightanim 2.2s infinite;
}
.btn-quick-action .points_wrapper .point {
    bottom: -10px;
    position: absolute;
    pointer-events: none;
    border-radius: 9999px;
}
@keyframes flowtrightanim {
    0% {
        left: -200%;
    }
    to {
        left: 200%;
    }
}
@keyframes floating-points {
    0% {
        transform: translateY(0);
    }
    85% {
        opacity: 0;
    }
    to {
        transform: translateY(-55px);
        opacity: 0;
    }
}
.btn-quick-action .points_wrapper .point:first-child {
    left: 10%;
    opacity: 1;
    animation-duration: 2.35s;
    animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(2) {
    left: 30%;
    opacity: 0.7;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
}
.btn-quick-action .points_wrapper .point:nth-child(3) {
    left: 25%;
    opacity: 0.8;
    animation-duration: 2.2s;
    animation-delay: 0.1s;
}
.btn-quick-action .points_wrapper .point:nth-child(4) {
    left: 44%;
    opacity: 0.6;
    animation-duration: 2.05s;
}
.btn-quick-action .points_wrapper .point:nth-child(5) {
    left: 50%;
    opacity: 1;
    animation-duration: 1.9s;
}
.btn-quick-action .points_wrapper .point:nth-child(6) {
    left: 75%;
    opacity: 0.5;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
}
.btn-quick-action .points_wrapper .point:nth-child(7) {
    left: 88%;
    opacity: 0.9;
    animation-duration: 2.2s;
    animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(8) {
    left: 58%;
    opacity: 0.8;
    animation-duration: 2.25s;
    animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(9) {
    left: 98%;
    opacity: 0.6;
    animation-duration: 2.6s;
    animation-delay: 0.1s;
}
.btn-quick-action .points_wrapper .point:nth-child(10) {
    left: 65%;
    opacity: 1;
    animation-duration: 2.5s;
    animation-delay: 0.2s;
}

/*--------------------
    Service Styles
----------------------*/
.service.service__style--1 {
    padding: 30px 26px;
    transition:
        transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
        box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    position: relative;
    z-index: 2;
    height: 100%;
}
.service.service__style--1.service-in-landing {
    height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service.service__style--1 {
        padding: 30px 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1 {
        padding: 30px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .service.service__style--1 {
        padding: 30px 14px;
    }
}
.service.service__style--1 .shape-service-1 {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    max-width: 150px;
    margin: auto;
    opacity: 0;
}
.service.service__style--1 .icon {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 23px;
    color: #888888 !important;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    transition: color 0.3s ease;
}

/* Different icon colors */
.service.service__style--1 .icon.icon-color-1 {
    color: #e74c3c !important;
}

.service.service__style--1 .icon.icon-color-2 {
    color: #3498db !important;
}

.service.service__style--1 .icon.icon-color-3 {
    color: #2ecc71 !important;
}

.service.service__style--1 .icon.icon-color-4 {
    color: #f39c12 !important;
}

.service.service__style--1 .icon.icon-color-5 {
    color: #9b59b6 !important;
}

.service.service__style--1 .icon.icon-color-6 {
    color: #1abc9c !important;
}

.service.service__style--1 .icon.icon-color-7 {
    color: #e67e22 !important;
}

.service.service__style--1 .icon.icon-color-8 {
    color: #34495e !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1 .icon {
        margin-bottom: 11px;
    }
}
.service.service__style--1 .icon i {
    stroke-width: 1 !important;
    font-size: 60px;
}
.service.service__style--1:hover .icon {
    color: var(--color-primary) !important;
}
.service.service__style--1 .icon svg {
    stroke-width: 2px !important;
    width: 45px;
    height: 45px;
}
.service.service__style--1 .icon img {
    max-height: 60px;
}
.service.service__style--1 .content .title {
    margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1 .content .title {
        margin-bottom: 8px;
    }
}
.service.service__style--1 .content .title a {
    color: inherit;
}
.service.service__style--1 .content .title a:hover {
    color: var(--color-primary);
}
.service.service__style--1 .content .discover-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}
.service.service__style--1:hover {
    transform: translateY(-5px);
}
.service.service__style--1:hover .shape-service-1 {
    opacity: 0.3;
}
.service.service__style--1:hover .shape-service-1 img {
    animation: moveOut 0.4s linear;
}
.service.service__style--1.tmp-border-none {
    border: none;
}
.service.service__style--1.tmp-border {
    border: 2px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service.service__style--1.text-left,
    .service.service__style--1.text-start {
        padding: 40px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service.service__style--1.text-left,
    .service.service__style--1.text-start {
        padding: 40px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1.text-left,
    .service.service__style--1.text-start {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .service.service__style--1.text-left,
    .service.service__style--1.text-start {
        padding: 30px 20px;
    }
}
.service.service__style--1.text-left .icon,
.service.service__style--1.text-start .icon {
    justify-content: left;
}
.service.service__style--1.text-left .content .discover-btn,
.service.service__style--1.text-start .content .discover-btn {
    justify-content: flex-start;
}
.service.service__style--1.icon-circle-style {
    background-color: transparent;
    box-shadow: none;
    padding: 0px 35px;
    margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service.service__style--1.icon-circle-style {
        padding: 0px 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service.service__style--1.icon-circle-style {
        padding: 0px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1.icon-circle-style {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .service.service__style--1.icon-circle-style {
        padding: 0px 10px;
    }
}
.service.service__style--1.icon-circle-style .icon {
    font-size: 39px;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 23px;
    background-color: var(--color-primary-darker);
    line-height: 90px;
    align-items: center;
}
.service.service__style--1.with-working-process {
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service.service__style--1.with-working-process {
        padding: 20px 0;
    }
}
.service.service__style--1.with-working-process .icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 60px;
    position: relative;
}
.service.service__style--1.with-working-process .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    left: 100%;
    background-color: var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--1.with-working-process .line {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .service.service__style--1.with-working-process .line {
        display: none;
    }
}
.service.service__style--1.with-working-process:hover {
    transform: none;
}
.service.service__style--1.variation-2 {
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service.service__style--1.variation-3 {
    padding-bottom: 50px;
}
.service.service__style--1.service-bg-transparent {
    padding: 0;
}
.service.service__style--1.service-bg-transparent .icon {
    margin-bottom: 12px;
}
.service.service__style--1.service-bg-transparent .content .title {
    margin-bottom: 12px;
}
.service.gallery-style {
    padding: 40px 30px;
    background: var(--color-card);
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}
.service.gallery-style .content .title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.service.gallery-style .content .title a {
    color: inherit;
}
.service.gallery-style .content .title a:hover {
    color: var(--color-primary);
}
.service.gallery-style .content p {
    color: var(--color-body);
    margin-bottom: 20px;
}
.service.gallery-style .image img {
    border-radius: 5px;
}
.service.service__style--2 {
    padding: 50px 35px;
    padding-bottom: 55px;
    transition:
        transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
        box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    position: relative;
    z-index: 2;
    border-radius: 10px;
    margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service.service__style--2 {
        padding: 10px 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service.service__style--2 {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service.service__style--2 {
        padding: 10px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .service.service__style--2 {
        padding: 0px 18px;
    }
}
.service.service__style--2 .image {
    margin-bottom: 23px;
}
.service.service__style--2 .image img {
    max-height: 220px;
}
.service.service__style--2 .content .title a {
    color: inherit;
}
.service.service__style--2 .content .title a:hover {
    color: var(--color-primary);
}
.service.service__style--2 .content p {
    padding: 0 5%;
}
.service.service__style--2:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 39px rgba(255, 101, 80, 0.1);
}
.service.service-eight {
    padding: 25px 30px;
    border-radius: var(--radius);
    backdrop-filter: blur(15px);
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .service.service-eight {
        padding: 30px 20px;
    }
}
.service.service-eight .inner {
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .service.service-eight .inner {
        display: block !important;
    }
}
.service.service-eight .inner .image {
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .service.service-eight .inner .image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.service.service-eight .inner .image img {
    max-height: 100px;
    object-fit: cover;
    width: auto;
    max-width: 75px;
}
.service.service-eight .inner .content .title {
    margin-bottom: 0;
}
.service.service-eight .shape-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 19%;
}

.service.service-eight .inner .title a {
    font-weight: 500;
    line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service.service-eight .inner .title a {
        font-size: 22px;
    }
}

.tmp-service-details .thumbnail-large-details {
    height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-service-details .thumbnail-large-details {
        height: 550px;
    }
}
@media only screen and (max-width: 1199px) {
    .tmp-service-details .thumbnail-large-details {
        height: 450px;
    }
}
@media only screen and (max-width: 991px) {
    .tmp-service-details .thumbnail-large-details {
        height: 361px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-service-details .thumbnail-large-details {
        height: 297px;
    }
}
@media only screen and (max-width: 479px) {
    .tmp-service-details .thumbnail-large-details {
        height: 179px;
    }
}

.service-wrapper
    > [class*="col"]:nth-child(2)
    .service.service__style--1
    .icon {
    color: var(--color-secondary);
}
.service-wrapper
    > [class*="col"]:nth-child(3)
    .service.service__style--1
    .icon {
    color: var(--color-tertiary);
}
.service-wrapper
    > [class*="col"]:nth-child(4)
    .service.service__style--1
    .icon {
    color: var(--color-pink);
}
.service-wrapper
    > [class*="col"]:nth-child(5)
    .service.service__style--1
    .icon {
    color: var(--color-primary);
}
.service-wrapper
    > [class*="col"]:nth-child(6)
    .service.service__style--1
    .icon {
    color: var(--color-tertiary);
}
.service-wrapper
    > [class*="col"]:nth-child(2)
    .service.service__style--1.icon-circle-style
    .icon {
    background-color: var(--color-secondary-darker);
}
.service-wrapper
    > [class*="col"]:nth-child(3)
    .service.service__style--1.icon-circle-style
    .icon {
    background-color: var(--color-tertiary-darker);
}
.service-wrapper
    > [class*="col"]:nth-child(4)
    .service.service__style--1.icon-circle-style
    .icon {
    background-color: var(--color-pink-darker);
}
.service-wrapper
    > [class*="col"]:nth-child(5)
    .service.service__style--1.icon-circle-style
    .icon {
    background-color: var(--color-primary-darker);
}
.service-wrapper
    > [class*="col"]:nth-child(6)
    .service.service__style--1.icon-circle-style
    .icon {
    background-color: var(--color-tertiary-darker);
}
.service-wrapper > [class*="col"]:last-child .with-working-process .line {
    display: none;
}

.service-narrow .shape-service-1 {
    max-width: 100px !important;
}

.inversweb-service-main-wrapper-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
@media only screen and (max-width: 575px) {
    .inversweb-service-main-wrapper-list {
        justify-content: flex-start;
    }
}
.inversweb-service-main-wrapper-list .single-service-wrapper {
    display: flex;
    align-items: center;
    background: var(--color-card);
    border-radius: 6px;
    transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
    .inversweb-service-main-wrapper-list .single-service-wrapper {
        width: 100%;
    }
}
.inversweb-service-main-wrapper-list .single-service-wrapper.tmponhover::after {
    border-radius: 6px;
}
.inversweb-service-main-wrapper-list .single-service-wrapper .content .title {
    margin: 0;
    padding: 0 20px;
    font-size: 24px;
    color: var(--color-body);
    font-weight: 400;
    font-family: var(--font-primary);
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
    .inversweb-service-main-wrapper-list
        .single-service-wrapper
        .content
        .title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .inversweb-service-main-wrapper-list
        .single-service-wrapper
        .content
        .title {
        font-size: 16px;
    }
}
.inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail {
    max-width: 94px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
@media only screen and (max-width: 991px) {
    .inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail {
        max-width: 50px;
    }
}
.inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail img {
    transition: 0.6s;
}
.inversweb-service-main-wrapper-list .single-service-wrapper:hover {
    transform: translateY(-5px);
}
.inversweb-service-main-wrapper-list
    .single-service-wrapper:hover
    .thumbnail
    img {
    transform: scale(1.08);
}

.over-gradient-primary {
    position: relative;
    border-radius: 8px;
}
.over-gradient-primary::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background-blend-mode: multiply;
    background: linear-gradient(
        0deg,
        rgb(82, 55, 249) 0%,
        rgba(237, 221, 83, 0) 100%
    );
}
.over-gradient-primary .tmp-btn {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    background: var(--color-white);
    color: var(--color-card);
    font-weight: 600;
}
.over-gradient-primary .tmp-btn:hover {
    color: var(--color-white);
}

.feature-list-service {
    padding: 0;
    list-style: none;
}
.feature-list-service li {
    display: flex;
}
.feature-list-service li .icon {
    background: var(--color-primary);
    width: 53px;
    height: 53px;
    border-radius: 4px;
    color: var(--color-white);
    text-align: center;
    min-width: 30px;
}
.feature-list-service li .icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 32px;
}
.feature-list-service li .title-wrapper {
    margin-left: 22px;
}
.feature-list-service li .title-wrapper .title {
    font-size: 18px;
    margin: 0;
}
.feature-list-service li .title-wrapper .text {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 90%;
    margin-top: 13px;
}
@media only screen and (max-width: 575px) {
    .feature-list-service li .title-wrapper .text {
        max-width: 100%;
    }
}

.sticky-top-service {
    position: sticky;
    top: 120px;
}

.tmp-single-wized {
    background: var(--color-card);
    border-radius: 6px;
    padding: 31px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
    .tmp-single-wized {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .tmp-single-wized {
        padding: 25px;
    }
}
.tmp-single-wized .wized-header {
    margin-bottom: 10px;
    color: #fff;
}
.tmp-single-wized .wized-body {
    margin-top: 30px;
}
.tmp-single-wized .wized-body .single-categories {
    margin-bottom: 15px;
    padding: 0;
}
.tmp-single-wized .wized-body .single-categories:last-child {
    margin-bottom: 0;
}
.tmp-single-wized .wized-body .single-categories li {
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0 !important;
}
.tmp-single-wized .wized-body .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: var(--color-border);
    color: #ffffff;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
}
.tmp-single-wized .wized-body .single-categories li a i {
    color: #ffffff;
    transition: 0.3s;
}
.tmp-single-wized .wized-body .single-categories li a:hover {
    color: var(--color-white);
}
.tmp-single-wized .wized-body .single-categories li a:hover i {
    color: var(--color-primary);
}

.thumbnail-video-service {
    overflow-x: hidden;
    height: auto;
    width: auto;
    padding: 35px;
    border-radius: 6px;
}
@media only screen and (max-width: 767px) {
    .thumbnail-video-service {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .thumbnail-video-service {
        padding: 15px;
    }
}
.thumbnail-video-service video {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.bg_image--2-webp {
    background-image: url(../images/bg/02.webp);
}

.service-feature-main-wrapper-splash {
    position: relative;
    perspective: 1200px;
    border-radius: 6px;
    height: 100%;
}
.service-feature-main-wrapper-splash .inner {
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    height: 100%;
}
.service-feature-main-wrapper-splash .inner .front-service-feature {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-feature-main-wrapper-splash .inner .front-service-feature::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -11px;
    top: -114px;
    transform: rotate(-45deg);
    height: 291px;
    width: 19px;
    border: 10px solid var(--color-primary);
    border-radius: 0;
    z-index: 2;
    background: var(--color-primary);
    writing-mode: sideways-rl;
    color: var(--color-white);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
}
.service-feature-main-wrapper-splash .inner .back-service-feature {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) translateZ(1px);
    background: var(--color-primary);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    border-radius: 6px;
    text-align: left;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.service-feature-main-wrapper-splash
    .inner
    .back-service-feature
    .service-small-default {
    display: flex;
    align-items: center;
}
.service-feature-main-wrapper-splash:hover .inner {
    transform: rotateY(180deg);
    transform-origin: 50% 50% !important;
}
.service-feature-main-wrapper-splash:hover .inner .front-service-feature {
    backface-visibility: inherit;
    backface-visibility: inherit;
}

.contact-with-us-service {
    text-align: center;
}
.contact-with-us-service::after {
    background-image: url(../images/story/09.webp);
    background-size: cover;
}
.contact-with-us-service .contact-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #ffffff;
    color: var(--color-primary);
    font-size: 25px;
    margin: 0 auto 34px;
    position: relative;
}
.contact-with-us-service .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 18px;
}
.contact-with-us-service .contact a {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.thumbnail-service-details-small-2 {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.thumbnail-service-details-small-2 img {
    transition: 0.4s;
}
.thumbnail-service-details-small-2:hover img {
    transform: scale(1.12);
}

.single-service-list-area {
    margin-bottom: 30px;
}
.single-service-list-area:last-child {
    margin-bottom: 0;
}
.single-service-list-area .thumbnail-service-list {
    border-radius: 6px;
    display: block;
    overflow: hidden;
}
.single-service-list-area .thumbnail-service-list img {
    transition: 0.4s;
}
.single-service-list-area .inner-content {
    max-width: 85%;
}
@media only screen and (max-width: 1199px) {
    .single-service-list-area .inner-content {
        max-width: 100%;
    }
}
.single-service-list-area .inner-content .head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.single-service-list-area .inner-content .head .icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-radius: 6px;
}
.single-service-list-area .inner-content .head .icon img {
    max-width: 30px;
}
.single-service-list-area .inner-content .head .title {
    margin-bottom: 0;
    font-size: 24px;
}
.single-service-list-area:hover .thumbnail-service-list img {
    transform: scale(1.12);
}

.service-layout-presentation-box {
    padding: 80px;
    background: var(--color-card);
    border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
    .service-layout-presentation-box {
        padding: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .service-layout-presentation-box {
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .service-layout-presentation-box {
        padding: 20px;
    }
}
.service-layout-presentation-box .advance-tab-button ul li {
    display: block;
    width: 100%;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button {
    padding: 23px 27px;
    background: rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 575px) {
    .service-layout-presentation-box .advance-tab-button ul li .tab-button {
        padding: 10px 27px;
    }
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .tab {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
@media only screen and (max-width: 479px) {
    .service-layout-presentation-box
        .advance-tab-button
        ul
        li
        .tab-button
        .tab {
        flex-direction: column;
        gap: 10px;
    }
}
.service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button
    .tab
    span {
    font-size: 20px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-white);
    font-weight: 700;
}
.service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button
    .tab
    .inner
    p {
    margin-bottom: 0;
    margin-top: 10px;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .title {
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .service-layout-presentation-box
        .advance-tab-button
        ul
        li
        .tab-button
        .title {
        font-size: 18px;
    }
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-left: 12px solid var(--color-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -12px;
    display: none;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button::before {
    position: absolute;
    content: "";
    background: var(--color-primary);
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1;
    border-radius: 7px;
    box-shadow: var(--shadow-1);
}
.service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button.active::before {
    opacity: 1;
    width: 100%;
    transition: width 4.5s ease-in-out;
}

.business-boost-wrapper-main {
    background: var(--color-card);
    border-bottom: 5px solid var(--color-primary);
    box-shadow: 0px 22px 23px rgba(0, 0, 0, 0.07);
}

.container-large {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

.why-choose-content-wrapper .feature-one-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.why-choose-content-wrapper .feature-one-wrapper .icon {
    background: var(--color-primary);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    min-width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .icon i {
    color: var(--color-white);
    height: 16px;
    transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one {
    display: flex;
    align-items: center;
    padding: 15px 29px;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    max-width: 290px;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: 0.3s;
    gap: 10px;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one i {
    transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-5px);
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover p {
    color: var(--color-white);
}
.why-choose-content-wrapper
    .feature-one-wrapper
    .single-feature-one:hover
    .icon {
    background: var(--color-white);
}
.why-choose-content-wrapper
    .feature-one-wrapper
    .single-feature-one:hover
    .icon
    i {
    color: var(--color-primary);
}

/*----------------------
    Card Styles
-------------------------*/
.card-box.card-style-1 {
    box-shadow: var(--shadow-lighter);
    background-color: var(--color-card);
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s;
    margin-top: 0;
}
.card-box.card-style-1:hover {
    transform: translateY(-5px);
}
.card-box .inner .image a img {
    border-radius: 5px;
    width: 100%;
}
.card-box .inner .content {
    padding-top: 20px;
}
.card-box .inner .content .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}
.card-box .inner .content .title a {
    color: inherit;
}
.card-box .inner .content .title a:hover {
    color: var(--color-primary);
}
.card-box .inner .content .description {
    margin-bottom: 0;
}
.card-box .inner .content .tmp-btn {
    margin-top: 20px;
}

main.business-coatch .thumbnail-banner-business-coatch img {
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1199px) {
    main.business-coatch .thumbnail-banner-business-coatch img {
        object-fit: cover;
    }
}

/* Counter Style One  */
.counter-style-1 .count-number {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .counter-style-1 .count-number {
        font-size: 62px;
    }
}
@media only screen and (max-width: 575px) {
    .counter-style-1 .count-number {
        font-size: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .counter-style-1 .count-number {
        font-size: 48px;
    }
}
.counter-style-1 .title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.counter-style-2 {
    margin-top: 30px;
}
.counter-style-2 .count-number {
    font-size: 44px;
    background-color: var(--color-blackest);
    display: inline-block;
    min-width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    line-height: 150px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 500;
    color: var(--color-white);
}
.counter-style-2 .title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.counter-style-2 .description {
    line-height: 1.8;
    padding-right: 16%;
    margin: 0;
}
.counter-style-2.color-variation .count-number {
    background-color: var(--color-primary-darker);
    color: var(--color-primary);
}
.counter-style-2.border-style .count-number {
    background-color: transparent;
    border: 2px solid var(--color-border);
}
.counter-style-2.text-center .description {
    padding: 0 10%;
}

[class*="col"]:nth-child(2) .counter-style-2.color-variation .count-number {
    background-color: var(--color-secondary-darker);
    color: var(--color-secondary);
}

[class*="col"]:nth-child(3) .counter-style-2.color-variation .count-number {
    background-color: var(--color-light-green-darker);
    color: var(--color-light-green);
}

/*------------------------------
    Counterup Style Four
-------------------------------*/
.counter-style-4 {
    margin-top: 30px;
    border: 1px dashed var(--color-border-3);
    height: 250px;
    width: 350px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-4 {
        height: 200px;
        width: 200px;
        margin: 0px auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-4 {
        height: 200px;
        width: 200px;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 767px) {
    .counter-style-4 {
        height: 200px;
        width: 200px;
        margin: 0px auto;
    }
}
.counter-style-4 .counter-title {
    margin-top: 22px;
    font-weight: 400;
    font-size: 24px;
    color: var(--color-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-4 .counter-title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-4 .counter-title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .counter-style-4 .counter-title {
        font-size: 15px;
    }
}
.counter-style-4 .count-number {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-heading);
    display: inline-block;
    position: relative;
}
.counter-style-4 .count-number span {
    display: inline-block;
}
.counter-style-4:hover .right-hover-counter {
    filter: blur(50px);
    height: 50px;
    width: 50px;
}
.counter-style-4:hover .left-hover-counter {
    filter: blur(0);
    height: 20px;
    width: 20px;
    opacity: 1;
    filter: blur(50px);
    height: 50px;
    width: 50px;
}

.counter-style-2.border-style.small-radious .count-number {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 170px;
    background-color: var(--color-card);
}

.counter-style-4.without-border {
    border: none;
    margin: 0;
    background-color: var(--color-card);
    width: 100%;
    border-radius: 5px;
    padding: 22px 18px;
}
@media only screen and (max-width: 1199px) {
    .counter-style-4.without-border {
        padding: 22px 18px;
    }
}

.signle-fun-facts-one {
    text-align: center;
    background: var(--color-card);
    padding: 30px;
    border-radius: 6px;
}
.signle-fun-facts-one .icon {
    height: 92px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    background: var(--color-primary);
}
.signle-fun-facts-one .title {
    font-size: 48px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .signle-fun-facts-one .title {
        font-size: 32px;
    }
}
.signle-fun-facts-one span.bototm {
    font-size: 18px;
    color: var(--color-heading-1);
}

.left-hover-counter {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    z-index: 1;
    transition: 0.3s;
    border-top-right-radius: 50%;
    filter: blur(40px);
    opacity: 0;
}

.right-hover-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    z-index: 1;
    transition: 0.3s;
    border-top-left-radius: 50%;
    filter: blur(0);
    height: 20px;
    width: 20px;
}

/*-----------------------
    Progress Bar
-----------------------*/
.single-progress + .single-progress {
    margin-top: 40px;
}

.single-progress {
    position: relative;
    overflow: hidden;
}
.single-progress .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-body);
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.progress {
    height: 15px;
    overflow: hidden;
    background-color: var(--color-card);
    border-radius: 500px;
}
.progress .progress-bar {
    border-radius: 500px;
    width: 0;
    height: 100%;
    background-color: var(--color-primary);
    transition: width 0.5s ease;
    overflow: visible;
}
.progress .progress-bar.bar-color-2 {
    background: rgb(251, 83, 67);
}
.progress .progress-bar.bar-color-3 {
    background: #e33fa1;
}
.progress .progress-bar.bar-color-4 {
    background: #6549d5;
}
.progress .progress-bar.bar-gradiand {
    background: radial-gradient(
        circle farthest-corner at 0% 0%,
        var(--color-pink) 25%,
        var(--color-secondary) 45%,
        var(--color-primary) 65%,
        var(--color-light-green) 85%
    );
}
.progress .progress-number {
    position: absolute;
    font-size: 14px;
    top: 0;
    line-height: 24px;
    right: 0;
    z-index: 1;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.progress-info .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-body);
    letter-spacing: 0.5px;
}
.progress-info span.progress-number {
    font-size: 14px;
    color: var(--color-body);
}

.no-radius .progress {
    border-radius: 0;
}
.no-radius .progress .progress-bar {
    border-radius: 0;
}

.large-size .progress {
    height: 20px;
}

/*-----------------------------------
    Radial Progress
-----------------------------------*/
.radial-progress-single {
    text-align: center;
}
.radial-progress-single .circle-info {
    padding-top: 20px;
    text-align: center;
}
.radial-progress-single .circle-info .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}
.radial-progress-single .circle-info .subtitle {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--color-body);
}

.radial-progress {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .radial-progress {
        display: inline-block;
    }
}
.radial-progress .circle-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.radial-progress .circle-text span.count {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-body);
    position: relative;
}
.radial-progress .circle-text span.count::after {
    position: absolute;
    content: "%";
    left: 100%;
    color: var(--color-body);
}

/*--------------------------
    Accordion Styles
---------------------------*/
.tmp-accordion-style .card {
    background: var(--color-card);
    border: 0;
    border-radius: var(--radius) !important;
}
.tmp-accordion-style .card .card-header {
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    padding: 20px 30px;
    margin-bottom: 0;
}
.tmp-accordion-style .card .card-header button {
    color: var(--color-heading);
    font-size: 18px;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
    background: transparent;
    position: relative;
}
.tmp-accordion-style .card .card-header button::before {
    position: absolute;
    content: "\e996";
    font-family: "feather" !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.tmp-accordion-style .card .card-header button.collapsed::before {
    content: "\e9b1";
}
.tmp-accordion-style .card .card-body {
    padding: 16px;
    padding-top: 0;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--f-regular);
    color: var(--color-body);
    padding: 13px 30px 30px;
    border-top: 1px solid var(--color-border);
}
.tmp-accordion-style .card + .card {
    margin-top: 20px;
}
.tmp-accordion-style.tmp-accordion-02 .card {
    background: transparent;
    border-radius: 0 !important;
}
.tmp-accordion-style.tmp-accordion-02 .card .card-header {
    border-bottom: 2px solid var(--color-border);
    padding: 0px 20px 10px 0;
}
.tmp-accordion-style.tmp-accordion-02
    .card
    .card-header
    .accordion-button::after {
    display: none;
}
.tmp-accordion-style.tmp-accordion-02 .card .card-body {
    padding: 15px 20px 10px 0;
    border-top: 0;
}
.tmp-accordion-style.tmp-accordion-03 .card {
    background: transparent;
    border-radius: 0 !important;
}
.tmp-accordion-style.tmp-accordion-03 .card .card-header {
    border: 2px solid var(--color-border);
    padding: 15px 20px;
    border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-03 .card .card-body {
    padding: 15px 20px 10px 0;
    border: 0;
}
.tmp-accordion-style.tmp-accordion-04 .card {
    border: 2px solid var(--color-border);
    background: transparent;
    border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-04 .card .card-header {
    padding: 15px 20px;
    border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-04 .card .card-body {
    border-top: 2px solid var(--color-border);
}

.accordion-button::after {
    visibility: hidden;
}

.preview-accordion-area .service .content .liststyle {
    margin-top: 20px;
}

.preview-accordion-area .service .content .liststyle li {
    font-size: 16px;
}

.preview-accordion-area .service .content .liststyle span {
    color: var(--color-white);
    margin-right: 5px;
}

.preview-accordion-area .service p {
    margin-bottom: 20px;
    font-size: 16px;
}

.preview-accordion-area .service.support p {
    margin-bottom: 20px;
}

/*-----------------------
    Social Icons
-------------------------*/
.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -8px;
}
.social-default li {
    margin: 5px;
}
.social-default li a {
    width: 48px;
    background-color: var(--color-lessdark);
    height: 48px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: var(--color-white);
    z-index: 2;
    position: relative;
}
.social-default li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color-primary);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s;
    border-radius: 100%;
}
.social-default li a:hover {
    color: var(--color-white);
}
.social-default li a:hover::after {
    transform: scale(1);
    opacity: 1;
}
.social-default li a i {
    vertical-align: middle;
}
.social-default.transparent-with-border li a {
    line-height: 40px;
    background: var(--color-card);
    border: 1px solid var(--color-border);
}
.social-default.transparent-with-border li a:hover {
    border-color: transparent !important;
    border: none;
}
.social-default.transparent-with-border li a::after {
    border: 1px solid var(--color-primary);
}
.social-default.transparent-with-border.border-white li a {
    border-color: var(--color-white);
}
.social-default.with-gradient li a::after {
    background: linear-gradient(
            95deg,
            var(--color-primary) 15%,
            var(--color-tertiary) 45%,
            var(--color-pink) 75%,
            var(--color-secondary) 100%
        )
        95%/200% 100%;
}
.social-default.with-bg-primary li a {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: 0.5s;
    line-height: 44px;
}
.social-default.with-bg-primary li a::after {
    display: none;
}
.social-default.with-bg-primary li a:hover {
    background-color: transparent;
}
.social-default.icon-naked li a {
    background: transparent !important;
    width: auto;
    height: auto;
    line-height: inherit;
}
.social-default.icon-naked li a::after {
    display: none;
}
.social-default.icon-naked li a:hover {
    color: var(--color-primary) !important;
}

/*----------------------
    Team Style
-------------------------*/
.tmp-box-card,
.team-style-default {
    margin-top: 75px;
    background: var(--color-card);
    backdrop-filter: blur(4px) opacity(0.95);
    border-radius: var(--radius-small);
}
.tmp-box-card .inner .thumbnail,
.team-style-default .inner .thumbnail {
    max-width: max-content;
    max-height: max-content;
    border-radius: 100%;
    border: 6px solid var(--color-card);
    top: -75px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    min-height: 150px;
    overflow: hidden;
}
.tmp-box-card .inner .thumbnail img,
.team-style-default .inner .thumbnail img {
    border-radius: 100%;
}
.tmp-box-card .inner .content,
.team-style-default .inner .content {
    text-align: center;
    padding: 20px;
    padding-top: 85px;
    padding-bottom: 35px;
}
.tmp-box-card .inner .content .title,
.team-style-default .inner .content .title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
.tmp-box-card .inner .content .subtitle,
.team-style-default .inner .content .subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--color-primary);
}
.tmp-box-card .inner .content .team-form,
.team-style-default .inner .content .team-form {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    margin-top: 8px;
}
.tmp-box-card .inner .content .team-form img,
.team-style-default .inner .content .team-form img {
    padding-right: 10px;
    max-height: 18px;
}
.tmp-box-card .inner .content .description,
.team-style-default .inner .content .description {
    margin-bottom: 0;
    padding: 0 5%;
}
.tmp-box-card .inner .rating img,
.team-style-default .inner .rating img {
    margin-left: -3px;
    margin-bottom: 24px;
    max-height: 35px;
}
.tmp-box-card .inner .author-envato-image img,
.team-style-default .inner .author-envato-image img {
    max-height: 25px;
    margin-top: 20px;
}
.tmp-box-card .inner .social-icon li a,
.team-style-default .inner .social-icon li a {
    color: var(--color-body);
}
.tmp-box-card.border-gradient .thumbnail,
.team-style-default.border-gradient .thumbnail {
    background: linear-gradient(
            95deg,
            var(--color-primary) 15%,
            var(--color-tertiary) 45%,
            var(--color-pink) 75%,
            var(--color-secondary) 100%
        )
        98%/200% 100%;
    padding: 5px;
    border: 0 none;
}
.tmp-box-card.style-two,
.team-style-default.style-two {
    margin-top: 0;
}
.tmp-box-card.style-two .inner,
.team-style-default.style-two .inner {
    padding-top: 0;
}
.tmp-box-card.style-two .inner .thumbnail,
.team-style-default.style-two .inner .thumbnail {
    top: 0;
    position: static;
    left: inherit;
    transform: none;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    overflow: visible;
    margin: 0;
    margin-top: 0;
}
.tmp-box-card.style-two .inner .content,
.team-style-default.style-two .inner .content {
    padding-top: 25px;
}

/*---------------------
    Team Style Two
-----------------------*/
.team-style-two {
    position: relative;
    transition: 0.3s;
}
.team-style-two:hover {
    transform: translateY(-5px);
}
.team-style-two .inner .thumbnail {
    position: relative;
}
.team-style-two .inner .thumbnail img {
    width: 100%;
    border-radius: var(--radius);
}
.team-style-two .inner .thumbnail::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: var(--radius);
}
.team-style-two .inner .content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px;
}
.team-style-two .inner .content .title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}
.team-style-two .inner .content .subtitle {
    font-size: 15px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 10px;
}
.team-style-two .inner .content .team-form {
    display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-style: italic;
    margin-top: 11px;
}
.team-style-two .inner .content .team-form img {
    padding-right: 10px;
    max-height: 18px;
}
.team-style-two:hover .inner .content .subtitle {
    opacity: 1;
    transform: none;
}

/*---------------------
    Team Style Three
-----------------------*/
.team-style-three .inner {
    position: relative;
}
.team-style-three .inner .thumbnail img {
    width: 100%;
    border-radius: var(--radius);
}
.team-style-three .inner .content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
}
.team-style-three .inner .content .team-info {
    padding: 20px;
    background-color: rgba(58, 58, 58, 0.85);
    border-radius: var(--radius-small);
}
.team-style-three .inner .content .title {
    font-size: 17px;
    line-height: 25px;
    color: var(--color-heading);
    margin-bottom: 4px;
}
.team-style-three .inner .content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
}
.team-style-three .inner .content .team-form {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0.5px;
}
.team-style-three:hover .inner .content {
    opacity: 1;
}

.team-style-default.style-two .inner .thumbnail {
    margin: 0;
    border: 0;
    margin-top: 0;
    display: block;
    overflow: hidden;
    border-radius: 0 !important;
    position: relative;
    z-index: 1;
    height: 350px;
}
.team-style-default.style-two .inner .thumbnail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
    height: 0%;
    opacity: 0;
    transition: 0.3s;
}
.team-style-default.style-two .inner .thumbnail img {
    overflow: hidden;
    border-radius: 0;
    transition: 0.3s;
}
.team-style-default.style-two .inner:hover .thumbnail img {
    transform: scale(1.03);
}
.team-style-default.style-two .inner:hover .thumbnail::after {
    opacity: 1;
    height: 100%;
}

.team-wrapper5 {
    background: var(--color-card);
    border-radius: 6px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}
.team-wrapper5 .designation {
    margin-bottom: 0;
}
.team-wrapper5:hover .content-area .share {
    background: var(--color-primary);
    color: var(--color-white);
}
.team-wrapper5:hover .social-wrapper {
    opacity: 1;
    transform: translateY(0);
}
.team-wrapper5 .image-area {
    background: var(--color-border-3);
    height: 344px;
    clip-path: polygon(
        1.266% 2.801%,
        1.266% 2.801%,
        1.291% 2.529%,
        1.363% 2.27%,
        1.478% 2.029%,
        1.632% 1.809%,
        1.822% 1.613%,
        2.043% 1.445%,
        2.292% 1.308%,
        2.564% 1.206%,
        2.857% 1.142%,
        3.165% 1.12%,
        96.835% 1.12%,
        96.835% 1.12%,
        97.143% 1.142%,
        97.436% 1.206%,
        97.708% 1.308%,
        97.957% 1.445%,
        98.178% 1.613%,
        98.368% 1.809%,
        98.522% 2.029%,
        98.637% 2.27%,
        98.709% 2.529%,
        98.734% 2.801%,
        98.734% 96.957%,
        98.734% 96.957%,
        98.705% 97.255%,
        98.62% 97.534%,
        98.485% 97.791%,
        98.305% 98.022%,
        98.085% 98.223%,
        97.832% 98.388%,
        97.549% 98.515%,
        97.243% 98.6%,
        96.919% 98.637%,
        96.582% 98.623%,
        2.911% 87.451%,
        2.911% 87.451%,
        2.636% 87.4%,
        2.378% 87.316%,
        2.14% 87.201%,
        1.925% 87.059%,
        1.735% 86.892%,
        1.574% 86.703%,
        1.443% 86.495%,
        1.346% 86.271%,
        1.286% 86.034%,
        1.266% 85.785%,
        1.266% 2.801%
    );
}
@media only screen and (max-width: 767px) {
    .team-wrapper5 .image-area {
        height: 425px;
    }
}
.team-wrapper5 .image-area a {
    display: block;
    height: 334px;
    clip-path: polygon(
        0% 1.796%,
        0% 1.796%,
        0.025% 1.505%,
        0.099% 1.229%,
        0.217% 0.971%,
        0.376% 0.735%,
        0.571% 0.526%,
        0.798% 0.347%,
        1.053% 0.201%,
        1.332% 0.092%,
        1.632% 0.024%,
        1.948% 0%,
        98.052% 0%,
        98.052% 0%,
        98.368% 0.024%,
        98.668% 0.092%,
        98.947% 0.201%,
        99.202% 0.347%,
        99.429% 0.526%,
        99.624% 0.735%,
        99.783% 0.971%,
        99.901% 1.229%,
        99.975% 1.505%,
        100% 1.796%,
        100% 97.935%,
        100% 97.935%,
        99.97% 98.254%,
        99.882% 98.554%,
        99.742% 98.829%,
        99.557% 99.076%,
        99.331% 99.291%,
        99.069% 99.468%,
        98.778% 99.603%,
        98.463% 99.692%,
        98.129% 99.731%,
        97.782% 99.715%,
        1.679% 87.342%,
        1.679% 87.342%,
        1.398% 87.286%,
        1.135% 87.195%,
        0.892% 87.072%,
        0.672% 86.92%,
        0.478% 86.742%,
        0.314% 86.54%,
        0.181% 86.319%,
        0.082% 86.08%,
        0.021% 85.827%,
        0% 85.563%,
        0% 1.796%
    );
}
@media only screen and (max-width: 767px) {
    .team-wrapper5 .image-area a {
        height: 405px;
    }
}
.team-wrapper5 .content-area {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
}
.team-wrapper5 .content-area .left h6 {
    margin-bottom: 5px;
    font-size: 22px;
    color: var(--color-heading);
}
.team-wrapper5 .content-area .share {
    display: block;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--color-primary);
    text-align: center;
    font-size: 20px;
}
.team-wrapper5 .social-wrapper {
    position: absolute;
    z-index: 4;
    bottom: 31%;
    right: 30px;
    opacity: 0;
    transition: var(--transition);
    transform: translateY(100px);
}
.team-wrapper5 .social-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-wrapper5 .social-wrapper ul li {
    margin: 0;
}
.team-wrapper5 .social-wrapper ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-card);
    border-radius: 50%;
    text-align: center;
    color: var(--color-heading);
    font-size: 20px;
    transition: 0.3s;
}
.team-wrapper5 .social-wrapper ul li a i {
    color: var(--color-white);
    transition: 0.3s;
}
.team-wrapper5 .social-wrapper ul li a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
.team-wrapper5 .social-wrapper ul li a:hover i {
    color: var(--color-white);
}
.team-wrapper5.two {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
}

.team-content-quick-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
}
.team-content-quick-contact li {
    display: flex;
    align-items: center;
    line-height: 1;
    /* gap: 20px; */
}
.team-content-quick-contact li p.tag {
    max-width: 83px;
    width: 100%;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--font-primary);
}

.team-details-bottom-area .progress-bar-area .single-progress .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.team-details-bottom-area .progress-bar-area .single-progress .top span {
    color: var(--color-white);
}
.team-details-bottom-area
    .progress-bar-area
    .single-progress
    + .single-progress {
    margin-top: 25px;
}
.team-details-bottom-area .award-area .awards {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .team-details-bottom-area .award-area .awards {
        flex-wrap: wrap;
    }
    .team-details-bottom-area .award-area .awards > li {
        flex-basis: 44%;
    }
}
@media only screen and (max-width: 575px) {
    .team-details-bottom-area .award-area .awards {
        justify-content: center;
    }
}
.team-details-bottom-area .award-area .awards li {
    text-align: center;
}
.team-details-bottom-area .award-area .awards li span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background: rgba(82, 55, 249, 0.17);
    margin: auto auto 20px;
}

.image-area-large-team-details {
    padding: 25px;
    background: var(--color-card);
    border-radius: 6px;
    height: fit-content;
}
@media only screen and (max-width: 767px) {
    .image-area-large-team-details {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .image-area-large-team-details {
        padding: 15px;
    }
}

/*---------------------
    Portfolio Styles
-----------------------*/
.tmp-portfolio-area {
    position: relative;
    overflow: hidden;
}

.tmp-card {
    overflow: hidden;
}
.tmp-card .inner .thumbnail {
    position: relative;
}
.tmp-card .inner .thumbnail .card-image {
    overflow: hidden;
}
.tmp-card .inner .thumbnail .card-image a {
    display: block;
    overflow: hidden;
}
.tmp-card .inner .thumbnail .card-image img {
    overflow: hidden;
}
.tmp-card .inner .thumbnail .video-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn {
    border-radius: 50%;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small {
    width: 85px;
    height: 85px;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small span i {
    font-size: 26px;
}
.tmp-card .inner .content {
    padding-top: 20px;
}
.tmp-card .inner .content .subtitle {
    text-transform: capitalize;
}
.tmp-card:hover {
    transform: translateY(-4px);
}
.tmp-card:hover .inner .thumbnail .card-image img {
    transform: scale(1.05);
}

/*------------------
    No Overlay
--------------------*/
.no-overlay .tmp-card .inner .thumbnail .tmp-overlay {
    display: none;
}

/*----------------------
    Box Grid Layout
------------------------*/
.box-grid-layout .tmp-card {
    border-radius: var(--radius-small);
    background-color: var(--color-blackest);
}
.box-grid-layout .tmp-card .inner .thumbnail .card-image a {
    border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.box-grid-layout .tmp-card .inner .thumbnail .card-image a img {
    border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.box-grid-layout .tmp-card .inner .content {
    padding: 25px;
}

/*-----------------------------
    Filter Button Style
-------------------------------*/
.filter-button-default {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.filter-button-default button {
    border: 0 none;
    padding: 4px 20px;
    text-transform: capitalize;
    background: transparent;
    color: var(--color-body);
    margin: 0 8px;
    position: relative;
    border-radius: 4px;
    height: 48px;
    line-height: 40px;
    transition: var(--transition);
}
.filter-button-default button.is-checked {
    grid-column-gap: 0.5rem;
    opacity: 1;
    background: var(--color-primary);
    align-items: center;
}
.filter-button-default button::before {
    content: "";
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    user-select: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0)
    );
    -webkit-mask:
        linear-gradient(black, black) content-box content-box,
        linear-gradient(black, black);
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: 0.4s;
}
.filter-button-default button:hover,
.filter-button-default button.is-checked {
    color: var(--color-white);
}
.filter-button-default button:hover::before,
.filter-button-default button.is-checked::before {
    opacity: 1;
}

/*--------------------------------
    Portfolio Read More Icon
---------------------------------*/
.tmp-load-more a.tmp-btn.btn-icon .icon,
.tmp-load-more button.tmp-btn.btn-icon .icon {
    top: 0px;
    margin-left: -2px;
}
.tmp-load-more a.tmp-btn.btn-icon .icon svg,
.tmp-load-more button.tmp-btn.btn-icon .icon svg {
    width: 14px;
    height: 20px;
}

/*----------------------------------
    Portfolio Grid Layout
----------------------------------*/
.grid-metro2 {
    margin: 0 -15px;
}
.grid-metro2 .portfolio-2 {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .grid-metro2 .portfolio-2 {
        width: 100%;
    }
}
.grid-metro2 .resizer {
    width: 50%;
}
@media only screen and (max-width: 575px) {
    .grid-metro2 .resizer {
        width: 100%;
    }
}

.grid-metro3 {
    margin: 0 -15px;
}
.grid-metro3 .portfolio-3 {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-metro3 .portfolio-3 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .grid-metro3 .portfolio-3 {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .grid-metro3 .portfolio-3 {
        width: 100%;
    }
}
.grid-metro3 .resizer {
    width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-metro3 .resizer {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .grid-metro3 .resizer {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .grid-metro3 .resizer {
        width: 100%;
    }
}

.grid-metro4 {
    margin: 0 -15px;
}
.grid-metro4 .portfolio-4 {
    width: 25%;
    padding: 0 15px;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-metro4 .portfolio-4 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .grid-metro4 .portfolio-4 {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .grid-metro4 .portfolio-4 {
        width: 100%;
    }
}
.grid-metro4 .resizer {
    width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-metro4 .resizer {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .grid-metro4 .resizer {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .grid-metro4 .resizer {
        width: 100%;
    }
}
.grid-metro4.no-gutter {
    margin: 0;
}
.grid-metro4.no-gutter .portfolio-4 {
    padding: 0;
    margin-top: 0;
}
.grid-metro4.no-gutter .tmp-card {
    border-radius: 0;
    border: 0 none;
}

.no-gutter .tmp-card .inner .thumbnail a img,
.no-gutter .tmp-card .inner .thumbnail a {
    border-radius: 0;
}

.no-gutter .tmp-card:hover {
    transform: none;
}

.tmp-portfolio,
.tmp-blog {
    text-align: left;
    padding: 30px;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.5s all ease-in-out;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-portfolio,
    .tmp-blog {
        padding: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .tmp-portfolio,
    .tmp-blog {
        padding: 20px;
    }
}
.tmp-portfolio .inner .thumbnail a,
.tmp-blog .inner .thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.tmp-portfolio .inner .thumbnail a img,
.tmp-blog .inner .thumbnail a img {
    width: 100%;
    transition: var(--transition);
    height: auto;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-portfolio .inner .thumbnail a img,
    .tmp-blog .inner .thumbnail a img {
        height: inherit;
    }
}
.tmp-portfolio .inner .thumbnail a video,
.tmp-blog .inner .thumbnail a video {
    border-radius: 10px;
    height: 100%;
    transition: var(--transition);
    object-fit: cover;
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .tmp-portfolio .inner .thumbnail a,
    .tmp-blog .inner .thumbnail a {
        display: inline-flex;
    }
}
.tmp-portfolio .inner .content,
.tmp-blog .inner .content {
    padding-top: 18px;
}
.tmp-portfolio .inner .content .category-info,
.tmp-blog .inner .content .category-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.tmp-portfolio .inner .content .category-info .category-list,
.tmp-blog .inner .content .category-info .category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tmp-portfolio .inner .content .category-info .category-list a,
.tmp-blog .inner .content .category-info .category-list a {
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-primary);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}
.tmp-portfolio .inner .content .category-info .meta span,
.tmp-blog .inner .content .category-info .meta span {
    color: var(--color-lightn);
    font-weight: 500;
    font-family: var(--font-primary);
    font-size: 13px;
}
.tmp-portfolio .inner .content .category-info .meta span i,
.tmp-blog .inner .content .category-info .meta span i {
    margin-right: 2px;
    font-size: 13px;
    transition: var(--transition);
}
.tmp-portfolio .inner .content .category-info .meta span a i,
.tmp-blog .inner .content .category-info .meta span a i {
    margin-right: 2px;
    font-size: 13px;
    transition: var(--transition);
}
.tmp-portfolio .inner .content .title,
.tmp-blog .inner .content .title {
    margin: 0;
}
.tmp-portfolio .inner .content .title a,
.tmp-blog .inner .content .title a {
    transition: var(--transition);
    color: var(--color-lightn);
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    display: inline-block;
}
@media only screen and (max-width: 479px) {
    .tmp-portfolio .inner .content .title a,
    .tmp-blog .inner .content .title a {
        font-size: 20px;
        line-height: 30px;
    }
}
.tmp-portfolio .inner .content .title a i,
.tmp-blog .inner .content .title a i {
    font-size: 0;
    position: relative;
    top: 10px;
    transition: var(--transition);
    opacity: 0;
}
.tmp-portfolio .inner .content .title:hover a,
.tmp-blog .inner .content .title:hover a {
    color: var(--color-primary);
}
.tmp-portfolio .inner .content .title:hover a i,
.tmp-blog .inner .content .title:hover a i {
    color: var(--color-primary);
    top: 3px;
    opacity: 1;
    font-size: 23px;
}
.tmp-portfolio::before,
.tmp-blog::before {
    content: "";
    position: absolute;
    transition: var(--transition);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    z-index: -1;
}
.tmp-portfolio:hover::before,
.tmp-blog:hover::before {
    opacity: 1;
}
.tmp-portfolio:hover .thumbnail a img,
.tmp-blog:hover .thumbnail a img {
    transform: scale(1.1);
}
.tmp-portfolio:hover video,
.tmp-blog:hover video {
    transform: scale(1.1);
}

.single-project-style-three {
    position: relative;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.single-project-style-three .inner-content {
    position: absolute;
    left: 30px;
    bottom: -30px;
    background: var(--color-card);
    border-radius: 7px;
    padding: 22px 60px 22px 22px;
    transition: 0.4s;
    opacity: 0;
}
.single-project-style-three .inner-content .title {
    margin-bottom: 8px;
}
.single-project-style-three .thumbnail img {
    width: 100%;
    transition: 0.5s;
}
.single-project-style-three:hover .thumbnail img {
    transform: scale(1.08);
}
.single-project-style-three:hover .inner-content {
    opacity: 1;
    bottom: 30px;
}

.g-75 {
    --bs-gutter-x: 75px;
    --bs-gutter-y: 75px;
}
@media only screen and (max-width: 991px) {
    .g-75 {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
}

.single-project-area-bottom-content .thumbnail {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    height: 400px;
    width: 100%;
}
.single-project-area-bottom-content .thumbnail img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    background-color: #fff;
}
.single-project-area-bottom-content .inner {
    margin-top: 30px;
}
.single-project-area-bottom-content .inner .title {
    font-size: 30px;
}
.single-project-area-bottom-content .inner p.disc {
    margin-bottom: 0;
    font-size: 16px;
}
.single-project-area-bottom-content:hover .thumbnail img {
    transform: scale(1.058);
}

.single-modern-case-studies {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.single-modern-case-studies .thumbnail {
    display: block;
}
.single-modern-case-studies .thumbnail img {
    transition: 0.5s;
}
.single-modern-case-studies .inner-content-area {
    position: absolute;
    bottom: -70px;
    left: 30px;
    transition: 0.5s;
}
.single-modern-case-studies .inner-content-area .tags {
    background: rgba(27, 27, 28, 0.1294117647);
    border: 1px solid rgba(88, 88, 88, 0.3);
    backdrop-filter: blur(3px);
    color: var(--color-white);
    padding: 7px 15px;
    border-radius: 8px;
    display: block;
    max-width: max-content;
    margin-bottom: 15px;
}
.single-modern-case-studies .inner-content-area a {
    background: var(--color-card);
    border-radius: 8px;
    padding: 10px 10px 10px 22px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
    min-width: 355px;
    opacity: 0;
    transition: 0.5s;
}
@media only screen and (max-width: 575px) {
    .single-modern-case-studies .inner-content-area a {
        max-width: max-content;
        min-width: max-content;
        padding: 8px 8px 8px 15px;
    }
}
.single-modern-case-studies .inner-content-area a .title {
    margin-bottom: 0;
    font-size: 24px;
}
@media only screen and (max-width: 575px) {
    .single-modern-case-studies .inner-content-area a .title {
        font-size: 20px;
    }
}
.single-modern-case-studies .inner-content-area a .tmp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.single-modern-case-studies .inner-content-area a .tmp-icon span {
    display: inline-block;
    padding: 5px 10px;
    overflow: hidden;
}
.single-modern-case-studies .inner-content-area a .tmp-icon span svg path {
    transition-delay: 0.1s;
    fill: #16181c;
}
.single-modern-case-studies .inner-content-area a .tmp-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s;
}
.single-modern-case-studies .inner-content-area a:hover .tmp-icon {
    background: var(--color-primary);
}
.single-modern-case-studies .inner-content-area a:hover svg {
    animation: arrowUpDown 0.3s linear;
}
.single-modern-case-studies .inner-content-area a:hover svg path {
    fill: #fff !important;
}
.single-modern-case-studies:hover .inner-content-area {
    bottom: 30px;
}
.single-modern-case-studies:hover .inner-content-area a {
    opacity: 1;
}
.single-modern-case-studies:hover .thumbnail img {
    transform: scale(1.1);
}

@keyframes arrowUpDown {
    0% {
        transform: translate(0);
    }
    40% {
        opacity: 0;
        transform: translate(17px, -20px);
    }
    60% {
        opacity: 0;
        transform: translate(-19px, 18px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.project-list-details {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}
.project-list-details li {
    width: 43%;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    margin: 0;
}
.project-list-details li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-primary);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-120 {
    top: 100px;
}

.single-wrapper-details-right-p {
    padding: 20px;
    border-radius: 6px;
}
.single-wrapper-details-right-p ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-wrapper-details-right-p ul li {
    margin: 10px 0;
    color: var(--color-white);
}
.single-wrapper-details-right-p ul li span {
    color: var(--color-body);
    margin-left: 5px;
}
.single-wrapper-details-right-p.similar-post {
    padding: 30px;
}
.single-wrapper-details-right-p.similar-post h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.3215686275);
}
.single-wrapper-details-right-p.similar-post ul li a {
    display: block;
    padding: 9px 15px;
    background: rgba(45, 45, 45, 0.3215686275);
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
}
.single-wrapper-details-right-p.similar-post ul li a:hover {
    transform: translateY(-3px);
    background: var(--color-primary);
    color: #fff;
}

.large-image-portfolio-details {
    height: 100%;
}
.large-image-portfolio-details img {
    height: 100%;
}

.gap-30 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.gap-30 .thumbnail {
    border-radius: 6px;
    display: block;
    overflow: hidden;
}

.radious-6 {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.radious-6 img {
    width: 100%;
}

.thumbnail-product-swip-area {
    padding: 30px;
    background: var(--color-card);
    border-radius: 6px;
}
@media only screen and (max-width: 575px) {
    .thumbnail-product-swip-area {
        padding: 15px;
    }
}

/*-------------------------
    Testimonial Styles
--------------------------*/
.card-style-default.testimonial-style-one {
    margin-top: 0;
}
.card-style-default.testimonial-style-one .inner {
    padding-top: 0;
    padding: 30px 40px;
}
@media only screen and (max-width: 575px) {
    .card-style-default.testimonial-style-one .inner {
        padding: 20px;
    }
}
.card-style-default.testimonial-style-one .inner .thumbnail {
    overflow: visible;
    min-width: 50px;
    min-height: 50px;
    margin-left: inherit;
    max-width: 50px;
    max-height: 50px;
    border: 3px solid var(--color-primary);
    position: static;
    transform: none;
    margin-bottom: 15px;
}
.card-style-default.testimonial-style-one .inner .content {
    padding: 0;
    text-align: left;
}
.card-style-default.testimonial-style-one .inner .content .description {
    padding: 0;
    margin-bottom: 27px;
    margin-top: 0px;
}
.card-style-default.testimonial-style-one .inner .content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}
.card-style-default.testimonial-style-one .inner .content .subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.card-style-default.testimonial-style-one .inner .content .rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-style-default.testimonial-style-one .inner .content .rating img {
    max-width: 20px;
    margin-bottom: 0;
}
.card-style-default.testimonial-style-one .inner .content-bottom {
    display: flex;
    align-items: center;
}
.card-style-default.testimonial-style-one .inner .content-bottom .thumbnail {
    margin-bottom: 0;
    margin-right: 15px;
}
.card-style-default.testimonial-style-one.variation-2 .inner {
    padding: 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-style-default.testimonial-style-one.variation-2 .inner {
        padding: 22px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .card-style-default.testimonial-style-one.variation-2 .inner {
        padding: 22px 20px;
    }
}
.card-style-default.testimonial-style-one.variation-2 .content .description {
    font-size: 16px;
}
.card-style-default.testimonial-style-one.style-two .inner .thumbnail {
    position: relative;
}
.card-style-default.testimonial-style-one.style-two .inner .description {
    margin-bottom: 19px;
    margin-top: 20px;
}

/*-----------------------------
    Testimonial Style Two
-------------------------------*/
.testimonial-style-two .content {
    position: relative;
    z-index: 2;
}
.testimonial-style-two .content::after {
    position: absolute;
    content: "“";
    left: -20px;
    color: var(--color-lessdark);
    text-align: center;
    font-size: 320px;
    opacity: 0.7;
    line-height: 50px;
    top: 52px;
    z-index: -1;
}
.testimonial-style-two .content .form {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .testimonial-style-two .content .form {
        margin-bottom: 5px;
    }
}
.testimonial-style-two .content .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.testimonial-style-two .content .rating a img {
    max-width: 20px;
}
.testimonial-style-two .content .description {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-style-two .content .description {
        margin-bottom: 25px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-style-two .content .description {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-style-two .content .description {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-style-two .content .description {
        font-size: 24px;
    }
}
.testimonial-style-two .content .client-info .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.testimonial-style-two .content .client-info .subtitle {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--color-body);
    font-style: italic;
}
.testimonial-style-two .thumbnail {
    background: var(--color-card);
    border-radius: 10px;
    padding: 22px;
}
@media only screen and (max-width: 991px) {
    .testimonial-style-two .thumbnail {
        padding: 8px;
    }
}
.testimonial-style-two .thumbnail img {
    border-radius: 10px;
}

.tmp-fluid-section {
    margin: 0 50px;
    border-radius: 25px;
}
@media only screen and (max-width: 575px) {
    .tmp-fluid-section {
        margin: 0 0;
    }
}

.tmp-testimonial-map-wrapper {
    z-index: 2;
    padding: 0 80px;
}

.z-2 {
    z-index: 2 !important;
}

.tmp-testimonial-map-wrapper {
    position: relative;
    padding: 0 80px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-testimonial-map-wrapper {
        padding: 0;
    }
}
.tmp-testimonial-map-wrapper .tmp-testimonial-map-img img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(50%) saturate(7082%)
        hue-rotate(247deg) brightness(97%) contrast(102%);
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    height: 80px;
    width: 80px;
    border-radius: var(--radius-full);
    border: 2px solid var(--color-border);
    box-shadow: 0px 0px 28.7px 0px rgba(0, 25, 255, 0.27);
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion {
        width: 35px;
        height: 35px;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xm {
    height: 35px;
    width: 35px;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
    height: 40px;
    width: 40px;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
        width: 35px;
        height: 35px;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
    height: 45px;
    width: 45px;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
        width: 35px;
        height: 35px;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
    height: 60px;
    width: 60px;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
        width: 35px;
        height: 35px;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box-wrapper {
        height: auto;
        width: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.5019607843);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box-wrapper
        .tmp-lookbook-close-btn {
        display: block;
    }
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-portion:hover
    .tmp-lookbook-content-box {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: visible;
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-portion:hover
    .tmp-lookbook-content-box.placed-bottom {
    transform: translateX(-90%) translateY(15px);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box.placed-bottom {
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-portion:hover
    .tmp-lookbook-content-box.placed-top {
    transform: translateX(-88%) translateY(-22px);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box.placed-top {
        transform: translateX(-50%) translateY(-15%);
    }
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box.placed-top {
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-portion:hover
    .tmp-lookbook-content-box.placed-left {
    transform: translateX(0) translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box.placed-left {
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-portion:hover
    .tmp-lookbook-content-box.placed-right {
    transform: translateX(40px) translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper
        .tmp-lookbook-portion:hover
        .tmp-lookbook-content-box.placed-right {
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-thumb,
.tmp-testimonial-map-wrapper .tmp-lookbook-thumb img {
    width: 100%;
    height: 100%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box {
    border-radius: 6px;
    padding: 2px;
    background: var(--color-primary);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-bottom {
    top: 105%;
    left: 50%;
    transform: translateX(-90%) translateY(0) translateZ(0);
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-content-box.placed-bottom
    .tmp-message-shape {
    top: -5px;
    left: 80%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
    bottom: 105%;
    left: 50%;
    transform: translateX(-88%) translateY(-15px) translateZ(0);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
        bottom: 25px;
        transform: unset;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-left {
    top: 50%;
    right: 105%;
    transform: translateX(10px) translateY(-50%) translateZ(0);
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-content-box.placed-left
    .tmp-message-shape {
    top: 45%;
    left: 94%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-right {
    top: 50%;
    left: 55%;
    transform: translateX(20px) translateY(-50%) translateZ(0);
}
.tmp-testimonial-map-wrapper
    .tmp-lookbook-content-box.placed-right
    .tmp-message-shape {
    top: 45%;
    left: -5px;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
    padding: 20px;
    max-width: 312px;
    width: 312px;
    background: var(--color-card);
    border-radius: var(--radius);
    position: relative;
    z-index: 2;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner p {
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
        padding: 15px;
        width: 300px;
    }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
    top: 91%;
    left: 80%;
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
        left: 55%;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
        display: none;
    }
}
.tmp-testimonial-map-wrapper .tmp-testimonial-bottom-area {
    padding-bottom: 60px;
    text-align: center;
    margin-top: -6px;
    position: relative;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-testimonial-map-wrapper .tmp-testimonial-bottom-area {
        padding-bottom: 30px;
        margin-top: 20px;
    }
}
.tmp-testimonial-map-wrapper .tmp-counter .odometer-inside {
    display: flex;
    gap: 2px;
}

.tmp-lookbook-close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
    height: 32px;
    background: var(--color-white);
    font-size: 16px;
    line-height: 30px;
    border: 0;
    color: var(--color-heading-1);
    border-radius: 6px;
    font-size: 16px;
    display: none;
    z-index: 3;
}

.tmp-message-shape {
    position: absolute;
    background: var(--color-primary);
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}
.tmp-message-shape::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: var(--color-card);
}

.map-wrapper-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tmp-separator-vertical {
    display: inline-block;
    min-height: 15px;
    height: 100%;
    width: 1px;
    background: var(--color-border);
}

.clients-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}
.clients-wrapper:hover .text {
    background: var(--color-primary);
}
.clients-wrapper:hover .image .content {
    top: 0;
}
.clients-wrapper .text {
    writing-mode: sideways-lr;
    text-align: center;
    background: var(--color-card);
    padding: 0 10px;
    transition: 0.3s;
}
.clients-wrapper .text h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
}
.clients-wrapper .image {
    position: relative;
    z-index: 1;
}
.clients-wrapper .image .brand {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clients-wrapper .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.31);
}
.clients-wrapper .image .content {
    background: var(--color-card);
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 35px;
    position: absolute;
    z-index: 3;
    top: -102%;
    left: 0;
    transition: 0.3s;
}
.clients-wrapper .image .content .stars-area {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.clients-wrapper .image .content .stars-area img {
    max-width: 20px;
    margin-bottom: 0;
}
.clients-wrapper .image .content .desc {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}

.slick-initialized .slick-slide {
    margin-bottom: 0;
}

.slick-grid-15 {
    margin: 0 -15px;
}
.slick-grid-15 .slide-single-layout {
    padding: 0 15px;
}

/*----------------------
    Slick Dots
------------------------*/
.tmp-slick-dot .slick-dots {
    bottom: -60px;
}
@media only screen and (max-width: 575px) {
    .tmp-slick-dot .slick-dots {
        bottom: -50px;
    }
}
.tmp-slick-dot .slick-dots li {
    width: 30px;
    margin: 0;
    opacity: 1;
    position: relative;
}
.tmp-slick-dot .slick-dots li button::before {
    display: none;
}
.tmp-slick-dot .slick-dots li button::after {
    background: var(--color-border);
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 11px;
    background-color: transparent;
    box-shadow: inset 0 0 0 7px var(--color-border);
}
.tmp-slick-dot .slick-dots li.slick-active {
    opacity: 1;
}
.tmp-slick-dot .slick-dots li.slick-active button::after {
    -webkit-transform: scale(2);
    transform: scale(2);
    box-shadow: inset 0 0 0 1px var(--color-primary);
    background-color: transparent;
    background-color: transparent !important;
}
.tmp-slick-dot.dot-light .slick-dots li button::after {
    background: #ffffff;
    box-shadow: inset 0 0 0 5px #ffffff;
}
.tmp-slick-dot.dot-light .slick-dots li.slick-active {
    opacity: 1;
}
.tmp-slick-dot.dot-light .slick-dots li.slick-active button::after {
    -webkit-transform: scale(2);
    transform: scale(2);
    box-shadow: inset 0 0 0 1px var(--color-primary);
    background-color: transparent;
    background-color: transparent !important;
}

/*----------------------
    Slick Arrow
------------------------*/
.tmp-slick-arrow {
    position: relative;
}
.tmp-slick-arrow button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
    width: 68px;
    height: 68px;
    border: 2px solid var(--color-border);
    border-radius: 100%;
    color: var(--color-border);
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-slick-arrow button.slick-arrow {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-slick-arrow button.slick-arrow {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-slick-arrow button.slick-arrow {
        display: none !important;
    }
}
.tmp-slick-arrow button.slick-arrow:hover {
    background: var(--color-primary);
    border-color: var(--color-primary) !important;
    transform: translateY(-50%) scale(1.2);
}
.tmp-slick-arrow button.slick-arrow::before {
    line-height: 1;
    opacity: 0.4;
    position: relative;
    top: -2px;
    transition: 0.5s;
    z-index: 2;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow {
    left: 70px;
}
@media only screen and (max-width: 767px) {
    .tmp-slick-arrow button.slick-arrow.prev-arrow {
        left: 10px;
    }
}
.tmp-slick-arrow button.slick-arrow.prev-arrow::before {
    content: url(../images/slick-arrow-left-small.png);
    vertical-align: middle;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow:hover {
    left: 60px;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow:hover::before {
    opacity: 1;
}
.tmp-slick-arrow button.slick-arrow.next-arrow {
    left: auto;
    right: 70px;
}
@media only screen and (max-width: 767px) {
    .tmp-slick-arrow button.slick-arrow.next-arrow {
        right: 10px;
    }
}
.tmp-slick-arrow button.slick-arrow.next-arrow::before {
    content: url(../images/slick-arrow-right-small.png);
    vertical-align: middle;
}
.tmp-slick-arrow button.slick-arrow.next-arrow:hover {
    right: 60px;
}
.tmp-slick-arrow button.slick-arrow.next-arrow:hover::before {
    opacity: 1;
}
.tmp-slick-arrow button.slick-arrow i {
    display: none;
}
.tmp-slick-arrow.slick-arrow-alignwide button.slick-arrow.prev-arrow {
    left: -105px;
}
.tmp-slick-arrow.slick-arrow-alignwide button.slick-arrow.next-arrow {
    right: -105px;
    left: auto;
}
.tmp-slick-arrow:hover button.slick-arrow {
    opacity: 1;
}

.tmp-slick-arrow-white.tmp-slick-arrow button.slick-arrow {
    color: var(--heading-opacity-2);
    border-color: var(--heading-opacity-2);
}

/* -----------------------
Timeline Area
--------------------------*/
.timeline-line {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: hsla(0, 0%, 76.9%, 0.22);
}
.timeline-line::before,
.timeline-line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.timeline-line::before {
    height: 100%;
    bottom: 0;
    background: var(--color-card);
}
.timeline-line::after {
    height: 200px;
    top: 0;
    background: linear-gradient(
        180deg,
        var(var(--color-card)),
        rgba(19, 19, 19, 0)
    );
}

.timeline-dot {
    position: absolute;
    top: 50%;
    left: 0;
}
.timeline-dot::before,
.timeline-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.timeline-dot::before {
    z-index: 1;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 15px rgba(82, 56, 255, 0.5);
}
.timeline-dot::after {
    border: 5px solid var(var(--color-card));
    background: radial-gradient(
        50% 50% at 50% 50%,
        var(--color-card) 48.96%,
        var(--color-card) 100%
    );
    z-index: 0;
    width: 31px;
    height: 31px;
}
.timeline-dot .time-line-circle {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(242, 201, 76, 0) 40.62%,
        rgba(82, 56, 255, 0.5) 100%
    );
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform;
    -webkit-animation: radialanimation 2.2s cubic-bezier(0.26, 1.04, 0.54, 1)
        infinite;
    animation: radialanimation 2.2s cubic-bezier(0.26, 1.04, 0.54, 1) infinite;
}

/*------------------------------
    Single Timeline Styles
-------------------------------*/
.single-timeline {
    position: sticky;
    padding-left: 100px;
    top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-timeline {
        padding-left: 54px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-timeline {
        padding-left: 50px;
        top: 0;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .single-timeline {
        padding-left: 30px;
        position: relative;
        top: 0;
    }
}
.single-timeline .single-content {
    background: var(--color-card);
    -webkit-backdrop-filter: blur(4px) opacity(0.95);
    backdrop-filter: blur(4px) opacity(0.95);
    border-radius: var(--radius-big);
    padding: 50px;
}
.single-timeline .single-content::before,
.single-timeline .single-content::after {
    border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-timeline .single-content {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-timeline .single-content {
        padding: 20px;
    }
}
.single-timeline .single-content .inner .content .date-of-timeline {
    color: var(--color-body);
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-timeline .single-content .inner .content .date-of-timeline {
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .single-timeline .single-content .inner .content .date-of-timeline {
        margin-bottom: 14px;
    }
}
.single-timeline .single-content .inner .content .title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-timeline .single-content .inner .content .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-timeline .single-content .inner .content .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .single-timeline .single-content .inner .content .title {
        font-size: 30px;
    }
}
.single-timeline .single-content .inner .content .description {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-timeline .single-content .inner .content .description {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .single-timeline .single-content .inner .content .description {
        margin-top: 15px;
    }
}
.single-timeline .single-content .thumbnail img {
    border-radius: var(--radius);
}

@-webkit-keyframes radialanimation {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
@keyframes radialanimation {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
/*----------------------------
    Timeline Style Two
----------------------------*/
.timeline-style-two {
    position: relative;
    border-radius: var(--radius-big);
}

.tmp-timeline-single {
    margin-top: 30px;
}
.tmp-timeline-single .tmp-timeline {
    text-align: center;
}
.tmp-timeline-single .tmp-timeline .progress-line {
    position: relative;
    border-radius: 0px;
    height: 6px;
    box-shadow: none;
    margin: 15px 0;
    width: 100%;
}
.tmp-timeline-single .tmp-timeline .progress-line .line-inner {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    background-image: radial-gradient(
        circle farthest-corner at 0%,
        var(--color-pink) 25%,
        var(--color-secondary) 45%,
        var(--color-primary-light) 65%,
        var(--color-light-green) 85%
    );
    background-attachment: fixed;
    background-repeat: repeat-y;
    width: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .tmp-timeline-single .tmp-timeline .progress-line .line-inner {
        display: none;
    }
}
.tmp-timeline-single .tmp-timeline .progress-dot {
    position: relative;
    height: 30px;
    display: block;
    width: 100%;
    margin-top: -33px;
    margin-left: -15px;
}
.tmp-timeline-single .tmp-timeline .progress-dot .dot-level {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-primary-light)
    );
    background-attachment: fixed;
    background-repeat: repeat-y;
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.tmp-timeline-single .tmp-timeline .progress-dot .dot-level .dot-inner {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--color-darkest);
}
.tmp-timeline-single:first-child .tmp-timeline .progress-line {
    width: 50%;
    left: 50%;
}
.tmp-timeline-single:last-child .tmp-timeline .progress-line {
    width: 50%;
}
.tmp-timeline-single .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-timeline-single .description {
    padding: 0 10%;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-timeline-single .description {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-timeline-single .description {
        padding: 0 10px;
    }
}
.tmp-timeline-single.no-gradient .tmp-timeline .progress-line .line-inner {
    background-image: inherit;
    background: var(--color-primary);
}
.tmp-timeline-single.no-gradient .tmp-timeline .progress-dot .dot-level {
    background-image: inherit;
    background: var(--color-primary);
}
.tmp-timeline-single.dark-line .tmp-timeline .progress-line .line-inner {
    background-image: inherit;
    background: var(--color-card);
}
.tmp-timeline-single.dark-line .tmp-timeline .progress-dot .dot-level {
    background-image: inherit;
    background: var(--color-card);
}
.tmp-timeline-single.dark-line
    .tmp-timeline
    .progress-dot
    .dot-level
    .dot-inner {
    background-color: var(--color-primary);
}

.tmp-working-process-main .nav-tabs {
    border-bottom: none !important;
}
.tmp-working-process-main .nav-link {
    padding: 0;
    border: none;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .tmp-working-process-main .nav-link {
        width: 100%;
    }
}
.tmp-working-process-main .nav-link.active .working-steps-area-tabs {
    background: var(--color-primary);
}
.tmp-working-process-main
    .nav-link.active
    .working-steps-area-tabs
    .left-icon-number {
    font-size: 22px;
    color: var(--color-white);
}
.tmp-working-process-main
    .nav-link.active
    .working-steps-area-tabs
    .inner-content
    * {
    color: #fff;
}
.tmp-working-process-main .nav-link:last-child {
    margin-bottom: 0;
}
.tmp-working-process-main .tab-content {
    margin-right: -134px;
}
@media only screen and (max-width: 991px) {
    .tmp-working-process-main .tab-content {
        margin-right: 0;
    }
}

.working-steps-area-tabs {
    background: var(--color-card);
    border-radius: 10px;
    padding: 32px 30px;
    display: flex;
    align-items: center;
    gap: 35px;
    cursor: pointer;
    transition: 0.3s;
}
.working-steps-area-tabs:hover {
    transform: translateY(-5px);
}
@media only screen and (max-width: 991px) {
    .working-steps-area-tabs {
        flex-direction: column;
        align-items: flex-start;
        align-items: flex-start;
        padding: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .working-steps-area-tabs {
        gap: 15px;
    }
}
.working-steps-area-tabs .left-icon-number {
    height: 80px;
    min-width: 80px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 30px;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .working-steps-area-tabs .left-icon-number {
        height: 40px;
        min-width: 40px;
        font-size: 22px;
    }
}
.working-steps-area-tabs .inner-content .title {
    margin-bottom: 7px;
}
.working-steps-area-tabs .inner-content p.disc {
    margin-bottom: 0;
}

/*--------------------------------
    Call To Action Style
--------------------------------*/
.clltoaction-style-default {
    padding: 250px 0;
}
.clltoaction-style-default .title {
    font-size: 52px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
    line-height: 1.4;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default .title {
        font-size: 40px;
    }
}
.clltoaction-style-default .subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.clltoaction-style-default .content p {
    color: var(--color-body);
}
.clltoaction-style-default .call-to-btn {
    margin-top: 50px;
}
.clltoaction-style-default .content.text-left .title::before {
    left: 0;
    transform: none;
}
.clltoaction-style-default .content.text-left .subtitle {
    padding: 0 16% 0 0;
}
.clltoaction-style-default.style-2 {
    padding: 130px 0;
}
.clltoaction-style-default.style-3 {
    padding: 150px 0;
}
.clltoaction-style-default.style-3 .content-wrapper {
    background-color: var(--color-lessdark);
    border-radius: var(--radius);
    padding: 50px 40px;
}
.clltoaction-style-default.style-3 .content .title {
    font-size: 32px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    color: var(--color-white);
}
.clltoaction-style-default.style-3 .content .subtitle {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.clltoaction-style-default.style-3 .call-to-btn {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-3 .call-to-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-3 .call-to-btn {
        margin-top: 20px;
    }
}
.clltoaction-style-default.style-4 {
    padding: 0;
}
.clltoaction-style-default.style-4 .content-wrapper {
    background-color: var(--color-lessdark);
    border-radius: var(--radius);
    padding: 70px 50px;
}
.clltoaction-style-default.style-4 .content .title {
    font-size: 47px;
    margin-bottom: 33px;
    padding-bottom: 16px;
    line-height: 1.4;
}
.clltoaction-style-default.style-4 .content .subtitle {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.clltoaction-style-default.style-4 .call-to-btn {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-4 .call-to-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-4 .call-to-btn {
        margin-top: 20px;
    }
}
.clltoaction-style-default.style-5 {
    padding: 0;
}
.clltoaction-style-default.style-5 .content-wrapper {
    background-color: var(--color-card);
    border-radius: var(--radius);
    padding: 120px 80px;
    z-index: 1;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-5 .content-wrapper {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-5 .content-wrapper {
        padding: 40px 20px;
    }
}
.clltoaction-style-default.style-5 .content-wrapper .shape-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: max-content;
    opacity: 0.7;
}
.clltoaction-style-default.style-5 .content-wrapper .person-stand {
    position: absolute;
    right: 30px;
    bottom: -20px;
    z-index: 0;
    width: max-content;
    max-width: 420px;
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .clltoaction-style-default.style-5 .content-wrapper .person-stand {
        max-width: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-5 .content-wrapper .person-stand {
        display: none;
    }
}
.clltoaction-style-default.style-5
    .content-wrapper
    .bg-line-animatoin-area-global {
    left: 0;
}
.clltoaction-style-default.style-5 .content .title {
    font-size: 47px;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 1.4;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .clltoaction-style-default.style-5 .content .title {
        font-size: 38px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-5 .content .title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-5 .content .title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575px) {
    .clltoaction-style-default.style-5 .content .title {
        font-size: 26px;
    }
}
.clltoaction-style-default.style-5 .content .title::before {
    display: none;
}
.clltoaction-style-default.style-5 .content .subtitle {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 10;
}
.clltoaction-style-default.style-5 .call-to-btn {
    margin-top: 30px;
}
.clltoaction-style-default.style-6 {
    padding: 80px 0;
}
.clltoaction-style-default.style-6 .content .title {
    font-size: 36px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.4;
}
.clltoaction-style-default.style-6 .content .title::before {
    display: none;
}
.clltoaction-style-default.style-6 .call-to-btn {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-6 .call-to-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-6 .call-to-btn {
        margin-top: 20px;
    }
}
.clltoaction-style-default.style-7 {
    padding: 0;
}
.clltoaction-style-default.style-7 .content-wrapper {
    padding: 40px 0;
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}
.clltoaction-style-default.style-7 .content .subtitle {
    font-size: 16px;
    color: var(--color-body);
    max-width: 450px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0;
}
.clltoaction-style-default.style-7 .call-to-btn {
    margin-top: 0;
    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clltoaction-style-default.style-7 .call-to-btn {
        margin-top: 20px;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .clltoaction-style-default.style-7 .call-to-btn {
        margin-top: 20px;
        text-align: left;
    }
}

.tmp-call-to-action.style-8 {
    padding: 100px 0;
    background: var(--color-card);
}
@media only screen and (max-width: 575px) {
    .tmp-call-to-action.style-8 {
        padding: 50px 0;
    }
}
.tmp-call-to-action.style-8 .content-wrapper {
    padding: 40px 0;
    border-bottom: 1px solid var(--color-border);
}
.tmp-call-to-action.style-8 .content .subtitle {
    font-size: 20px;
    color: var(--color-body);
    line-height: 1.5;
    margin-bottom: 0;
}
.tmp-call-to-action.style-8 .call-to-btn {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-call-to-action.style-8 .call-to-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-call-to-action.style-8 .call-to-btn {
        margin-top: 20px;
    }
}

.images-left-right-float {
    right: -110px !important;
}
@media only screen and (max-width: 575px) {
    .images-left-right-float {
        right: -223px !important;
    }
}

.theme-shape {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.theme-shape::before {
    position: absolute;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(
        45deg,
        var(--color-primary),
        var(--color-light-green)
    );
    opacity: 0.2;
    filter: blur(100px);
    content: "";
    display: none;
}
.theme-shape::after {
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    opacity: 0.2;
    filter: blur(100px);
    content: "";
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    display: none;
    background-image: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-tertiary)
    );
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-image.bg-image2 {
    background-image: url(../images/call-to-action/bg-image-1.html);
}
.bg-image.bg-image3 {
    background-image: url(../images/call-to-action/bg-image-2.jpg);
}

.data-black-overlay {
    position: relative;
}
.data-black-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: #000000;
    opacity: 0.7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-alignwide .template-slider-wrapper {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-alignwide .template-slider-wrapper {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-alignwide .sub-title {
        padding-top: 25px;
    }
}
.call-to-action-alignwide p {
    padding-bottom: 0;
}
.call-to-action-alignwide .thumbnail {
    margin-right: -142px;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-alignwide .thumbnail {
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-alignwide .thumbnail {
        margin-right: -15px;
    }
}

.call-to-action-variation-6 {
    max-width: 600px;
}

.content-wrapper.theme-shape {
    position: relative;
    z-index: 1;
}
.content-wrapper.theme-shape .bg-shape-area-cta-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0;
}

.footer-message-and-form {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: var(--gap);
    align-items: end;
}
@media only screen and (max-width: 767px) {
    .footer-message-and-form {
        display: flex;
        grid-template-columns: 1fr 1.4fr;
        gap: var(--gap);
        align-items: end;
        flex-flow: column-reverse;
    }
}
@media only screen and (max-width: 575px) {
    .footer-message-and-form {
        align-items: start;
    }
}
.footer-message-and-form .colophon {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 2rem 0 0;
}
.footer-message-and-form .colophon a {
    transition: 0.3s;
}

.footer-form-wrap {
    background: var(--color-card) !important;
    padding: 30px;
    margin: -80px 0 0;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 4px solid var(--color-primary);
    z-index: 1;
}
@media only screen and (max-width: 575px) {
    .footer-form-wrap {
        padding: 15px;
    }
}
.footer-form-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icons/noise.gif);
    z-index: -1;
    background-color: rebeccapurple;
    opacity: 0.03;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.footer-form-wrap h4 {
    font-size: 26px;
}
.footer-form-wrap form {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 575px) {
    .footer-form-wrap form {
        gap: 2px;
    }
}
.footer-form-wrap form input {
    height: 50px;
    background: rgba(255, 255, 255, 0);
    color: var(--color-body);
}

.footer-form-wrap h5 {
    margin-top: 0;
}

.footer-form-wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    width: 37px;
    height: 79px;
    background: var(--color-primary);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 575px) {
    .footer-form-wrap:after {
        display: none;
    }
}

.bg-cta-modern {
    background-image: url(../images/call-to-action/02.jpg);
    height: 290px;
    display: flex;
    align-items: center;
}
.bg-cta-modern::before {
    z-index: 1;
}
.bg-cta-modern.large-height {
    height: 390px;
}
.bg-cta-modern.large-height .right-wrapper p {
    font-size: 32px;
}
@media only screen and (max-width: 767px) {
    .bg-cta-modern.large-height .right-wrapper p {
        font-size: 20px;
    }
}

.call-to-action-modern-wrapper {
    display: flex;
    align-items: center;
    gap: 320px;
}
@media only screen and (max-width: 991px) {
    .call-to-action-modern-wrapper {
        gap: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-modern-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .call-to-action-modern-wrapper {
        flex-direction: column;
        gap: 10px !important;
        margin-bottom: 46px;
    }
}
.call-to-action-modern-wrapper .title {
    font-size: 50px;
    margin: 0;
}
@media only screen and (max-width: 1199px) {
    .call-to-action-modern-wrapper .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .call-to-action-modern-wrapper .title {
        font-size: 36px;
    }
    .call-to-action-modern-wrapper .title br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-modern-wrapper .title {
        font-size: 32px;
    }
}
.call-to-action-modern-wrapper .right-wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
}
@media only screen and (max-width: 767px) {
    .call-to-action-modern-wrapper .right-wrapper .icons {
        display: none;
    }
}
.call-to-action-modern-wrapper .right-wrapper p {
    font-size: 26px;
    margin: 0;
    color: #fff;
}
.call-to-action-modern-wrapper .right-wrapper p a {
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
    text-decoration: underline;
}
.call-to-action-modern-wrapper .right-wrapper p a:hover {
    color: var(--color-primary);
}

/*---------------------
    Tab Styles
-----------------------*/
.tmp-default-tab {
    position: relative;
}
.tmp-default-tab .tab-button {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    border-bottom: none;
}
.tmp-default-tab .tab-button .tabs__tab {
    margin: 0;
}
.tmp-default-tab .tab-button .tabs__tab .nav-link {
    color: var(--color-white);
    padding: 15px 44px;
    margin-bottom: -2px;
    outline: none;
    border: 0 none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-default-tab .tab-button .tabs__tab .nav-link {
        padding: 24px 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-default-tab .tab-button .tabs__tab .nav-link {
        padding: 24px 24px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-default-tab .tab-button .tabs__tab .nav-link {
        padding: 24px 20px;
    }
}
.tmp-default-tab .tab-button .tabs__tab .nav-link.active {
    background: var(--color-primary);
    border-color: transparent;
}
.tmp-default-tab .tab-button .tmp-tab-button button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0 none;
    color: var(--color-white);
}
.tmp-default-tab .tmp-tab-content {
    background: var(--color-card);
    padding: 40px;
}
@media only screen and (max-width: 767px) {
    .tmp-default-tab .tmp-tab-content {
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-default-tab .tmp-tab-content {
        padding: 20px;
    }
}
.tmp-default-tab .tmp-tab-content p:last-child {
    margin-bottom: 0;
}
.tmp-default-tab.style-two .tab-button {
    margin-bottom: 20px;
}
.tmp-default-tab.style-two .tab-button .tabs__tab button {
    border-radius: var(--radius-small);
}
.tmp-default-tab.style-two .tmp-tab-content {
    border-radius: var(--radius-small);
}

.tmp-default-tab::before {
    background-color: var(--color-primary);
    background: linear-gradient(
            95deg,
            var(--color-primary) 15%,
            var(--color-tertiary) 45%,
            var(--color-pink) 75%,
            var(--color-secondary) 100%
        )
        95%/200% 100%;
    width: 100%;
    height: 70%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
    backdrop-filter: blur(20px);
}

.tmp-no-padding {
    padding: 0 !important;
}

.tmp-pricing {
    padding: 40px;
    position: relative;
    z-index: 2;
    border: 2px solid var(--color-border);
    border: none;
    border-radius: 5px;
    transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
    transform-style: preserve-3d;
}
.tmp-pricing.with-gradient-bg {
    background: var(--color-card);
}
.tmp-pricing.with-gradient-bg .popular-tag {
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 40px;
    top: 30px;
    right: -79px;
    width: 257px;
    transform: rotate(45deg);
    line-height: 37px;
}
.tmp-pricing.with-gradient-bg .pricing-body .list-style--1 li {
    color: var(--color-white);
}
.tmp-pricing.with-gradient-bg::after {
    opacity: 0.5;
    background: linear-gradient(
        0,
        rgba(82, 55, 249, 0.51) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.tmp-pricing.with-gradient-bg::before {
    background: var(--color-card) !important;
}
.tmp-pricing .pricing-table-inner .pricing-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 2px solid var(--color-border);
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing {
    display: flex;
    align-items: flex-end;
    gap: 11px;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing .subtitle {
    margin-bottom: 12px;
    font-weight: 800;
    color: var(--color-primary) !important;
}
.tmp-pricing .pricing-table-inner .pricing-header .title {
    margin-bottom: 20px;
}
.tmp-pricing .pricing-table-inner .pricing-header .price-wrapper {
    display: flex;
    justify-content: flex-start;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span {
    display: block;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.currency {
    font-size: 38px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    color: var(--color-heading);
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 56px;
    color: var(--color-white);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .tmp-pricing .pricing-table-inner .pricing-header .pricing span.price {
        font-size: 54px;
    }
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
    font-size: 14px;
    color: var(--color-body);
}
.tmp-pricing .pricing-table-inner .pricing-body {
    text-align: left;
    margin-bottom: 30px;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 li i {
    height: 22px;
    width: 22px;
    background: rgba(255, 255, 255, 0.0392156863);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-pricing .pricing-table-inner .pricing-footer {
    text-align: center;
}
.tmp-pricing.style-2 {
    background-color: var(--color-card);
    border-color: transparent !important;
}
.tmp-pricing.style-4 {
    margin-left: -1px;
    margin-right: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-pricing.style-4 {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-pricing.style-4 {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.tmp-pricing.style-5 .pricing-table-inner {
    background-color: var(--color-card);
    border-color: transparent;
    padding: 0;
    padding-bottom: 40px;
    border: 0 none;
}
.tmp-pricing.style-5 .pricing-table-inner::before {
    display: none;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0 none !important;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .title {
    padding: 30px 40px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .price-wrapper {
    margin-bottom: 5px;
}
.tmp-pricing.style-5
    .pricing-table-inner
    .pricing-header
    .pricing
    span.currency {
    font-size: 40px;
    position: relative;
    top: 0px;
    left: 0;
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
    line-height: 7px;
    display: flex;
    align-items: center;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 50px;
    color: var(--color-white);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}
.tmp-pricing.style-5
    .pricing-table-inner
    .pricing-header
    .pricing
    span.subtitle {
    color: var(--color-white);
}
.tmp-pricing.style-5 .pricing-table-inner .pricing {
    background-color: var(--color-body);
    padding: 30px;
}

.pricing-table.large-padding {
    padding: 37px 50px 40px 50px;
}

.pricing-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pricing-table-items .pricing-table {
    border-radius: 6px;
    padding: 37px 40px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .pricing-table-items .pricing-table {
        padding: 25px;
    }
}
.pricing-table-items .pricing-table .popular-tag {
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 40px;
    top: 30px;
    right: -79px;
    width: 257px;
    transform: rotate(45deg);
    line-height: 37px;
}

.pricing-table-items .pricing-table:hover {
    border-color: var(--color-primary);
}

.pricing-table-items .pricing-table .pricing-table-header {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 20px;
    margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
    .pricing-table-items .pricing-table .pricing-table-header {
        margin-bottom: 15px;
    }
}

.pricing-table-items .pricing-table .pricing-table-header .top {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .pricing-table-items .pricing-table .pricing-table-header .top {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.pricing-table-items .pricing-table .pricing-table-header h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header .top p {
    font-size: 13px;
    line-height: 20px;
    color: var(--color-body);
    margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header h1 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 600;
    margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header h1 span {
    font-size: 20px;
    color: var(--color-body);
}

.pricing-table-items .pricing-table ul {
    margin-bottom: 80px;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 1199px) {
    .pricing-table-items .pricing-table ul {
        margin-bottom: 40px;
    }
}

.pricing-table-items .pricing-table ul li {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.pricing-table-items .pricing-table ul li:last-child {
    margin-bottom: 0;
}

.pricing-table-items .info {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 60px 0 0 0;
}

.pricing-table-items .info a {
    color: var(--color-primary);
    text-decoration: underline;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    margin-top: 33px;
    margin-left: 5px;
}

.bg-color-card .tmp-pricing {
    border: 1px solid var(--color-border);
}

.pricing-tab-nav-yearly.nav-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.pricing-tab-nav-yearly.nav-tabs .nav-link.active {
    background: var(--color-primary);
    color: var(--color-white);
    border: 2px solid transparent;
}
.pricing-tab-nav-yearly.nav-tabs .nav-link:focus {
    background: var(--color-primary);
    color: var(--color-white);
    border: 2px solid transparent;
}

/*--------------------------
    split Area Styles
----------------------------*/
.tmp-splite-style .thumbnail img {
    border-radius: 0;
    width: 100%;
}
.tmp-splite-style .thumbnail.image-left-content img {
    border-radius: 0 10px 10px 0;
}
.tmp-splite-style .split-inner {
    padding: 30px 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-splite-style .split-inner {
        padding: 40px 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-splite-style .split-inner {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-splite-style .split-inner {
        padding: 40px 30px;
    }
}
.tmp-splite-style .split-inner .title {
    font-size: 36px;
    line-height: 50px;
    color: var(--color-heading);
    font-weight: var(--p-bold);
}
@media only screen and (max-width: 767px) {
    .tmp-splite-style .split-inner .title {
        font-size: 24px;
        line-height: 30px;
    }
}
.tmp-splite-style .split-inner .split-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.tmp-splite-style .split-inner .split-list li {
    color: var(--color-dark-alt);
}

/*----------------------------
    Video Popup Styles
------------------------------*/
.video-popup,
.tmp-gallery {
    position: relative;
    display: block;
}
.video-popup .thumbnail img,
.tmp-gallery .thumbnail img {
    width: 100%;
}
.video-popup .video-icon,
.tmp-gallery .video-icon {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: 0.4s;
}

.tmp-gallery .video-icon {
    opacity: 0;
    transition: 0.4s;
    transform: translate(-50%, -50%) scale(0.5);
}
.tmp-gallery:hover .video-icon {
    opacity: 1;
    margin-top: 0;
    transform: translate(-50%, -50%) scale(1);
}

.video-gallery-content {
    border-radius: 10px;
    padding-top: 300px;
    padding-bottom: 60px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-gallery-content {
        padding-bottom: 40px;
        padding-top: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .video-gallery-content {
        padding-bottom: 40px;
        padding-top: 150px;
    }
}
.video-gallery-content .overlay-content {
    padding: 0 60px;
}
@media only screen and (max-width: 767px) {
    .video-gallery-content .overlay-content {
        padding: 0 20px;
    }
}
.video-gallery-content .overlay-content .title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .video-gallery-content .overlay-content .title {
        font-size: 20px;
    }
}

/*------------------------------
    Gallery Styles
--------------------------------*/
.tmp-temaplte-gallery-wrapper .thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.template-slider-wrapper .sub-title {
    color: var(--color-primary);
}
.template-slider-wrapper .title {
    font-weight: var(--p-black);
}
.template-slider-wrapper .description {
    max-width: 900px;
}

/*==========================
    Contact Address
============================*/
.contact-form-1 .form-group input {
    height: 70px;
    padding: 0 20px;
}
.contact-form-1 .form-group textarea {
    padding-top: 20px;
    padding-left: 20px;
}
.contact-form-1 .form-group .attach {
    border: var(--border-width) solid var(--color-border);
    position: relative;
    max-height: 70px;
}
.contact-form-1 .form-group .attach label {
    width: 100%;
    display: flex;
    align-items: center;
    min-width: max-content;
    height: 70px;
    padding-left: 15px;
}
.contact-form-1 .form-group .attach input {
    height: auto;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.contact-address-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*--------------------------
    Address Area
----------------------------*/
.tmp-address {
    padding: 22px 20px;
    border-radius: 10px;
    background: var(--color-card);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-address {
        padding: 30px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-address {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-address {
        padding: 30px 20px;
    }
}
.tmp-address .icon {
    color: var(--color-primary);
    border-radius: 100%;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 6px;
    margin-right: 20px;
}
.tmp-address .inner h4.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.tmp-address .inner p {
    font-size: 18px;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-address .inner p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-address .inner p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-address .inner p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-address .inner p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-address .inner p br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-address .inner p br {
        display: none;
    }
}
.tmp-address .inner p a {
    color: var(--color-body);
}
.tmp-address .inner p a:hover {
    color: var(--color-primary);
}
.tmp-address:hover {
    transform: translateY(-5px);
}

.google-map-style-1 {
    width: 100%;
    height: 500px;
}

.with-input-bg input,
.with-input-bg textarea {
    background: #19191b;
}

.aapoiment-left-area-thumbnail img {
    border-radius: 10px;
}

.appoinment-form-wrapper {
    padding: 30px;
    background: var(--color-card);
    border-radius: 10px;
    height: 100%;
}
@media only screen and (max-width: 575px) {
    .appoinment-form-wrapper {
        padding: 15px;
    }
}
.appoinment-form-wrapper .form-group-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}
@media only screen and (max-width: 575px) {
    .appoinment-form-wrapper .form-group-wrapper {
        flex-direction: column;
        gap: 0;
    }
}
.appoinment-form-wrapper .form-group-wrapper .form-group {
    width: 100%;
}

.brand-carousel-activation {
    padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-carousel-activation {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-carousel-activation {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .brand-carousel-activation {
        padding: 0 10px;
    }
}
.brand-carousel-activation li {
    margin-top: 0;
    margin-bottom: 0;
}
.brand-carousel-activation li a {
    display: block;
}
.brand-carousel-activation li a img {
    opacity: 1;
    transition: 0.4s;
    max-width: 120px;
}
.brand-carousel-activation li:hover a img {
    opacity: 1;
    transform: scale(1.1);
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow {
    width: 50px;
    height: 50px;
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow i {
    display: block;
    font-size: 24px;
    color: #fff;
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow::before {
    display: none;
}

.brand-list .slick-track {
    display: flex;
    align-items: center;
}

.brand-style-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brand-style-1 li {
    flex-basis: 25%;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0px 0px -2px -2px;
    border-color: var(--color-border);
    padding: 40px 0 40px 0;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .brand-style-1 li {
        flex-basis: 33.33%;
    }
}
@media only screen and (max-width: 479px) {
    .brand-style-1 li {
        flex-basis: 50%;
    }
}
.brand-style-1 li a {
    display: block;
}
.brand-style-1 li a img {
    opacity: 1;
    transition: 0.4s;
    max-width: 120px;
}
.brand-style-1 li:hover a img {
    opacity: 1;
    transform: scale(1.1);
}

.brand-style-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brand-style-2 li {
    flex-basis: 16.666%;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-style-2 li {
        flex-basis: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .brand-style-2 li {
        flex-basis: 25%;
    }
}
@media only screen and (max-width: 575px) {
    .brand-style-2 li {
        flex-basis: 33.33%;
    }
}
@media only screen and (max-width: 479px) {
    .brand-style-2 li {
        flex-basis: 50%;
    }
}
.brand-style-2 li a {
    display: block;
}
.brand-style-2 li a img {
    opacity: 1;
    transition: 0.3s;
    max-width: 120px;
}
.brand-style-2 li:hover a img {
    opacity: 1;
    transform: scale(1.1);
}
.brand-style-2.variation-2 li {
    flex-basis: 25%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .brand-style-2.variation-2 li {
        flex-basis: 33.33%;
    }
}
@media only screen and (max-width: 479px) {
    .brand-style-2.variation-2 li {
        flex-basis: 50%;
    }
}

.brand-carousel-activation .slick-dots {
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

/*---------------------------
    Error Styles Area
-----------------------------*/
.error-inner {
    text-align: center;
}
.error-inner h1 {
    font-size: 200px;
    line-height: 1;
    color: var(--color-primary);
    font-weight: var(--p-bold);
}
@media only screen and (max-width: 767px) {
    .error-inner h1 {
        font-size: 100px;
        line-height: 1;
    }
}
.error-inner .title {
    line-height: 45px;
    font-weight: var(--p-bold);
}
.error-inner .description {
    font-size: var(--font-size-b2);
    line-height: 28px;
    color: var(--color-body);
    font-weight: var(--f-regular);
    margin-bottom: 30px;
}
.error-inner .blog-search {
    display: inline-block;
}
.error-inner .blog-search input {
    min-width: 500px;
}
.error-inner .view-more-button {
    margin-top: 30px;
}

.advance-tab-button-1 .tab-button-list {
    list-style: none;
    padding: 0;
    margin: -10px 0;
}
.advance-tab-button-1 .tab-button-list li {
    margin: 10px 0;
}
.advance-tab-button-1 .tab-button-list .tab-button {
    cursor: pointer;
    padding: 47px 27px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 0 none;
    margin: 0;
}
.advance-tab-button-1 .tab-button-list .tab-button::before {
    position: absolute;
    content: "";
    background: var(--color-blackest);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1;
    border-radius: 7px;
}
.advance-tab-button-1 .tab-button-list .tab-button:hover::before {
    opacity: 1;
    transform: scale(1);
}
.advance-tab-button-1 .tab-button-list .tab-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-left: 20px solid var(--color-blackest);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-top: -20px;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advance-tab-button-1 .tab-button-list .tab-button::after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .advance-tab-button-1 .tab-button-list .tab-button::after {
        display: none;
    }
}
.advance-tab-button-1 .tab-button-list .tab-button .title {
    color: var(--color-body);
    font-size: 20px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.advance-tab-button-1 .tab-button-list .tab-button .description {
    margin-bottom: 0;
    transition: 0.3s;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon {
    padding: 25px;
    border: 1px solid var(--color-card) !important;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab {
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 575px) {
    .advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab {
        height: auto;
        text-align: left;
        display: block;
    }
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .icon {
    display: flex;
    width: 60px;
    border-radius: 5px;
    background: var(--color-primary-darker);
    color: var(--color-primary);
    text-align: center;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    min-width: 60px;
}
@media only screen and (max-width: 575px) {
    .advance-tab-button-1
        .tab-button-list
        .tab-button.tab-with-icon
        .tab
        .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-bottom: 10px;
    }
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .content {
    padding-right: 24px;
    padding-left: 24px;
}
@media only screen and (max-width: 575px) {
    .advance-tab-button-1
        .tab-button-list
        .tab-button.tab-with-icon
        .tab
        .content {
        padding: 0;
    }
}
.advance-tab-button-1
    .tab-button-list
    .tab-button.tab-with-icon
    .tab
    .content
    .description {
    font-size: var(--font-size-b3);
}
.advance-tab-button-1 .tab-button-list .tab-button.bg-color-white-off::before {
    background: var(--color-card);
}
.advance-tab-button-1 .tab-button-list .tab-button.bg-color-white-off::after {
    border-left: 20px solid var(--color-card);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon.active {
    border: 1px solid transparent !important;
}
.advance-tab-button-1 .tab-button-list .tab-button.active .title {
    color: var(--color-white);
}
.advance-tab-button-1 .tab-button-list .tab-button.active::before {
    opacity: 1;
    transform: scale(1);
}
.advance-tab-button-1 .tab-button-list .tab-button.active::after {
    opacity: 1;
    transform: scale(1);
}

.nav-tabs {
    border-bottom: 0;
}

.advance-tab-content-1 .thumbnail img {
    border-radius: 10px;
}

.advance-tab-button-1.right-align .tab-button-list .tab-button::after {
    transform: scale(0.9) rotate(-180deg);
    left: auto;
    right: 100%;
}

.advance-tab-button-1.right-align .tab-button-list .tab-button::after {
    transform: scale(1) rotate(-180deg);
}

.advance-tab-button-1.right-top .tab-button-list .tab-button::after {
    left: 50%;
    transform: scale(0.9) translateX(-50%) rotate(-92deg);
    bottom: 94%;
    top: auto;
}

.advance-tab-button-1.right-top .tab-button-list .tab-button::after {
    opacity: 0;
    transform: scale(1) translateX(-50%) rotate(-92deg);
}

.advance-tab-button-1.right-top .tab-button-list .tab-button.active::after {
    opacity: 1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
    color: #495057;
    background: transparent;
    border: 0 none;
    box-shadow: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.advance-tab-button-1 .tab-button-list .tab-button:focus {
    outline: none;
    border: 0 none;
    box-shadow: none;
}

.service-thumbnail-offset {
    margin-right: -50px;
    margin-bottom: -50px;
    border-radius: 10px 0 10px 0;
}
.service-thumbnail-offset img {
    border-radius: 10px 0 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service-thumbnail-offset {
        margin-right: -30px;
        margin-bottom: -40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-thumbnail-offset {
        margin-right: -30px;
        margin-bottom: -40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-thumbnail-offset {
        margin-right: -30px;
        margin-bottom: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advance-tab-four .tab-content .thumbnail {
        margin-top: 30px;
    }
}

/*----------------------------
    Advance Pricing Table
------------------------------*/
.advance-pricing {
    background: var(--color-blackest);
    border-radius: 10px;
}
.advance-pricing .pricing-left {
    height: 100%;
    background: var(--color-lessdark);
    padding: 60px 50px;
    border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
    .advance-pricing .pricing-left {
        padding: 30px 20px;
    }
}
.advance-pricing .pricing-left .main-title {
    margin-bottom: 10px;
}
.advance-pricing .pricing-left .price-wrapper .price-amount {
    font-size: 60px;
    text-align: center;
    display: block;
    color: var(--color-white);
    font-weight: 700;
}
.advance-pricing .pricing-left .price-wrapper .price-amount sup {
    font-size: 16px;
    top: -34px;
}
.advance-pricing .pricing-left .tmp-btn {
    width: 100%;
    margin: 10px 0;
}
.advance-pricing .pricing-left .rating {
    text-align: center;
    margin-top: 5px;
}
.advance-pricing .pricing-left .rating a {
    font-weight: 700;
    color: #f1b304;
}
.advance-pricing .pricing-left .rating a svg {
    fill: #f1b304;
}
.advance-pricing .pricing-left .subtitle {
    display: block;
    color: var(--color-body);
    text-align: center;
}
.advance-pricing .pricing-right {
    padding: 60px 30px;
}
.advance-pricing .pricing-right .price-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.advance-pricing .pricing-right .price-title li {
    font-size: 16px;
    margin: 8px 0;
}

.tmp-comment-form .section-title span.subtitle {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.tmp-comment-form .section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 20px;
    color: var(--color-white);
}
@media only screen and (max-width: 479px) {
    .tmp-comment-form .section-title .title {
        font-size: 28px;
    }
}

iframe {
    border-radius: 10px;
}

.prsfrom-group input {
    border: 2px solid var(--color-border);
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
}
.prsfrom-group textarea {
    min-height: 193px;
    border: 2px solid var(--color-border);
    border-radius: 4px;
    resize: none;
    padding: 15px;
    font-size: 16px;
    transition: 0.4s;
}
.prsfrom-group textarea:focus {
    border-color: var(--color-primary);
}

/*--------------------------
    Swicher Styles
----------------------------*/
.active-dark-mode .my_switcher ul li .setColor.dark {
    display: none;
}

.active-light-mode .my_switcher ul li .setColor.light {
    display: none;
}

.active-light-mode .my_switcher ul li a.dark img {
    display: block;
}

.my_switcher ul li a.dark img {
    display: none;
    filter: brightness(100);
}

.my_switcher {
    border: 0 none;
    padding: 0;
    margin-left: 10px;
    width: 40px;
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .my_switcher {
        margin-left: 5px;
    }
}
.my_switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
}
.my_switcher ul li {
    margin-top: 0;
    margin-bottom: 0;
}
.my_switcher ul li a {
    display: block;
    position: relative;
    z-index: 2;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.my_switcher ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.my_switcher ul li a.active {
    display: none;
}

.show-on-scroll {
    opacity: 0;
}

.show-on-scroll.show {
    opacity: 1;
}

.show-on-scroll.hide {
    opacity: 0;
}

.scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4px;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 996;
}

.scrollbar-v {
    background: var(--color-primary);
    position: fixed;
    top: calc(50% + 60px);
    right: 60px;
    width: 2px;
    transition: all linear 0.1s;
    min-height: 0%;
    z-index: 996;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .scrollbar-v {
        right: 30px;
    }
}

.scrollbar-v:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    min-height: 100px;
    background: rgba(255, 255, 255, 0.15);
}

.scrollbar-v::after {
    content: "";
    position: absolute;
    left: -13px;
    width: 25px;
    min-height: 100px;
    background: transparent;
}

.scrollbar-v.dark:before {
    background: rgba(255, 255, 255, 0.2);
}

.float-text {
    width: 20px;
    position: fixed;
    z-index: 995;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    top: 50%;
    right: 38px;
    transform: translate(-50%, -50%);
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .float-text {
        right: 8px;
    }
}

.float-text a {
    color: #fff;
}

.float-text.dark a {
    color: #ffffff;
}

.float-text span {
    margin-left: -5px;
    margin-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: 0.75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #222;
}

.float-text-right {
    width: 20px;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    top: 50%;
    right: 15px;
}

.show-on-scroll span a {
    padding: 9px 5px;
    border-radius: 20px;
    background: var(--color-card);
    color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

/*--------------------------
    About Styles
---------------------------*/
.pt--150 {
    padding-top: 150px;
}

.about-style-4 .title {
    font-weight: 400;
    margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-style-4 .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-style-4 .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px) {
    .about-style-4 .title {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .about-style-4 .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .about-style-4 .title {
        font-size: 26px;
    }
}
.about-style-4 .title strong {
    color: var(--color-primary);
}
.about-style-4 .feature-list {
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 1199px) {
    .about-style-4 .feature-list {
        margin-bottom: 15px;
    }
}
.about-style-4 .feature-list li {
    display: flex;
}
.about-style-4 .feature-list li .icon {
    background: var(--color-primary);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: var(--color-white);
    text-align: center;
    min-width: 30px;
}
.about-style-4 .feature-list li .icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-style-4 .feature-list li .title-wrapper {
    margin-left: 13px;
}
.about-style-4 .feature-list li .title-wrapper .title {
    font-size: 18px;
    margin: 0;
}
.about-style-4 .feature-list li .title-wrapper .text {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 80%;
    margin-top: 13px;
}
@media only screen and (max-width: 1199px) {
    .about-style-4 .feature-list li .title-wrapper .text {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .about-style-4 .feature-list li .title-wrapper .text {
        max-width: 100%;
    }
}

.why-choose-thumb.about-relative-thumb {
    position: relative;
}

.about-style-5 {
    position: relative;
    z-index: 2;
}
.about-style-5 .about-wrapper {
    margin-top: -150px;
    background: var(--color-blackest);
    border-radius: 10px;
    padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-5 .about-wrapper {
        margin-top: 80px;
        padding: 15px 15px 30px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .about-style-5 .about-wrapper {
        margin-top: 80px;
        padding: 15px 15px 30px 15px;
    }
}
.about-style-5 .about-wrapper .thumbnail img {
    border-radius: 10px;
}
.about-style-5 .about-wrapper .content .inner {
    padding: 0 40px;
}
@media only screen and (max-width: 767px) {
    .about-style-5 .about-wrapper .content .inner {
        padding: 0;
    }
}
.about-style-5 .about-wrapper .content .inner .title {
    font-size: 30px;
    margin-bottom: 13px;
}
.about-style-5 .about-wrapper .content .inner p {
    margin-bottom: 20px;
    width: 80%;
}

.contact-address {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-address li {
    font-size: 16px;
}
.contact-address li i {
    color: var(--color-primary);
    margin-right: 10px;
}

.about-style-6 .tmp-progress-style-1,
.about-style-6 .wrapper {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 10px;
}
.about-style-6 .wrapper {
    padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-6 .wrapper {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .about-style-6 .wrapper {
        padding: 20px;
    }
}
.about-style-6 .wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--color-lessdark);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    border-radius: 10px;
}
.about-style-6 .thumbnail img {
    max-height: 200px;
}
.about-style-6 .subtitle {
    font-size: 18px;
    font-weight: 500;
}
.about-style-6 .maintitle {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 17px;
    margin-bottom: 25px;
}

.finance-about-image {
    height: 679px !important;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
@media only screen and (max-width: 767px) {
    .finance-about-image {
        height: auto !important;
    }
}

.image-about-realstate {
    height: 742px;
}
@media only screen and (max-width: 1199px) {
    .image-about-realstate {
        height: auto;
    }
}

.about-2-thumbnail-left-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-left: -70px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-2-thumbnail-left-wrapper {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .about-2-thumbnail-left-wrapper {
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .about-2-thumbnail-left-wrapper {
        margin-left: 0;
    }
}
.about-2-thumbnail-left-wrapper .single-thumbnail {
    position: relative;
}
.about-2-thumbnail-left-wrapper .single-thumbnail .video-icon {
    position: absolute;
    z-index: 20;
    right: 30px;
    bottom: 30px;
}
.about-2-thumbnail-left-wrapper .absolute-rating-area {
    position: absolute;
    left: 40%;
    padding: 20px 32px;
    background: var(--color-card);
    border-radius: 6px;
    bottom: 25%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: auto !important;
    border: 1px solid var(--color-border);
}
.about-2-thumbnail-left-wrapper .absolute-rating-area p {
    margin-bottom: 10px;
}
.about-2-thumbnail-left-wrapper .absolute-rating-area p .odometer {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
}
.about-2-thumbnail-left-wrapper .stars-area {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.about-2-thumbnail-left-wrapper .stars-area img {
    max-width: 16px;
    margin-bottom: 0;
}

.tmp-about-area-fluid {
    background: var(--color-card);
}

.about-relative-thumb .absolute-rating-area {
    position: absolute;
    left: -10%;
    padding: 20px 32px;
    background: var(--color-card);
    border-radius: 6px;
    bottom: 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: auto !important;
    border: 1px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-relative-thumb .absolute-rating-area {
        left: 7%;
    }
}
@media only screen and (max-width: 1199px) {
    .about-relative-thumb .absolute-rating-area {
        left: 15%;
    }
}
@media only screen and (max-width: 991px) {
    .about-relative-thumb .absolute-rating-area {
        left: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .about-relative-thumb .absolute-rating-area {
        left: 15%;
    }
}
@media only screen and (max-width: 575px) {
    .about-relative-thumb .absolute-rating-area {
        padding: 5px 16px;
        bottom: 10px;
    }
}
.about-relative-thumb .absolute-rating-area img {
    margin-bottom: 15px;
}
.about-relative-thumb .absolute-rating-area .profile-share a img {
    max-width: 45px;
}
.about-relative-thumb .absolute-rating-area .stars-area {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.about-relative-thumb .absolute-rating-area .stars-area img {
    max-width: 20px;
    margin-bottom: 0;
}
.about-relative-thumb .absolute-rating-area p {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 0;
}

.sticky-about-top {
    position: sticky;
    top: 60px;
}
@media only screen and (max-width: 1199px) {
    .sticky-about-top {
        position: relative;
        top: 0;
    }
}

.why-choose-thumb.about-relative-thumb .absolute-rating-area {
    left: 37%;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-business-8 {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .about-business-8 {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-style-4.inbusiness-coach .about-13-thumbnail-left-wrapper {
        margin-left: 0;
        padding-right: 30px;
    }
}

.thumbnail-about-8 {
    position: relative;
}
.thumbnail-about-8 .large-image {
    overflow: hidden;
    border-radius: 8px;
    display: block;
    margin-left: 40px;
}
@media only screen and (max-width: 991px) {
    .thumbnail-about-8 .large-image {
        margin-left: 0;
    }
}
.thumbnail-about-8 img {
    width: 100%;
}
.thumbnail-about-8 .small-iamge-area {
    position: absolute;
    left: -40px;
    right: auto !important;
    bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .thumbnail-about-8 .small-iamge-area {
        left: -10px;
    }
}
@media only screen and (max-width: 1199px) {
    .thumbnail-about-8 .small-iamge-area {
        left: -10px;
    }
}
@media only screen and (max-width: 767px) {
    .thumbnail-about-8 .small-iamge-area {
        left: 20px;
        max-width: 250px;
    }
}
.thumbnail-about-8 .small-iamge-area .video-icon {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: 0.4s;
}

.about-wrapper-8 {
    max-width: 90%;
}
@media only screen and (max-width: 991px) {
    .about-wrapper-8 {
        max-width: 100%;
    }
}
.about-wrapper-8 .tmp-list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
    .about-wrapper-8 .tmp-list-item-half {
        flex-wrap: wrap;
    }
}
.about-wrapper-8 .tmp-list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .about-wrapper-8 .tmp-list-item-half li {
        width: 100%;
    }
}
.about-wrapper-8 .tmp-list-item-half li img {
    max-width: 50px;
    margin-right: 10px;
}
.about-wrapper-8 .tmp-list-item-half li .icon {
    font-size: 20px;
    margin-right: 15px;
    height: 50px;
    min-width: 50px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    background: var(--color-primary);
    padding: 14px;
    border-radius: 4px;
}
.about-wrapper-8 .tmp-list-item-half li .icon path {
    fill: var(--color-white);
}
.about-wrapper-8 .quote-area-about {
    padding: 20px;
    border-left: 4px solid;
    border-color: var(--color-primary);
    margin-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    border-radius: 6px;
    max-width: max-content;
}
.about-wrapper-8 .quote-area-about p {
    margin: 0;
    color: #fff;
}

.about-wrapper-8 .odometer {
    color: var(--color-primary);
    margin: 0 3px;
    font-weight: 600;
}

/*---------------------------
    Newsletter Styles
----------------------------*/
.border-top-bottom {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.newsletter-area .border-top-bottom {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.tmp-newsletter-default .newsletter-wrapper {
    padding: 40px 0;
}
.tmp-newsletter-default .newsletter-section-title .title {
    color: var(--color-heading);
    margin-bottom: 7px;
}
.tmp-newsletter-default .newsletter-section-title .description {
    color: var(--color-body);
    margin-bottom: 0;
}
.tmp-newsletter-default .tmp-newsletter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -10px;
}
@media only screen and (max-width: 575px) {
    .tmp-newsletter-default .tmp-newsletter {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-newsletter-default .tmp-newsletter {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-newsletter-default .tmp-newsletter {
        justify-content: flex-start;
    }
}
.tmp-newsletter-default .tmp-newsletter .form-group {
    margin-bottom: 0;
    margin: 0 10px;
}
.tmp-newsletter-default .tmp-newsletter .form-group input {
    height: 55px;
    padding: 0 24px;
    min-width: 500px;
    background: var(--color-card);
    border: 2px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-newsletter-default .tmp-newsletter .form-group input {
        min-width: 400px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-newsletter-default .tmp-newsletter .form-group input {
        min-width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-newsletter-default .tmp-newsletter .form-group input {
        min-width: 350px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-newsletter-default .tmp-newsletter .form-group input {
        min-width: 100%;
        margin-bottom: 20px;
    }
}
.tmp-newsletter-default .tmp-newsletter .form-group input:focus {
    border: 2px solid var(--color-primary);
}
.tmp-newsletter-default .tmp-newsletter .form-group .tmp-btn {
    height: 55px;
}

/*------------------------
    Featue Styles
--------------------------*/
.tmp-feature-main {
    padding-bottom: 0;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .tmp-feature-main {
        padding: 30px;
    }
}
.tmp-feature-main .feature-left-top {
    max-width: 500px;
}
.tmp-feature-main .feature-left-bottom {
    max-width: 500px;
}
.tmp-feature-main .feature-left-bottom .button-group {
    margin-bottom: 50px;
}

.why-choose-feature {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 40px;
    max-width: 75%;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .why-choose-feature {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.why-choose-feature .single {
    padding: 14px 18px;
    background: var(--color-card) !important;
    border: 1px solid var(--color-border);
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.why-choose-feature .single p {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

/*----------------------------
    Edu Pagination Style
------------------------------*/
.tmp-pagination {
    margin: -8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .tmp-pagination {
        margin: -4px;
    }
}
.tmp-pagination li {
    margin: 8px;
}
@media only screen and (max-width: 767px) {
    .tmp-pagination li {
        margin: 4px;
    }
}
.tmp-pagination li a {
    width: 45px;
    height: 45px;
    background: var(--color-card);
    border-radius: 6px;
    text-align: center;
    color: var(--color-body);
    transition: 0.4s;
    font-weight: 500;
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .tmp-pagination li a {
        width: 45px;
        height: 45px;
    }
}
.tmp-pagination li a i {
    font-size: 22px;
    font-weight: 500;
}
.tmp-pagination li.active a,
.tmp-pagination li:hover a {
    background: var(--color-primary);
    color: var(--color-white);
}

.rts-reveal-one {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: max-content;
    margin-left: auto;
    right: 0;
    overflow: hidden;
}

.large-video-playing video {
    max-width: 100%;
    width: 100%;
    clip-path: polygon(
        0% 0%,
        0% 0%,
        11.169% 1.84%,
        21.52% 3.233%,
        31.262% 4.193%,
        40.605% 4.735%,
        49.759% 4.873%,
        58.931% 4.621%,
        68.332% 3.994%,
        78.171% 3.005%,
        88.657% 1.669%,
        100% 0%,
        100% 100%,
        100% 100%,
        88.723% 98.395%,
        78.313% 97.147%,
        68.551% 96.256%,
        59.22% 95.721%,
        50.099% 95.543%,
        40.971% 95.721%,
        31.616% 96.256%,
        21.815% 97.147%,
        11.349% 98.395%,
        0% 100%,
        0% 0%
    );
}

.grow-thumbnail {
    transform: scaleX(1);
}

.large-video-playing {
    position: relative;
    clip-path: polygon(
        0% 0%,
        0% 0%,
        11.169% 1.84%,
        21.52% 3.233%,
        31.262% 4.193%,
        40.605% 4.735%,
        49.759% 4.873%,
        58.931% 4.621%,
        68.332% 3.994%,
        78.171% 3.005%,
        88.657% 1.669%,
        100% 0%,
        100% 100%,
        100% 100%,
        88.723% 98.395%,
        78.313% 97.147%,
        68.551% 96.256%,
        59.22% 95.721%,
        50.099% 95.543%,
        40.971% 95.721%,
        31.616% 96.256%,
        21.815% 97.147%,
        11.349% 98.395%,
        0% 100%,
        0% 0%
    );
}
.large-video-playing .grow-thumbnail-1-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100.1%;
    height: 99%;
    background: var(--color-card);
    transform: scaleX(1);
}

.tmp-video-section-start-one {
    position: relative;
}

.text-split-wrap-video {
    position: absolute;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    background-blend-mode: exclusion;
    transform: translateY(-50%);
}
.text-split-wrap-video .title {
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 220px;
    line-height: 110px;
    color: #fff;
    text-transform: uppercase;
    min-width: max-content;
    width: 500vw;
    min-width: max-content;
    background-blend-mode: exclusion;
}
@media only screen and (max-width: 1199px) {
    .text-split-wrap-video .title {
        font-size: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .text-split-wrap-video .title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .text-split-wrap-video .title {
        font-size: 60px;
    }
}
.text-split-wrap-video .title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
    background-blend-mode: exclusion;
}

.gsap-marker-scroller-start,
.gsap-marker-scroller-end,
.gsap-marker-start {
    display: none !important;
}

/*----------------------
 tool tip
------------------------*/
.profile-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.profile-share a {
    position: relative;
    z-index: 1;
    transition: var(--transition);
}
.profile-share a:nth-child(2) {
    margin-left: -12px;
}
.profile-share a:nth-child(3) {
    margin-left: -12px;
}
.profile-share a img {
    max-width: 60px;
    border-radius: 50%;
    border: 3px solid var(--color-border);
    transition: var(--transition);
    box-shadow: var(--shadow-1);
}
.profile-share a.more-author-text {
    color: var(--color-body);
    display: inline-block;
    padding-left: 7px;
}
.profile-share a.more-author-text:hover {
    transform: none;
    color: var(--color-primary);
}
.profile-share a:hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.1);
}
.profile-share .more-author-text {
    margin: 10px;
    margin-left: 20px;
    position: relative;
    z-index: 10;
}
.profile-share .more-author-text .total-join-students {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.profile-share .more-author-text .subtitle {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.avatar {
    position: relative;
}
.avatar::after,
.avatar::before {
    --scale: 0;
    --arrow-size: 8px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0))
        scale(var(--scale));
    transition: 150ms transform;
    transform-origin: bottom center;
}
.avatar::before {
    --translate-y: calc(-100% - var(--arrow-size));
    content: attr(data-tooltip);
    color: var(--color-white);
    padding: 5px 8px;
    background: var(--color-primary);
    width: max-content;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin: 1px;
}
.avatar::after {
    --translate-y: calc(-1 * var(--arrow-size));
    content: "";
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--color-primary);
}
.avatar:hover::before,
.avatar:hover::after {
    --scale: 1;
}

.tmp-avatars {
    min-width: 70px;
    max-width: 70px;
}
.tmp-avatars.size-lg {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
}
.tmp-avatars.size-sm {
    min-width: 52px;
    max-width: 52px;
}
.tmp-avatars img {
    border-radius: 100%;
    width: 100%;
    background: var(--border-color);
    padding: 4px;
    border: 2px solid var(--color-border);
    object-fit: cover;
}

.tmp-search-input-area.show {
    visibility: visible;
    transform: inherit;
    opacity: 1;
    transform: scaleY(1);
    clip: rect(0px, 100vw, 200vh, -30px);
    transition:
        clip 0.6s linear,
        opacity 0.4s linear;
}

.tmp-search-input-area {
    transition: all 300ms ease;
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 90px 0;
    background: #121214;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: 0 0;
    transform: scaleY(0);
    z-index: 1000;
    overflow: hidden;
    display: block;
    transform: scaleY(0);
    clip: rect(0px, 200vw, 0, 0px);
    transform: translateZ(0);
}
.tmp-search-input-area .bg-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    bottom: -20px;
    line-height: 1;
    font-size: 230px;
    text-transform: uppercase;
    font-weight: 800;
    z-index: -1;
    letter-spacing: 0px;
    opacity: 0.6;
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(255, 255, 255, 0.02)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tmp-search-input-area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icons/noise.gif);
    z-index: -1;
    background-color: #121214;
    opacity: 0.03;
}
@media only screen and (max-width: 479px) {
    .tmp-search-input-area {
        padding: 20px 0;
    }
}
.tmp-search-input-area .card-box .inner .content .title {
    font-size: 16px;
}
.tmp-search-input-area .popular-keyword {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
}
@media only screen and (max-width: 767px) {
    .tmp-search-input-area .popular-keyword {
        flex-wrap: wrap;
    }
}
.tmp-search-input-area .popular-keyword .title {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}
.tmp-search-input-area .popular-keyword .tag-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .tmp-search-input-area .popular-keyword .tag-wrapper {
        flex-wrap: wrap;
    }
}
.tmp-search-input-area .search-input-inner {
    margin: auto;
}
@media only screen and (max-width: 1199px) {
    .tmp-search-input-area .search-input-inner {
        overflow-y: scroll;
        max-height: 90vh;
        overflow-x: hidden;
    }
    .tmp-search-input-area .search-input-inner::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .tmp-search-input-area .search-input-inner {
        max-width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-search-input-area .search-input-inner {
        padding-top: 50px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .tmp-search-input-area .search-input-inner {
        max-width: 95%;
    }
}
.tmp-search-input-area .search-input-inner .input-div {
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 6px;
}
.tmp-search-input-area .search-input-inner .input-div input {
    border-radius: 5px;
    height: 55px;
    color: var(--color-white);
}
.tmp-search-input-area .search-input-inner .input-div button {
    max-width: max-content;
    padding: 13px;
    background: var(--color-primary);
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: -9px;
    border-radius: 0 5px 5px 0;
    height: 55px;
    min-width: 55px;
    border: none;
    box-shadow: none;
}
.tmp-search-input-area .search-input-inner .input-div button img {
    max-width: 26px;
}
.tmp-search-input-area .search-close-icon {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 50px;
    padding: 15px;
    background: var(--color-card);
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-search-input-area .search-close-icon::after {
    border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
    .tmp-search-input-area .search-close-icon {
        height: 45px;
        min-width: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-search-input-area .search-close-icon {
        right: 15px;
        top: 15px;
    }
}
.tmp-search-input-area .search-close-icon img {
    max-width: 16px;
}
.tmp-search-input-area .search-close-icon i {
    position: relative;
    z-index: 1;
    color: var(--color-primary);
    transition: 0.3s;
    font-size: 18px;
}
.tmp-search-input-area .search-close-icon i::after {
    position: absolute;
    height: 45px;
    width: 45px;
    content: "";
    border-radius: 5px;
    background: var(--color-primary-alta);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 0.3s;
}
.tmp-search-input-area .search-close-icon:hover i {
    color: var(--color-primary);
}
.tmp-search-input-area .search-close-icon:hover i::after {
    background: var(--color-primary-alta);
}

#anywhere-home {
    cursor: url(../images/icons/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}
#anywhere-home.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 1000;
    top: 0;
}

.card-section-sticky-wrapper {
    height: auto;
}

.card-large-sticky-style-one {
    background: var(--color-card);
    position: sticky;
    top: 50px;
}
@media only screen and (max-width: 991px) {
    .card-large-sticky-style-one {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
    .card-large-sticky-style-one:first-child {
        margin-top: 0;
    }
}

.real-estate-demo {
    overflow: visible !important;
}

.portfolio-list-thumbnail {
    height: 640px;
}
@media only screen and (max-width: 1199px) {
    .portfolio-list-thumbnail {
        height: 640px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-list-thumbnail {
        height: 400px;
    }
}

.portfolio-list-inner-content {
    max-width: 90%;
}
@media only screen and (max-width: 767px) {
    .portfolio-list-inner-content {
        max-width: 100%;
    }
}
.portfolio-list-inner-content .title {
    font-size: 45px;
}
@media only screen and (max-width: 1199px) {
    .portfolio-list-inner-content .title {
        font-size: 28px;
    }
}
.portfolio-list-inner-content .tag-wrapper-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .portfolio-list-inner-content .tag-wrapper-area {
        flex-wrap: wrap;
    }
}
.portfolio-list-inner-content .tag-wrapper-area .single {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 12px;
    border: 1px solid var(--color-border);
}
.portfolio-list-inner-content p {
    margin-top: 25px;
    max-width: 90%;
}
.portfolio-list-inner-content .tmp-btn {
    margin-top: 25px;
}
.portfolio-list-inner-content .location-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.portfolio-list-inner-content .location-area i {
    font-size: 22px;
}
.portfolio-list-inner-content .location-area span {
    font-size: 18px;
}
.portfolio-list-inner-content .feature-list {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.portfolio-list-inner-content .feature-list li {
    display: flex;
}
@media only screen and (max-width: 575px) {
    .portfolio-list-inner-content .feature-list li {
        flex-wrap: wrap;
        gap: 12px;
    }
}
.portfolio-list-inner-content .feature-list li .icon {
    background: var(--color-primary);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: var(--color-white);
    text-align: center;
    min-width: 30px;
}
.portfolio-list-inner-content .feature-list li .icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.portfolio-list-inner-content .feature-list li .title-wrapper {
    margin-left: 13px;
}
@media only screen and (max-width: 575px) {
    .portfolio-list-inner-content .feature-list li .title-wrapper {
        margin-left: 0;
    }
}
.portfolio-list-inner-content .feature-list li .title-wrapper .title {
    font-size: 18px;
    margin: 0;
}
.portfolio-list-inner-content .feature-list li .title-wrapper .text {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 80%;
    margin-top: 13px;
}

.realstate-banner-style-two-thumbnail {
    height: auto;
}

.experience-style-list .experience-list {
    padding-left: 31px;
    border-left: 5px solid #17191c;
}
@media only screen and (max-width: 767px) {
    .experience-style-list .experience-list {
        padding-left: 27px;
    }
}
@media only screen and (max-width: 479px) {
    .experience-style-list .experience-list {
        padding-left: 14px;
    }
}
.experience-style-list .experience-list .resume-single-list {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding: 45px 40px;
    border-radius: 6px;
    background: var(--color-card);
    transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-style-list .experience-list .resume-single-list {
        padding: 30px 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-style-list .experience-list .resume-single-list {
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .experience-style-list .experience-list .resume-single-list {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .experience-style-list .experience-list .resume-single-list {
        padding: 20px;
    }
}
.experience-style-list .experience-list .resume-single-list .inner::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 5px solid #17191c;
    border-radius: 100%;
    right: 104%;
    top: 55px;
    transform: translateY(-7px);
    background: #222529;
    transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-style-list .experience-list .resume-single-list .inner::after {
        right: 106%;
    }
}
@media only screen and (max-width: 479px) {
    .experience-style-list .experience-list .resume-single-list .inner::after {
        right: 102%;
    }
}
.experience-style-list .experience-list .resume-single-list .inner::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 5px;
    right: 100%;
    top: 63px;
    transform: translateY(-7px);
    background: #1b1c1d;
    z-index: 0;
}
@media only screen and (max-width: 479px) {
    .experience-style-list .experience-list .resume-single-list .inner::before {
        width: 15px;
    }
}
.experience-style-list .experience-list .resume-single-list .inner .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1a1d23;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-style-list
        .experience-list
        .resume-single-list
        .inner
        .heading {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .experience-style-list
        .experience-list
        .resume-single-list
        .inner
        .heading {
        display: block;
    }
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner
    .heading
    .title {
    margin-bottom: 15px;
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner
    .heading
    .title
    h4 {
    color: var(--color-lightn);
    font-family: var(--font-primary);
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 7px;
    font-weight: 500;
    transition: var(--transition);
}
@media only screen and (max-width: 479px) {
    .experience-style-list
        .experience-list
        .resume-single-list
        .inner
        .heading
        .title
        h4 {
        font-size: 21px;
        line-height: 34px;
    }
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner
    .heading
    .title
    span {
    color: #7c838e;
    display: block;
    font-size: 14px;
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner
    .heading
    .date-of-time {
    display: inline-block;
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner
    .heading
    .date-of-time
    span {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background: #1e2025;
    transition: var(--transition);
    font-weight: 500;
}
.experience-style-list .experience-list .resume-single-list .inner p {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-body);
    transition: var(--transition);
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner.psudo-after-none::after {
    display: none;
}
.experience-style-list
    .experience-list
    .resume-single-list
    .inner.psudo-after-none::before {
    display: none;
}
.experience-style-list
    .experience-list
    .resume-single-list:hover
    .inner
    .heading
    .title
    h4 {
    color: var(--color-white);
}
.experience-style-list
    .experience-list
    .resume-single-list:hover
    .inner
    .heading
    .date-of-time
    span {
    background: var(--color-primary);
}
.experience-style-list
    .experience-list
    .resume-single-list:hover
    .inner
    .description {
    color: var(--color-lightn);
}
.experience-style-list
    .experience-list
    .resume-single-list:hover
    .inner::after {
    background: var(--color-primary);
}
.experience-style-list .experience-list .resume-single-list:hover::before {
    opacity: 1;
}

.bg-card {
    background: var(--color-card);
}

.personal-portfolio-right-inner-wrapper {
    max-width: 80%;
    margin-right: auto;
}

.skills-area {
    padding-top: 90px;
    padding-bottom: 40px;
}

.skills-wrapper .skill-style-border {
    margin-bottom: 0;
    height: 100%;
}

.skills-wrapper .skill-style-border .skill-inner {
    border-radius: 5px;
    padding: 40px 0 18px 0;
    margin-bottom: 20px;
    transition: 0.3s;
    height: 100%;
}

.skills-wrapper .skill-style-border:hover .skill-inner {
    border-color: var(--primary_color);
}

.skills-wrapper .skill-style-border .skill-inner img {
    display: block;
    margin: auto auto 29px auto;
}

.skills-wrapper .skill-style-border .skill-inner h1 {
    font-size: 30px;
    color: var(--primary_color);
    font-weight: 300;
    margin: 0;
}

.skills-wrapper .skill-style-border p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
}

.customer-review-area {
    overflow: hidden !important;
    max-height: 1800px;
    padding: 120px 0 250px;
    position: relative;
}
.customer-review-area .tmp-section-title-border {
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .customer-review-area {
        padding: 80px 0 120px;
    }
}
.customer-review-area::before,
.customer-review-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}
.customer-review-area::after {
    bottom: 0;
    min-height: 330px;
    background: linear-gradient(
        0deg,
        #121214 40%,
        #121214 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}
.customer-review-area::before {
    top: 0;
    min-height: 730px;
    background: linear-gradient(
        180deg,
        #121214 40%,
        #121214 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}
.customer-review-area .section-title {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 12;
    text-align: center;
}
@media (max-width: 991px) {
    .customer-review-area .section-title {
        top: 80px;
    }
}
.customer-review-area .customer-review-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 220px;
}
@media (max-width: 991px) {
    .customer-review-area .customer-review-wrapper {
        display: block;
    }
}
.customer-review-area .customer-review-wrapper .customer-review-wrap {
    animation: tmpTestimonialAnimation 40s linear infinite;
    transition: all 0.5s ease-in;
    animation-duration: 35s;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1 {
    display: flex;
    padding: 15px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content {
    max-width: 300px;
    border-radius: 15px;
    background: var(--color-card);
    padding: 50px 40px 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .customer-review-area
        .customer-review-wrapper
        .customer-review-wrap
        .customer-review-style-1
        .content {
        max-width: 100%;
    }
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .rating-icon {
    margin-bottom: 13px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .content-title {
    margin-bottom: 10px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .content-title
    span {
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .text {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 13px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .info
    .title {
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.customer-review-area
    .customer-review-wrapper
    .customer-review-wrap
    .customer-review-style-1
    .content
    .info
    .title
    span {
    color: var(--color-body);
    font-size: 16px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap:hover {
    animation-play-state: paused;
}
.customer-review-area .customer-review-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    text-align: center;
    z-index: 12;
}

@keyframes tmpTestimonialAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1750px);
    }
}
.blocksync-stars-area {
    height: 600px;
    overflow: hidden;
    width: 300px;
}
@media only screen and (max-width: 1199px) {
    .blocksync-stars-area {
        width: 100% !important;
        min-width: 150px;
    }
}

.blocksync-stars {
    width: 0.5px;
    height: 0.5px;
    background: transparent;
    box-shadow:
        256px 289px #fff,
        961px 1252px #fff,
        1943px 234px #fff,
        1312px 936px #fff,
        975px 879px #fff,
        112px 1638px #fff,
        972px 144px #fff,
        1651px 1827px #fff,
        1092px 891px #fff,
        1228px 1553px #fff,
        593px 239px #fff,
        610px 425px #fff,
        1506px 267px #fff,
        1309px 560px #fff,
        416px 1003px #fff,
        181px 1775px #fff,
        1812px 438px #fff,
        275px 1902px #fff,
        1826px 1529px #fff,
        1701px 1684px #fff,
        1225px 544px #fff,
        1387px 205px #fff,
        216px 150px #fff,
        1763px 429px #fff,
        1519px 486px #fff,
        1386px 1632px #fff,
        1682px 734px #fff,
        1662px 1872px #fff,
        509px 1552px #fff,
        53px 603px #fff,
        1009px 978px #fff,
        1673px 680px #fff,
        1326px 1066px #fff,
        488px 1462px #fff,
        284px 752px #fff,
        569px 1450px #fff,
        1672px 473px #fff,
        1143px 1531px #fff,
        999px 1516px #fff,
        57px 80px #fff,
        209px 960px #fff,
        114px 1681px #fff,
        1610px 392px #fff,
        322px 1372px #fff,
        1393px 1680px #fff,
        170px 1703px #fff,
        1030px 1397px #fff,
        875px 1454px #fff,
        1877px 608px #fff,
        110px 699px #fff,
        676px 550px #fff,
        482px 146px #fff,
        54px 672px #fff,
        710px 239px #fff,
        277px 1946px #fff,
        168px 114px #fff,
        1554px 1035px #fff,
        900px 904px #fff,
        708px 688px #fff,
        1935px 340px #fff,
        477px 339px #fff,
        285px 1552px #fff,
        1454px 1568px #fff,
        680px 160px #fff,
        1294px 475px #fff,
        1679px 1785px #fff,
        1465px 858px #fff,
        242px 1230px #fff,
        1914px 1479px #fff,
        609px 1925px #fff,
        94px 1625px #fff,
        1054px 1372px #fff,
        1399px 1908px #fff,
        1785px 249px #fff,
        355px 441px #fff,
        962px 321px #fff,
        1197px 438px #fff,
        915px 1438px #fff,
        423px 1785px #fff,
        1685px 151px #fff,
        233px 944px #fff,
        1010px 1576px #fff,
        436px 1957px #fff,
        174px 1110px #fff,
        1485px 1294px #fff,
        359px 299px #fff,
        1620px 873px #fff,
        1953px 937px #fff,
        1516px 1154px #fff,
        603px 339px #fff,
        1931px 1305px #fff,
        1430px 461px #fff,
        1275px 637px #fff,
        566px 1418px #fff,
        19px 77px #fff,
        1509px 1791px #fff,
        1249px 33px #fff,
        1124px 106px #fff,
        1113px 1447px #fff,
        566px 714px #fff,
        475px 1453px #fff,
        62px 1656px #fff,
        692px 820px #fff,
        1380px 1216px #fff,
        875px 313px #fff,
        402px 1538px #fff,
        1580px 148px #fff,
        1607px 1303px #fff,
        1292px 1885px #fff,
        1689px 1281px #fff,
        1628px 413px #fff,
        1501px 1517px #fff,
        526px 204px #fff,
        1596px 1280px #fff,
        1655px 1168px #fff,
        716px 1758px #fff,
        745px 1092px #fff,
        1282px 228px #fff,
        1146px 738px #fff,
        273px 1552px #fff,
        1905px 432px #fff,
        404px 1097px #fff,
        1228px 1333px #fff,
        236px 749px #fff,
        958px 1207px #fff,
        805px 920px #fff,
        980px 114px #fff,
        1884px 1325px #fff,
        253px 704px #fff,
        950px 1986px #fff,
        473px 930px #fff,
        1148px 1049px #fff,
        218px 1597px #fff,
        645px 1295px #fff,
        1225px 15px #fff,
        402px 447px #fff,
        592px 1183px #fff,
        169px 1636px #fff,
        131px 29px #fff,
        1164px 205px #fff,
        947px 1656px #fff,
        561px 857px #fff,
        39px 1180px #fff,
        1869px 706px #fff,
        1994px 1965px #fff,
        1321px 1212px #fff,
        1631px 672px #fff,
        732px 433px #fff,
        1934px 594px #fff,
        484px 1997px #fff,
        1750px 1567px #fff,
        937px 279px #fff,
        23px 587px #fff,
        1898px 1187px #fff,
        625px 1042px #fff,
        35px 796px #fff,
        38px 1689px #fff,
        1393px 1868px #fff,
        814px 380px #fff,
        662px 1279px #fff,
        1534px 915px #fff,
        468px 434px #fff,
        1663px 897px #fff,
        1033px 1669px #fff,
        67px 1506px #fff,
        1448px 1794px #fff,
        99px 860px #fff,
        786px 260px #fff,
        1714px 599px #fff,
        19px 126px #fff,
        1455px 1358px #fff,
        1438px 712px #fff,
        784px 779px #fff,
        1992px 926px #fff,
        443px 784px #fff,
        474px 1168px #fff,
        420px 920px #fff,
        76px 1157px #fff,
        364px 1952px #fff,
        1855px 225px #fff,
        1478px 1377px #fff,
        1525px 898px #fff,
        719px 1399px #fff,
        205px 20px #fff,
        1374px 1538px #fff,
        900px 1760px #fff,
        1094px 1252px #fff,
        1876px 776px #fff,
        1535px 1278px #fff,
        1357px 228px #fff,
        1240px 1220px #fff,
        1418px 1487px #fff,
        1385px 1004px #fff,
        293px 155px #fff,
        228px 1038px #fff,
        1642px 1523px #fff,
        1996px 1489px #fff,
        1461px 1477px #fff,
        47px 1231px #fff,
        953px 670px #fff,
        341px 786px #fff,
        509px 1346px #fff,
        53px 1740px #fff,
        1864px 1240px #fff,
        14px 1352px #fff,
        1869px 276px #fff,
        1185px 1955px #fff,
        1235px 1086px #fff,
        1584px 924px #fff,
        1282px 1173px #fff,
        838px 1079px #fff,
        917px 1010px #fff,
        1257px 697px #fff,
        225px 1505px #fff,
        980px 208px #fff,
        1700px 1438px #fff,
        251px 551px #fff,
        891px 1497px #fff,
        99px 858px #fff,
        80px 1047px #fff,
        544px 1862px #fff,
        333px 1724px #fff,
        1688px 1980px #fff,
        1156px 435px #fff,
        1655px 1762px #fff,
        1069px 426px #fff,
        1798px 578px #fff,
        667px 302px #fff,
        867px 60px #fff,
        1370px 1992px #fff,
        815px 800px #fff,
        887px 1643px #fff,
        1152px 451px #fff,
        1238px 396px #fff,
        1815px 461px #fff,
        1140px 661px #fff,
        1728px 370px #fff,
        1007px 859px #fff,
        519px 877px #fff,
        898px 1482px #fff,
        107px 954px #fff,
        1523px 433px #fff,
        1010px 1707px #fff,
        1805px 68px #fff,
        621px 145px #fff,
        451px 105px #fff,
        343px 705px #fff,
        1103px 351px #fff,
        1107px 1411px #fff,
        1002px 677px #fff,
        1535px 1934px #fff,
        928px 1651px #fff,
        1450px 671px #fff,
        1584px 432px #fff,
        911px 894px #fff,
        1462px 406px #fff,
        1323px 598px #fff,
        475px 1848px #fff,
        539px 153px #fff,
        980px 320px #fff,
        1024px 778px #fff,
        1084px 1497px #fff,
        142px 1446px #fff,
        720px 601px #fff,
        1574px 1197px #fff,
        107px 375px #fff,
        808px 1699px #fff,
        655px 751px #fff,
        99px 850px #fff,
        476px 1485px #fff,
        1308px 851px #fff,
        1139px 914px #fff,
        887px 1422px #fff,
        581px 820px #fff,
        313px 48px #fff,
        1433px 1621px #fff,
        1608px 1352px #fff,
        1449px 411px #fff,
        1877px 489px #fff,
        795px 1074px #fff,
        1307px 720px #fff,
        597px 731px #fff,
        1775px 508px #fff,
        836px 831px #fff,
        610px 1080px #fff,
        885px 1024px #fff,
        32px 727px #fff,
        1433px 1180px #fff,
        477px 205px #fff,
        989px 1216px #fff,
        1681px 5px #fff,
        820px 996px #fff,
        1451px 1875px #fff,
        203px 1578px #fff,
        1208px 1583px #fff,
        968px 1356px #fff,
        1546px 452px #fff,
        955px 119px #fff,
        96px 1814px #fff,
        207px 1197px #fff,
        1281px 403px #fff,
        1108px 1839px #fff,
        1279px 1320px #fff,
        1849px 294px #fff,
        1043px 259px #fff,
        1566px 439px #fff,
        1919px 719px #fff,
        52px 333px #fff,
        480px 1083px #fff,
        179px 1372px #fff,
        1826px 845px #fff,
        626px 438px #fff,
        527px 1214px #fff,
        1278px 1792px #fff,
        147px 1792px #fff,
        474px 712px #fff,
        175px 1264px #fff,
        351px 1585px #fff,
        96px 325px #fff,
        1126px 1906px #fff,
        1602px 1672px #fff,
        1292px 486px #fff,
        430px 1868px #fff,
        222px 1024px #fff,
        793px 440px #fff,
        820px 1016px #fff,
        83px 1535px #fff,
        1360px 821px #fff,
        98px 1167px #fff,
        1233px 1670px #fff,
        1540px 1064px #fff,
        274px 294px #fff,
        996px 1448px #fff,
        1190px 1145px #fff,
        583px 1833px #fff,
        1972px 1241px #fff,
        573px 743px #fff,
        367px 1318px #fff,
        742px 1150px #fff,
        1484px 1493px #fff,
        1678px 971px #fff,
        127px 596px #fff,
        1085px 1003px #fff,
        1055px 911px #fff,
        1992px 1876px #fff,
        1779px 1494px #fff,
        135px 1192px #fff,
        1229px 1355px #fff,
        1727px 396px #fff,
        284px 542px #fff,
        1994px 1950px #fff,
        1354px 713px #fff,
        929px 302px #fff,
        28px 1466px #fff,
        341px 760px #fff,
        314px 347px #fff,
        670px 1793px #fff,
        540px 484px #fff,
        1780px 1684px #fff,
        1426px 988px #fff,
        342px 140px #fff,
        1355px 1401px #fff,
        1169px 1365px #fff,
        305px 1984px #fff,
        740px 1328px #fff,
        67px 1803px #fff,
        232px 1449px #fff,
        1356px 1812px #fff,
        1897px 1843px #fff,
        1561px 472px #fff,
        447px 665px #fff,
        1570px 785px #fff,
        902px 1071px #fff,
        276px 930px #fff,
        1157px 579px #fff,
        165px 723px #fff,
        1848px 769px #fff,
        1874px 698px #fff,
        438px 1243px #fff,
        1747px 709px #fff,
        1196px 878px #fff,
        794px 205px #fff,
        1504px 1813px #fff,
        1806px 1975px #fff,
        487px 1731px #fff,
        1308px 229px #fff,
        795px 1915px #fff,
        1013px 1318px #fff,
        1982px 440px #fff,
        1493px 1684px #fff,
        1314px 1466px #fff,
        12px 1622px #fff,
        19px 1329px #fff,
        913px 842px #fff,
        1282px 1432px #fff,
        194px 1210px #fff,
        574px 1764px #fff,
        204px 1408px #fff,
        1956px 1257px #fff,
        443px 386px #fff,
        1542px 1603px #fff,
        589px 1270px #fff,
        72px 104px #fff,
        957px 1973px #fff,
        1677px 1097px #fff,
        1219px 877px #fff,
        1292px 760px #fff,
        572px 1828px #fff,
        648px 1107px #fff,
        538px 1194px #fff,
        605px 1315px #fff,
        1276px 940px #fff,
        731px 1237px #fff,
        919px 576px #fff,
        972px 336px #fff,
        1347px 292px #fff,
        1592px 666px #fff,
        1629px 1734px #fff,
        757px 1312px #fff,
        1298px 192px #fff,
        768px 1533px #fff,
        132px 1665px #fff,
        1111px 1553px #fff,
        1040px 1979px #fff,
        133px 4px #fff,
        717px 806px #fff,
        496px 1860px #fff,
        1492px 1971px #fff,
        1972px 1330px #fff,
        277px 994px #fff,
        1572px 1671px #fff,
        1271px 834px #fff,
        263px 490px #fff,
        364px 35px #fff,
        236px 1944px #fff,
        409px 94px #fff,
        130px 929px #fff,
        417px 1886px #fff,
        1651px 878px #fff,
        245px 804px #fff,
        990px 317px #fff,
        395px 44px #fff,
        1696px 940px #fff,
        911px 1838px #fff,
        1009px 1016px #fff,
        844px 1834px #fff,
        1085px 957px #fff,
        84px 1093px #fff,
        389px 195px #fff,
        575px 547px #fff,
        1220px 729px #fff,
        1746px 1720px #fff,
        90px 1782px #fff,
        1903px 300px #fff,
        916px 992px #fff,
        1483px 50px #fff,
        1879px 786px #fff,
        681px 1582px #fff,
        1401px 1087px #fff,
        1400px 159px #fff,
        940px 1919px #fff,
        1235px 1986px #fff,
        1197px 880px #fff,
        445px 1121px #fff,
        1610px 1876px #fff,
        221px 1061px #fff,
        608px 1026px #fff,
        1202px 750px #fff,
        528px 115px #fff,
        834px 1683px #fff,
        801px 813px #fff,
        1155px 1628px #fff,
        670px 1462px #fff,
        1173px 1885px #fff,
        1874px 354px #fff,
        740px 866px #fff,
        519px 276px #fff,
        1570px 1154px #fff,
        888px 1121px #fff,
        1397px 423px #fff,
        1751px 463px #fff,
        1470px 729px #fff,
        1708px 749px #fff,
        413px 818px #fff,
        644px 1492px #fff,
        1523px 1870px #fff,
        1536px 1007px #fff,
        436px 1578px #fff,
        923px 674px #fff,
        861px 68px #fff,
        553px 1969px #fff,
        1488px 473px #fff,
        1648px 1384px #fff,
        1831px 26px #fff,
        28px 1500px #fff,
        1512px 303px #fff,
        1466px 1413px #fff,
        1740px 1024px #fff,
        495px 20px #fff,
        246px 621px #fff,
        462px 1393px #fff,
        1851px 1863px #fff,
        1395px 244px #fff,
        823px 1118px #fff,
        1497px 296px #fff,
        1382px 185px #fff,
        977px 1592px #fff,
        505px 1887px #fff,
        1877px 74px #fff,
        1580px 1699px #fff,
        448px 977px #fff,
        1677px 1534px #fff,
        24px 1562px #fff,
        590px 282px #fff,
        113px 1544px #fff,
        1590px 1513px #fff,
        777px 1494px #fff,
        834px 1638px #fff,
        1780px 1887px #fff,
        1866px 1966px #fff,
        1433px 329px #fff,
        1005px 1319px #fff,
        893px 1559px #fff,
        1202px 346px #fff,
        750px 1572px #fff,
        481px 574px #fff,
        1771px 1474px #fff,
        1386px 1584px #fff,
        1448px 67px #fff,
        1801px 1698px #fff,
        275px 1646px #fff,
        275px 101px #fff,
        523px 1216px #fff,
        175px 120px #fff,
        1805px 1035px #fff,
        872px 1724px #fff,
        1226px 382px #fff,
        1437px 288px #fff,
        1828px 956px #fff,
        1099px 144px #fff,
        1148px 108px #fff,
        243px 859px #fff,
        1441px 1325px #fff,
        543px 441px #fff,
        276px 803px #fff,
        1934px 1495px #fff,
        1315px 477px #fff,
        1498px 1978px #fff,
        398px 806px #fff,
        979px 618px #fff,
        1251px 1161px #fff,
        454px 968px #fff,
        205px 118px #fff,
        1785px 988px #fff,
        46px 238px #fff,
        540px 387px #fff,
        1122px 676px #fff,
        678px 346px #fff,
        57px 1465px #fff,
        107px 732px #fff,
        1109px 657px #fff,
        1592px 1375px #fff,
        479px 273px #fff,
        1596px 1584px #fff,
        458px 1598px #fff,
        791px 1883px #fff,
        636px 67px #fff,
        1651px 841px #fff,
        1401px 1367px #fff,
        1840px 718px #fff,
        272px 669px #fff,
        980px 1305px #fff,
        1216px 158px #fff,
        807px 335px #fff,
        1489px 1836px #fff,
        240px 999px #fff,
        1109px 1859px #fff,
        1157px 1221px #fff,
        1958px 1755px #fff,
        451px 1102px #fff,
        1152px 1169px #fff,
        1071px 609px #fff,
        1260px 1983px #fff,
        576px 1482px #fff,
        1878px 1454px #fff,
        1267px 1960px #fff,
        65px 768px #fff,
        841px 320px #fff,
        1144px 1634px #fff,
        1009px 1115px #fff,
        1234px 1559px #fff,
        663px 1952px #fff,
        1471px 63px #fff,
        1774px 217px #fff,
        633px 1930px #fff,
        1889px 1797px #fff,
        274px 1547px #fff,
        935px 403px #fff,
        1863px 1677px #fff,
        1503px 793px #fff,
        1614px 193px #fff,
        1300px 550px #fff,
        759px 1618px #fff,
        933px 580px #fff,
        321px 1496px #fff,
        1588px 1786px #fff,
        863px 320px #fff,
        1509px 1547px #fff,
        217px 488px #fff,
        1743px 379px #fff,
        972px 1722px #fff,
        1868px 1152px #fff,
        856px 151px #fff,
        1386px 1117px #fff,
        888px 711px #fff,
        1921px 1015px #fff,
        1937px 613px #fff,
        1943px 752px #fff,
        1672px 708px #fff,
        1849px 1934px #fff,
        1732px 559px #fff,
        1601px 1581px #fff,
        1061px 381px #fff,
        1129px 221px #fff,
        1495px 1323px #fff,
        1883px 1020px #fff,
        47px 1466px #fff,
        1260px 1071px #fff,
        684px 1392px #fff,
        1361px 138px #fff,
        68px 1256px #fff,
        928px 604px #fff,
        74px 1300px #fff,
        525px 1124px #fff,
        1564px 1656px #fff,
        78px 1713px #fff,
        101px 1909px #fff,
        868px 1677px #fff,
        1144px 1738px #fff,
        257px 538px #fff,
        701px 1836px #fff,
        927px 651px #fff,
        1519px 409px #fff,
        1217px 877px #fff,
        526px 249px #fff,
        1651px 887px #fff,
        683px 541px #fff,
        835px 1819px #fff,
        1408px 97px #fff,
        1038px 713px #fff,
        624px 268px #fff,
        1038px 261px #fff,
        1056px 1973px #fff,
        1365px 997px #fff,
        1046px 1974px #fff,
        1011px 1044px #fff,
        447px 1719px #fff,
        586px 959px #fff,
        1246px 1899px #fff,
        1894px 1741px #fff,
        458px 152px #fff,
        511px 1515px #fff,
        710px 399px #fff,
        758px 1106px #fff,
        1403px 171px #fff,
        497px 293px #fff,
        3px 979px #fff,
        1842px 1779px #fff,
        693px 1934px #fff,
        89px 189px #fff,
        1514px 1452px #fff,
        1618px 539px #fff,
        1602px 1544px #fff,
        397px 920px #fff,
        302px 1364px #fff,
        1485px 1160px #fff,
        577px 385px #fff,
        1237px 1538px #fff,
        1325px 424px #fff,
        1016px 1156px #fff,
        1786px 1321px #fff,
        1404px 623px #fff,
        1334px 1579px #fff,
        1933px 691px #fff,
        1075px 767px #fff,
        1280px 1712px #fff,
        408px 913px #fff,
        817px 453px #fff,
        1351px 161px #fff,
        1466px 245px #fff,
        444px 1280px #fff,
        241px 1118px #fff,
        1293px 1055px #fff,
        1462px 1446px #fff,
        528px 554px #fff,
        1977px 664px #fff,
        684px 108px #fff,
        172px 1407px #fff,
        27px 677px #fff,
        1825px 1540px #fff;
    animation: animStar 50s linear infinite;
}
.blocksync-stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 0.5px;
    height: 0.5px;
    background: transparent;
    box-shadow:
        256px 289px #fff,
        961px 1252px #fff,
        1943px 234px #fff,
        1312px 936px #fff,
        975px 879px #fff,
        112px 1638px #fff,
        972px 144px #fff,
        1651px 1827px #fff,
        1092px 891px #fff,
        1228px 1553px #fff,
        593px 239px #fff,
        610px 425px #fff,
        1506px 267px #fff,
        1309px 560px #fff,
        416px 1003px #fff,
        181px 1775px #fff,
        1812px 438px #fff,
        275px 1902px #fff,
        1826px 1529px #fff,
        1701px 1684px #fff,
        1225px 544px #fff,
        1387px 205px #fff,
        216px 150px #fff,
        1763px 429px #fff,
        1519px 486px #fff,
        1386px 1632px #fff,
        1682px 734px #fff,
        1662px 1872px #fff,
        509px 1552px #fff,
        53px 603px #fff,
        1009px 978px #fff,
        1673px 680px #fff,
        1326px 1066px #fff,
        488px 1462px #fff,
        284px 752px #fff,
        569px 1450px #fff,
        1672px 473px #fff,
        1143px 1531px #fff,
        999px 1516px #fff,
        57px 80px #fff,
        209px 960px #fff,
        114px 1681px #fff,
        1610px 392px #fff,
        322px 1372px #fff,
        1393px 1680px #fff,
        170px 1703px #fff,
        1030px 1397px #fff,
        875px 1454px #fff,
        1877px 608px #fff,
        110px 699px #fff,
        676px 550px #fff,
        482px 146px #fff,
        54px 672px #fff,
        710px 239px #fff,
        277px 1946px #fff,
        168px 114px #fff,
        1554px 1035px #fff,
        900px 904px #fff,
        708px 688px #fff,
        1935px 340px #fff,
        477px 339px #fff,
        285px 1552px #fff,
        1454px 1568px #fff,
        680px 160px #fff,
        1294px 475px #fff,
        1679px 1785px #fff,
        1465px 858px #fff,
        242px 1230px #fff,
        1914px 1479px #fff,
        609px 1925px #fff,
        94px 1625px #fff,
        1054px 1372px #fff,
        1399px 1908px #fff,
        1785px 249px #fff,
        355px 441px #fff,
        962px 321px #fff,
        1197px 438px #fff,
        915px 1438px #fff,
        423px 1785px #fff,
        1685px 151px #fff,
        233px 944px #fff,
        1010px 1576px #fff,
        436px 1957px #fff,
        174px 1110px #fff,
        1485px 1294px #fff,
        359px 299px #fff,
        1620px 873px #fff,
        1953px 937px #fff,
        1516px 1154px #fff,
        603px 339px #fff,
        1931px 1305px #fff,
        1430px 461px #fff,
        1275px 637px #fff,
        566px 1418px #fff,
        19px 77px #fff,
        1509px 1791px #fff,
        1249px 33px #fff,
        1124px 106px #fff,
        1113px 1447px #fff,
        566px 714px #fff,
        475px 1453px #fff,
        62px 1656px #fff,
        692px 820px #fff,
        1380px 1216px #fff,
        875px 313px #fff,
        402px 1538px #fff,
        1580px 148px #fff,
        1607px 1303px #fff,
        1292px 1885px #fff,
        1689px 1281px #fff,
        1628px 413px #fff,
        1501px 1517px #fff,
        526px 204px #fff,
        1596px 1280px #fff,
        1655px 1168px #fff,
        716px 1758px #fff,
        745px 1092px #fff,
        1282px 228px #fff,
        1146px 738px #fff,
        273px 1552px #fff,
        1905px 432px #fff,
        404px 1097px #fff,
        1228px 1333px #fff,
        236px 749px #fff,
        958px 1207px #fff,
        805px 920px #fff,
        980px 114px #fff,
        1884px 1325px #fff,
        253px 704px #fff,
        950px 1986px #fff,
        473px 930px #fff,
        1148px 1049px #fff,
        218px 1597px #fff,
        645px 1295px #fff,
        1225px 15px #fff,
        402px 447px #fff,
        592px 1183px #fff,
        169px 1636px #fff,
        131px 29px #fff,
        1164px 205px #fff,
        947px 1656px #fff,
        561px 857px #fff,
        39px 1180px #fff,
        1869px 706px #fff,
        1994px 1965px #fff,
        1321px 1212px #fff,
        1631px 672px #fff,
        732px 433px #fff,
        1934px 594px #fff,
        484px 1997px #fff,
        1750px 1567px #fff,
        937px 279px #fff,
        23px 587px #fff,
        1898px 1187px #fff,
        625px 1042px #fff,
        35px 796px #fff,
        38px 1689px #fff,
        1393px 1868px #fff,
        814px 380px #fff,
        662px 1279px #fff,
        1534px 915px #fff,
        468px 434px #fff,
        1663px 897px #fff,
        1033px 1669px #fff,
        67px 1506px #fff,
        1448px 1794px #fff,
        99px 860px #fff,
        786px 260px #fff,
        1714px 599px #fff,
        19px 126px #fff,
        1455px 1358px #fff,
        1438px 712px #fff,
        784px 779px #fff,
        1992px 926px #fff,
        443px 784px #fff,
        474px 1168px #fff,
        420px 920px #fff,
        76px 1157px #fff,
        364px 1952px #fff,
        1855px 225px #fff,
        1478px 1377px #fff,
        1525px 898px #fff,
        719px 1399px #fff,
        205px 20px #fff,
        1374px 1538px #fff,
        900px 1760px #fff,
        1094px 1252px #fff,
        1876px 776px #fff,
        1535px 1278px #fff,
        1357px 228px #fff,
        1240px 1220px #fff,
        1418px 1487px #fff,
        1385px 1004px #fff,
        293px 155px #fff,
        228px 1038px #fff,
        1642px 1523px #fff,
        1996px 1489px #fff,
        1461px 1477px #fff,
        47px 1231px #fff,
        953px 670px #fff,
        341px 786px #fff,
        509px 1346px #fff,
        53px 1740px #fff,
        1864px 1240px #fff,
        14px 1352px #fff,
        1869px 276px #fff,
        1185px 1955px #fff,
        1235px 1086px #fff,
        1584px 924px #fff,
        1282px 1173px #fff,
        838px 1079px #fff,
        917px 1010px #fff,
        1257px 697px #fff,
        225px 1505px #fff,
        980px 208px #fff,
        1700px 1438px #fff,
        251px 551px #fff,
        891px 1497px #fff,
        99px 858px #fff,
        80px 1047px #fff,
        544px 1862px #fff,
        333px 1724px #fff,
        1688px 1980px #fff,
        1156px 435px #fff,
        1655px 1762px #fff,
        1069px 426px #fff,
        1798px 578px #fff,
        667px 302px #fff,
        867px 60px #fff,
        1370px 1992px #fff,
        815px 800px #fff,
        887px 1643px #fff,
        1152px 451px #fff,
        1238px 396px #fff,
        1815px 461px #fff,
        1140px 661px #fff,
        1728px 370px #fff,
        1007px 859px #fff,
        519px 877px #fff,
        898px 1482px #fff,
        107px 954px #fff,
        1523px 433px #fff,
        1010px 1707px #fff,
        1805px 68px #fff,
        621px 145px #fff,
        451px 105px #fff,
        343px 705px #fff,
        1103px 351px #fff,
        1107px 1411px #fff,
        1002px 677px #fff,
        1535px 1934px #fff,
        928px 1651px #fff,
        1450px 671px #fff,
        1584px 432px #fff,
        911px 894px #fff,
        1462px 406px #fff,
        1323px 598px #fff,
        475px 1848px #fff,
        539px 153px #fff,
        980px 320px #fff,
        1024px 778px #fff,
        1084px 1497px #fff,
        142px 1446px #fff,
        720px 601px #fff,
        1574px 1197px #fff,
        107px 375px #fff,
        808px 1699px #fff,
        655px 751px #fff,
        99px 850px #fff,
        476px 1485px #fff,
        1308px 851px #fff,
        1139px 914px #fff,
        887px 1422px #fff,
        581px 820px #fff,
        313px 48px #fff,
        1433px 1621px #fff,
        1608px 1352px #fff,
        1449px 411px #fff,
        1877px 489px #fff,
        795px 1074px #fff,
        1307px 720px #fff,
        597px 731px #fff,
        1775px 508px #fff,
        836px 831px #fff,
        610px 1080px #fff,
        885px 1024px #fff,
        32px 727px #fff,
        1433px 1180px #fff,
        477px 205px #fff,
        989px 1216px #fff,
        1681px 5px #fff,
        820px 996px #fff,
        1451px 1875px #fff,
        203px 1578px #fff,
        1208px 1583px #fff,
        968px 1356px #fff,
        1546px 452px #fff,
        955px 119px #fff,
        96px 1814px #fff,
        207px 1197px #fff,
        1281px 403px #fff,
        1108px 1839px #fff,
        1279px 1320px #fff,
        1849px 294px #fff,
        1043px 259px #fff,
        1566px 439px #fff,
        1919px 719px #fff,
        52px 333px #fff,
        480px 1083px #fff,
        179px 1372px #fff,
        1826px 845px #fff,
        626px 438px #fff,
        527px 1214px #fff,
        1278px 1792px #fff,
        147px 1792px #fff,
        474px 712px #fff,
        175px 1264px #fff,
        351px 1585px #fff,
        96px 325px #fff,
        1126px 1906px #fff,
        1602px 1672px #fff,
        1292px 486px #fff,
        430px 1868px #fff,
        222px 1024px #fff,
        793px 440px #fff,
        820px 1016px #fff,
        83px 1535px #fff,
        1360px 821px #fff,
        98px 1167px #fff,
        1233px 1670px #fff,
        1540px 1064px #fff,
        274px 294px #fff,
        996px 1448px #fff,
        1190px 1145px #fff,
        583px 1833px #fff,
        1972px 1241px #fff,
        573px 743px #fff,
        367px 1318px #fff,
        742px 1150px #fff,
        1484px 1493px #fff,
        1678px 971px #fff,
        127px 596px #fff,
        1085px 1003px #fff,
        1055px 911px #fff,
        1992px 1876px #fff,
        1779px 1494px #fff,
        135px 1192px #fff,
        1229px 1355px #fff,
        1727px 396px #fff,
        284px 542px #fff,
        1994px 1950px #fff,
        1354px 713px #fff,
        929px 302px #fff,
        28px 1466px #fff,
        341px 760px #fff,
        314px 347px #fff,
        670px 1793px #fff,
        540px 484px #fff,
        1780px 1684px #fff,
        1426px 988px #fff,
        342px 140px #fff,
        1355px 1401px #fff,
        1169px 1365px #fff,
        305px 1984px #fff,
        740px 1328px #fff,
        67px 1803px #fff,
        232px 1449px #fff,
        1356px 1812px #fff,
        1897px 1843px #fff,
        1561px 472px #fff,
        447px 665px #fff,
        1570px 785px #fff,
        902px 1071px #fff,
        276px 930px #fff,
        1157px 579px #fff,
        165px 723px #fff,
        1848px 769px #fff,
        1874px 698px #fff,
        438px 1243px #fff,
        1747px 709px #fff,
        1196px 878px #fff,
        794px 205px #fff,
        1504px 1813px #fff,
        1806px 1975px #fff,
        487px 1731px #fff,
        1308px 229px #fff,
        795px 1915px #fff,
        1013px 1318px #fff,
        1982px 440px #fff,
        1493px 1684px #fff,
        1314px 1466px #fff,
        12px 1622px #fff,
        19px 1329px #fff,
        913px 842px #fff,
        1282px 1432px #fff,
        194px 1210px #fff,
        574px 1764px #fff,
        204px 1408px #fff,
        1956px 1257px #fff,
        443px 386px #fff,
        1542px 1603px #fff,
        589px 1270px #fff,
        72px 104px #fff,
        957px 1973px #fff,
        1677px 1097px #fff,
        1219px 877px #fff,
        1292px 760px #fff,
        572px 1828px #fff,
        648px 1107px #fff,
        538px 1194px #fff,
        605px 1315px #fff,
        1276px 940px #fff,
        731px 1237px #fff,
        919px 576px #fff,
        972px 336px #fff,
        1347px 292px #fff,
        1592px 666px #fff,
        1629px 1734px #fff,
        757px 1312px #fff,
        1298px 192px #fff,
        768px 1533px #fff,
        132px 1665px #fff,
        1111px 1553px #fff,
        1040px 1979px #fff,
        133px 4px #fff,
        717px 806px #fff,
        496px 1860px #fff,
        1492px 1971px #fff,
        1972px 1330px #fff,
        277px 994px #fff,
        1572px 1671px #fff,
        1271px 834px #fff,
        263px 490px #fff,
        364px 35px #fff,
        236px 1944px #fff,
        409px 94px #fff,
        130px 929px #fff,
        417px 1886px #fff,
        1651px 878px #fff,
        245px 804px #fff,
        990px 317px #fff,
        395px 44px #fff,
        1696px 940px #fff,
        911px 1838px #fff,
        1009px 1016px #fff,
        844px 1834px #fff,
        1085px 957px #fff,
        84px 1093px #fff,
        389px 195px #fff,
        575px 547px #fff,
        1220px 729px #fff,
        1746px 1720px #fff,
        90px 1782px #fff,
        1903px 300px #fff,
        916px 992px #fff,
        1483px 50px #fff,
        1879px 786px #fff,
        681px 1582px #fff,
        1401px 1087px #fff,
        1400px 159px #fff,
        940px 1919px #fff,
        1235px 1986px #fff,
        1197px 880px #fff,
        445px 1121px #fff,
        1610px 1876px #fff,
        221px 1061px #fff,
        608px 1026px #fff,
        1202px 750px #fff,
        528px 115px #fff,
        834px 1683px #fff,
        801px 813px #fff,
        1155px 1628px #fff,
        670px 1462px #fff,
        1173px 1885px #fff,
        1874px 354px #fff,
        740px 866px #fff,
        519px 276px #fff,
        1570px 1154px #fff,
        888px 1121px #fff,
        1397px 423px #fff,
        1751px 463px #fff,
        1470px 729px #fff,
        1708px 749px #fff,
        413px 818px #fff,
        644px 1492px #fff,
        1523px 1870px #fff,
        1536px 1007px #fff,
        436px 1578px #fff,
        923px 674px #fff,
        861px 68px #fff,
        553px 1969px #fff,
        1488px 473px #fff,
        1648px 1384px #fff,
        1831px 26px #fff,
        28px 1500px #fff,
        1512px 303px #fff,
        1466px 1413px #fff,
        1740px 1024px #fff,
        495px 20px #fff,
        246px 621px #fff,
        462px 1393px #fff,
        1851px 1863px #fff,
        1395px 244px #fff,
        823px 1118px #fff,
        1497px 296px #fff,
        1382px 185px #fff,
        977px 1592px #fff,
        505px 1887px #fff,
        1877px 74px #fff,
        1580px 1699px #fff,
        448px 977px #fff,
        1677px 1534px #fff,
        24px 1562px #fff,
        590px 282px #fff,
        113px 1544px #fff,
        1590px 1513px #fff,
        777px 1494px #fff,
        834px 1638px #fff,
        1780px 1887px #fff,
        1866px 1966px #fff,
        1433px 329px #fff,
        1005px 1319px #fff,
        893px 1559px #fff,
        1202px 346px #fff,
        750px 1572px #fff,
        481px 574px #fff,
        1771px 1474px #fff,
        1386px 1584px #fff,
        1448px 67px #fff,
        1801px 1698px #fff,
        275px 1646px #fff,
        275px 101px #fff,
        523px 1216px #fff,
        175px 120px #fff,
        1805px 1035px #fff,
        872px 1724px #fff,
        1226px 382px #fff,
        1437px 288px #fff,
        1828px 956px #fff,
        1099px 144px #fff,
        1148px 108px #fff,
        243px 859px #fff,
        1441px 1325px #fff,
        543px 441px #fff,
        276px 803px #fff,
        1934px 1495px #fff,
        1315px 477px #fff,
        1498px 1978px #fff,
        398px 806px #fff,
        979px 618px #fff,
        1251px 1161px #fff,
        454px 968px #fff,
        205px 118px #fff,
        1785px 988px #fff,
        46px 238px #fff,
        540px 387px #fff,
        1122px 676px #fff,
        678px 346px #fff,
        57px 1465px #fff,
        107px 732px #fff,
        1109px 657px #fff,
        1592px 1375px #fff,
        479px 273px #fff,
        1596px 1584px #fff,
        458px 1598px #fff,
        791px 1883px #fff,
        636px 67px #fff,
        1651px 841px #fff,
        1401px 1367px #fff,
        1840px 718px #fff,
        272px 669px #fff,
        980px 1305px #fff,
        1216px 158px #fff,
        807px 335px #fff,
        1489px 1836px #fff,
        240px 999px #fff,
        1109px 1859px #fff,
        1157px 1221px #fff,
        1958px 1755px #fff,
        451px 1102px #fff,
        1152px 1169px #fff,
        1071px 609px #fff,
        1260px 1983px #fff,
        576px 1482px #fff,
        1878px 1454px #fff,
        1267px 1960px #fff,
        65px 768px #fff,
        841px 320px #fff,
        1144px 1634px #fff,
        1009px 1115px #fff,
        1234px 1559px #fff,
        663px 1952px #fff,
        1471px 63px #fff,
        1774px 217px #fff,
        633px 1930px #fff,
        1889px 1797px #fff,
        274px 1547px #fff,
        935px 403px #fff,
        1863px 1677px #fff,
        1503px 793px #fff,
        1614px 193px #fff,
        1300px 550px #fff,
        759px 1618px #fff,
        933px 580px #fff,
        321px 1496px #fff,
        1588px 1786px #fff,
        863px 320px #fff,
        1509px 1547px #fff,
        217px 488px #fff,
        1743px 379px #fff,
        972px 1722px #fff,
        1868px 1152px #fff,
        856px 151px #fff,
        1386px 1117px #fff,
        888px 711px #fff,
        1921px 1015px #fff,
        1937px 613px #fff,
        1943px 752px #fff,
        1672px 708px #fff,
        1849px 1934px #fff,
        1732px 559px #fff,
        1601px 1581px #fff,
        1061px 381px #fff,
        1129px 221px #fff,
        1495px 1323px #fff,
        1883px 1020px #fff,
        47px 1466px #fff,
        1260px 1071px #fff,
        684px 1392px #fff,
        1361px 138px #fff,
        68px 1256px #fff,
        928px 604px #fff,
        74px 1300px #fff,
        525px 1124px #fff,
        1564px 1656px #fff,
        78px 1713px #fff,
        101px 1909px #fff,
        868px 1677px #fff,
        1144px 1738px #fff,
        257px 538px #fff,
        701px 1836px #fff,
        927px 651px #fff,
        1519px 409px #fff,
        1217px 877px #fff,
        526px 249px #fff,
        1651px 887px #fff,
        683px 541px #fff,
        835px 1819px #fff,
        1408px 97px #fff,
        1038px 713px #fff,
        624px 268px #fff,
        1038px 261px #fff,
        1056px 1973px #fff,
        1365px 997px #fff,
        1046px 1974px #fff,
        1011px 1044px #fff,
        447px 1719px #fff,
        586px 959px #fff,
        1246px 1899px #fff,
        1894px 1741px #fff,
        458px 152px #fff,
        511px 1515px #fff,
        710px 399px #fff,
        758px 1106px #fff,
        1403px 171px #fff,
        497px 293px #fff,
        3px 979px #fff,
        1842px 1779px #fff,
        693px 1934px #fff,
        89px 189px #fff,
        1514px 1452px #fff,
        1618px 539px #fff,
        1602px 1544px #fff,
        397px 920px #fff,
        302px 1364px #fff,
        1485px 1160px #fff,
        577px 385px #fff,
        1237px 1538px #fff,
        1325px 424px #fff,
        1016px 1156px #fff,
        1786px 1321px #fff,
        1404px 623px #fff,
        1334px 1579px #fff,
        1933px 691px #fff,
        1075px 767px #fff,
        1280px 1712px #fff,
        408px 913px #fff,
        817px 453px #fff,
        1351px 161px #fff,
        1466px 245px #fff,
        444px 1280px #fff,
        241px 1118px #fff,
        1293px 1055px #fff,
        1462px 1446px #fff,
        528px 554px #fff,
        1977px 664px #fff,
        684px 108px #fff,
        172px 1407px #fff,
        27px 677px #fff,
        1825px 1540px #fff;
}

.blocksync-stars2 {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow:
        453px 277px #fff,
        1571px 1524px #fff,
        1378px 1287px #fff,
        1284px 634px #fff,
        1809px 1996px #fff,
        1339px 1533px #fff,
        342px 801px #fff,
        1339px 1397px #fff,
        1195px 46px #fff,
        1482px 1488px #fff,
        1412px 688px #fff,
        1889px 1531px #fff,
        427px 1036px #fff,
        523px 1016px #fff,
        774px 381px #fff,
        1387px 661px #fff,
        1727px 1732px #fff,
        1008px 265px #fff,
        1289px 1653px #fff,
        844px 11px #fff,
        1014px 758px #fff,
        1245px 1614px #fff,
        999px 1371px #fff,
        1806px 153px #fff,
        1787px 1130px #fff,
        988px 405px #fff,
        1154px 500px #fff,
        1097px 1487px #fff,
        1652px 474px #fff,
        1673px 192px #fff,
        456px 251px #fff,
        881px 578px #fff,
        1319px 192px #fff,
        1818px 1287px #fff,
        1342px 954px #fff,
        1327px 1748px #fff,
        495px 1888px #fff,
        1427px 1438px #fff,
        203px 1085px #fff,
        927px 1988px #fff,
        40px 1346px #fff,
        1359px 1514px #fff,
        614px 582px #fff,
        550px 684px #fff,
        780px 884px #fff,
        601px 877px #fff,
        1788px 1841px #fff,
        634px 923px #fff,
        446px 867px #fff,
        1069px 822px #fff,
        1052px 281px #fff,
        401px 181px #fff,
        1696px 1832px #fff,
        1098px 1873px #fff,
        1453px 831px #fff,
        694px 496px #fff,
        219px 15px #fff,
        423px 1022px #fff,
        1983px 1791px #fff,
        1214px 1939px #fff,
        465px 1907px #fff,
        1586px 1979px #fff,
        1445px 85px #fff,
        677px 1823px #fff,
        1167px 1762px #fff,
        124px 259px #fff,
        1618px 1127px #fff,
        1735px 700px #fff,
        700px 351px #fff,
        1994px 1492px #fff,
        546px 807px #fff,
        918px 1358px #fff,
        1449px 1618px #fff,
        1317px 964px #fff,
        1867px 601px #fff,
        202px 165px #fff,
        478px 643px #fff,
        307px 1416px #fff,
        355px 1536px #fff,
        1093px 303px #fff,
        1698px 1671px #fff,
        536px 985px #fff,
        658px 1293px #fff,
        714px 1370px #fff,
        1046px 715px #fff,
        1170px 1593px #fff,
        622px 1767px #fff,
        1531px 1824px #fff,
        1564px 1297px #fff,
        1378px 1487px #fff,
        96px 202px #fff,
        327px 655px #fff,
        1886px 1867px #fff,
        1519px 1591px #fff,
        1130px 1307px #fff,
        1480px 1745px #fff,
        868px 316px #fff,
        688px 1116px #fff,
        1747px 1665px #fff,
        1857px 1092px #fff,
        1029px 1422px #fff,
        1288px 1791px #fff,
        1216px 147px #fff,
        491px 374px #fff,
        84px 1060px #fff,
        903px 1925px #fff,
        1107px 664px #fff,
        156px 1695px #fff,
        29px 716px #fff,
        1996px 255px #fff,
        1027px 1987px #fff,
        1984px 1704px #fff,
        1981px 1702px #fff,
        11px 1182px #fff,
        509px 1011px #fff,
        1597px 1342px #fff,
        1921px 1061px #fff,
        1797px 290px #fff,
        1199px 56px #fff,
        1648px 1341px #fff,
        1633px 1262px #fff,
        1635px 273px #fff,
        1668px 871px #fff,
        1555px 1992px #fff,
        969px 908px #fff,
        1155px 623px #fff,
        1030px 1939px #fff,
        1499px 1545px #fff,
        125px 897px #fff,
        973px 1657px #fff,
        249px 1001px #fff,
        1843px 1013px #fff,
        153px 1980px #fff,
        455px 961px #fff,
        1239px 1713px #fff,
        1596px 1729px #fff,
        893px 1304px #fff,
        883px 1558px #fff,
        1340px 152px #fff,
        906px 1669px #fff,
        879px 78px #fff,
        1332px 1610px #fff,
        134px 105px #fff,
        1723px 225px #fff,
        183px 160px #fff,
        1533px 564px #fff,
        1174px 159px #fff,
        26px 684px #fff,
        1470px 1174px #fff,
        188px 1881px #fff,
        94px 1778px #fff,
        365px 1057px #fff,
        1290px 625px #fff,
        1547px 483px #fff,
        888px 849px #fff,
        183px 356px #fff,
        321px 1406px #fff,
        908px 546px #fff,
        1943px 425px #fff,
        1722px 649px #fff,
        919px 686px #fff,
        156px 1651px #fff,
        1808px 18px #fff,
        1905px 1070px #fff,
        390px 728px #fff,
        194px 1300px #fff,
        1902px 1987px #fff,
        41px 120px #fff,
        379px 1081px #fff,
        738px 950px #fff,
        964px 706px #fff,
        1515px 1418px #fff,
        1623px 1361px #fff,
        1152px 1161px #fff,
        1014px 831px #fff,
        1479px 1658px #fff,
        208px 1988px #fff,
        1058px 1251px #fff,
        688px 2000px #fff,
        518px 1998px #fff,
        1125px 1059px #fff,
        1555px 456px #fff,
        658px 922px #fff,
        1590px 610px #fff,
        516px 75px #fff,
        18px 1680px #fff,
        176px 513px #fff,
        985px 422px #fff,
        1725px 1400px #fff,
        1766px 1112px #fff,
        1051px 71px #fff,
        1390px 1223px #fff,
        1484px 984px #fff,
        938px 67px #fff,
        1650px 1879px #fff,
        1331px 1901px #fff,
        1742px 1521px #fff,
        978px 664px #fff,
        1037px 1232px #fff,
        1542px 1574px #fff;
    animation: animStar 100s linear infinite;
}
.blocksync-stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow:
        453px 277px #fff,
        1571px 1524px #fff,
        1378px 1287px #fff,
        1284px 634px #fff,
        1809px 1996px #fff,
        1339px 1533px #fff,
        342px 801px #fff,
        1339px 1397px #fff,
        1195px 46px #fff,
        1482px 1488px #fff,
        1412px 688px #fff,
        1889px 1531px #fff,
        427px 1036px #fff,
        523px 1016px #fff,
        774px 381px #fff,
        1387px 661px #fff,
        1727px 1732px #fff,
        1008px 265px #fff,
        1289px 1653px #fff,
        844px 11px #fff,
        1014px 758px #fff,
        1245px 1614px #fff,
        999px 1371px #fff,
        1806px 153px #fff,
        1787px 1130px #fff,
        988px 405px #fff,
        1154px 500px #fff,
        1097px 1487px #fff,
        1652px 474px #fff,
        1673px 192px #fff,
        456px 251px #fff,
        881px 578px #fff,
        1319px 192px #fff,
        1818px 1287px #fff,
        1342px 954px #fff,
        1327px 1748px #fff,
        495px 1888px #fff,
        1427px 1438px #fff,
        203px 1085px #fff,
        927px 1988px #fff,
        40px 1346px #fff,
        1359px 1514px #fff,
        614px 582px #fff,
        550px 684px #fff,
        780px 884px #fff,
        601px 877px #fff,
        1788px 1841px #fff,
        634px 923px #fff,
        446px 867px #fff,
        1069px 822px #fff,
        1052px 281px #fff,
        401px 181px #fff,
        1696px 1832px #fff,
        1098px 1873px #fff,
        1453px 831px #fff,
        694px 496px #fff,
        219px 15px #fff,
        423px 1022px #fff,
        1983px 1791px #fff,
        1214px 1939px #fff,
        465px 1907px #fff,
        1586px 1979px #fff,
        1445px 85px #fff,
        677px 1823px #fff,
        1167px 1762px #fff,
        124px 259px #fff,
        1618px 1127px #fff,
        1735px 700px #fff,
        700px 351px #fff,
        1994px 1492px #fff,
        546px 807px #fff,
        918px 1358px #fff,
        1449px 1618px #fff,
        1317px 964px #fff,
        1867px 601px #fff,
        202px 165px #fff,
        478px 643px #fff,
        307px 1416px #fff,
        355px 1536px #fff,
        1093px 303px #fff,
        1698px 1671px #fff,
        536px 985px #fff,
        658px 1293px #fff,
        714px 1370px #fff,
        1046px 715px #fff,
        1170px 1593px #fff,
        622px 1767px #fff,
        1531px 1824px #fff,
        1564px 1297px #fff,
        1378px 1487px #fff,
        96px 202px #fff,
        327px 655px #fff,
        1886px 1867px #fff,
        1519px 1591px #fff,
        1130px 1307px #fff,
        1480px 1745px #fff,
        868px 316px #fff,
        688px 1116px #fff,
        1747px 1665px #fff,
        1857px 1092px #fff,
        1029px 1422px #fff,
        1288px 1791px #fff,
        1216px 147px #fff,
        491px 374px #fff,
        84px 1060px #fff,
        903px 1925px #fff,
        1107px 664px #fff,
        156px 1695px #fff,
        29px 716px #fff,
        1996px 255px #fff,
        1027px 1987px #fff,
        1984px 1704px #fff,
        1981px 1702px #fff,
        11px 1182px #fff,
        509px 1011px #fff,
        1597px 1342px #fff,
        1921px 1061px #fff,
        1797px 290px #fff,
        1199px 56px #fff,
        1648px 1341px #fff,
        1633px 1262px #fff,
        1635px 273px #fff,
        1668px 871px #fff,
        1555px 1992px #fff,
        969px 908px #fff,
        1155px 623px #fff,
        1030px 1939px #fff,
        1499px 1545px #fff,
        125px 897px #fff,
        973px 1657px #fff,
        249px 1001px #fff,
        1843px 1013px #fff,
        153px 1980px #fff,
        455px 961px #fff,
        1239px 1713px #fff,
        1596px 1729px #fff,
        893px 1304px #fff,
        883px 1558px #fff,
        1340px 152px #fff,
        906px 1669px #fff,
        879px 78px #fff,
        1332px 1610px #fff,
        134px 105px #fff,
        1723px 225px #fff,
        183px 160px #fff,
        1533px 564px #fff,
        1174px 159px #fff,
        26px 684px #fff,
        1470px 1174px #fff,
        188px 1881px #fff,
        94px 1778px #fff,
        365px 1057px #fff,
        1290px 625px #fff,
        1547px 483px #fff,
        888px 849px #fff,
        183px 356px #fff,
        321px 1406px #fff,
        908px 546px #fff,
        1943px 425px #fff,
        1722px 649px #fff,
        919px 686px #fff,
        156px 1651px #fff,
        1808px 18px #fff,
        1905px 1070px #fff,
        390px 728px #fff,
        194px 1300px #fff,
        1902px 1987px #fff,
        41px 120px #fff,
        379px 1081px #fff,
        738px 950px #fff,
        964px 706px #fff,
        1515px 1418px #fff,
        1623px 1361px #fff,
        1152px 1161px #fff,
        1014px 831px #fff,
        1479px 1658px #fff,
        208px 1988px #fff,
        1058px 1251px #fff,
        688px 2000px #fff,
        518px 1998px #fff,
        1125px 1059px #fff,
        1555px 456px #fff,
        658px 922px #fff,
        1590px 610px #fff,
        516px 75px #fff,
        18px 1680px #fff,
        176px 513px #fff,
        985px 422px #fff,
        1725px 1400px #fff,
        1766px 1112px #fff,
        1051px 71px #fff,
        1390px 1223px #fff,
        1484px 984px #fff,
        938px 67px #fff,
        1650px 1879px #fff,
        1331px 1901px #fff,
        1742px 1521px #fff,
        978px 664px #fff,
        1037px 1232px #fff,
        1542px 1574px #fff;
}

.blocksync-stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow:
        1339px 595px #fff,
        561px 63px #fff,
        335px 1614px #fff,
        1769px 1484px #fff,
        171px 894px #fff,
        609px 593px #fff,
        1879px 1378px #fff,
        665px 1918px #fff,
        329px 938px #fff,
        618px 782px #fff,
        195px 453px #fff,
        59px 158px #fff,
        519px 1335px #fff,
        439px 78px #fff,
        134px 776px #fff,
        957px 1494px #fff,
        1079px 274px #fff,
        277px 1959px #fff,
        839px 1484px #fff,
        1209px 644px #fff,
        1134px 965px #fff,
        4px 503px #fff,
        1997px 123px #fff,
        1527px 188px #fff,
        506px 577px #fff,
        1278px 1176px #fff,
        428px 1132px #fff,
        1509px 1529px #fff,
        293px 1059px #fff,
        1899px 1589px #fff,
        92px 143px #fff,
        1377px 42px #fff,
        1741px 1448px #fff,
        1959px 1043px #fff,
        786px 355px #fff,
        516px 792px #fff,
        1593px 1407px #fff,
        680px 538px #fff,
        171px 412px #fff,
        458px 725px #fff,
        593px 1784px #fff,
        576px 1974px #fff,
        1004px 1549px #fff,
        1300px 1556px #fff,
        371px 392px #fff,
        1188px 36px #fff,
        1679px 1221px #fff,
        865px 979px #fff,
        1577px 196px #fff,
        905px 194px #fff,
        1276px 1941px #fff,
        1922px 21px #fff,
        794px 1104px #fff,
        605px 726px #fff,
        993px 891px #fff,
        1325px 149px #fff,
        1616px 1716px #fff,
        1485px 269px #fff,
        1580px 636px #fff,
        454px 1547px #fff,
        1325px 1134px #fff,
        340px 485px #fff,
        1816px 113px #fff,
        919px 128px #fff,
        1426px 998px #fff,
        1333px 1052px #fff,
        126px 917px #fff,
        278px 713px #fff,
        623px 1494px #fff,
        935px 298px #fff,
        121px 701px #fff,
        913px 570px #fff,
        1391px 1344px #fff,
        4px 79px #fff,
        1512px 1530px #fff,
        159px 691px #fff,
        1901px 571px #fff,
        750px 1300px #fff,
        143px 1657px #fff,
        796px 76px #fff,
        794px 480px #fff,
        438px 1037px #fff,
        1781px 850px #fff,
        1028px 30px #fff,
        1795px 562px #fff,
        508px 922px #fff,
        1866px 1589px #fff,
        218px 213px #fff,
        617px 516px #fff,
        810px 1247px #fff,
        305px 1705px #fff,
        575px 849px #fff,
        267px 1090px #fff,
        1224px 1734px #fff,
        164px 1232px #fff,
        33px 1321px #fff,
        1674px 794px #fff,
        1489px 177px #fff,
        760px 1910px #fff,
        244px 1383px #fff;
    animation: animStar 150s linear infinite;
    border-radius: 50%;
}
.blocksync-stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: transparent;
    box-shadow:
        1339px 595px #fff,
        561px 63px #fff,
        335px 1614px #fff,
        1769px 1484px #fff,
        171px 894px #fff,
        609px 593px #fff,
        1879px 1378px #fff,
        665px 1918px #fff,
        329px 938px #fff,
        618px 782px #fff,
        195px 453px #fff,
        59px 158px #fff,
        519px 1335px #fff,
        439px 78px #fff,
        134px 776px #fff,
        957px 1494px #fff,
        1079px 274px #fff,
        277px 1959px #fff,
        839px 1484px #fff,
        1209px 644px #fff,
        1134px 965px #fff,
        4px 503px #fff,
        1997px 123px #fff,
        1527px 188px #fff,
        506px 577px #fff,
        1278px 1176px #fff,
        428px 1132px #fff,
        1509px 1529px #fff,
        293px 1059px #fff,
        1899px 1589px #fff,
        92px 143px #fff,
        1377px 42px #fff,
        1741px 1448px #fff,
        1959px 1043px #fff,
        786px 355px #fff,
        516px 792px #fff,
        1593px 1407px #fff,
        680px 538px #fff,
        171px 412px #fff,
        458px 725px #fff,
        593px 1784px #fff,
        576px 1974px #fff,
        1004px 1549px #fff,
        1300px 1556px #fff,
        371px 392px #fff,
        1188px 36px #fff,
        1679px 1221px #fff,
        865px 979px #fff,
        1577px 196px #fff,
        905px 194px #fff,
        1276px 1941px #fff,
        1922px 21px #fff,
        794px 1104px #fff,
        605px 726px #fff,
        993px 891px #fff,
        1325px 149px #fff,
        1616px 1716px #fff,
        1485px 269px #fff,
        1580px 636px #fff,
        454px 1547px #fff,
        1325px 1134px #fff,
        340px 485px #fff,
        1816px 113px #fff,
        919px 128px #fff,
        1426px 998px #fff,
        1333px 1052px #fff,
        126px 917px #fff,
        278px 713px #fff,
        623px 1494px #fff,
        935px 298px #fff,
        121px 701px #fff,
        913px 570px #fff,
        1391px 1344px #fff,
        4px 79px #fff,
        1512px 1530px #fff,
        159px 691px #fff,
        1901px 571px #fff,
        750px 1300px #fff,
        143px 1657px #fff,
        796px 76px #fff,
        794px 480px #fff,
        438px 1037px #fff,
        1781px 850px #fff,
        1028px 30px #fff,
        1795px 562px #fff,
        508px 922px #fff,
        1866px 1589px #fff,
        218px 213px #fff,
        617px 516px #fff,
        810px 1247px #fff,
        305px 1705px #fff,
        575px 849px #fff,
        267px 1090px #fff,
        1224px 1734px #fff,
        164px 1232px #fff,
        33px 1321px #fff,
        1674px 794px #fff,
        1489px 177px #fff,
        760px 1910px #fff,
        244px 1383px #fff;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}
.landing-page-wrapper {
    position: relative;
}
.landing-page-wrapper .slider-bg-light {
    position: absolute;
    right: 0%;
    top: 0;
    min-width: 300px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .landing-page-wrapper .slider-bg-light {
        right: 10%;
        min-width: none;
    }
}
@media only screen and (max-width: 479px) {
    .landing-page-wrapper .slider-bg-light {
        right: 0%;
    }
}
@media screen and (min-width: 2500px) {
    .landing-page-wrapper .slider-bg-light {
        right: 5%;
        transform: translateX(-50%);
    }
}
.landing-page-wrapper .slider-bg-dot-shape {
    position: absolute;
    right: 1%;
    top: 50px;
    z-index: -1;
}
.landing-page-wrapper .slider-bg-dot-shape .blocksync-stars-area {
    height: 980px;
    overflow: hidden;
    width: 300px;
}
.landing-page-wrapper .slider-bg-dot-shape.two-splash {
    position: absolute;
    left: 1%;
    right: auto;
    top: 50px;
    z-index: -1;
}
.landing-page-wrapper .slider-bg-dot-shape.two-splash .blocksync-stars-area {
    height: 980px;
    overflow: hidden;
    width: 300px;
}

.loaded {
    display: none;
}

#inverweb-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    z-index: 999999;
}
#inverweb-load .loader {
    position: absolute;
    transform: rotateZ(45deg) translate(-50%, -50%);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    left: 48%;
    top: 50%;
}
#inverweb-load .loader:before,
#inverweb-load .loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
#inverweb-load .loader:after {
    color: var(--color-primary);
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}
@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes spin {
    0%,
    100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.progress-circle-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*For CodePen*/
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .progress-circle-main-wrapper {
        gap: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .progress-circle-main-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .progress-circle-main-wrapper {
        justify-content: center;
    }
}
.progress-circle-main-wrapper .single-progress-circle {
    display: flex;
    justify-content: center;
    position: relative;
}
.progress-circle-main-wrapper .single-progress-circle .small-text {
    position: absolute;
    top: 55%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f21;
    font-family: var(--font-primary);
}
.progress-circle-main-wrapper svg.radial-progress {
    height: auto;
    max-width: 100px;
    padding: 0;
    border-radius: 50%;
    transform: rotate(-90deg);
    width: 100%;
    background-image: none;
    border-radius: 50%;
    transition: 0.3s;
}
.progress-circle-main-wrapper svg.radial-progress circle {
    fill: transparent;
    stroke: #fff;
}
.progress-circle-main-wrapper svg.radial-progress circle.bar-static {
    stroke: rgba(160, 160, 160, 0.08) !important;
    stroke-width: 5px;
    transition: 0.3s;
}
.progress-circle-main-wrapper svg.radial-progress circle.bar--animated {
    stroke-dasharray: 219.9114857513;
    stroke: var(--color-primary);
    stroke-dashoffset: 219.9114857513;
    stroke-width: 5px;
    transition: 0.3s;
    stroke-linecap: round;
}
.progress-circle-main-wrapper svg.radial-progress text {
    fill: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-anchor: middle;
    font-family: var(--font-primary);
    fill: rgb(255, 255, 255);
    transition: 0.3s;
    color: var(--color-primary);
}
.progress-circle-main-wrapper svg.radial-progress:hover circle.bar-static {
    stroke-width: 1px;
}
.progress-circle-main-wrapper svg.radial-progress:hover circle.bar--animated {
    stroke-width: 4px;
}
.progress-circle-main-wrapper svg.radial-progress:hover text {
    fill: #1f1f21;
}
.progress-circle-main-wrapper
    section.svg-container
    svg.radial-progress:nth-child(even) {
    margin: 0 15px;
}
.progress-circle-main-wrapper
    section.svg-container:nth-last-of-type(1)
    svg.radial-progress {
    background: linear-gradient(260deg, #ff0300, #ffc900);
}
.progress-circle-main-wrapper
    section.svg-container:nth-last-of-type(0)
    svg.radial-progress {
    background-image: linear-gradient(
        60deg,
        #3d3393 0%,
        #2b76b9 37%,
        #2cacd1 65%,
        #35eb93 100%
    );
}
.progress-circle-main-wrapper .devider {
    font-size: 50px;
    padding: 20px;
    min-height: 11vh;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-225deg, #ff057c 0%, #ff057c 40%, #321575 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.progress-circle-main-wrapper .devider:nth-last-of-type(2) {
    background-image: linear-gradient(260deg, #ff0300, #ffc900);
}
.progress-circle-main-wrapper .single-progress-area {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
@media only screen and (max-width: 479px) {
    .progress-circle-main-wrapper .single-progress-area {
        flex-direction: column;
        align-items: center;
    }
}
.progress-circle-main-wrapper .single-progress-area.ininner {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    background: #20282d;
    padding: 20px 42px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .progress-circle-main-wrapper .single-progress-area.ininner {
        width: 100%;
    }
}
.progress-circle-main-wrapper .single-progress-area.ininner .right-counter * {
    color: #fff;
}
.progress-circle-main-wrapper .single-progress-area::after {
    position: absolute;
    right: -86px;
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    content: "";
}
@media only screen and (max-width: 1199px) {
    .progress-circle-main-wrapper .single-progress-area::after {
        display: none;
    }
}
.progress-circle-main-wrapper .single-progress-area:last-child::after {
    display: none;
}
.progress-circle-main-wrapper .single-progress-area svg text {
    opacity: 0;
}
.progress-circle-main-wrapper .single-progress-area img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progress-circle-main-wrapper .single-progress-area .right-counter .title {
    margin-bottom: 0;
    font-size: 48px;
}
.progress-circle-main-wrapper .single-progress-area .right-counter p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5d666f;
}

.tmp-apply-area .nav-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
    border: none;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .tmp-apply-area .nav-tabs {
        gap: 8px;
        margin: 0 0;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .tmp-apply-area .nav-tabs li {
        margin: 0 0;
    }
}
.tmp-apply-area .nav-tabs li button {
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-primary);
    color: var(--color-heading);
    font-weight: 600;
    padding: 20px 35px;
    border-radius: 4px;
    background: var(--color-card);
    border: none;
}
@media only screen and (max-width: 991px) {
    .tmp-apply-area .nav-tabs li button {
        padding: 15px 14px;
    }
}
.tmp-apply-area .nav-tabs li button.active {
    background: var(--color-primary);
    color: var(--color-white);
}

.image-area-career {
    overflow: hidden;
    border-radius: 6px;
}

.apply-wrapper {
    position: relative;
    z-index: 1;
}
.apply-wrapper:hover .image-area img {
    transform: scale(120%);
}
.apply-wrapper:hover .content .title a {
    color: var(--color-primary);
}
.apply-wrapper:hover .content .text-btn {
    color: var(--color-primary);
}
.apply-wrapper:hover .content .text-btn::after {
    width: 100%;
}
.apply-wrapper .image-area {
    overflow: hidden;
    border-radius: 6px;
}
.apply-wrapper .image-area img {
    transform: scale(100%);
    transition: 0.5s;
}
.apply-wrapper .content {
    margin-top: 30px;
}
.apply-wrapper .content .title a {
    color: var(--color-heading);
    transition: var(--transition);
}
.apply-wrapper .content .title a:hover {
    color: var(--color-primary);
}
.apply-wrapper .content .desc {
    margin-bottom: 20px;
}
.apply-wrapper .content .text-btn {
    color: var(--color-heading);
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-bottom: 7px;
}
.apply-wrapper .content .text-btn::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--color-primary);
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

.thumbnail-large-career {
    height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .thumbnail-large-career {
        height: 550px;
    }
}
@media only screen and (max-width: 1199px) {
    .thumbnail-large-career {
        height: 450px;
    }
}
@media only screen and (max-width: 991px) {
    .thumbnail-large-career {
        height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    .thumbnail-large-career {
        height: 267px;
    }
}

.content-area-single-career {
    padding-left: 30px;
}
.content-area-single-career ul {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
}
.content-area-single-career ul li {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    color: var(--color-body-2);
    margin: 12px 0;
    font-size: 16px;
}
.content-area-single-career ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-primary) 50%, transparent);
    left: 0;
    top: 5px;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .content-area-single-career {
        padding-left: 0;
    }
}

.timeline-wrapper {
    position: relative;
    z-index: 1;
}
.timeline-wrapper .top-area {
    text-align: center;
}
.timeline-wrapper .top-area .year {
    width: 85px;
    height: 85px;
    line-height: 90px;
    border-radius: 50%;
    font-family: var(--font-primary);
    color: var(--color-heading-1);
    text-align: center;
    background: var(--color-card);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    margin: auto;
    font-weight: 600;
}
.timeline-wrapper .top-area i {
    font-size: 44px;
    color: var(--color-primary);
    margin: 15px 0;
    display: block;
}
.timeline-wrapper .wrapper-bottom {
    border-radius: 4px;
}
.timeline-wrapper .wrapper-bottom .image-area {
    overflow: hidden;
    border-radius: 4px;
    height: 225px;
}
.timeline-wrapper .wrapper-bottom .content {
    background: var(--color-card);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    padding: 0 28px 30px 28px;
}
.timeline-wrapper .wrapper-bottom .content .icon {
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    border-radius: 50%;
    background: var(--color-card);
    box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
    top: -45px;
    margin-bottom: -20px;
}
.timeline-wrapper .wrapper-bottom .content .icon img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(546%)
        hue-rotate(24deg) brightness(110%) contrast(100%);
}
.timeline-wrapper .wrapper-bottom .content .desc {
    font-size: 14px;
    margin-bottom: 0;
}

.tmp-timeline-area .section-inner {
    position: relative;
    z-index: 1;
}

.tmp-timeline-area .section-inner::after {
    content: "";
    position: absolute;
    background: rgb(27, 27, 28);
    width: 100%;
    height: 1px;
    top: 75px;
    left: 0;
    z-index: -1;
}

.tmp-office-branch-area .section-inner .section-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .tmp-office-branch-area .section-inner .section-title-area {
        flex-wrap: wrap;
        gap: 25px;
    }
}
.tmp-office-branch-area .section-inner .section-title-area .section-title {
    margin-bottom: 0;
}

.branch-wrapper {
    padding: 20px;
    background: var(--color-card);
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    gap: 20px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .branch-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.branch-wrapper .image-area {
    border-radius: 6px;
    overflow: hidden;
}
.branch-wrapper .image-area img {
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .branch-wrapper .image-area img {
        width: 100%;
    }
}
.branch-wrapper:hover .image-area img {
    transform: scale(1.15);
}
.branch-wrapper .content {
    flex-basis: 47%;
}
@media only screen and (max-width: 767px) {
    .branch-wrapper .content {
        flex-basis: 100%;
    }
    .branch-wrapper .content .title {
        font-size: 22px;
    }
}
.branch-wrapper .content ul {
    margin-bottom: 20px;
    padding-left: 0;
}
.branch-wrapper .content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-body);
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 16px;
}
.branch-wrapper .content ul li a {
    color: var(--color-heading-1);
}
.branch-wrapper .content ul li i {
    color: var(--color-white);
}
.branch-wrapper .content ul li span {
    background: rgba(255, 255, 255, 0.0784313725);
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    display: block;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.branch-wrapper2 {
    display: flex;
    justify-content: space-between;
    background: var(--color-card);
    border-radius: 6px;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 991px) {
    .branch-wrapper2 {
        flex-wrap: wrap;
    }
}
.branch-wrapper2 .content {
    padding-left: 60px;
}
@media only screen and (max-width: 991px) {
    .branch-wrapper2 .content {
        padding: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .branch-wrapper2 .content {
        padding: 15px;
    }
}
.branch-wrapper2 .content .title {
    margin-bottom: 15px;
}
.branch-wrapper2 .content .desc {
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .branch-wrapper2 .image-area img {
        width: 100%;
    }
}

.tmp-map-area .contact-map-branch iframe {
    width: 100%;
    height: 600px !important;
    filter: grayscale(0);
}

.tmp-get-in-touch-area .section-inner {
    position: relative;
    z-index: 1;
    background: var(--color-card);
    box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}
.tmp-get-in-touch-area .section-inner::after {
    content: "Call Us";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 43px;
    top: -97px;
    transform: rotate(-45deg);
    height: 336px;
    width: 16px;
    border: 30px solid var(--color-primary);
    border-radius: 0;
    z-index: -1;
    background: var(--color-primary);
    writing-mode: sideways-rl;
    color: var(--color-white);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
}
.tmp-get-in-touch-area .section-inner .left-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .tmp-get-in-touch-area .section-inner .left-image {
        position: unset;
    }
    .tmp-get-in-touch-area .section-inner .left-image img {
        width: 100%;
    }
}
.tmp-get-in-touch-area .section-inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px 45px;
    gap: 50px;
    margin-left: 120px;
}
@media only screen and (max-width: 1199px) {
    .tmp-get-in-touch-area .section-inner .content {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-get-in-touch-area .section-inner .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-get-in-touch-area .section-inner .content {
        padding: 15px;
    }
}
.tmp-get-in-touch-area .section-inner .icon a {
    display: block;
    width: 125px;
    height: 125px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 40px;
}
.tmp-get-in-touch-area .section-inner .text {
    max-width: 543px;
}
.tmp-get-in-touch-area .section-inner .text .title {
    font-weight: 600;
    margin-bottom: 10px;
}
.tmp-get-in-touch-area .section-inner .text a.phone {
    font-size: 30px;
    line-height: 1.25;
    color: var(--color-primary);
    font-weight: 600;
    font-family: var(--font-primary);
}
.tmp-get-in-touch-area .section-inner .text .desc {
    margin-top: 20px;
    margin-bottom: 0;
}
.tmp-get-in-touch-area .section-inner .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.tmp-get-in-touch-area.area-2 .section-inner .icon a {
    display: block;
    width: 125px;
    height: 125px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 40px;
}
@media only screen and (max-width: 767px) {
    .tmp-get-in-touch-area.area-2 .section-inner .icon a {
        height: 55px;
        width: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tmp-get-in-touch-area.area-2 .section-inner .icon a i {
        font-size: 20px;
    }
}
.tmp-get-in-touch-area.area-2 .section-inner .text a {
    color: var(--color-primary);
}

.right-content-area-shop .shop-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-content-area-shop .shop-filter-area p {
    color: var(--color-body);
    margin-bottom: 0;
}
.right-content-area-shop .shop-filter-area select {
    max-width: 300px;
    font-size: 16px;
    color: var(--color-body);
    border-radius: 30px;
    border: 1px solid var(--color-border);
    padding: 10px 20px;
    cursor: pointer;
    background: var(--color-card);
    height: 45px;
}
.right-content-area-shop .shop-filter-area select:focus {
    outline: none;
    box-shadow: none;
}

.product-wrapper-shop-main-card {
    position: relative;
    z-index: 1;
    background: var(--color-card);
    border-radius: 4px;
    overflow: hidden;
    transition: 0.4s;
}
.product-wrapper-shop-main-card:hover .image-area .popup-area {
    transform: translate(-50%, -58%) scale(1);
}
.product-wrapper-shop-main-card:hover .image-area .main {
    transform: scale(1.3);
}
.product-wrapper-shop-main-card .image-area {
    min-height: 308px;
    line-height: 308px;
    background: #262626;
    position: relative;
    z-index: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}
.product-wrapper-shop-main-card .image-area .main {
    transition: 0.4s;
}
.product-wrapper-shop-main-card .image-area .tag {
    padding: 5px 13px 7px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 30px;
}
.product-wrapper-shop-main-card .image-area .popup-area {
    display: flex;
    align-items: center;
    padding: 9px 19px;
    gap: 6px;
    background: var(--color-primary);
    border-radius: 30px;
    justify-content: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -58%) scale(0);
    transition: var(--transition);
}
.product-wrapper-shop-main-card .image-area .popup-area a {
    height: auto;
    line-height: 1;
}
.product-wrapper-shop-main-card .content {
    padding: 30px 30px 25px;
}
.product-wrapper-shop-main-card .content .title {
    margin-bottom: 15px;
    font-size: 22px;
}
.product-wrapper-shop-main-card .content .price {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading);
    font-family: var(--font-primary);
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin-bottom: 15px;
}
.product-wrapper-shop-main-card .content .price span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}
.product-wrapper-shop-main-card .content .star-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.product-wrapper-shop-main-card .content .star-rating ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin: 0;
}
.product-wrapper-shop-main-card .content .star-rating ul li {
    margin-bottom: 0;
    color: #ffc107;
}
.product-wrapper-shop-main-card .content .star-rating p {
    margin-bottom: 0;
}
.product-wrapper-shop-main-card .content .tmp-btn {
    width: 100%;
}

.tmp-single-product__content {
    margin-left: 50px;
}
@media only screen and (max-width: 991px) {
    .tmp-single-product__content {
        margin-left: 0;
    }
}
.tmp-single-product__content .sub-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    line-height: 1;
    font-family: var(--font-primary);
    margin-bottom: 25px;
}
.tmp-single-product__content .sub-title a {
    position: relative;
    z-index: 1;
    padding-right: 14px;
}
.tmp-single-product__content .sub-title a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #405ff2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tmp-single-product__content .tmp-woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}
.tmp-single-product__content .tmp-woocommerce-product-rating ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.tmp-single-product__content .tmp-woocommerce-product-rating ul li {
    color: #ffc107;
    line-height: 1;
}
.tmp-single-product__content
    .tmp-woocommerce-product-rating
    .woocommerce-review-link {
    font-size: 20px;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 500;
}
.tmp-single-product__content .tmp-single-product_title {
    color: var(--color-primary);
    font-size: 24px;
}
.tmp-single-product__content .woocommerce-Price-amount {
    margin: 15px 0;
}
.tmp-single-product__content .woocommerce-Price-amount bdi {
    color: var(--color-heading);
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--font-primary);
}
.tmp-single-product__content .quantity-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
}
.tmp-single-product__content .quantity-area .cart-edit {
    margin-right: 0;
}
.tmp-single-product__content .quantity-area .quantity-edit {
    max-width: 82px;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
    border: 1px solid var(--color-border);
}
.tmp-single-product__content .quantity-area .quantity-edit .button-area {
    border-left: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
}
.tmp-single-product__content .quantity-area .quantity-edit button {
    background: var(--color-card);
    padding: 0;
    border: none;
    min-width: 30px;
    height: 20px;
    color: var(--color-heading);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--color-border);
}
.tmp-single-product__content .quantity-area .quantity-edit button i {
    color: var(--color-heading);
}
.tmp-single-product__content .quantity-area .quantity-edit button:nth-child(2) {
    border: none;
}
.tmp-single-product__content .quantity-area .quantity-edit input {
    border: none;
    padding: 0;
    max-width: max-content;
    text-align: center;
    line-height: 1;
    color: var(--color-heading);
    font-weight: 600;
}
.tmp-single-product__content .quantity-area .wishlist-btn {
    border: 1px solid var(--color-border);
    text-align: center;
    display: block;
    padding: 10px 15px;
    color: var(--color-heading);
    transition: 0.3s;
    border-radius: 6px;
}
.tmp-single-product__content .quantity-area .wishlist-btn:hover {
    background: var(--color-primary);
}
.tmp-single-product__content .product_meta {
    margin-top: 10px;
}
.tmp-single-product__content .product_meta ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: max-content;
    width: 100%;
    padding-left: 0;
}
.tmp-single-product__content .product_meta ul li {
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-secondary);
    color: var(--color-heading);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tmp-single-product__content .product_meta ul li span {
    color: var(--color-body);
    font-size: 16px;
}

.tab-area-shop-details {
    border: 1px solid var(--color-border);
    padding: 50px 100px;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .tab-area-shop-details {
        padding: 25px;
    }
}
.tab-area-shop-details .tab-content > .tab-pane {
    display: none !important;
    position: unset;
    visibility: hidden;
}
.tab-area-shop-details .tab-content > .tab-pane.active {
    display: block !important;
    visibility: visible;
}
.tab-area-shop-details .tab-content > .tab-pane .ms-section-title h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 35px;
}
.tab-area-shop-details .tab-content > .tab-pane .ms-section-title ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-area-shop-details .tab-content > .tab-pane .ms-section-title ul li {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}
.tab-area-shop-details .tab-content > .tab-pane .ms-section-title ul li i {
    color: var(--color-primary);
    font-size: 24px;
}
.tab-area-shop-details .tab-content > .tab-pane .woocommerce-Reviews {
    display: flex;
    gap: 30px;
}
.tab-area-shop-details .tab-content > .tab-pane .woocommerce-Reviews .reveiw {
    width: 50%;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw
    h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form {
    width: 50%;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    h2 {
    font-size: 24px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box {
    position: relative;
    z-index: 1;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    .author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    .author
    .content
    h6 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    .author
    .content
    p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    p {
    margin-bottom: 15px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    ul {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-box
    ul
    li {
    color: var(--color-primary);
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form {
    background: var(--color-card);
    border-radius: 10px;
    padding: 30px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .single-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .single-wrapper
    input {
    border: 1px solid rgba(85, 85, 85, 0.15);
    border-radius: 4px;
    background: #161618;
    padding: 9px 15px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    textarea {
    border: 1px solid rgba(85, 85, 85, 0.15);
    border-radius: 4px;
    background: #161618;
    padding: 9px 15px;
    min-height: 100px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .rating
    h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    font-family: var(--font-secondary);
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .rating
    ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .rating
    ul
    li {
    color: var(--color-primary);
}
.tab-area-shop-details .tab-content .tab-pane:first-child {
    font-size: 18px;
    line-height: 28px;
}
.tab-area-shop-details .tab-content .tab-pane.description p {
    margin-bottom: 20px;
    max-width: 950px;
}
.tab-area-shop-details .tab-content .tab-pane.description ul {
    display: flex;
    align-items: center;
    max-width: 590px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.tab-area-shop-details .tab-content .tab-pane.description ul li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin: 0;
}
.tab-area-shop-details .tab-content .tab-pane.description ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-primary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.tab-area-shop-details .tab-content .tab-pane .tmp-btn {
    border: none;
}
.tab-area-shop-details .nav-tabs {
    justify-content: center;
    gap: 17px;
    margin-bottom: 50px;
    border: none;
}
@media only screen and (max-width: 767px) {
    .tab-area-shop-details .nav-tabs {
        gap: 0;
    }
}
.tab-area-shop-details .nav-tabs .nav-link {
    border-radius: 4px;
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 13px 20px;
    border: 1px solid var(--color-border);
    background: transparent;
}
.tab-area-shop-details .nav-tabs .nav-link.active {
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.thumbnail-product-swip-area .tmp-slick-arrow button.slick-arrow {
    border: 2px solid #cbcbcb;
    color: var(--color-primary);
}
.thumbnail-product-swip-area .tmp-slick-arrow button.slick-arrow::before {
    filter: none;
}
.thumbnail-product-swip-area .tmp-slick-arrow button.slick-arrow.next-arrow {
    left: auto;
    right: 30px;
}
.thumbnail-product-swip-area .tmp-slick-arrow button.slick-arrow.prev-arrow {
    right: auto;
    left: 30px;
}

.cart-top-area {
    padding: 40px 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}
@media only screen and (max-width: 575px) {
    .cart-top-area {
        padding: 15px 20px;
    }
}
.cart-top-area .text {
    font-size: 14px;
    margin-bottom: 10px;
}
.cart-top-area .text span {
    color: var(--color-primary);
}
.cart-top-area .progress-area {
    width: 100%;
    height: 6px;
    background: var(--color-card);
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.cart-top-area .progress-area::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    background: var(--color-primary);
    border-radius: 6px;
}

.tmp-our-cart-area-start .cart-table {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}
.tmp-our-cart-area-start table {
    margin-bottom: 0;
}
.tmp-our-cart-area-start table thead tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tmp-our-cart-area-start table thead tr th {
    padding: 20px 30px;
    text-align: center;
    color: #74787c;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.tmp-our-cart-area-start table tbody tr {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tmp-our-cart-area-start table tbody tr td {
    border: none;
    text-align: center;
    padding: 22px 30px;
}
@media only screen and (max-width: 1199px) {
    .tmp-our-cart-area-start table tbody tr td {
        padding: 22px 4px;
    }
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits {
    max-width: 82px;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 0;
    border: 1px solid var(--color-border);
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits .button-area {
    border-left: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits button {
    background: var(--color-card);
    padding: 0;
    border: none;
    border-radius: 0;
    min-width: 30px;
    height: 25px;
    color: var(--color-heading);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--color-border);
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits button i {
    color: var(--color-heading);
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits button:nth-child(2) {
    border: none;
}
.tmp-our-cart-area-start table tbody tr td .quantity-edits input {
    border: none;
    padding: 0;
    max-width: max-content;
    text-align: center;
    line-height: 1;
    color: var(--color-heading);
    font-weight: 600;
}
.tmp-our-cart-area-start table tbody tr td:last-child {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 12px;
    padding: 0;
}
.tmp-our-cart-area-start table tbody tr td .product-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
}
.tmp-our-cart-area-start table tbody tr td .product-info .image-area {
    min-width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    text-align: center;
    display: block;
}
.tmp-our-cart-area-start table tbody tr td .product-info .text {
    text-align: start;
}
.tmp-our-cart-area-start table tbody tr td .product-info .text p {
    font-family: var(--font-primary);
    color: var(--color-heading);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}
.tmp-our-cart-area-start table tbody tr td .product-info .text span {
    font-family: var(--font-primary);
    font-weight: 500;
    color: #74787c;
    font-size: 14px;
    line-height: 1;
    display: block;
}
.tmp-our-cart-area-start table tbody tr td span.price {
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-primary);
    line-height: 1;
    display: block;
}
.tmp-our-cart-area-start table tbody tr td .remove-btn {
    width: 25px;
    height: 25px;
    line-height: 24px;
    background: var(--color-primary);
    color: var(--color-white);
    display: block;
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-weight: 800;
    text-align: center;
}
.tmp-our-cart-area-start .cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
@media only screen and (max-width: 575px) {
    .tmp-our-cart-area-start .cart-footer {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.tmp-our-cart-area-start .cart-footer form {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 556px;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .tmp-our-cart-area-start .cart-footer form {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.tmp-our-cart-area-start .cart-footer form input {
    background: transparent;
    padding: 9px 25px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.tmp-our-cart-area-start .cart-footer form input:focus {
    border-color: var(--color-primary);
}
.tmp-our-cart-area-start .cart-footer form button {
    border: none;
    border-radius: 3px;
    min-width: max-content;
}
.tmp-our-cart-area-start .cart-footer .clear-all {
    border-radius: 3px;
    max-width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1;
    padding: 15px 25px;
    font-family: var(--font-primary);
    color: var(--color-heading);
    font-weight: 700;
}
.tmp-our-cart-area-start .cart-total-area {
    border: 1px solid var(--color-primary);
    border-radius: 6px;
}
.tmp-our-cart-area-start .cart-total-area .cart-total {
    padding: 26px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tmp-our-cart-area-start .cart-total-area .cart-total .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.tmp-our-cart-area-start .cart-total-area .cart-total p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.tmp-our-cart-area-start .cart-total-area .cart-total:last-child {
    border: none;
}
.tmp-our-cart-area-start .cart-total-area .cart-total.shipping-area {
    display: flex;
    justify-content: space-between;
}
.tmp-our-cart-area-start .cart-total-area .cart-total.shipping-area .right {
    max-width: 196px;
    width: 100%;
}
.tmp-our-cart-area-start .cart-total-area .cart-total.shipping-area .right p {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.tmp-our-cart-area-start .cart-total-area .cart-total.shipping-area .right a {
    display: block;
    margin-top: 15px;
    color: var(--color-white);
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: var(--color-white);
    display: flex;
    align-items: center;
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 14px;
    background-color: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    input:checked
    ~ .checkmark {
    border-color: var(--color-primary);
}
.tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    input:checked
    ~ .checkmark::after {
    display: block;
}
.tmp-our-cart-area-start .cart-total-area .button-area {
    padding: 0 30px 30px;
}
.tmp-our-cart-area-start .cart-total-area .button-area .tmp-btn {
    max-width: 100%;
    text-align: center;
}

.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.toast {
    min-width: 220px;
    background: #1fa65a;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    transform: translateX(120%);
    transition: all 0.4s ease;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.checkout-area-main-wrapper-left .full-grid {
    margin-top: 25px;
}
.checkout-area-main-wrapper-left .full-grid .login-area {
    background: var(--color-primary);
    border-radius: 3px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.checkout-area-main-wrapper-left .full-grid .login-area span {
    color: var(--color-white);
}
.checkout-area-main-wrapper-left .full-grid .login-area span a {
    color: var(--color-white);
}
.checkout-area-main-wrapper-left .full-grid .form-content-box {
    margin-bottom: 50px;
}
.checkout-area-main-wrapper-left .coupon-toggle {
    margin-bottom: 30px;
}
.checkout-area-main-wrapper-left .coupon-toggle .card {
    background-color: var(--color-card);
}
.checkout-area-main-wrapper-left .coupon-toggle .accordion .card {
    border: unset;
    border-radius: 0;
    border: 1px solid var(--color-card);
}
.checkout-area-main-wrapper-left .coupon-toggle .accordion .card .card-header {
    border: none;
    margin: 0;
    border-radius: unset;
    padding: 15px 20px;
    background: none;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title {
    margin: 0;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title
    span
    i {
    margin-right: 10px;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title
    button {
    background: unset;
    width: unset;
    border: none;
    color: var(--color-primary);
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title
    button:hover {
    color: var(--color-primary);
}
.checkout-area-main-wrapper-left .coupon-toggle .accordion .card .card-body {
    padding: 0 20px 30px 20px;
    margin-top: 0;
    text-align: left;
}
.checkout-area-main-wrapper-left .coupon-toggle .accordion .card .card-body p {
    margin-bottom: 20px;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-body
    button {
    padding: 17px 32px;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-body
    .coupon-code-input {
    width: 47%;
    float: left;
    margin-right: 15px;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-body
    .coupon-code-input
    input {
    width: 100%;
    height: 51px;
    outline: none;
    padding: 10px 18px;
    color: #454545;
    background: #f7f7f7;
    border: 1px solid var(--color-card);
    border-radius: 4px;
}
.checkout-area-main-wrapper-left
    .coupon-toggle
    .accordion
    .card
    .card-body
    .coupon-code-input
    input:focus {
    border: 1px solid var(--color-primary);
}
.checkout-area-main-wrapper-left
    .full-grid
    .form-content-box
    .form-group
    .form-control-mod.margin-bottom {
    margin-bottom: 35px !important;
}
.checkout-area-main-wrapper-left
    .full-grid
    .form-content-box
    .form-group
    label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.checkout-area-main-wrapper-left
    .full-grid
    .form-content-box
    .form-group
    select {
    color: #ffffff;
}
.checkout-area-main-wrapper-left
    .full-grid
    .form-content-box
    .form-group
    select
    option {
    color: #454545;
}
.checkout-area-main-wrapper-left .order-area-single-card .order-wrapper {
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    padding: 40px 30px 40px 40px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 575px) {
    .checkout-area-main-wrapper-left
        .order-area-single-card
        .order-wrapper
        .cart-total {
        padding: 10px;
    }
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total:first-child {
    padding-top: 0;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    p {
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-weight: 500;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    p.price {
    color: var(--color-heading-1);
    font-weight: 600;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    p.price
    span {
    color: #74787c;
    font-weight: 500;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    p.cb {
    color: var(--color-heading-1);
    font-weight: 600;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    .product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    .product-info
    .image-area {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    text-align: center;
    display: block;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    .product-info
    .text {
    text-align: start;
    max-width: 208px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    .product-info
    .text
    h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: var(--color-white);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    color: var(--color-white);
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option
    .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 14px;
    background-color: var(--color-card);
    border: 1px solid #282828;
    border-radius: 50%;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option
    .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option
    input:checked
    ~ .checkmark {
    border-color: var(--color-primary);
    color: #fff;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .option
    input:checked
    ~ .checkmark::after {
    display: block;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .desc {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .desc.last {
    margin-bottom: 5px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .tmp-btn {
    max-width: 100%;
    text-align: center;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions {
    margin-bottom: 20px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="checkbox"],
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="radio"] {
    opacity: 1;
    position: relative;
    height: auto !important;
    max-width: 18px;
    width: max-content;
    accent-color: var(--color-primary);
    width: 18px;
    height: 18px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="checkbox"]
    ~ label,
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="radio"]
    ~ label {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: var(--color-body);
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="checkbox"]
    ~ label::before,
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="radio"]
    ~ label::before {
    content: " ";
    position: absolute;
    top: 1 px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--color-white);
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 2px;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="checkbox"]
    ~ label::after,
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="radio"]
    ~ label::after {
    content: " ";
    position: absolute;
    top: 16%;
    left: 2px;
    width: 10px;
    height: 6px;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="checkbox"]:checked
    ~ label::after,
.checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .transfer-area
    .terms-conditions
    input[type="radio"]:checked
    ~ label::after {
    opacity: 1;
}

.inverweb-side-bar-close {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 400px;
    padding: 20px 30px;
    padding-top: 25px;
    height: 100%;
    display: block;
    background: #121214;
    backdrop-filter: blur(7px);
    z-index: 1001;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
@media only screen and (max-width: 575px) {
    .inverweb-side-bar-close {
        width: 375px;
    }
}
@media only screen and (max-width: 479px) {
    .inverweb-side-bar-close {
        width: 320px;
    }
}
.inverweb-side-bar-close::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icons/noise.gif);
    z-index: -1;
    background-color: #121214;
    opacity: 0.03;
}
.inverweb-side-bar-close.show {
    right: 0;
}
.inverweb-side-bar-close .close-icon-menu {
    max-width: max-content;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    display: block;
    min-height: 50px;
    min-width: 50px;
    background-color: #1d1d1d;
}
.inverweb-side-bar-close .close-icon-menu::after {
    border-radius: 50%;
}
.inverweb-side-bar-close .close-icon-menu i {
    color: #fff;
    font-size: 22px;
}
.inverweb-side-bar-close .logo-side {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 25px;
}
.inverweb-side-bar-close .logo-side a img {
    max-width: 140px;
}
.inverweb-side-bar-close .side-info .contact-list {
    margin-bottom: 20px;
}
.inverweb-side-bar-close .side-info .contact-list h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.inverweb-side-bar-close .side-info .contact-list p {
    margin-bottom: 0;
}
.inverweb-side-bar-close .side-info .contact-list a {
    display: block;
    transition: 0.3s;
}
.inverweb-side-bar-close .tmp-gallery:hover .video-icon {
    transform: translate(-50%, -50%) scale(0.5);
}
.inverweb-side-bar-close .tmp-gallery .thumbnail img {
    border-radius: 4px;
}
.inverweb-side-bar-close .shape-right-top {
    position: absolute;
    top: -150px;
    z-index: -1;
    display: none;
    right: -50px;
    left: auto;
    transform: scaleX(-1);
    opacity: 1;
}
.after-before-main-wrapper-one {
    padding: 25px;
}
@media only screen and (max-width: 767px) {
    .after-before-main-wrapper-one {
        padding: 15px;
    }
}
.after-before-main-wrapper-one body {
    position: relative;
    background-color: #dddddd;
    font-family: "helvetica", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 0;
    min-width: 320px;
}
.after-before-main-wrapper-one h1 {
    text-transform: uppercase;
    color: #333;
}
.after-before-main-wrapper-one h3 {
    font-weight: lighter;
    color: #555555;
}
.after-before-main-wrapper-one a {
    position: relative;
    color: #a8244f;
    text-decoration: none;
}
.after-before-main-wrapper-one a:before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #a8244f, 10%;
    transform: rotateY(90deg);
    transition: transform 0.2s ease-in-out;
}
.after-before-main-wrapper-one a:hover {
    color: #a8244f, 10%;
    text-decoration: none;
}
.after-before-main-wrapper-one a:hover:before {
    transform: rotateY(0deg);
}
.after-before-main-wrapper-one .split {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: strech;
}
.after-before-main-wrapper-one .split p {
    flex-basis: 100%;
}
@media screen and (min-width: 767px) {
    .after-before-main-wrapper-one .split p {
        flex-basis: 48%;
    }
}
.after-before-main-wrapper-one nav.social {
    display: inline-block;
    padding: 0;
    margin-bottom: 18px;
}
.after-before-main-wrapper-one nav.social li {
    list-style: none;
    float: left;
}
.after-before-main-wrapper-one nav.social li a {
    padding: 5px;
}
.after-before-main-wrapper-one nav.social li:first-child a {
    padding-left: 0;
}
.after-before-main-wrapper-one .container {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.after-before-main-wrapper-one .container .inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #eee;
}
.after-before-main-wrapper-one .comparison-slider-wrapper {
    position: relative;
    width: 100%;
    background-color: #1b1b1c;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider {
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    > img {
    width: 100%;
    height: auto;
    display: block;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .overlay {
    display: none;
    position: absolute;
    width: max-content;
    bottom: 20px;
    right: 20px;
    background-color: var(--color-primary);
    padding: 4px 15px;
    box-sizing: border-box;
    color: #ddd;
    text-align: right;
    border-radius: 6px;
}
@media screen and (min-width: 767px) {
    .after-before-main-wrapper-one
        .comparison-slider-wrapper
        .comparison-slider
        .overlay {
        display: block;
    }
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .resize
    > img {
    display: block;
    min-width: 100%;
    max-width: none;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .resize
    .overlay {
    right: auto;
    left: 20px;
    text-align: left;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .divider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .divider:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .divider.draggable:before {
    width: 30px;
    height: 30px;
    left: -14px;
    margin-top: -15px;
}
.after-before-main-wrapper-one
    .comparison-slider-wrapper
    .comparison-slider
    .divider.draggable:after {
    width: 20px;
    height: 20px;
    left: -9px;
    margin-top: -10px;
    background-color: #555;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
}
.after-before-main-wrapper-one .suppoprt-me {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 20vw;
    max-width: 250px;
    min-width: 200px;
    z-index: 9;
}
.after-before-main-wrapper-one .suppoprt-me img {
    width: 100%;
    height: auto;
}

/**************************************
            Blog
***************************************/
/*----------------------
    Blog Styles
-----------------------*/
.tmp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: var(--color-card);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.5s;
    border: 1px solid var(--color-border);
    height: 100%;
}
.tmp-card .inner .thumbnail {
    overflow: hidden;
}
.tmp-card .inner .thumbnail a {
    display: block;
    overflow: hidden;
}
.tmp-card .inner .thumbnail a img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
}
.tmp-card .inner .content {
    padding: 30px;
    padding-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-card .inner .content {
        padding: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-card .inner .content {
        padding: 16px 14px;
    }
}
.tmp-card .inner .content .descriptiion {
    margin-bottom: 15px;
}
.tmp-card .inner .content .title {
    font-size: 24px;
    line-height: 1.5;
    transition: all 0.5s;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
    .tmp-card .inner .content .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-card .inner .content .title {
        font-size: 20px;
    }
}
.tmp-card.bentostyle-left-blog .title {
    font-size: 27px !important;
}
@media only screen and (max-width: 767px) {
    .tmp-card.bentostyle-left-blog .title {
        font-size: 20px !important;
    }
}
.tmp-card.card-list-view {
    height: 100%;
}
.tmp-card.card-list-view.bentostyle {
    height: auto;
    margin-bottom: 30px;
}
.tmp-card.card-list-view.bentostyle:last-child {
    margin-bottom: 0;
}
.tmp-card.card-list-view .inner {
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 575px) {
    .tmp-card.card-list-view .inner {
        display: block;
    }
}
.tmp-card.card-list-view .inner .thumbnail {
    flex-basis: 46%;
}
.tmp-card.card-list-view .inner .thumbnail a {
    display: block;
    height: 100%;
}
.tmp-card.card-list-view .inner .thumbnail a img {
    width: auto;
    object-fit: cover;
    height: 100%;
}
.tmp-card.card-list-view .inner .content {
    flex-basis: 54%;
}
.tmp-card.card-list-view .inner .content .title {
    margin-bottom: 10px;
}
.tmp-card.card-list-view .inner .content .descriptiion {
    margin-bottom: 13px;
    margin-top: 12px;
}
.tmp-card.content-transparent {
    position: relative;
    border: 0 none;
}
.tmp-card.content-transparent .content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    padding-top: 60px;
}
@media only screen and (max-width: 767px) {
    .tmp-card.content-transparent .content {
        padding-top: 20px;
    }
}
.tmp-card.content-transparent .content .title {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .tmp-card.content-transparent .content .title {
        font-size: 17px;
    }
}
.tmp-card.content-transparent .content .title a {
    color: var(--color-white);
}
.tmp-card.content-transparent .content .title:hover a {
    color: var(--color-primary);
}
.tmp-card.content-transparent .content .tmp-meta-list li {
    color: #acaeb1;
}
.tmp-card.content-transparent .content .tmp-meta-list li a {
    color: #acaeb1;
}
.tmp-card.content-transparent.post-large .content .title {
    font-size: 32px;
}
@media only screen and (max-width: 767px) {
    .tmp-card.content-transparent.post-large .content .title {
        font-size: 19px;
    }
}
.tmp-card:hover .inner .thumbnail a img {
    transform: scale(1.1);
}

.tag-news {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    max-width: max-content;
    padding: 5px 15px;
    color: var(--color-white);
    background: var(--color-card);
    border-radius: 3px;
    pointer-events: none;
}

.inversweb-meta-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .inversweb-meta-list {
        gap: 5px;
    }
}
.inversweb-meta-list::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: var(--color-primary);
    border-radius: 50%;
}
.inversweb-meta-list li {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.inversweb-meta-list li span i {
    margin-right: 5px;
}
.inversweb-meta-list li.comment-area {
    margin-left: 12px;
}
.inversweb-meta-list li.comment-area i {
    margin-right: 3px;
}

.tmp-meta-list {
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tmp-meta-list li {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-gray);
    font-size: 14px;
}
.tmp-meta-list li a {
    color: var(--color-gray);
    transition: 0.5s;
}
.tmp-meta-list li.separator {
    margin: 0 0.8rem;
}

.blog-details-thumbnail-large .popup-video {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.blog-details-thumbnail-large .popup-video:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.details-block-quote {
    padding: 40px 40px 40px 100px;
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    color: var(--color-heading);
    z-index: 1;
    border-left: 3px solid var(--color-primary);
    background: var(--color-card);
    margin: 30px 50px 30px 0;
}
.details-block-quote p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin-left: 20px;
    color: var(--color-heading);
}
.details-block-quote cite a {
    margin-left: 20px;
}
.details-block-quote .inner {
    position: relative;
}
.details-block-quote .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: -65px;
    z-index: -1;
    background-image: url(../images/shape/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px;
    transform: rotate(180deg);
    filter: grayscale(1);
}

.blog-search {
    position: relative;
}
.blog-search input {
    height: 60px;
    padding: 0 20px;
    color: var(--color-body);
    padding-right: 80px;
}
.blog-search .search-button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0 none;
    background: var(--color-primary);
    height: 47px;
    padding: 0 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
}
.blog-search .search-button i {
    color: var(--color-white);
    font-weight: 400;
}

.tmp-single-widget {
    border-radius: 4px;
    padding: 20px 20px;
    border: 1px solid var(--color-border);
    padding-top: 0;
}
.tmp-single-widget:first-child {
    margin-top: 0 !important;
}
.tmp-single-widget input,
.tmp-single-widget select {
    border: var(--border-width) solid var(--color-border);
}
.tmp-single-widget.widget_search {
    padding: 0;
    border: 0 none;
}
.tmp-single-widget.widget_search .title {
    margin: 0;
}
.tmp-single-widget p {
    font-size: 16px;
    line-height: 28px;
    color: #717173;
}
.tmp-single-widget .title {
    line-height: 26px;
    position: relative;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    background-color: var(--color-blackest);
    margin: -1px -22px 0;
    padding: 14px 24px;
    border-radius: 4px;
}
.tmp-single-widget .title a {
    color: var(--color-primary);
}
.tmp-single-widget .title a.rsswidget img {
    height: 13px;
    margin-right: 3px;
}
.tmp-single-widget .title img {
    vertical-align: 0px;
}
.tmp-single-widget ul {
    padding-left: 0;
    margin-bottom: -10px;
    list-style: none;
    padding-right: 0;
}
.tmp-single-widget ul ul {
    margin-bottom: 0;
}
.tmp-single-widget ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #717173;
}
.tmp-single-widget ul li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: var(--color-heading);
    display: initial;
}
.tmp-single-widget ul li a:hover {
    color: var(--color-primary);
}
.tmp-single-widget.widget_categories ul li a {
    display: flex;
    justify-content: space-between;
}
.tmp-single-widget.widget_recent_comments ul li,
.tmp-single-widget.widget_recent_entries ul li,
.tmp-single-widget.widget_archive ul li,
.tmp-single-widget.widget_categories ul li,
.tmp-single-widget.widget_meta ul li,
.tmp-single-widget.widget_pages ul li,
.tmp-single-widget.widget_nav_menu ul li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li a,
.tmp-single-widget.widget_recent_entries ul li a,
.tmp-single-widget.widget_archive ul li a,
.tmp-single-widget.widget_categories ul li a,
.tmp-single-widget.widget_meta ul li a,
.tmp-single-widget.widget_pages ul li a,
.tmp-single-widget.widget_nav_menu ul li a {
    color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li a:hover,
.tmp-single-widget.widget_recent_entries ul li a:hover,
.tmp-single-widget.widget_archive ul li a:hover,
.tmp-single-widget.widget_categories ul li a:hover,
.tmp-single-widget.widget_meta ul li a:hover,
.tmp-single-widget.widget_pages ul li a:hover,
.tmp-single-widget.widget_nav_menu ul li a:hover {
    color: var(--color-primary);
}
.tmp-single-widget.widget_recent_comments ul li span,
.tmp-single-widget.widget_recent_entries ul li span,
.tmp-single-widget.widget_archive ul li span,
.tmp-single-widget.widget_categories ul li span,
.tmp-single-widget.widget_meta ul li span,
.tmp-single-widget.widget_pages ul li span,
.tmp-single-widget.widget_nav_menu ul li span {
    color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li:hover a span,
.tmp-single-widget.widget_recent_entries ul li:hover a span,
.tmp-single-widget.widget_archive ul li:hover a span,
.tmp-single-widget.widget_categories ul li:hover a span,
.tmp-single-widget.widget_meta ul li:hover a span,
.tmp-single-widget.widget_pages ul li:hover a span,
.tmp-single-widget.widget_nav_menu ul li:hover a span {
    color: var(--color-primary);
}
.tmp-single-widget.widget_recent_comments ul li + li,
.tmp-single-widget.widget_recent_entries ul li + li,
.tmp-single-widget.widget_archive ul li + li,
.tmp-single-widget.widget_categories ul li + li,
.tmp-single-widget.widget_meta ul li + li,
.tmp-single-widget.widget_pages ul li + li,
.tmp-single-widget.widget_nav_menu ul li + li {
    border-top: 1px solid var(--color-border);
}
.tmp-single-widget.widget_recent_comments > ul > li,
.tmp-single-widget.widget_recent_entries > ul > li,
.tmp-single-widget.widget_archive > ul > li,
.tmp-single-widget.widget_categories > ul > li,
.tmp-single-widget.widget_meta > ul > li,
.tmp-single-widget.widget_pages > ul > li {
    margin-top: 0;
    margin-bottom: 0;
}
.tmp-single-widget.widget_recent_comments > ul > li:first-child,
.tmp-single-widget.widget_recent_entries > ul > li:first-child,
.tmp-single-widget.widget_archive > ul > li:first-child,
.tmp-single-widget.widget_categories > ul > li:first-child,
.tmp-single-widget.widget_meta > ul > li:first-child,
.tmp-single-widget.widget_pages > ul > li:first-child {
    margin-top: 0;
}
.tmp-single-widget.widget_recent_comments > ul > li:last-child,
.tmp-single-widget.widget_recent_entries > ul > li:last-child,
.tmp-single-widget.widget_archive > ul > li:last-child,
.tmp-single-widget.widget_categories > ul > li:last-child,
.tmp-single-widget.widget_meta > ul > li:last-child,
.tmp-single-widget.widget_pages > ul > li:last-child {
    margin-bottom: 10px;
}
.tmp-single-widget.widget_recent_entries .inner a {
    color: var(--color-white);
    margin-bottom: 4px;
}
.tmp-single-widget.widget_recent_entries .inner span {
    color: var(--color-body);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.alignwide {
    margin-left: -220px;
    margin-right: -220px;
    max-width: 1400px;
    width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.tagcloud,
.wp-block-tag-cloud {
    margin: -3px;
    padding-left: 0;
}
.tagcloud a,
.wp-block-tag-cloud a {
    background: var(--color-card);
    display: inline-block;
    height: 40px;
    color: var(--color-body);
    font-size: 16px !important;
    line-height: 35px;
    text-decoration: none;
    margin: 3px;
    border: 2px solid var(--color-border);
    padding: 0 20px;
    border-radius: 3px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

/*------------------------------
    Blog Details
----------------------------------*/
.post-page-banner .tmp-meta-list {
    justify-content: center;
}
.post-page-banner .tmp-meta-list li {
    color: var(--color-body);
    font-size: 16px;
    margin: 0 10px;
    margin-top: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-page-banner .tmp-meta-list li {
        font-size: 16px;
        margin-top: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .post-page-banner .tmp-meta-list li {
        font-size: 16px;
        margin-top: 8px;
    }
}
.post-page-banner .tmp-meta-list li svg {
    margin-right: 10px;
}
.post-page-banner .tmp-meta-list li i {
    padding: 10px;
    background: rgba(241, 241, 241, 0.0901960784);
    border-radius: 50%;
    margin-right: 5px;
    color: var(--color-white);
}
.post-page-banner .tmp-meta-list li a {
    color: var(--color-body);
    transition: 0.3s;
}
.post-page-banner .tmp-meta-list li a:hover {
    color: var(--color-primary);
}
.post-page-banner .category-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: -10px;
    padding: 0;
    margin-top: 14px;
}
.post-page-banner .category-list li {
    margin: 10px;
    position: relative;
}
.post-page-banner .category-list li::after {
    position: absolute;
    content: ",";
    right: -9px;
}
.post-page-banner .category-list li:last-child::after {
    display: none;
}

.blog-details-content .category-meta {
    display: flex;
    padding: 42px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-details-content .category-meta span.text {
    color: var(--color-white);
    font-size: 22px;
    display: inline-block;
    margin: 10px 0;
    margin-top: 0;
}

.blocks-gallery-grid {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.blocks-gallery-grid li.blocks-gallery-item {
    padding: 0 10px;
    flex-basis: 33.33%;
}
.blocks-gallery-grid li.blocks-gallery-item img {
    border-radius: var(--radius);
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .blocks-gallery-grid li.blocks-gallery-item {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .blocks-gallery-grid li.blocks-gallery-item {
        flex-basis: 100%;
    }
}

.about-author {
    padding: 40px 0;
    border-bottom: 1px solid var(--color-border);
}
.about-author .media {
    display: flex;
}
@media only screen and (max-width: 479px) {
    .about-author .media {
        display: block;
    }
}
.about-author .thumbnail a img {
    border-radius: 6px;
    margin-right: 30px;
    margin-bottom: 20px;
    min-width: 105px;
    max-height: 105px;
}
@media only screen and (max-width: 767px) {
    .about-author .thumbnail a img {
        margin-right: 20px;
    }
}
.about-author .media-body .author-info .title {
    margin-bottom: 0;
}
.about-author .media-body .author-info .title a .hover-flip-item span::before {
    color: var(--color-heading);
}
.about-author .media-body .author-info .title a .hover-flip-item span::after {
    color: var(--color-primary);
}
.about-author .media-body .author-info .subtitle {
    color: var(--color-body);
    display: block;
    margin-top: 10px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .about-author .media-body .author-info .subtitle {
        margin-top: 8px;
    }
}
.about-author .media-body .content .description {
    margin-top: 6px;
    margin-bottom: 0;
}
.about-author .media-body .content .social-icon {
    margin-top: 10px;
}

.comments-wrapper-main .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-wrapper-main .comment-list .comment {
    padding: 0;
    margin: 0;
}
.comments-wrapper-main .comment-list .comment.byuser .single-comment {
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-border) !important;
}
.comments-wrapper-main .comment-list .comment .single-comment {
    padding: 40px 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
    .comments-wrapper-main .comment-list .comment .single-comment {
        padding: 30px 20px;
    }
}
.comments-wrapper-main .comment-list .comment .comment-img {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 18px;
}
.comments-wrapper-main .comment-list .comment .comment-img .comment-avatar {
    margin-right: 20px;
    border-radius: 3px;
}
.comments-wrapper-main .comment-list .comment .comment-img .commenter {
    color: var(--color-heading);
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.comments-wrapper-main .comment-list .comment .comment-img .time-spent {
    font-size: 13px;
    color: var(--color-body);
    font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .comment-text {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .comment-text p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .reply-edit {
    display: flex;
    font-weight: 500;
    margin-top: 15px;
}
.comments-wrapper-main
    .comment-list
    .comment
    .reply-edit
    .reply
    a.comment-reply-link {
    color: var(--color-white);
    transition: 0.3s;
    font-size: 16px;
}
.comments-wrapper-main
    .comment-list
    .comment
    .reply-edit
    .reply
    a.comment-reply-link
    i {
    padding-right: 4px;
}
.comments-wrapper-main .comment-list ul.children {
    list-style: none;
    padding-left: 80px;
}
@media only screen and (max-width: 767px) {
    .comments-wrapper-main .comment-list ul.children {
        padding-left: 0px;
    }
}
.comments-wrapper-main .comment-list ul.children .comment {
    position: relative;
}
.comments-wrapper-main .comment-list ul.children .comment::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid var(--color-border);
    left: -45px;
}
@media only screen and (max-width: 767px) {
    .comments-wrapper-main .comment-list ul.children .comment::before {
        display: none;
    }
}
.comments-wrapper-main .comment-list ul.children .comment .single-comment {
    position: relative;
}
.comments-wrapper-main
    .comment-list
    ul.children
    .comment
    .single-comment::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid var(--color-border);
    left: -45px;
    width: 45px;
}
@media only screen and (max-width: 767px) {
    .comments-wrapper-main
        .comment-list
        ul.children
        .comment
        .single-comment::before {
        display: none;
    }
}

.blog-details-thumbnail-large .social-default {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
}
.blog-details-thumbnail-large .social-default span {
    font-size: 18px;
    line-height: 1;
    color: var(--color-white);
    margin-right: 25px;
    position: relative;
}
.blog-details-thumbnail-large .social-default span i {
    position: absolute;
    bottom: -3px;
    right: -25px;
    color: var(--color-white);
}

.blog-details-right-sidebar-standard .single-card-widget {
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.blog-details-right-sidebar-standard .single-card-widget:last-child {
    margin-bottom: 0;
}
.blog-details-right-sidebar-standard .single-card-widget form {
    position: relative;
}
.blog-details-right-sidebar-standard .single-card-widget button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
}
.blog-details-right-sidebar-standard .single-card-widget button i {
    color: #fff;
    font-size: 22px;
}
.blog-details-right-sidebar-standard .single-card-widget input {
    height: 55px;
    border-radius: 4px;
}
.blog-details-right-sidebar-standard .single-card-widget .title-main {
    position: relative;
    padding-bottom: 20px;
}
.blog-details-right-sidebar-standard .single-card-widget .title-main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
}
.blog-details-right-sidebar-standard .single-card-widget .recent-post-sm {
    padding-top: 15px;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card:last-child {
    margin-bottom: 0;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .thumbnail {
    max-width: 100px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .thumbnail.shop-thumb {
    width: 100px;
    display: flex;
    background: #262626;
    height: 75px;
    align-items: center;
    justify-content: center;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .thumbnail.shop-thumb
    img {
    max-height: 60px;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .thumbnail
    img {
    transition: 0.4s;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .inner-content
    .title {
    margin-bottom: 5px;
    font-size: 18px;
}
.blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card:hover
    .thumbnail
    img {
    transform: scale(1.15);
}

.archives-area-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.archives-area-wrapper .single-archives {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-border);
}
.archives-area-wrapper .single-archives:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.archives-area-wrapper .single-archives a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.categorys-widget-stndard {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.categorys-widget-stndard li {
    margin: 10px 0;
    color: var(--color-white);
}
ul.categorys-widget-stndard li a {
    display: block;
    padding: 9px 15px;
    background: rgba(45, 45, 45, 0.3215686275);
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
}
ul.categorys-widget-stndard li a:hover {
    transform: translateY(-3px);
    background: var(--color-primary) !important;
    color: #fff;
}
ul.categorys-widget-stndard li span {
    color: var(--color-body);
    margin-left: 5px;
}

.tags-wrapper-standard {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.tags-wrapper-standard li {
    margin: 0;
    padding: 0;
}
.tags-wrapper-standard li a {
    padding: 4px 15px;
    background: var(--color-primary);
    color: #fff;
    display: block;
    border-radius: 3px;
}
.tags-wrapper-standard li a:hover {
    color: #fff;
    transform: translateY(-3px);
}

/**************************************
    Footer Styles
***************************************/
/*-----------------------
    Footer Style Here
------------------------*/
.logo a img {
    max-height: 55px;
    max-width: 100%;
}
@media only screen and (max-width: 479px) {
    .logo a img {
        max-width: 145px;
    }
}

.footer-style-1 .footer-top {
    padding: 120px 0;
}
.footer-style-1 .footer-top .tmp-footer-widget .text-big {
    font-size: 21px;
    margin-top: 30px;
    padding-right: 13%;
    line-height: 37px;
    font-weight: 500;
}
.footer-style-1 .footer-top .tmp-footer-widget .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer-style-1 .footer-top .tmp-footer-widget .subtitle {
    font-weight: 400;
    color: var(--color-body);
    font-size: 16px;
    padding-right: 31%;
    line-height: 28px;
    margin-bottom: 32px;
}
.footer-style-1 .footer-top .tmp-footer-widget .inner {
    margin-top: 13px;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link {
    list-style: none;
    padding: 0;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link li a {
    font-size: 14px;
    display: block;
    color: var(--color-body);
    line-height: 25px;
}

.newsletter-form input {
    flex-grow: 1;
    width: 100%;
    margin-right: 10px;
    height: 70px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer-style-default .footer-top {
    padding: 100px 0;
    padding-bottom: 70px;
}
@media only screen and (max-width: 575px) {
    .footer-style-default .footer-top {
        padding-bottom: 40px;
    }
}
.footer-style-default .footer-top .tmp-footer-widget .text-big {
    font-size: 21px;
    margin-top: 30px;
    padding-right: 13%;
    line-height: 1.7;
    font-weight: 500;
    color: var(--color-body);
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-default .footer-top .tmp-footer-widget .text-big {
        font-size: 20px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-style-default .footer-top .tmp-footer-widget .text-big {
        font-size: 20px;
        padding-right: 0;
    }
}
.footer-style-default .footer-top .tmp-footer-widget .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer-style-default .footer-top .tmp-footer-widget .subtitle {
    font-weight: 400;
    color: var(--color-body);
    font-size: 16px;
    padding-right: 31%;
    line-height: 28px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .footer-style-default .footer-top .tmp-footer-widget .subtitle {
        padding-right: 0;
    }
}
.footer-style-default .footer-top .tmp-footer-widget .inner {
    margin-top: 13px;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link {
    list-style: none;
    padding: 0;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li a {
    font-size: 14px;
    display: inline-block;
    color: var(--color-body);
    line-height: 25px;
    transition: 0.3s;
    text-transform: capitalize;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li a:hover {
    color: var(--color-primary);
}
.footer-style-default
    .footer-top
    .tmp-footer-widget
    .footer-link
    li
    a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.footer-style-default.variation-two {
    border: 1px solid var(--color-border);
    background: var(--color-card);
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.footer-style-default.variation-two .jumping-text .title {
    position: absolute;
    left: 0;
    font-size: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #252525;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 5px;
    max-width: max-content;
    min-width: max-content;
    opacity: 0.1;
}
.footer-style-default.no-border {
    border-top: 0;
}
.footer-style-default .shape-area {
    position: absolute;
    left: 210px;
    top: -24px;
}
@media only screen and (max-width: 767px) {
    .footer-style-default .shape-area {
        left: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-style-default .shape-area {
        display: none;
    }
}

.shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 500px;
    z-index: -1;
    opacity: 0.6;
}

.footer-style-3 .tmp-call-to-action.style-8 {
    background-image: url(../images/bg/body_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-style-3.in-splash {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.footer-style-3.in-splash::after {
    background-size: auto !important;
    background-repeat: repeat !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/patern.svg) !important;
    z-index: 0;
    opacity: 0.05;
}
.footer-style-3.in-splash .shape-left-top {
    position: absolute;
    left: 0;
    bottom: auto;
    top: -150px;
    z-index: 1;
}
.footer-style-3.in-splash .shape-right-bottom {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -150px;
    transform: scaleX(-1);
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .footer-style-3.in-splash .shape-left-top,
    .footer-style-3.in-splash .shape-right-bottom {
        display: none;
    }
}

.footer-style-default.footer-style-1 {
    z-index: 1;
}
.footer-style-default.footer-style-1 .bg-shape {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: -1;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.3;
}

.footer-style-default.footer-style-1 .bg-shape img {
    max-height: 520px;
    width: 100%;
}

.service-small-default .shape-service-1 {
    max-width: 110px !important;
}

.footer-style-3 h2.title {
    font-size: 60px;
}
@media only screen and (max-width: 991px) {
    .footer-style-3 h2.title {
        font-size: 46px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-style-3 h2.title {
        font-size: 24px;
    }
}

.form-group.tmponhover {
    border-radius: 6px;
}

.bg-line-animatoin-area-global {
    background-image: url(../images/bg/global-line.png);
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
    bottom: 0;
    position: absolute;
}

.tmp-footer.footer-style-default.variation-two .footer-top {
    position: relative;
}

@keyframes ShapeAnim {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left 2000px;
    }
}
.tmp-footer-style-3 .odometer {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 38px;
    margin-right: 20px;
}
.tmp-footer-style-3 .line-separator {
    position: relative;
    background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
    width: 120px;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-left: 30px;
}
.tmp-footer-style-3 .footer-top-wrapper-style-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .tmp-footer-style-3 .footer-top-wrapper-style-three {
        flex-wrap: wrap;
    }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .left {
    flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
    .tmp-footer-style-3 .footer-top-wrapper-style-three .left {
        flex-basis: 100%;
    }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .left .tmp-badge-text {
    padding: 15px 20px;
    border: 1px solid var(--color-border);
    margin: 0;
    margin-bottom: 20px;
    display: block;
    max-width: max-content;
    color: var(--color-white);
    border-radius: 6px;
}
@media only screen and (max-width: 991px) {
    .tmp-footer-style-3 .footer-top-wrapper-style-three .right {
        flex-basis: 100%;
    }
    .tmp-footer-style-3
        .footer-top-wrapper-style-three
        .right
        .right-text-area {
        text-align: left !important;
    }
    .tmp-footer-style-3
        .footer-top-wrapper-style-three
        .right
        .right-text-area
        .tmp-btn {
        margin: 0;
        margin-bottom: 25px;
    }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .right .tmp-btn {
    margin: auto;
    margin-bottom: 20px;
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .right .tmp-text-white {
    color: var(--color-white);
}

.tmp-separator {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--color-border);
}

.tmp-footer-card-3 {
    background: var(--color-border);
    padding: 59px 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .tmp-footer-card-3 {
        padding: 25px;
    }
}
.tmp-footer-card-3::after {
    background: var(--color-primary);
    inset: 10px;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-logo {
    max-width: 140px;
}
.tmp-footer-card-3 .tmp-footer-widget p {
    color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form {
    position: relative;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form input {
    height: 55px;
    padding-right: 115px;
    border: 1px solid var(--color-body);
    color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    padding: 15px !important;
    font-size: 14px;
    background: var(--color-white);
    color: var(--color-primary);
    font-weight: 600;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button:hover {
    transform: none;
    color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button:hover::after {
    background: var(--color-card);
}

.tmp-list-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tmp-list-footer li {
    margin: 0 0 15px -6px;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 16px;
}
.tmp-list-footer li a {
    padding-left: 20px;
}
.tmp-list-footer li svg {
    position: absolute;
    top: 23px;
    left: -1%;
    transform: translateY(0) translateX(-6px);
    transition: 0.4s;
    opacity: 0;
}
.tmp-list-footer li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--color-body);
    border-radius: 50%;
    position: absolute;
    top: 12px;
    transform: translateX(6px) translateY(0);
    transition: 0.4s;
}
.tmp-list-footer li:hover::before {
    transform: translateX(14px) translateY(-8px);
    opacity: 0;
}
.tmp-list-footer li:hover svg {
    color: var(--color-primary);
    transform: translateY(-13px) translateX(4px);
    opacity: 1;
}

.tmp-copyright-area-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.tmp-copyright-area-3 .tmp-social {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tmp-copyright-area-3 .tmp-social li {
    margin: 0;
}

.b4-style {
    font-size: 14px;
    font-weight: 400;
}

.tmp-hover-underline {
    position: relative;
    transition: 0.4s;
}
.tmp-hover-underline::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}
.tmp-hover-underline:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-message-and-form form .input-group {
    border-radius: 4px;
}
.footer-message-and-form form .input-group::after {
    border-radius: 4px;
}

/*--------------------------
    Copyright Area
---------------------------*/
.copyright-style-one {
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
}
.copyright-style-one .copyright-text {
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .copyright-style-one .copyright-text {
        font-size: 11px;
    }
}
.copyright-style-one .copyright-text a {
    color: var(--color-body);
    cursor: pointer;
    pointer-events: auto;
    text-decoration: none;
    transition: color 0.3s ease;
}
.copyright-style-one .copyright-text a:hover {
    color: var(--color-primary-alt);
    text-decoration: underline;
}
.copyright-style-one .copyright-text a.primary-color {
    color: var(--color-primary) !important;
}
.copyright-style-one .ft-menu {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .copyright-style-one .ft-menu {
        justify-content: center;
    }
}
.copyright-style-one .ft-menu li {
    margin: 0;
    padding: 0 10px;
    position: relative;
}
.copyright-style-one .ft-menu li + li::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background: var(--color-border);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.copyright-style-one .ft-menu li a {
    font-size: 14px;
}
.copyright-style-one.variation-two {
    background: var(--color-card);
}
.copyright-style-one.no-border {
    border-top: 0;
}

/**************************************
            Template
***************************************/
/*------------------------
    Banner Styles
-------------------------*/
.slider-dot.tmp-slick-dot .slick-dots {
    bottom: 60px;
}

.height-850 {
    height: 850px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .height-850 {
        height: 710px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .height-850 {
        height: auto;
        padding: 150px 0;
    }
}
@media only screen and (max-width: 767px) {
    .height-850 {
        height: auto;
        padding: 100px 0;
    }
}

.banner-content-8 .subtitle {
    color: #fff;
    margin: 0 10px;
}
.banner-content-8 .line-separator {
    width: 100px;
}
.banner-content-8 .line-separator.line-left {
    background-image: linear-gradient(
        -90deg,
        #ffffff,
        rgba(33, 38, 45, 0)
    ) !important;
}
.banner-content-8 .line-separator.line-right {
    background-image: linear-gradient(
        90deg,
        #ffffff,
        rgba(33, 38, 45, 0)
    ) !important;
}

.height-650 {
    height: 650px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .height-650 {
        height: auto;
        padding: 100px 0;
    }
}

.height-750 {
    height: 750px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .height-750 {
        height: auto;
        padding: 150px 0;
    }
}
@media only screen and (max-width: 767px) {
    .height-750 {
        height: auto;
        padding: 100px 0;
    }
}

.height-950 {
    height: 1050px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .height-950 {
        height: auto;
        padding: 150px 0;
    }
}
@media only screen and (max-width: 767px) {
    .height-950 {
        height: auto;
        padding: 100px 0;
    }
}

.display-one {
    font-size: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .display-one {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-one {
        font-size: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .display-one {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .display-one {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .display-one br {
        display: none;
    }
}

.display-two {
    font-size: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .display-two {
        font-size: 54px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .display-two {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-two {
        font-size: 46px;
    }
}
@media only screen and (max-width: 767px) {
    .display-two {
        font-size: 46px;
    }
    .display-two br {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .display-two {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .collaborate {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collaborate .display-two {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .collaborate .display-two {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collaborate .description {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .collaborate .description {
        font-size: 14px;
    }
}

.bg-overlay {
    position: relative;
}
.bg-overlay::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 90%);
    content: "";
}

.bg-overlay-solid {
    position: relative;
    z-index: 1;
}
.bg-overlay-solid::before {
    position: absolute;
    height: 100%;
    width: 40%;
    opacity: 1;
    top: 0;
    left: 0;
    content: "";
    background: var(--color-dark);
    z-index: -1;
}
.bg-overlay-solid::after {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    opacity: 0.5;
    filter: blur(100px);
    left: auto;
    top: -250px;
    left: -250px;
    bottom: auto;
    background-image: linear-gradient(
        45deg,
        var(--color-secondary),
        var(--color-tertiary)
    );
    content: "";
    z-index: -1;
}

.frame-image {
    padding: 20px;
    position: relative;
    right: 0;
    border-radius: 10px;
    transition: var(--transition);
    height: 100%;
    background-color: var(--color-blackest);
}
.frame-image img {
    width: 100%;
}
.frame-image:hover {
    transform: translateY(-5px);
}

/*-----------------------
    Slider Style One
-------------------------*/
.slider-style-1 .inner .subtitle {
    font-family: var(--font-primary);
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 18px;
    color: var(--color-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-1 .inner .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-1 .inner .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-1 .inner .subtitle {
        font-size: 14px;
    }
}
.slider-style-1 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: inline-block;
}
.slider-style-1 .inner .title span {
    display: inline;
}
.slider-style-1 .inner .title span label {
    margin-bottom: 0;
}
.slider-style-1 .inner .description {
    font-family: var(--font-primary);
    padding: 0 22%;
    font-size: 25px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: var(--color-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-1 .inner .description {
        padding: 0 14%;
        font-size: 22px;
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-1 .inner .description {
        padding: 0 1%;
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-1 .inner .description {
        padding: 0 1%;
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-1 .inner .description {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
.slider-style-1 .inner.text-left .description {
    padding: 0;
}
.slider-style-1 .inner .list-icon li {
    color: var(--color-body);
}
.slider-style-1 .inner .list-icon li .icon {
    background-color: var(--color-blackest) !important;
}
.slider-style-1 .inner .header-caption span {
    color: var(--color-primary);
    font-size: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-1 .inner .header-caption span {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-1 .inner .header-caption span {
        font-size: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-1 .inner .header-caption span {
        font-size: 65px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-1 .inner .header-caption span {
        font-size: 35px;
    }
}
.slider-style-1.variation-default .inner {
    padding-top: 80px;
}
.slider-style-1.variation-2 {
    position: relative;
}
.slider-style-1.variation-2 .thumbnail img {
    transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-1.variation-3 .inner .display-two {
        font-size: 75px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-1.variation-3 .inner .display-two {
        font-size: 58px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-1.variation-3 .inner .display-two {
        font-size: 47px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-1.variation-3 .inner .display-two {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-1.variation-3 .inner .description {
        padding: 0px 10%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-1.variation-3 .inner .description {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-1.variation-3 .inner .description {
        font-size: 16px;
    }
}

.slider-style-2 {
    padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2 {
        padding-top: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2 {
        padding-top: 150px;
    }
}
.slider-style-2 .inner .subtitle {
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 7px 14px;
    background-color: var(--color-blackest);
    box-shadow: var(--shadow-lighter);
}
.slider-style-2 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    color: var(--color-white);
}
.slider-style-2 .inner .title.mn {
    font-size: 5rem !important;
}
@media only screen and (max-width: 767px) {
    .slider-style-2 .inner .title.display-one {
        font-size: 40px;
    }
    .slider-style-2 .inner .title.mn {
        font-size: 30px !important;
    }
}
.slider-style-2 .inner .list-icon li {
    color: var(--color-body);
}
.slider-style-2.variation-2 {
    padding-top: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2.variation-2 {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-2 {
        padding-top: 170px;
    }
}
.slider-style-2.variation-2 .inner .title {
    font-weight: 700;
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 1199px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 46px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 479px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 32px;
    }
}
.slider-style-2.variation-2 .inner .title span {
    color: var(--color-primary);
}
.slider-style-2.variation-2 .inner .tag-title {
    color: #fff;
    margin: 0;
    letter-spacing: 1.5px;
    padding-left: 70px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-2 .inner .tag-title {
        padding-left: 0;
        margin-bottom: 20px;
    }
}
.slider-style-2.variation-2 .inner .tag-title::before {
    position: absolute;
    content: "";
    left: 0;
    width: 46px;
    height: 2px;
    background: var(--color-primary);
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-2 .inner .tag-title::before {
        display: none;
    }
}
.slider-style-2.variation-2 .inner p {
    color: #fff;
    padding-right: 46%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2.variation-2 .inner p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-2 .inner p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 479px) {
    .slider-style-2.variation-2 .inner p {
        font-size: 14px;
    }
}
.slider-style-2.variation-3 {
    padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2.variation-3 {
        padding-top: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-3 {
        padding-top: 180px;
    }
}
.slider-style-2.variation-3 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2.variation-3 .inner .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-3 .inner .title {
        font-size: 50px;
    }
    .slider-style-2.variation-3 .inner .title br {
        display: none;
    }
}
.slider-style-2.variation-3 .inner .description {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 0;
    color: var(--color-body);
}
@media only screen and (max-width: 767px) {
    .slider-style-2.variation-3 .inner .description {
        font-size: 18px;
        line-height: 30px;
    }
}

.bg-fixed {
    background-attachment: fixed;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-3 {
        padding: 100px 0;
    }
}
.slider-style-3 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    font-size: 130px;
    line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-3 .inner .title {
        font-size: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 .inner .title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-3 .inner .title {
        margin-bottom: 20px;
        font-size: 50px;
    }
}
.slider-style-3 .inner .description {
    font-size: 22px;
    line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 .inner .description {
        font-size: 20px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-3 .inner .description {
        font-size: 18px;
        line-height: 30px;
    }
}
.slider-style-3 .thumbnail {
    position: relative;
    z-index: 2;
}
.slider-style-3 .thumbnail::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 130px);
    content: "";
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--color-blackest);
    box-shadow: var(--shadow-1);
    border-radius: 6px;
}

.slider-style-4 .inner {
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    .slider-style-4 .inner {
        padding-top: 50px;
    }
}
.slider-style-4 .inner > * {
    animation-name: fadeOutUp;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.slider-style-4 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    font-size: 130px;
    line-height: 1.1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-4 .inner .title {
        font-size: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-4 .inner .title {
        font-size: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-4 .inner .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-4 .inner .title {
        font-size: 55px;
    }
}
.slider-style-4 .inner .description {
    font-size: 22px;
    line-height: 43px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--color-body);
}
@media only screen and (max-width: 767px) {
    .slider-style-4 .inner .description {
        font-size: 20px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-4 .inner .description {
        font-size: 16px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-4 .inner .description br {
        display: none;
    }
}
.slider-style-4 .inner .button-group {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider-style-4.variation-2 .inner .title {
    font-size: 70px;
}
@media only screen and (max-width: 767px) {
    .slider-style-4.variation-2 .inner .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-4.variation-2 .inner .title {
        font-size: 33px;
    }
}
.slider-style-4.variation-2 .bg-overlay::before {
    background: #000000;
    content: "";
    opacity: 0.7;
    background-image: none;
}
.slider-style-4.variation-3 .inner .title {
    font-size: 70px;
}
.slider-style-4.variation-3 .bg-overlay::before {
    background: #000000;
    content: "";
    opacity: 0.5;
    background-image: none;
}

.slider-style-5 .inner .subtitle {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    color: var(--color-white);
}
.slider-style-5 .inner .subtitle::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: var(--color-pink);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.slider-style-5 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    font-size: 64px;
    line-height: 1.4;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .slider-style-5 .inner .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-5 .inner .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-5 .inner .title br {
        display: none;
    }
}

.slider-style-6 {
    background-color: var(--color-blackest);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6 {
        overflow: hidden;
        padding: 100px 0;
        padding-top: 170px;
    }
}
.slider-style-6.shape-right {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.slider-style-6.shape-right .shape-image {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6.shape-right .shape-image {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-6.shape-right .shape-image {
        display: none;
    }
}
.slider-style-6.shape-left {
    position: relative;
}
.slider-style-6.shape-left .inner {
    position: relative;
    z-index: 2;
}
.slider-style-6.shape-left .shape-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transform: rotate(180deg);
    height: 100%;
    bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6.shape-left .shape-image {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-6.shape-left .shape-image {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6.inheader-not-transparent {
        padding-top: 100px;
    }
}
.slider-style-6 .inner .title {
    font-family: var(--font-primary);
    margin-bottom: 25px;
    display: block;
    font-size: 80px;
    line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-6 .inner .title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-6 .inner .title {
        font-size: 62px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6 .inner .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-6 .inner .title {
        font-size: 45px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-style-6 .inner .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-6 .inner .title br {
        display: none;
    }
}
.slider-style-6 .inner .description {
    font-size: 22px;
    line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-6 .inner .description {
        font-size: 20px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-6 .inner .description {
        font-size: 18px;
        line-height: 30px;
    }
}
.slider-style-6 .inner a.tmp-btn.btn-border {
    border-color: var(--color-border);
    color: var(--color-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-perosonal-portfolio.height-750 {
        padding-top: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-perosonal-portfolio.height-750 {
        padding-top: 180px;
    }
}
.slider-perosonal-portfolio .inner {
    padding-top: 0;
}
.slider-perosonal-portfolio .inner .title {
    font-size: 80px;
    color: var(--color-white);
    width: 80%;
    position: relative;
    padding-bottom: 37px;
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 70px;
        width: 84%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 60px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 50px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 37px;
        padding-bottom: 20px;
        width: 100%;
    }
}
.slider-perosonal-portfolio .inner .title::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 60px;
    height: 8px;
    bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-perosonal-portfolio .inner .title {
        font-size: 46px;
    }
}
.slider-perosonal-portfolio .inner .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #e2e6ff;
    opacity: 0.65;
    width: 50%;
    margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-perosonal-portfolio .inner .description {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-perosonal-portfolio .inner .description {
        width: 100%;
    }
}
.slider-perosonal-portfolio .inner a.tmp-btn.btn-border,
.slider-perosonal-portfolio .inner button.tmp-btn.btn-border {
    border-color: var(--color-border);
    color: var(--color-white);
}
.slider-perosonal-portfolio.theme-shape::after {
    background-image: linear-gradient(
        45deg,
        var(--color-light-green),
        var(--color-primary)
    );
}

.slider-style-7 .inner .title {
    font-size: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-7 .inner .title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-7 .inner .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-7 .inner .title {
        font-size: 32px;
    }
    .slider-style-7 .inner .title br {
        display: none;
    }
}

.slider-style-8 {
    justify-content: center;
}
.slider-style-8 .inner .title {
    font-size: 100px;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-8 .inner .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-8 .inner .title {
        font-size: 46px;
    }
}
.slider-style-8 .inner .description {
    font-size: 22px;
    line-height: 43px;
}
@media only screen and (max-width: 767px) {
    .slider-style-8 .inner .description {
        font-size: 20px;
        line-height: 38px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-8 .inner .description br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-8 .inner .description br {
        display: none;
    }
}

.slider-style-4 .slick-active .inner > * {
    animation-name: fadeInUp;
}
.slider-style-4 .slick-active .inner .title {
    animation-delay: 0.5s;
}
.slider-style-4 .slick-active .inner .description {
    animation-delay: 1s;
}
.slider-style-4 .slick-active .inner .button-group {
    animation-delay: 1.2s;
}

.slider-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slider-bg-image.bg-image-1 {
    background-image: url(../images/bg/bg-image-1.html);
}
.slider-bg-image.bg-image2 {
    background-image: url(../images/call-to-action/bg-image-1.html);
}
.slider-bg-image.bg-image3 {
    background-image: url(../images/slider-bg/bg-image-3.html);
}
.slider-bg-image.bg-image4 {
    background-image: url(../images/bg-video/bg-image-4.jpg);
}
.slider-bg-image.bg-image5 {
    background-image: url(../images/slider-bg/bg-image-4.html);
}
.slider-bg-image.bg-image5 {
    background-image: url(../images/slider-bg/bg-image-5.html);
}
.slider-bg-image.bg-image6 {
    background-image: url(../images/slider-bg/bg-image-6.html);
}
.slider-bg-image.bg-image10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}
.slider-bg-image.bg-image11 {
    background-image: url(../images/bg/bg-image-11.html);
}
.slider-bg-image.bg-image13 {
    background-image: url(../images/slider-bg/bg-image-13.html);
}
.slider-bg-image.bg-image14 {
    background-image: url(../images/slider-bg/bg-image-14.html);
}
.slider-bg-image.bg-image15 {
    background-image: url(../images/slider-bg/bg-image-15.html);
}
.slider-bg-image.bg-image16 {
    background-image: url(../images/slider-bg/bg-image-16.html);
}

/* ----------------------
    Slider Video Bg
------------------------*/
.slider-video-bg {
    position: relative;
    z-index: 2;
    padding-top: 230px;
    padding-bottom: 284px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-video-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-video-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.slider-video-bg .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider-video-bg .inner {
    position: relative;
    z-index: 2;
}

.overlyto-top {
    position: relative;
    margin-top: -259px;
    z-index: 10;
}

.business-banner {
    padding-bottom: 350px;
    padding-top: 150px;
}
@media only screen and (max-width: 575px) {
    .business-banner {
        padding-top: 80px;
        padding-bottom: 300px;
    }
}

/*-----------------------
    Slider Style One
-------------------------*/
@media only screen and (max-width: 767px) {
    .tmp-modern-slider {
        padding: 0 20px;
    }
}
.tmp-modern-slider .banner-content {
    padding-left: 292px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-modern-slider .banner-content {
        padding-left: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-modern-slider .banner-content {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-modern-slider .banner-content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .banner-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
    }
}
.tmp-modern-slider .banner-content .title {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .banner-content .title {
        font-size: 35px;
    }
}
.tmp-modern-slider .banner-content .line-border {
    width: 5px;
    height: 50px;
    background: rgba(244, 244, 244, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-modern-slider .banner-content .line-border {
        height: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-modern-slider .banner-content .line-border {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .banner-content .line-border {
        height: 20px;
    }
}
.tmp-modern-slider .banner-content .subtitle {
    font-weight: 400;
    color: var(--color-body);
    width: 100%;
    margin-top: 0;
    line-height: 1.6;
    font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-modern-slider .banner-content .subtitle {
        width: 62%;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .banner-content .subtitle {
        width: 100%;
    }
}
.tmp-modern-slider .banner-content .pres-line-separator-wrapper {
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .tmp-modern-slider .banner-content .pres-line-separator-wrapper {
        margin-top: 0;
    }
}
.tmp-modern-slider .inv-card {
    margin-right: -50px;
    transition: 0.4s;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .inv-card {
        margin-right: 0;
        transition: 0.4s;
        height: auto;
        margin-top: 20px;
    }
}
.tmp-modern-slider .inv-card.content-overlay .inner {
    height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail {
    height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail a {
    height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail a img {
    height: 100%;
    object-fit: cover;
}
.tmp-modern-slider .inv-card.content-overlay .inner .content {
    padding: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-modern-slider .inv-card.content-overlay .inner .content {
        padding: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-modern-slider .inv-card.content-overlay .inner .content {
        padding: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-modern-slider .inv-card.content-overlay .inner .content {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .inv-card.content-overlay .inner .content {
        padding: 20px;
    }
}
.tmp-modern-slider .inv-card:hover {
    transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
    .tmp-modern-slider .inv-card:hover {
        transform: none;
    }
}

/*---------------------
    Portfolio Styles
-----------------------*/
.inv-card {
    overflow: hidden;
    border: 2px solid var(--color-border);
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .inv-card {
        border-radius: 0;
    }
}
.inv-card .inner {
    position: relative;
}
.inv-card .inner .thumbnail {
    position: relative;
}
.inv-card .inner .thumbnail .card-image {
    overflow: hidden;
}
.inv-card .inner .thumbnail .card-image a {
    display: block;
    overflow: hidden;
}
.inv-card .inner .thumbnail .card-image img {
    overflow: hidden;
}
.inv-card .inner .content {
    padding-top: 20px;
}
.inv-card .inner .content .title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .inv-card .inner .content .title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inv-card .inner .content .title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inv-card .inner .content .title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .inv-card .inner .content .title {
        font-size: 22px;
    }
}
.inv-card .inner .content .subtitle {
    text-transform: capitalize;
}
.inv-card.content-overlay .inner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .tmp-slider-style-1 p br {
        display: none;
    }
}

/*-------------------------
    Slider Animation
---------------------------*/
.slider-animation-2 .slider-style-2 .inner > * {
    animation-name: fadeOutUp;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.slider-animation-2 .slider-style-2.slick-active .inner > * {
    animation-name: fadeInUp;
}
.slider-animation-2 .slider-style-2.slick-active .inner p {
    animation-delay: 1s;
}
.slider-animation-2 .slider-style-2.slick-active .inner .read-more-btn {
    animation-delay: 1.2s;
}
.slider-style-2 .inner .read-more-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.slider-style-2 .inner .read-more-btn .tmp-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .slider-style-2 .inner .read-more-btn {
        gap: 10px;
        flex-wrap: nowrap;
    }
    .slider-style-2 .inner .read-more-btn .tmp-btn {
        font-size: 12px !important;
        padding: 10px 16px !important;
        flex: 1 1 0;
        min-width: 0;
    }
    .slider-style-2 .inner .read-more-btn .tmp-btn .btn-text {
        font-size: 12px;
    }
}

/* --------------------
Slider Style New
------------------------*/
.slider-style-new {
    position: relative;
}
.slider-style-new .tmp-badge-3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2.8px;
    color: #e2e6ff;
    display: inline-block;
    padding-left: 18px;
    position: relative;
    opacity: 0.65;
}
.slider-style-new .tmp-badge-3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    transform: translateY(-50%);
    background: var(--color-primary);
}
.slider-style-new .title {
    font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-new .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-new .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-new .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-style-new .title {
        font-size: 40px;
    }
}
.slider-style-new .title span {
    color: var(--color-primary);
}
.slider-style-new p {
    color: #e2e6ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.65;
}
.slider-style-new .shape-images {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.slider-style-new .tmp-slick-dot .slick-dots {
    bottom: 30px;
}
.slider-style-new .tmp-slick-dot .slick-dots li button::after {
    background: var(--color-white);
    box-shadow: inset 0 0 0 5px var(--color-white);
}
.slider-style-new .tmp-btn.rounded-player {
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 60px;
}
.slider-style-new .tmp-btn.rounded-player span i {
    font-size: 24px;
}

.jarallax .jarallax-container {
    border-radius: 5px;
}

.tmp-slider-style-1 {
    background-image: url(../images/bg/body_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.tmp-slider-style-1.with-bg-tin {
    background-image: url(../images/shape/light.svg);
}

body.tmp-body-star::before {
    background-image: url(../images/bg/giphy.gif);
    background-repeat: repeat;
    opacity: 0.05;
    background-color: transparent;
    background-image: none;
}

.tmp-shape-position {
    position: relative;
}

.shape-left-svg {
    background-image: url(../images/shape/shape-02.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    left: -8%;
    top: 0;
}
.shape-left-svg.top--20 {
    top: -10%;
}

.tmp-star-images {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.3;
}
.tmp-star-images.right-left {
    right: auto;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
}

.jarallax-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Ensure it stays behind the content */
}

.contact-area-agency button {
    margin-left: auto;
}

.banner-financial-bg {
    display: flex;
    align-items: center;
    height: 850px;
    background-image: url(../images/bg/01.webp);
}
@media only screen and (max-width: 991px) {
    .banner-financial-bg {
        height: 690px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-financial-bg {
        height: 490px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title .title br {
        display: none;
    }
}

.banner-finance-wrapper {
    margin-top: 0;
    padding: 45px;
    background-color: var(--color-card);
    border-left: 10px solid var(--color-primary);
    max-width: max-content;
    border-radius: 6px;
}
@media only screen and (max-width: 575px) {
    .banner-finance-wrapper {
        padding: 15px;
    }
}
.banner-finance-wrapper .title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .banner-finance-wrapper .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-finance-wrapper .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .banner-finance-wrapper .title {
        font-size: 36px;
    }
}
.banner-finance-wrapper p {
    margin-bottom: 0;
    max-width: 100%;
    color: #fff;
}
.banner-finance-wrapper .tmp-btn {
    margin-top: 30px;
}

.bg-finance-video-thumb {
    position: relative;
    height: 850px;
    background-image: url(../images/bg/finance-large.jpg);
}
@media only screen and (max-width: 767px) {
    .bg-finance-video-thumb {
        height: 600px;
    }
}
@media only screen and (max-width: 575px) {
    .bg-finance-video-thumb {
        height: 400px;
    }
}
.bg-finance-video-thumb .tmp-btn.rounded-player {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    line-height: 100px;
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bg-finance-video-thumb .tmp-btn.rounded-player:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.tmp-banner-business-coatch-area {
    height: 950px;
    display: flex;
    align-items: center;
    padding-top: 75px;
}
@media only screen and (max-width: 991px) {
    .tmp-banner-business-coatch-area {
        height: auto;
    }
}

.banner-business-coatch-wrapper .title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 70px;
}
@media only screen and (max-width: 1199px) {
    .banner-business-coatch-wrapper .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-business-coatch-wrapper .title {
        font-size: 44px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-business-coatch-wrapper .title {
        font-size: 32px;
    }
}
.banner-business-coatch-wrapper p {
    margin-bottom: 40px;
    max-width: 85%;
}
@media only screen and (max-width: 767px) {
    .banner-business-coatch-wrapper p {
        max-width: 100%;
    }
}

.thumbnail-banner-business-coatch {
    height: 642px !important;
}
@media only screen and (max-width: 991px) {
    .thumbnail-banner-business-coatch {
        height: auto !important;
    }
}
.thumbnail-banner-business-coatch img {
    border-radius: 5px !important;
}

.banner-coatch-right-image {
    border-radius: 5px !important;
    display: block !important;
    position: relative;
    height: 642px !important;
}
@media only screen and (max-width: 991px) {
    .banner-coatch-right-image {
        height: auto !important;
    }
}
.banner-coatch-right-image .absolute-rating-area {
    position: absolute;
    left: -20%;
    padding: 20px 32px;
    background: var(--color-card);
    border-radius: 6px;
    bottom: 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
    .banner-coatch-right-image .absolute-rating-area {
        left: 51px;
    }
}
.banner-coatch-right-image .absolute-rating-area img {
    margin-bottom: 15px;
}
.banner-coatch-right-image .absolute-rating-area .stars-area {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.banner-coatch-right-image .absolute-rating-area .stars-area img {
    max-width: 20px;
    margin-bottom: 0;
}
.banner-coatch-right-image .absolute-rating-area p {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 0;
}
.banner-coatch-right-image::after {
    position: absolute;
    top: -5%;
    right: -6%;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 6px;
    z-index: -1;
    background: var(--color-card);
}
.banner-coatch-right-image::before {
    position: absolute;
    bottom: -5%;
    left: -6%;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 6px;
    z-index: -1;
    background: var(--color-card);
}

.tmp-banner-area-realstate-one {
    height: 950px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .tmp-banner-area-realstate-one {
        height: 700px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-banner-area-realstate-one {
        height: 700px;
    }
}
.tmp-banner-area-realstate-one .large-video-playing {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(
        0% 0%,
        0% 0%,
        11.499% 0%,
        22.022% 0%,
        31.809% 0%,
        41.102% 0%,
        50.142% 0%,
        59.171% 0%,
        68.43% 0%,
        78.16% 0%,
        88.603% 0%,
        100% 0%,
        100% 100%,
        100% 100%,
        86.685% 95.4%,
        75.613% 91.823%,
        66.218% 89.267%,
        57.938% 87.734%,
        50.205% 87.223%,
        42.456% 87.734%,
        34.126% 89.267%,
        24.65% 91.823%,
        13.463% 95.4%,
        0% 100%,
        0% 0%
    );
}
.tmp-banner-area-realstate-one .large-video-playing video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    clip-path: none;
}
.tmp-banner-area-realstate-one .realstate-banner-style-one {
    text-align: center;
    max-width: 75%;
    margin: auto;
    margin-top: -120px;
}
@media only screen and (max-width: 767px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one {
        max-width: 100%;
    }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one .title {
    font-size: 100px;
    margin-bottom: 30px;
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
        font-size: 64px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
        font-size: 44px;
    }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
    color: var(--color-primary);
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
        font-size: 64px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
        font-size: 44px;
    }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one p {
    color: var(--color-white);
}

.mt-dec-250 {
    margin-top: -250px;
}
@media only screen and (max-width: 991px) {
    .mt-dec-250 {
        margin-top: 0px;
    }
}

.tmp-gallery .btn-default i {
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {
    .pt-control-forl-smlg {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .pt-control-forl-smlg {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .pt-control-forl-smlg {
        padding-top: 50px;
    }
}

.realstate-banner-style-two {
    padding-left: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .realstate-banner-style-two {
        padding-left: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .realstate-banner-style-two {
        padding-left: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .realstate-banner-style-two {
        padding-left: 20px;
    }
}
.realstate-banner-style-two .title {
    line-height: 1.4;
}
@media only screen and (max-width: 575px) {
    .realstate-banner-style-two .title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .realstate-banner-style-two .title br {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .realstate-banner-style-two .title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .realstate-banner-style-two .title .header-caption {
        line-height: 2;
    }
}
.realstate-banner-style-two .title .large {
    color: #fff;
    font-size: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .realstate-banner-style-two .title .large {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .realstate-banner-style-two .title .large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .realstate-banner-style-two .title .large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .realstate-banner-style-two .title .large {
        font-size: 40px;
    }
}
.realstate-banner-style-two p {
    max-width: 95%;
}

.tmp-banner-area-realstate-two {
    height: auto;
    display: flex;
    align-items: center;
}

.personal-page-wrapper .tmp-fluid-header .container-wrapper {
    max-width: 1870px;
}

.profile-image-1-personal {
    z-index: 1;
}
.profile-image-1-personal .title {
    position: absolute;
    left: 60px;
    bottom: 50px;
    font-size: 44px;
    z-index: 5;
    line-height: 1.4;
    font-weight: 400;
}
.profile-image-1-personal .title span b {
    font-weight: 400;
}
.profile-image-1-personal::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
}
.profile-image-1-personal .social-default {
    position: absolute;
    left: 60px;
    top: 60px;
}

.banner-personal-portfolio .section-header .subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
}
.banner-personal-portfolio .section-header h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.3;
}
.banner-personal-portfolio .section-header h1 span {
    color: var(--color-primary);
}

.banner-personal-portfolio.signle-section .title {
    font-weight: 500;
}
.banner-personal-portfolio.signle-section .title span {
    color: var(--color-primary);
}
.banner-personal-portfolio.signle-section p.about-desc {
    max-width: 85%;
    margin-top: 40px;
}

.banner-slider-area-one {
    position: relative;
}
.banner-slider-area-one .bg-line-animatoin-area-global {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
        hue-rotate(3deg) brightness(119%) contrast(107%);
}

.slider-style-2 .line-effect,
.slider-style-4 .line-effect,
.single-banner .line-effect {
    top: 0;
    left: 0;
    gap: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    transition: 0.8s ease-in-out;
    transform-origin: bottom left;
    transform: translateY(-100%) rotate(90deg);
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .slider-style-2 .line-effect,
    .slider-style-4 .line-effect,
    .single-banner .line-effect {
        min-width: 169%;
    }
}
.slider-style-2 .line:nth-child(1),
.slider-style-4 .line:nth-child(1),
.single-banner .line:nth-child(1) {
    height: 1px;
}
.slider-style-2 .line:nth-child(2),
.slider-style-4 .line:nth-child(2),
.single-banner .line:nth-child(2) {
    height: 5px;
}
.slider-style-2 .line:nth-child(3),
.slider-style-4 .line:nth-child(3),
.single-banner .line:nth-child(3) {
    height: 10px;
}
.slider-style-2 .line:nth-child(4),
.slider-style-4 .line:nth-child(4),
.single-banner .line:nth-child(4) {
    height: 20px;
}
.slider-style-2 .line:nth-child(5),
.slider-style-4 .line:nth-child(5),
.single-banner .line:nth-child(5) {
    height: 30px;
}
.slider-style-2 .line:nth-child(6),
.slider-style-4 .line:nth-child(6),
.single-banner .line:nth-child(6) {
    height: 40px;
}
.slider-style-2 .line:nth-child(7),
.slider-style-4 .line:nth-child(7),
.single-banner .line:nth-child(7) {
    height: 50px;
}
.slider-style-2 .line:nth-child(8),
.slider-style-4 .line:nth-child(8),
.single-banner .line:nth-child(8) {
    height: 60px;
}
.slider-style-2 .line:nth-child(9),
.slider-style-4 .line:nth-child(9),
.single-banner .line:nth-child(9) {
    height: 70px;
}
.slider-style-2 .line:nth-child(10),
.slider-style-4 .line:nth-child(10),
.single-banner .line:nth-child(10) {
    height: 80px;
}
.slider-style-2 .line:nth-child(11),
.slider-style-4 .line:nth-child(11),
.single-banner .line:nth-child(11) {
    height: 90px;
}
.slider-style-2 .line:nth-child(12),
.slider-style-4 .line:nth-child(12),
.single-banner .line:nth-child(12) {
    height: 100px;
}
.slider-style-2 .line:nth-child(13),
.slider-style-4 .line:nth-child(13),
.single-banner .line:nth-child(13) {
    height: 100px;
}
.slider-style-2 .line:nth-child(14),
.slider-style-4 .line:nth-child(14),
.single-banner .line:nth-child(14) {
    height: 100px;
}
.slider-style-2 .line:nth-child(15),
.slider-style-4 .line:nth-child(15),
.single-banner .line:nth-child(15) {
    height: 100px;
}
.slider-style-2 .line:nth-child(16),
.slider-style-4 .line:nth-child(16),
.single-banner .line:nth-child(16) {
    height: 100px;
}
.slider-style-2 .line:nth-child(17),
.slider-style-4 .line:nth-child(17),
.single-banner .line:nth-child(17) {
    height: 100px;
}
.slider-style-2 .line:nth-child(18),
.slider-style-4 .line:nth-child(18),
.single-banner .line:nth-child(18) {
    height: 100px;
}
.slider-style-2 .line:nth-child(19),
.slider-style-4 .line:nth-child(19),
.single-banner .line:nth-child(19) {
    height: 100px;
}
.slider-style-2 .line:nth-child(20),
.slider-style-4 .line:nth-child(20),
.single-banner .line:nth-child(20) {
    height: 100px;
}
.slider-style-2 .line,
.slider-style-4 .line,
.single-banner .line {
    width: 100%;
    background: #fff;
    transition:
        transform 0.8s ease-in-out,
        height 0.5s ease-in-out;
    transform-origin: center;
    backdrop-filter: blur(10px);
}
.slider-style-2.slick-active .line,
.slider-style-4.slick-active .line,
.single-banner.slick-active .line {
    transform: scaleY(0);
}
.slider-style-2.slick-active .line-effect,
.slider-style-4.slick-active .line-effect,
.single-banner.slick-active .line-effect {
    transform: scaleY(-50px);
}
.slider-style-2 .slick-active .line,
.slider-style-4 .slick-active .line,
.single-banner .slick-active .line {
    transform: scaleY(0);
}
.slider-style-2 .slick-active .line-effect,
.slider-style-4 .slick-active .line-effect,
.single-banner .slick-active .line-effect {
    transform: scaleY(-50px);
}

.single-banner .line {
    background: var(--color-white);
}

.slider-style-1,
.tmp-slider-style-1 {
    overflow: hidden;
}
.slider-style-1 .slider-bg-dot-shape,
.tmp-slider-style-1 .slider-bg-dot-shape {
    position: absolute;
    right: 1%;
    top: 50px;
    z-index: -1;
}
.slider-style-1 .slider-bg-dot-shape .blocksync-stars-area,
.tmp-slider-style-1 .slider-bg-dot-shape .blocksync-stars-area {
    height: 980px;
    overflow: hidden;
    width: 300px;
}
.slider-style-1 .slider-bg-dot-shape.two-splash,
.tmp-slider-style-1 .slider-bg-dot-shape.two-splash {
    position: absolute;
    left: 1%;
    right: auto;
    top: 50px;
    z-index: -1;
}
.slider-style-1 .slider-bg-dot-shape.two-splash .blocksync-stars-area,
.tmp-slider-style-1 .slider-bg-dot-shape.two-splash .blocksync-stars-area {
    height: 980px;
    overflow: hidden;
    width: 500px;
}

.tmp-slider-style-1.with-bg-tin .slider-bg-dot-shape {
    top: 0;
    width: 100%;
}
.tmp-slider-style-1.with-bg-tin .slider-bg-dot-shape .blocksync-stars-area {
    width: 100%;
    opacity: 0.5;
}

.banner-five-inner .pre-title {
    color: var(--color-white);
    font-weight: 400;
}
.banner-five-inner h1.title {
    font-size: 90px;
    line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
    .banner-five-inner h1.title {
        font-size: 68px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-five-inner h1.title {
        font-size: 46px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-five-inner h1.title {
        font-size: 32px;
    }
}
.banner-five-inner h1.title .header-caption b {
    font-size: 120px !important;
}
@media only screen and (max-width: 1199px) {
    .banner-five-inner h1.title .header-caption b {
        font-size: 100px !important;
    }
}
@media only screen and (max-width: 991px) {
    .banner-five-inner h1.title .header-caption b {
        font-size: 75px !important;
    }
}
@media only screen and (max-width: 575px) {
    .banner-five-inner h1.title .header-caption b {
        font-size: 32px !important;
    }
}
.banner-five-inner .tmp-section-title-border .subtitle {
    margin: 0;
}
.banner-five-inner .tmp-section-title-border .subtitle .subtitle-text {
    color: #fff;
    font-weight: 400;
}
.banner-five-inner .tmp-section-title-border .line-separator {
    width: 100px;
}
.banner-five-inner .tmp-section-title-border .line-separator.line-left {
    background-image: linear-gradient(-90deg, #ffffff, rgba(33, 38, 45, 0));
}
.banner-five-inner .tmp-section-title-border .line-separator.line-right {
    background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
}

.banner-startup-agency-content {
    background: rgba(255, 255, 255, 0.0588235294);
    padding: 70px 180px 50px 80px !important;
    border-radius: 6px;
    border-left: 10px solid var(--color-primary);
    border-right: 4px solid var(--color-card);
    max-width: max-content;
    margin: 0;
    backdrop-filter: blur(5px);
    overflow: hidden;
    margin-top: -30px;
}
@media only screen and (max-width: 991px) {
    .banner-startup-agency-content {
        padding: 50px 80px 50px 60px !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner-startup-agency-content {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 575px) {
    .banner-startup-agency-content {
        padding: 25px !important;
    }
}
.banner-startup-agency-content .title {
    margin-top: 25px;
}
@media only screen and (max-width: 991px) {
    .banner-startup-agency-content .title {
        font-size: 46px !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner-startup-agency-content .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-startup-agency-content .title {
        font-size: 32px !important;
    }
}
.banner-startup-agency-content p.description {
    line-height: 1.5 !important;
}
.banner-startup-agency-content .social-icon {
    justify-content: flex-start;
}
.banner-startup-agency-content .social-icon li a:hover {
    transform: translateY(-3px);
}
.banner-startup-agency-content .social-icon li a:hover i {
    color: var(--color-white);
}
.banner-startup-agency-content .social-icon li a:hover::after {
    transform: scale(1.05);
}
.banner-startup-agency-content .button-group {
    justify-content: flex-start;
}

.tmp-modern-slider .banner-content-9 .title {
    font-size: 60px;
    line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
    .tmp-modern-slider .banner-content-9 .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-modern-slider .banner-content-9 .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 479px) {
    .tmp-modern-slider .banner-content-9 .title {
        font-size: 34px;
    }
}
.tmp-modern-slider .banner-content-9 .title span {
    color: var(--color-primary);
    font-size: 66px;
}
@media only screen and (max-width: 1199px) {
    .tmp-modern-slider .banner-content-9 .title span {
        font-size: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .tmp-modern-slider .banner-content-9 .title span {
        font-size: 42px;
    }
}
@media only screen and (max-width: 479px) {
    .tmp-modern-slider .banner-content-9 .title span {
        font-size: 34px;
    }
}
.tmp-modern-slider .banner-content-9 .pres-line-separator-wrapper .subtitle {
    color: #fff;
}
.tmp-modern-slider
    .banner-content-9
    .pres-line-separator-wrapper
    .subtitle
    .odometer {
    color: var(--color-primary);
    margin-right: 10px;
    font-weight: 700;
}
.tmp-modern-slider
    .banner-content-9
    .pres-line-separator-wrapper
    .line-separator {
    width: 100px;
    background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
}

.banner-12-radious {
    border-radius: 8px;
    overflow: hidden;
}

.banner-small-right .slider-bg-dot-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-right-picking-image {
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-right-picking-image {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-right-picking-image {
        margin-right: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-right-picking-image {
        margin-right: 0;
    }
}
.banner-right-picking-image .right-image-absolute {
    position: absolute;
    right: -132px;
    left: auto;
    bottom: 0;
    top: 10%;
    max-width: 171px;
}
@media only screen and (max-width: 575px) {
    .banner-right-picking-image .right-image-absolute {
        display: none;
    }
}
.banner-right-picking-image .blocksync-stars-area {
    height: 800px;
    overflow: hidden;
    width: 300px;
}
.banner-right-picking-image .small-iamge-area {
    position: absolute;
    left: -20%;
    bottom: 30px;
    max-width: 50%;
    margin-right: 30px;
}
@media only screen and (max-width: 991px) {
    .banner-right-picking-image .small-iamge-area {
        left: 0;
        bottom: 55px;
    }
}
.banner-right-picking-image .small-iamge-area .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tmp-banner-right-carousel {
    position: relative;
}
.tmp-banner-right-carousel .line-effect {
    width: 100% !important;
    height: 100% !important;
    gap: 30px;
    display: none;
}

.header-finance {
    position: relative;
}

.financial-page-wrapper {
    padding: 0 35px;
}
@media only screen and (max-width: 767px) {
    .financial-page-wrapper {
        padding: 0 0;
    }
}

.title-index-12-marque .text-split-wrap-video {
    position: relative;
    padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
    .title-index-12-marque .text-split-wrap-video {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .title-index-12-marque .text-split-wrap-video {
        padding-top: 0;
    }
}
.title-index-12-marque .text-split-wrap-video .title {
    opacity: 1;
    font-size: 150px;
    text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
    .title-index-12-marque .text-split-wrap-video .title {
        font-size: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .title-index-12-marque .text-split-wrap-video .title {
        font-size: 90px;
        line-height: 1;
    }
}
@media only screen and (max-width: 575px) {
    .title-index-12-marque .text-split-wrap-video .title {
        font-size: 50px;
        line-height: 1;
        text-shadow: none;
    }
}
.title-index-12-marque .text-split-wrap-video .title span {
    -webkit-text-fill-color: unset;
    -webkit-text-size-adjust: unset;
    -webkit-text-stroke: unset;
    color: var(--color-primary);
}

.slider-hr-website-clip {
    clip-path: polygon(
        0% 0%,
        0% 0%,
        11.499% 0%,
        22.022% 0%,
        31.809% 0%,
        41.102% 0%,
        50.142% 0%,
        59.171% 0%,
        68.43% 0%,
        78.16% 0%,
        88.603% 0%,
        100% 0%,
        100% 100%,
        100% 100%,
        86.685% 95.4%,
        75.613% 91.823%,
        66.218% 89.267%,
        57.938% 87.734%,
        50.205% 87.223%,
        42.456% 87.734%,
        34.126% 89.267%,
        24.65% 91.823%,
        13.463% 95.4%,
        0% 100%,
        0% 0%
    );
}
@media only screen and (max-width: 575px) {
    .slider-hr-website-clip {
        clip-path: none;
    }
}

.slider-hr-website-banner .inner {
    max-width: 40%;
    margin: auto;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .slider-hr-website-banner .inner {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .slider-hr-website-banner .inner {
        max-width: 90%;
    }
}
.slider-hr-website-banner .inner.no-radious::after {
    border-radius: 0;
    animation: none;
    height: 500px;
    border-radius: 6px;
}
.slider-hr-website-banner .inner.no-radious::before {
    border-radius: 0;
    animation: none;
    height: 645px;
    border-radius: 6px;
}
.slider-hr-website-banner .inner::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background: var(--color-card);
    opacity: 1;
    z-index: -1;
    animation: pulse 8s ease-in-out infinite alternate;
}
@media only screen and (max-width: 991px) {
    .slider-hr-website-banner .inner::after {
        width: 600px;
        height: 600px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-hr-website-banner .inner::after {
        animation: none;
        border-radius: 0;
    }
}
.slider-hr-website-banner .inner::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 810px;
    height: 810px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background: var(--color-card);
    opacity: 0.3;
    z-index: -1;
    animation: pulse 16s ease-in-out infinite alternate;
    backdrop-filter: blur(2px);
}
@media only screen and (max-width: 991px) {
    .slider-hr-website-banner .inner::before {
        width: 710px;
        height: 710px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-hr-website-banner .inner::before {
        animation: none;
    }
}
.slider-hr-website-banner .inner .btn-read-more span i {
    margin-left: 7px;
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
    }
}

.mt-dec-150 {
    margin-top: -150px;
}

.tmp-slider-style-banner-tin {
    background-image: url(../images/shape/light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .transarent-bg-header {
        position: absolute;
    }
    .transarent-bg-header .header-default {
        background-color: transparent;
    }
}

.inner-banner-three a.tmp-btn.btn-border {
    border-width: 1px;
    border-color: #4e4e4e !important;
}
.inner-banner-three a.tmp-btn.btn-border:hover {
    border-color: var(--color-primary) !important;
}

@media only screen and (max-width: 1199px) {
    .banner-12-shape-controlder {
        height: 824px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-12-shape-controlder {
        height: auto;
    }
}
.banner-12-shape-controlder .shape-left-top {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .banner-12-shape-controlder .shape-left-top {
        display: none;
    }
}

.banner-slider-it-solution {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-slider-it-solution .shape-left-top {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .banner-slider-it-solution .shape-left-top {
        display: none;
    }
}

.banner-two-shape-control {
    position: relative;
    z-index: 1;
}
.banner-two-shape-control .shape-left-top {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .banner-two-shape-control .shape-left-top {
        display: none;
    }
}
.banner-two-shape-control .shape-right-bottom {
    position: absolute;
    transform: scaleX(-1);
    right: -50px;
    bottom: 20px;
    top: auto;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .banner-two-shape-control .shape-right-bottom {
        display: none;
    }
}

.it-solution-banner-area-content .title {
    font-size: 60px;
    line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .it-solution-banner-area-content .title {
        font-size: 52px;
    }
}
@media only screen and (max-width: 767px) {
    .it-solution-banner-area-content .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 575px) {
    .it-solution-banner-area-content .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .it-solution-banner-area-content .title br {
        display: block;
    }
}

.thumbnail-banner-right-it {
    position: relative;
}
.thumbnail-banner-right-it::after {
    position: absolute;
    content: "";
    left: 7%;
    bottom: 18%;
    height: 120px;
    width: 120px;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 50%;
    animation: leftRight 15s linear infinite;
}
@media only screen and (max-width: 767px) {
    .thumbnail-banner-right-it::after {
        height: 70px;
        width: 70px;
    }
}
.thumbnail-banner-right-it::before {
    position: absolute;
    content: "";
    right: 24%;
    top: 4%;
    height: 100px;
    width: 100px;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 50%;
    animation: leftRight 7s linear infinite;
}
@media only screen and (max-width: 767px) {
    .thumbnail-banner-right-it::before {
        height: 50px;
        width: 50px;
    }
}
.thumbnail-banner-right-it .dots .dot-1 {
    position: absolute;
    left: 10%;
    bottom: 13%;
    z-index: -1;
}
.thumbnail-banner-right-it .dots .dot-2 {
    position: absolute;
    right: 10%;
    top: 18%;
    z-index: -1;
}

.banner-slider-it-solution.personal-advisory
    .thumbnail-banner-right-it
    .thumbnail_advisory {
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
    border-radius: 5px;
}
.banner-slider-it-solution.personal-advisory
    .thumbnail-banner-right-it
    .dots
    .dot-1 {
    left: -14%;
}
.banner-slider-it-solution.personal-advisory
    .thumbnail-banner-right-it
    .dots
    .dot-2 {
    right: -9%;
    top: 9%;
}
.banner-slider-it-solution.personal-advisory
    .thumbnail-banner-right-it::before {
    right: 7%;
    top: -8%;
}
.banner-slider-it-solution.personal-advisory .thumbnail-banner-right-it::after {
    left: -7%;
    bottom: 29%;
}
.banner-slider-it-solution.personal-advisory
    .it-solution-banner-area-content
    .title {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-slider-it-solution.personal-advisory
        .it-solution-banner-area-content
        .title {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-slider-it-solution.personal-advisory
        .it-solution-banner-area-content
        .title {
        font-size: 52px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-slider-it-solution.personal-advisory
        .it-solution-banner-area-content
        .title {
        font-size: 42px;
    }
    .banner-slider-it-solution.personal-advisory
        .it-solution-banner-area-content
        .title
        br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .banner-slider-it-solution.personal-advisory
        .it-solution-banner-area-content
        .title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .title br {
        display: none;
    }
}

.banner-7.banner-splash-area .category-area-main .single-category {
    background: transparent;
}

/*-----------------------------
    Portfolio details
--------------------------------*/
.tmp-portfolio-details .content-left .title {
    margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
    .tmp-portfolio-details .content-left .title {
        margin-bottom: 20px;
    }
}
.tmp-portfolio-details .content-left .single-list-wrapper {
    margin: -5px;
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list {
    margin: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.tmp-portfolio-details
    .content-left
    .single-list-wrapper
    .single-list
    + .single-list {
    border-top: 1px solid var(--color-border);
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list label {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-right: 16px;
    margin: 0;
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list span {
    font-size: 18px;
}
.tmp-portfolio-details .content-right .subtitle {
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.tmp-portfolio-details .content-right .description p {
    margin-bottom: 10px;
}

.tmp-portfolio-details .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 1400px;
    width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tmp-portfolio-details .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-portfolio-details .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-portfolio-details .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

/*--------------------------------
    Single Demo
-------------------------------*/
.single-demo {
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: var(--shadow-1);
    height: 100%;
}
.single-demo::after {
    border-radius: 10px;
}
.single-demo > a {
    display: block;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-radius: 15px;
}
@media only screen and (max-width: 575px) {
    .single-demo > a {
        padding-left: 14px;
        padding-right: 14px;
    }
}
.single-demo > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.07);
    background-color: #f15252;
    box-shadow:
        10px 0 0 #facb34,
        20px 0 0 #a7df4b;
}
.single-demo > .demo-part {
    display: block;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-radius: 15px;
}
@media only screen and (max-width: 575px) {
    .single-demo > .demo-part {
        padding-left: 14px;
        padding-right: 14px;
    }
}
.single-demo > .demo-part::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.07);
    background-color: #f15252;
    box-shadow:
        10px 0 0 #facb34,
        20px 0 0 #a7df4b;
}
.single-demo .content {
    padding: 18px 20px;
    display: block;
    text-align: left;
}
.single-demo .thumbnail {
    position: relative;
}
.single-demo .thumbnail img {
    width: 100% !important;
}
.single-demo .thumbnail .image-light {
    display: none;
}
.single-demo .thumbnail .label-badge {
    position: absolute;
    right: 20px;
    border-radius: 5px;
    background-color: transparent;
    background: #fff700;
    padding: 0 12px;
    color: #000;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    width: 60px;
    bottom: 20px;
}
.single-demo .thumbnail .tmp-preview-wrap {
    position: absolute;
    inset: -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    z-index: 2;
    opacity: 0.5;
    gap: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
    .single-demo .thumbnail .tmp-preview-wrap {
        min-width: max-content;
    }
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn {
    padding: 16px 24px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background: var(--color-primary);
    border: none;
    transform: scale(0);
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn .tmp-icon-svg {
    opacity: 0;
    width: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 10px;
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn:hover {
    border: none;
    background: var(--color-primary);
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn:hover .tmp-icon-svg {
    opacity: 1;
    width: 16px;
    margin-left: 3px;
}
.single-demo .title {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.05px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-demo .tags-wrappers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 13px;
}
.single-demo .tags-wrappers .single {
    padding: 6px 8px;
    background: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    line-height: 1;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}
.single-demo .tags-wrappers .single:hover {
    transform: scale(1.1);
}
.single-demo .label-new {
    background: var(--color-primary);
    background: linear-gradient(
        145deg,
        var(--color-primary) 0%,
        var(--color-secondary) 100%
    );
    padding: 0px 16px;
    color: #fff;
    border-radius: 500px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
}
@media only screen and (max-width: 991px) {
    .single-demo {
        transform: translateY(-6px);
    }
    .single-demo .thumbnail .tmp-preview-wrap {
        opacity: 1;
    }
    .single-demo .tmp-view-btn {
        transform: scale(1) !important;
    }
}
.single-demo:hover {
    transform: translateY(-6px);
}
.single-demo:hover .thumbnail .tmp-preview-wrap {
    opacity: 1;
}
.single-demo:hover .tmp-view-btn {
    transform: scale(1) !important;
}

.single-slick-slide {
    margin-top: 30px;
}
.single-slick-slide .single-demo {
    box-shadow: none;
}

.tmp-splash-service .service.service__style--1 .content .title {
    font-size: 20px;
}

.tmp-splash-section-title.section-title .title {
    margin-bottom: 0;
    font-size: 32px;
    color: var(--color-white);
    font-weight: 900 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-splash-section-title.section-title .title {
        font-size: 27px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-splash-section-title.section-title .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-splash-section-title.section-title .title {
        font-size: 20px;
    }
}

.tmp-splash-section-title.section-title.text-center
    .description.has-medium-font-size {
    padding: 0 13%;
    font-size: 18px;
}

.tmp-splash-service .service.service__style--1 .icon img {
    filter: brightness(1);
}

.tmp-move-feature-area {
    background: var(--color-card);
}

.tmp-mv-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.tmp-mv-feature-list .mv-feature {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.tmp-mv-feature-list .mv-feature .icon {
    width: 22px;
    height: 22px;
    background: #3eb75e;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    font-size: 14px;
    margin-right: 10px;
}
.tmp-mv-feature-list .mv-feature .text {
    color: var(--color-heading);
}

.scroll-animation {
    display: flex;
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    width: 7200px;
    position: relative;
}
.scroll-animation.scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .scroll-animation .single-column-20 {
        width: 310px;
        padding: 0 10px;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}
@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}
@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
.demo-slider-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 957px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .demo-slider-area {
        height: 800px;
    }
}
.demo-slider-area .display-two {
    font-size: 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .demo-slider-area .display-two {
        font-size: 46px;
    }
}
@media only screen and (max-width: 1199px) {
    .demo-slider-area .display-two {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-slider-area .display-two {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .demo-slider-area .display-two {
        font-size: 38px;
    }
}
@media only screen and (max-width: 575px) {
    .demo-slider-area .display-two {
        font-size: 28px;
    }
}
.demo-slider-area.slider-style-1 .inner {
    padding-top: 50px;
}
.demo-slider-area.slider-style-1 .inner .description {
    padding: 0 15%;
    font-size: 18px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-slider-area.slider-style-1 .inner .description {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .demo-slider-area.slider-style-1 .inner .description {
        padding: 0;
    }
}
.demo-slider-area.slider-style-1 .inner .title span {
    display: inline-block;
    position: relative;
}
.demo-slider-area.slider-style-1 .inner .title span svg {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: 0;
}
@media (min-width: 1700px) {
    .demo-slider-area.slider-style-1 .inner .title span svg {
        margin-left: 50px;
    }
}
.demo-slider-area.slider-style-1 .inner .title span.title-2 {
    font-size: 50px;
}

.banner-svg {
    position: absolute;
    width: 938px;
    height: 938px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    background: -o-linear-gradient(
        315deg,
        var(--color-primary) 46.07%,
        rgba(53, 52, 124, 0) 91.91%
    );
    background: linear-gradient(
        135deg,
        var(--color-primary) 46.07%,
        rgba(53, 52, 124, 0) 91.91%
    );
    -webkit-filter: blur(150px);
    filter: blur(150px);
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.4;
}
.banner-svg.banner-svg-right {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
}

.elements-presentation-area {
    overflow: hidden;
}
.elements-presentation-area .scroll-animation-all-wrapper {
    position: relative;
}
.elements-presentation-area .scroll-animation-all-wrapper::before {
    position: absolute;
    height: 100%;
    width: 263px;
    background: linear-gradient(
        270deg,
        rgba(18, 18, 20, 0.18) 0%,
        #151517 100%
    );
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
}
.elements-presentation-area .scroll-animation-all-wrapper::after {
    position: absolute;
    height: 100%;
    width: 263px;
    background: linear-gradient(
        270deg,
        rgba(18, 18, 20, 0.18) 0%,
        #151517 100%
    );
    z-index: 2;
    content: "";
    right: 0;
    top: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column {
    display: flex;
    align-items: center;
    gap: 20px;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list {
    display: flex;
    gap: 20px;
    align-items: center;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list
    a {
    min-width: max-content;
    padding: 8px 20px;
    background-color: var(--color-card);
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-radius: 6px;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list
    a
    i {
    color: var(--color-primary);
    margin-right: 7px;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list.one-top {
    animation: marquee-2 125s linear infinite;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list.two-top {
    animation: marquee 105s linear infinite;
}
.elements-presentation-area
    .scroll-animation-all-wrapper
    .scroll-animation-wrapper
    .single-column
    .categori-list.three-top {
    animation: marquee-2 85s linear infinite;
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.landing-page-wrapper .bg-line-animatoin-area-global {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
        hue-rotate(3deg) brightness(119%) contrast(107%);
}

.banner-splash-area {
    position: relative;
    z-index: 1;
}
.banner-splash-area .slider-bg-light {
    position: absolute;
    right: 0%;
    top: 0;
    min-width: 300px;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.banner-splash-area .slider-bg-light img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.banner-splash-area .bg-circle-area {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: none !important;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.06),
        rgba(0, 0, 0, 0.02)
    );
    backdrop-filter: blur(10px);
    height: 1500px;
    width: 1500px;
    border-radius: 50%;
    z-index: -1;
    overflow: hidden;
}
.banner-splash-area .bg-circle-area::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icons/noise.gif);
    z-index: -1;
    background-color: rebeccapurple;
    opacity: 0.03;
}
.banner-splash-area .category-area-main .single-category {
    padding: 10px 30px;
    background: #fff;
    border-radius: 100px;
    backdrop-filter: blur(6px) saturate(120%);
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.12);
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category {
        padding: 6px 16px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-splash-area .category-area-main .single-category {
        display: none;
    }
}
.banner-splash-area .category-area-main .single-category.one {
    top: 20%;
    left: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.one {
        left: 1%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.one {
        left: 1%;
    }
}
.banner-splash-area .category-area-main .single-category.two {
    top: 30%;
    left: 7%;
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.two {
        left: 3%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.two {
        left: 3%;
    }
}
.banner-splash-area .category-area-main .single-category.three {
    top: 40%;
    left: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.three {
        left: 5%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.three {
        left: 5%;
    }
}
.banner-splash-area .category-area-main .single-category.four {
    top: 50%;
    left: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.four {
        left: 7%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.four {
        left: 7%;
    }
}
.banner-splash-area .category-area-main .single-category.five {
    top: 60%;
    left: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.five {
        left: 9%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.five {
        left: 9%;
    }
}
.banner-splash-area .category-area-main .single-category.six {
    top: 70%;
    left: 19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.six {
        left: 11%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.six {
        left: 11%;
    }
}
.banner-splash-area .category-area-main .single-category.seven {
    top: 80%;
    left: 25%;
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.seven {
        left: 13%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.seven {
        left: 15%;
    }
}
.banner-splash-area .category-area-main .single-category.eight {
    top: 20%;
    right: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.eight {
        right: 1%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.eight {
        right: 1%;
    }
}
.banner-splash-area .category-area-main .single-category.nine {
    top: 30%;
    right: 7%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.nine {
        right: 3%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.nine {
        right: 3%;
    }
}
.banner-splash-area .category-area-main .single-category.ten {
    top: 40%;
    right: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.ten {
        right: 5%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.ten {
        right: 5%;
    }
}
.banner-splash-area .category-area-main .single-category.eleven {
    top: 50%;
    right: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.eleven {
        right: 7%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.eleven {
        right: 7%;
    }
}
.banner-splash-area .category-area-main .single-category.twelve {
    top: 60%;
    right: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.twelve {
        right: 9%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.twelve {
        right: 9%;
    }
}
.banner-splash-area .category-area-main .single-category.thirteen {
    top: 70%;
    right: 19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.thirteen {
        right: 11%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.thirteen {
        right: 11%;
    }
}
.banner-splash-area .category-area-main .single-category.fourteen {
    top: 80%;
    right: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-splash-area .category-area-main .single-category.fourteen {
        right: 15%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-splash-area .category-area-main .single-category.fourteen {
        right: 13%;
    }
}
.banner-splash-area .category-area-main .single-category p {
    margin: 0;
    font-weight: 700;
    color: var(--color-white);
}

.service-feature-main-wrapper-splash.with-radious-icon
    .service.service__style--1
    .icon {
    border: 1px solid #222222;
    background: #222222;
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
}
.service-feature-main-wrapper-splash.with-radious-icon
    .service.service__style--1
    .icon
    img {
    max-height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-feature-main-wrapper-splash.with-radious-icon
        .service.service__style--1
        .icon
        img {
        max-width: 50px;
    }
}

.splash_bg {
    background: #0a0a0a;
}
.splash_bg .tmp-fluid-header .container-wrapper {
    padding: 0 20px;
}

.splash_bg .slider-style-1 .inner .title .header-caption1 .cd-words-wrapper {
    padding: 0;
}
.splash_bg .slider-style-1 .inner .title .header-caption1 .cd-words-wrapper b {
    color: var(--color-heading);
    text-align: center;
}

@keyframes shine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
.inversweb-single-demos-with-mobile {
    position: relative;
    height: 100%;
}
.inversweb-single-demos-with-mobile.with-white-version .bg-card {
    background: #fff;
}
.inversweb-single-demos-with-mobile.with-white-version .bg-card::after {
    background: #fff;
}
.inversweb-single-demos-with-mobile.with-white-version .invers-mobile-view {
    border-color: rgba(255, 255, 255, 0.1215686275);
    background: rgba(255, 255, 255, 0.06);
}
.inversweb-single-demos-with-mobile.with-white-version .single-demo .title {
    color: #242424;
}
.inversweb-single-demos-with-mobile.with-white-version
    .tmp-preview-wrap
    .tmp-view-btn {
    border-color: var(--color-primary);
    background: var(--color-primary);
}
.inversweb-single-demos-with-mobile .tmp-preview-wrap .tmp-view-btn {
    border-color: var(--color-primary) !important;
    background: var(--color-primary) !important;
}
.inversweb-single-demos-with-mobile
    .tmp-preview-wrap
    .tmp-view-btn:first-child {
    background: var(--color-heading) !important;
}
.inversweb-single-demos-with-mobile .invers-mobile-view {
    position: absolute;
    right: -39px;
    bottom: 92px;
    z-index: 2;
    padding: 7px;
    padding-top: 16px;
    border-radius: 10px;
    transition:
        opacity 0.6s ease 0.12s,
        transform 0.4s ease;
    width: 152px;
    height: auto;
    background: rgba(10, 10, 10, 0.05);
    border: 2px solid #222222;
    backdrop-filter: blur(7.5px);
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .inversweb-single-demos-with-mobile .invers-mobile-view {
        right: -20px;
        bottom: 69px;
        width: 110px;
    }
}
@media only screen and (max-width: 1199px) {
    .inversweb-single-demos-with-mobile .invers-mobile-view {
        right: -20px;
        bottom: 69px;
        width: 110px;
    }
}
@media only screen and (max-width: 479px) {
    .inversweb-single-demos-with-mobile .invers-mobile-view {
        width: 90px;
    }
}
.inversweb-single-demos-with-mobile .invers-mobile-view::before {
    position: absolute;
    content: "";
    background: #ffffff;
    border-radius: 5px;
    top: 7px;
    left: 50%;
    height: 2px;
    width: 28px;
    transform: translateX(-50%);
}
.inversweb-single-demos-with-mobile .invers-mobile-view img {
    border-radius: 2px;
}
.inversweb-single-demos-with-mobile:hover .invers-mobile-view {
    bottom: 120px;
    transform: translateY(-5%);
    opacity: 1;
}

.tmp-splash-section-title {
    position: relative;
    z-index: 1;
}
.tmp-splash-section-title .blocksync-scroll-trigger {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 1199px) {
    .header-splash .btn-small {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-splash .btn-small {
        padding: 0 15px;
    }
}

.title-bg-demos {
    position: absolute;
    color: #242424;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    font-size: 400px;
    min-width: max-content;
    font-weight: 700;
    line-height: 0.8em;
    background: linear-gradient(to top, rgba(1, 1, 1, 0) 0%, #4a4a4a 100.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
}
@media only screen and (max-width: 575px) {
    .title-bg-demos {
        font-size: 210px;
    }
}

.position-sticky-top-100 {
    position: sticky;
    top: 100px;
}

.inner-page-wrapper-area-start {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.inner-page-wrapper-area-start > div {
    flex-basis: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
    .inner-page-wrapper-area-start > div {
        flex-basis: 100%;
    }
}
.inner-page-wrapper-area-start .single-slick-slide {
    margin-top: 0;
}

.tmp-elements-area-start-splash {
    background-attachment: fixed;
}

.zoomactive {
    transition: 1.5s;
    transform: scale(1.15);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    filter: drop-shadow(0px 0px 2px rgba(81, 55, 249, 0.4274509804))
        drop-shadow(0px 0px 4px rgba(81, 55, 249, 0.4274509804))
        drop-shadow(0px 0px 10px rgba(81, 55, 249, 0.4274509804))
        drop-shadow(0px 0px 20px rgba(81, 55, 249, 0.4274509804))
        drop-shadow(0px 0px 35px rgba(81, 55, 249, 0.4274509804))
        drop-shadow(0px 0px 60px rgba(81, 55, 249, 0.4274509804));
}

.tmp-mesonary-image-area-start {
    position: relative;
    padding-top: 100px;
}
.tmp-mesonary-image-area-start .invers-theme-masonary {
    margin-top: -250px;
}
.tmp-mesonary-image-area-start .inversweb-sticky-section {
    border: 3px solid var(--color-primary);
    border-radius: 500px;
    padding: 15px 40px;
    width: fit-content;
    background: var(--color-card);
    position: sticky;
    top: 125px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.5s ease-in-out;
    z-index: 5;
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    font-size: 60px;
    line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-mesonary-image-area-start .inversweb-sticky-section h3 .h3 {
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 767px) {
    .tmp-mesonary-image-area-start .inversweb-sticky-section h3 .h3 {
        font-size: 12px !important;
    }
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 p {
    font-size: 28px;
    margin: 0;
    color: var(--color-white);
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 p span {
    font-weight: 700;
    line-height: 0;
    position: relative;
    bottom: -8px;
    font-size: 70px;
    margin-right: 7px;
}

.bg-black {
    background: #0a0a0a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr_lg--30 {
        padding: 0 30px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .plr--120 {
        padding: 0 90px !important;
    }
}
.load-demo-btn-wrap svg {
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.1490196078);
    margin-left: 10px;
    border-radius: 50%;
    padding: 7px;
}
.load-demo-btn-wrap svg path {
    fill: #fcfcfc;
}

@media only screen and (max-width: 575px) {
    .splash_bg .preview-accordion-area br {
        display: block;
    }
}

.active-light-bg-shape {
    display: none;
}

.active-dark-bg-shape {
    display: block;
}

.active-light-mode.splash_bg .bg-black::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        #07060c 2.05%,
        rgba(7, 6, 12, 0.4) 50%,
        #07060c 90.44%
    );
    z-index: 1;
    opacity: 0.7;
}

.active-light-mode.splash_bg .bg-black {
    background: #242424;
    position: relative;
    z-index: 1;
}

.emoje-controlder {
    position: relative;
    z-index: 1;
}
.emoje-controlder .right-top {
    position: absolute;
    right: 15%;
    top: 60px;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .emoje-controlder .right-top {
        position: absolute;
        right: 5%;
        top: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .emoje-controlder .right-top {
        display: none;
    }
}
.emoje-controlder .left-bottom {
    position: absolute;
    left: 15%;
    top: 360px;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .emoje-controlder .left-bottom {
        position: absolute;
        left: 4%;
        top: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .emoje-controlder .left-bottom {
        display: none;
    }
}

.bg_inner-page-splash {
    background: #edecf5;
}

.lan-single-testimonial {
    background-color: #ffffff;
    padding: 60px 45px;
    border-radius: 6px;
}
@media only screen and (max-width: 575px) {
    .lan-single-testimonial {
        padding: 25px;
    }
}
.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.lan-single-testimonial .testimonial-box .inner .clint-info-wrapper .thumb img {
    max-height: 50px;
}
.lan-single-testimonial
    .testimonial-box
    .inner
    .clint-info-wrapper
    .client-info
    .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 5px;
}
.lan-single-testimonial
    .testimonial-box
    .inner
    .clint-info-wrapper
    .client-info
    .designation {
    font-size: 12px;
    line-height: 18px;
}
.lan-single-testimonial .testimonial-box .inner .description {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-body);
    margin-bottom: 15px;
}
.lan-single-testimonial .testimonial-box .inner .star {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lan-single-testimonial .testimonial-box .inner .star .number {
    font-size: 25px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    margin: 0;
}
.lan-single-testimonial .testimonial-box .inner .star .stars-area {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.lan-single-testimonial .testimonial-box .inner .star .stars-area img {
    max-width: 25px;
    margin-bottom: 0;
}

.tmp-testimonials-area-splash {
    z-index: 1;
}
.tmp-testimonials-area-splash::after {
    background-size: auto !important;
    background-repeat: repeat !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/patern.svg) !important;
    z-index: -1;
    opacity: 0.03;
}
.tmp-testimonials-area-splash .gradiant-top-bottom {
    position: absolute;
    content: " ";
    width: 100%;
    height: 160px;
    left: 0;
    background: linear-gradient(
        172.77deg,
        #060606 -0.39%,
        rgba(6, 6, 6, 0) 93.82%
    );
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
}
.tmp-testimonials-area-splash .gradiant-top-bottom.top-gradiant {
    top: -30px;
    background: linear-gradient(1deg, #edecf5 -0.39%, rgba(6, 6, 6, 0) 93.82%);
}
.tmp-testimonials-area-splash .gradiant-top-bottom.bottom-gradiant {
    bottom: 0;
    background: linear-gradient(
        181deg,
        #edecf5 -0.39%,
        rgba(6, 6, 6, 0) 93.82%
    );
    transform: matrix(1, 0, 0, -1, 0, 0);
}
@media only screen and (max-width: 767px) {
    .tmp-testimonials-area-splash .gradiant-top-bottom.bottom-gradiant {
        bottom: 0;
    }
}
.tmp-testimonials-area-splash .tmp-review-area-relative {
    position: relative;
}
.tmp-testimonials-area-splash .tmp-review-area-relative .tmp-review-wrapper {
    position: relative;
    overflow: hidden;
    height: 1080px;
}

.tmp-testimonials-scrool-item {
    animation: testimonialscroll 30s linear infinite;
    animation-duration: 30s;
    transition: all 0.4s ease-in;
}

@keyframes testimonialscroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
/* Advance Tab Style Four  */
.advance-tab-four {
    position: relative;
    padding: 48px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border: 1px solid var(--color-border);
    border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advance-tab-four {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-tab-four {
        padding: 20px;
    }
}
.advance-tab-four .advance-tab-top .description {
    font-size: var(--font-size-b3);
}

.rn-info-box {
    margin-top: 20px;
    background-color: var(--color-extra06);
    padding: 40px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
}
.rn-info-box .box-inner .content {
    margin-top: 10px;
}

.service-thumbnail-offset-2 {
    margin-right: -60px;
    margin-bottom: -60px;
    border-radius: 10px 0 10px 0;
}

.inner.Collaborate-inner {
    padding: 0 50px 0 30px;
}
@media only screen and (max-width: 767px) {
    .inner.Collaborate-inner {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner.Collaborate-inner .description {
        font-size: 14px;
    }
}

/*-----------------------
    Corpox Widget Styles
--------------------------*/
.tmp-widget-sidebar .tmp-default-sidebar-list li {
    display: flex;
    justify-content: space-between;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li i {
    color: var(--color-body);
    margin-right: 10px;
    font-size: 16px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li span.tmp-feature-value {
    font-size: 12px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li a {
    color: var(--color-body);
    transition: 0.4s;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li a:hover {
    color: var(--color-primary);
}
.tmp-widget-sidebar .tmp-default-sidebar-list li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--color-border);
}

.active-light-mode {
    background: #fafafa;
    --color-heading: #1b1b1c;
    --color-white: #1b1b1b;
    --color-card: #fff;
    --color-body: #363636;
    --color-darkest: #fff;
    --color-border: #9d9dff29;
    --shadow-1: 0px 6px 34px rgb(231 231 231 / 41%);
}
.active-light-mode .logo-light {
    display: none;
}
.active-light-mode .logo-dark {
    display: block;
}
.active-light-mode .header-default.header-landing.sticky {
    background: #fff !important;
}
.active-light-mode .contact-with-us-service .title {
    color: #fff;
}
.active-light-mode
    .tmp-single-product__content
    .quantity-area
    .wishlist-btn:hover
    i {
    color: #fff;
}
.active-light-mode
    .banner-right-picking-image
    .small-iamge-area
    .video-icon
    .rounded-player
    span
    i {
    color: #fff !important;
}
.active-light-mode .tmp-single-wized .wized-body .single-categories li a {
    background: rgba(197, 197, 197, 0.1607843137);
}
.active-light-mode ul.categorys-widget-stndard li a {
    background: rgba(229, 229, 229, 0.32);
}
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .tmp-short-title {
    color: #1b1b1c;
}
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .nav-quick-access {
    background: #f1f1f1;
}
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.width-small-mega
    .wrapper
    .nav-quick-access
    * {
    color: #1b1b1b;
}
.active-light-mode .mainmenu-nav .mainmenu > li > a,
.active-light-mode .header-right.with-search .header-btn .search-area-btn i,
.active-light-mode .slider-style-new .tmp-badge-3 {
    color: var(--color-body);
}
.active-light-mode .tmp-header.sticky {
    background-color: rgba(255, 255, 255, 0.77) !important;
    background-image: none;
}
.active-light-mode
    .white-color-shite.title-index-12-marque
    .text-split-wrap-video
    .title {
    color: #dddddd !important;
}
.active-light-mode #inverweb-load {
    background-color: #ffffff;
}
.active-light-mode #inverweb-load .loader {
    color: #1b1b1c !important;
}
.active-light-mode .tmp-timeline-area .section-inner::after {
    background: rgb(234, 234, 234);
}
.active-light-mode .timeline-wrapper .wrapper-bottom .content .icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(97%) saturate(7472%)
        hue-rotate(250deg) brightness(102%) contrast(95%);
}
.active-light-mode .service-video-area.details * {
    color: #fff;
}
.active-light-mode .single-wrapper-details-right-p.similar-post h4 {
    border-bottom: 1px solid rgba(217, 217, 217, 0.32);
}
.active-light-mode .header-default.header-transparent.header-one.sticky {
    background: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgba(232, 232, 232, 0.41);
}
.active-light-mode .single-wrapper-details-right-p.similar-post ul li a {
    background: rgba(231, 231, 231, 0.32);
}
.active-light-mode .single-wrapper-details-right-p.similar-post ul li a:hover {
    transform: translateY(-3px);
    background: var(--color-primary);
    color: #fff;
}
.active-light-mode .load-demo-btn-wrap svg {
    height: 30px;
    width: 30px;
    background: rgba(201, 201, 201, 0.1490196078);
    margin-left: 10px;
    border-radius: 50%;
    padding: 7px;
}
.active-light-mode .load-demo-btn-wrap svg path {
    fill: #1b1b1c;
}
.active-light-mode
    .slider-style-new
    .video-12-banner.tmp-btn.rounded-player
    span
    i {
    color: #1b1b1c !important;
    transition: 0.3s;
}
.active-light-mode
    .slider-style-new
    .video-12-banner.tmp-btn.rounded-player:hover
    i {
    color: #fff !important;
}
.active-light-mode
    header.header-default.sticky
    .dot-btn
    .offcanvas-trigger
    .offcanvas-bars
    span::before {
    background: #1b1b1b !important;
}
.active-light-mode
    header.header-default.sticky
    .dot-btn
    .offcanvas-trigger
    .offcanvas-bars
    span::after {
    background: #1b1b1b !important;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-text-white {
    color: #e3e3e3;
}
.active-light-mode
    .tmp-footer-card-3
    .widget-inner
    .tmp-newsletter-form
    button {
    background: #fff;
}
.active-light-mode
    .tmp-footer-card-3
    .widget-inner
    .tmp-newsletter-form
    button:hover {
    color: #1b1b1b;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-newsletter-form input {
    border-color: #fff;
}
.active-light-mode
    .tmp-footer-card-3
    .widget-inner
    .tmp-newsletter-form
    .tmp-input-field
    label {
    color: #e3e3e3;
}
.active-light-mode header.logo-white-show .logo-light {
    display: block;
}
.active-light-mode header.logo-white-show .logo-dark {
    display: none;
}
.active-light-mode header.logo-white-show.sticky {
    background: rgba(255, 255, 255, 0.73) !important;
}
.active-light-mode header.logo-white-show.sticky .logo-light {
    display: none;
}
.active-light-mode header.logo-white-show.sticky .logo-dark {
    display: block;
}
.active-light-mode
    header.logo-white-show.default-nav-white
    .mainmenu-nav
    .mainmenu
    > li
    > a {
    color: black;
}
.active-light-mode
    header.logo-white-show.default-nav-white
    .header-right.with-search
    .header-btn
    .search-area-btn
    i {
    color: #fff;
}
.active-light-mode
    header.logo-white-show.default-nav-white.sticky
    .mainmenu-nav
    .mainmenu
    > li
    > a,
.active-light-mode
    header.logo-white-show.default-nav-white.sticky
    .header-right.with-search
    .header-btn
    .search-area-btn
    i {
    color: var(--color-body);
}
.active-light-mode .mfp-iframe-holder .mfp-close {
    background: #fff;
}
.active-light-mode .mfp-bg {
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(36px);
}
.active-light-mode .show-on-scroll {
    mix-blend-mode: unset;
}
.active-light-mode .show-on-scroll span a {
    padding: 9px 5px;
    border-radius: 20px;
    background: #fff;
    color: var(--color-body);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.active-light-mode .tab-area-shop-details .nav-tabs .nav-link.active,
.active-light-mode .tmp-our-cart-area-start table tbody tr td .remove-btn,
.active-light-mode .checkout-area-main-wrapper-left .full-grid .login-area span,
.active-light-mode
    .checkout-area-main-wrapper-left
    .full-grid
    .login-area
    span
    a {
    color: #fff;
}
.active-light-mode
    .checkout-area-main-wrapper-left
    .full-grid
    .form-content-box
    .form-group
    select {
    color: #1b1b1b;
}
.active-light-mode .tmp-our-cart-area-start table thead tr,
.active-light-mode .tmp-our-cart-area-start table tbody tr,
.active-light-mode
    .checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total {
    border-bottom: 1px solid rgba(99, 99, 99, 0.08);
}
.active-light-mode .cart-top-area,
.active-light-mode .tmp-our-cart-area-start .cart-table,
.active-light-mode
    .checkout-area-main-wrapper-left
    .order-area-single-card
    .order-wrapper
    .cart-total
    .product-info
    .image-area {
    border: 1px solid rgba(99, 99, 99, 0.08);
}
.active-light-mode
    .tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    .single-wrapper
    input,
.active-light-mode
    .tab-area-shop-details
    .tab-content
    > .tab-pane
    .woocommerce-Reviews
    .reveiw-form
    form
    textarea {
    background: #fff;
}
.active-light-mode .product-wrapper-shop-main-card .image-area,
.active-light-mode
    .blog-details-right-sidebar-standard
    .single-card-widget
    .recent-post-sm
    .signle-list-card
    .thumbnail.shop-thumb {
    background: #e7e7e7;
}
.active-light-mode
    .tmp-our-cart-area-start
    .cart-total-area
    .cart-total.shipping-area
    .custom-options
    .option
    .checkmark {
    background-color: #d1d1d1;
}
.active-light-mode .product-wrapper-shop-main-card .image-area .tag {
    color: #000000;
    background: rgba(86, 86, 86, 0.06);
}
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu.with-mega-item-2.full-width-mega
    .wrapper
    .bg-content {
    background: -webkit-linear-gradient(var(--color-card), #efefef);
    -webkit-background-clip: text;
}
.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover,
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.has-droupdown
    .submenu
    li
    a.active {
    color: var(--color-white) !important;
    background: #ededed !important;
}
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a:hover,
.active-light-mode
    .mainmenu-nav
    .mainmenu
    li.with-megamenu
    .tmp-megamenu
    .wrapper
    .mega-menu-item
    li
    a.active {
    color: var(--color-white) !important;
    background: #ededed !important;
}
.active-light-mode .scrollbar-v:before {
    background: rgba(0, 0, 0, 0.1490196078);
}
.active-light-mode .social-default li a {
    background: #f1f1f1;
}
.active-light-mode .header-top-news .close-button,
.active-light-mode .header-top-news-2 .close-button {
    border: 2px solid rgba(255, 255, 255, 0.1215686275);
}
.active-light-mode .inverweb-side-bar-close {
    background: #fff;
}
.active-light-mode .header-top-news .inner .content *,
.active-light-mode .header-top-news-2 .inner .content * {
    color: #fff !important;
}
.active-light-mode .header-top-news .inner .right-button a span {
    color: #fff;
}
.active-light-mode .inverweb-side-bar-close .logo-side a img.logo-light {
    display: none;
}
.active-light-mode
    header.logo-white-show.default-nav-white
    .dot-btn
    .offcanvas-trigger
    .offcanvas-bars
    span::before,
.active-light-mode
    header.logo-white-show.default-nav-white
    .dot-btn
    .offcanvas-trigger
    .offcanvas-bars
    span::after {
    background: #fff;
}
.active-light-mode .inverweb-side-bar-close .close-icon-menu {
    background: #fff;
}
.active-light-mode .inverweb-side-bar-close .close-icon-menu::after {
    background: var(--color-primary);
}
.active-light-mode #buy-now a {
    color: #000000;
    background: #ffffff;
}
.active-light-mode #buy-now a img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(650%)
        hue-rotate(45deg) brightness(98%) contrast(85%);
}
.active-light-mode .service.service__style--1 .shape-service-1 {
    display: none;
}
.active-light-mode
    .slider-area.slider-style-1.variation-default.height-950.jarallax::before {
    background: #000;
    opacity: 0.5;
}
.active-light-mode .tmp-pricing.with-gradient-bg::after {
    background: linear-gradient(
        0,
        rgba(82, 55, 249, 0.15) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.active-light-mode .tmp-slick-arrow button.slick-arrow::before {
    filter: brightness(0) saturate(100%) invert(48%) sepia(91%) saturate(7491%)
        hue-rotate(245deg) brightness(97%) contrast(115%);
}
@media only screen and (max-width: 991px) {
    .active-light-mode
        .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li:nth-child(2n)
        a:nth-child(2) {
        color: #1b1b1c;
    }
}
.active-light-mode .tmp-our-cart-area-start .cart-footer form input {
    border: 1px solid rgba(99, 99, 99, 0.08);
}
.active-light-mode .tmp-slick-arrow button.slick-arrow {
    border: 2px solid rgba(82, 55, 249, 0.2509803922);
}
.active-light-mode .cart-top-area .progress-area {
    background: #e3e3e3;
}
.active-light-mode
    .brand-carousel-activation.tmp-slick-arrow
    button.slick-arrow
    i {
    color: var(--color-primary);
}
.active-light-mode
    .popup-mobile-menu
    .inner
    .header-top
    .close-menu
    .close-button
    i {
    color: #fff;
}
.active-light-mode .tmp-splite-style .split-inner .read-more-btn i {
    color: #fff;
}
.active-light-mode .over-gradient-primary .tmp-btn {
    background: #ffffff;
    color: #000 !important;
}
.active-light-mode .over-gradient-primary .tmp-btn:hover {
    color: #fff !important;
}
.active-light-mode .section-title .subtitle {
    color: var(--color-primary);
}
.active-light-mode .tmp-slick-arrow button.slick-arrow:hover::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(181%)
        hue-rotate(235deg) brightness(117%) contrast(100%);
}
.active-light-mode .clients-wrapper:hover .text h6 {
    color: #fff;
}
.active-light-mode .tmp-get-in-touch-area .section-inner::after {
    color: #fff;
}
.active-light-mode .team-wrapper5:hover .content-area .share,
.active-light-mode .social-default li a:hover {
    color: #fff;
}
.active-light-mode
    .blog-details-right-sidebar-standard
    .single-card-widget
    button
    i {
    color: #1b1b1c;
}
.active-light-mode .tmp-get-in-touch-area.area-2 .section-inner .icon a {
    color: #ffffff;
}
.active-light-mode .post-page-banner .tmp-meta-list li i {
    background: #fff;
    color: var(--color-primary);
}
.active-light-mode .text-split-wrap-video .title {
    color: var(--color-primary);
}
.active-light-mode .about-wrapper-8 .quote-area-about p,
.active-light-mode .clltoaction-style-default .subtitle,
.active-light-mode .pricing-table-items .pricing-table ul li,
.active-light-mode .pricing-table-items .pricing-table .pricing-table-header h4,
.active-light-mode .call-to-action-modern-wrapper .right-wrapper p,
.active-light-mode .call-to-action-modern-wrapper .right-wrapper p a,
.active-light-mode .pricing-table-items .info,
.active-light-mode
    .tmp-modern-slider
    .banner-content-9
    .pres-line-separator-wrapper
    .subtitle,
.active-light-mode .tmp-single-wized .wized-body .single-categories li a {
    color: #363636;
}
.active-light-mode .testimonial-style-two .content::after {
    opacity: 0.1;
}
.active-light-mode .slider-style-2 .inner .title,
.active-light-mode .filter-button-default button.is-checked,
.active-light-mode .about-style-4 .feature-list li .icon i,
.active-light-mode .slider-style-1 .inner .title span,
.active-light-mode .slider-style-4 .inner .title,
.active-light-mode .slider-style-4 .slick-active .inner .description {
    color: #fff !important;
}
.active-light-mode .tmp-btn.rounded-player span i,
.active-light-mode .tmp-badge-2,
.active-light-mode .pricing-tab-nav-yearly.nav-tabs .nav-link.active,
.active-light-mode .pricing-table-items .pricing-table .popular-tag,
.active-light-mode .slider-style-1.variation-default .inner p,
.active-light-mode .slider-style-1.variation-default .inner .tmp-btn,
.active-light-mode .team-style-two .inner .content .title,
.active-light-mode .team-style-two .inner .content .subtitle,
.active-light-mode .avatar::before,
.active-light-mode .tmp-pricing.with-gradient-bg .popular-tag,
.active-light-mode .single-modern-case-studies .inner-content-area .tags,
.active-light-mode .working-steps-area-tabs .left-icon-number,
.active-light-mode .why-choose-content-wrapper .feature-one-wrapper .icon i,
.active-light-mode .tmp-default-tab .tab-button .tabs__tab .nav-link.active,
.active-light-mode
    .tmp-banner-area-realstate-one
    .realstate-banner-style-one
    .title,
.active-light-mode .tmp-banner-area-realstate-one .realstate-banner-style-one p,
.active-light-mode .portfolio-list-inner-content .feature-list li .icon i,
.active-light-mode .tmp-btn.rounded-player span i,
.active-light-mode .btn-default.rounded-player span i,
.active-light-mode .feature-list-service li .icon i,
.active-light-mode .tmp-apply-area .nav-tabs li button.active,
.active-light-mode .tmp-pagination li.active a,
.active-light-mode .tmp-pagination li:hover a,
.active-light-mode .blog-search .search-button i {
    color: #fff !important;
}
.active-light-mode li.comment.byuser.admin-comment * {
    color: #fff !important;
}
.active-light-mode ol li {
    color: var(--color-body);
}
.active-light-mode .customer-review-area::before {
    background: linear-gradient(
        180deg,
        #ffffff 40%,
        #ffffff 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.active-light-mode .customer-review-area::after {
    background: linear-gradient(
        0deg,
        #ffffff 40%,
        #ffffff 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.active-light-mode .team-style-two .social-default.icon-naked li a {
    color: #fff !important;
}
.active-light-mode .tmp-pagination li a {
    box-shadow: none;
}
.active-light-mode .banner-startup-agency-content {
    background: rgba(0, 0, 0, 0.17);
}
.active-light-mode .tmp-slider-style-banner-tin {
    background-image: url(../images/shape/03.webp);
}
.active-light-mode .breadcrumb-inner ul.page-list li a {
    opacity: 1;
}
.active-light-mode .breadcrumb-inner .breadcrumb-page-title .line-separator {
    background-image: linear-gradient(90deg, #d7d7d7, rgba(33, 38, 45, 0));
}
.active-light-mode .tmp-search-input-area {
    background: #f9f9f9;
}
.active-light-mode .single-modern-case-studies .inner-content-area .tags {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.active-light-mode
    .mainmenu
    .with-megamenu
    .tmp-megamenu
    .demos-area-drop-down
    ul.mega-menu-item
    li {
    background: #f3f3f3;
}
@media only screen and (max-width: 991px) {
    .active-light-mode
        .mainmenu
        .with-megamenu
        .tmp-megamenu
        .demos-area-drop-down
        ul.mega-menu-item
        li:nth-child(odd)
        a {
        background: #ddd;
    }
}
.active-light-mode .bg_patern-1 {
    background-color: #fff !important;
}
.active-light-mode .bg_patern-1::after {
    opacity: 0.07;
}
.active-light-mode .tmp-list-footer li::before {
    background: #dfdfdf;
}
.active-light-mode .tmp-btn {
    color: #fff;
    white-space: nowrap;
}
.active-light-mode .profile-share a img {
    box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.2);
}
.active-light-mode .tmp-search-input-area .search-close-icon img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(6%) saturate(16%)
        hue-rotate(317deg) brightness(94%) contrast(86%);
}
.active-light-mode .tmp-btn.btn-border {
    color: #1b1b1b;
    border-color: #e3e3e3 !important;
}
.active-light-mode .tmp-btn.btn-border:hover {
    color: #fff;
}
.active-light-mode
    .banner-12-shape-controlder
    .tmp-btn.rounded-player.popup-video
    i {
    color: var(--color-primary) !important;
}
.active-light-mode
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button::before {
    background: rgba(82, 55, 249, 0.0784313725);
    box-shadow: none;
}
.active-light-mode
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button {
    background: rgba(211, 211, 211, 0.18);
}
.active-light-mode .banner-svg {
    opacity: 0.1;
}
.active-light-mode .banner-svg.banner-svg-right {
    opacity: 0.1;
}
.active-light-mode .tmp-slick-dot .slick-dots li button::after {
    box-shadow: inset 0 0 0 7px rgba(157, 157, 255, 0.6);
}
.active-light-mode .tmp-slick-dot .slick-dots li.slick-active button::after {
    box-shadow: inset 0 0 0 1px var(--color-primary) !important;
}
.active-light-mode .banner-content-8 .line-separator.line-left {
    background-image: linear-gradient(
        -90deg,
        var(--color-primary),
        rgba(33, 38, 45, 0)
    ) !important;
}
.active-light-mode .banner-content-8 .line-separator.line-right {
    background-image: linear-gradient(
        90deg,
        var(--color-primary),
        rgba(33, 38, 45, 0)
    ) !important;
}
.active-light-mode .color-white,
.active-light-mode
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button
    .title,
.active-light-mode
    .tmp-working-process-main
    .nav-link.active
    .working-steps-area-tabs
    .inner-content
    *,
.active-light-mode .banner-content-8 .subtitle,
.active-light-mode .banner-finance-wrapper p,
.active-light-mode .realstate-banner-style-two .title .large {
    color: #1b1b1c !important;
}
.active-light-mode
    .slider-style-1.variation-default
    .inner
    .btn-read-more
    span {
    color: #fff;
}
.active-light-mode .about-wrapper-8 .tmp-list-item-half li .icon svg path {
    fill: #fff;
}
.active-light-mode .brand-carousel-activation li a img,
.active-light-mode .brand-style-1 li a img,
.active-light-mode .brand-style-2 li a img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(198%)
        hue-rotate(314deg) brightness(91%) contrast(91%);
}
.active-light-mode .team-wrapper5 .image-area {
    background: var(--color-primary);
}
.active-light-mode .team-wrapper5 {
    box-shadow: none;
}
.active-light-mode .tmp-slider-style-1.with-bg-tin {
    background-image: url(../images/shape/03.webp);
}
.active-light-mode .cursor-inner {
    background: rgba(14, 14, 14, 0.4509803922);
}
.active-light-mode .cursor-inner.cursor-hover {
    background: rgba(255, 255, 255, 0.2549019608);
    mix-blend-mode: normal;
}
.active-light-mode .cursor-outer {
    border: 2px solid rgba(14, 14, 14, 0.4509803922) !important;
    mix-blend-mode: normal;
}
.active-light-mode [data-black-overlay]:before {
    background-color: #fff;
}
.active-light-mode.splash_bg .mdbutton.mdbutton--surtur .textcircle textPath {
    fill: #fff;
    font-weight: 700;
}
.active-light-mode.splash_bg .mdbutton.mdbutton--surtur .icon {
    color: #fff;
}
.active-light-mode.splash_bg hr {
    border-top: 1px solid var(--color-border);
}
.active-light-mode.splash_bg
    .service-feature-main-wrapper-splash.with-radious-icon
    .service.service__style--1
    .icon {
    border: 1px solid #f9f9f9;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 50px;
}
.active-light-mode.splash_bg
    .inversweb-single-demos-with-mobile
    .invers-mobile-view {
    border: 2px solid rgba(255, 255, 255, 0.1882352941);
}
.active-light-mode.splash_bg .active-dark-bg-shape {
    display: none;
}
.active-light-mode.splash_bg .active-light-bg-shape {
    display: block;
}
.active-light-mode.splash_bg
    .banner-splash-area
    .category-area-main
    .single-category {
    box-shadow: 0 6px 18px rgba(121, 121, 121, 0.12);
}
.active-light-mode.splash_bg
    .thumbnail-product-swip-area
    .tmp-slick-arrow
    button.slick-arrow::before {
    filter: none !important;
}
.active-light-mode.splash_bg .title-bg-demos {
    background: linear-gradient(
        to top,
        rgba(1, 1, 1, 0) 0%,
        rgb(133, 133, 133) 100.6%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
}
.active-light-mode.splash_bg .plan-offer-list li i {
    color: #ffffff;
}
.active-light-mode.splash_bg .banner-splash-area .bg-circle-area {
    background: transparent;
}
.active-light-mode.splash_bg .banner-splash-area .title {
    color: #fff !important;
}
.active-light-mode.splash_bg .banner-splash-area .title span {
    color: #fff !important;
}
.active-light-mode.splash_bg .banner-splash-area p.description {
    color: #fff;
}

/**************************************
            Updates
***************************************/
.gym-demo {
    --color-primary: #ff0000;
    --color-secondary: #ff0000;
    --shadow-7: 0 0 20px 5px rgb(251 32 32 / 33%);
}
.gym-demo .footer-style-default .shape-area img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(5173%)
        hue-rotate(353deg) brightness(89%) contrast(128%);
}
.gym-demo .tmp-pricing.with-gradient-bg::after {
    background: linear-gradient(
        0,
        rgba(249, 55, 55, 0.51) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.gym-demo .inverweb-side-bar-close .shape-right-top img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(5173%)
        hue-rotate(353deg) brightness(89%) contrast(128%);
}
.gym-demo .form-group input,
.gym-demo .form-group textarea {
    border: var(--border-width) solid rgba(255, 157, 157, 0.1607843137);
}

.slider-gird {
    position: relative;
    z-index: 1;
}
.slider-gird .grid-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    z-index: 1;
    pointer-events: none;
}
.slider-gird .grid-mask div {
    background-color: var(--color-white);
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease-in-out;
}
.slider-gird .slick-active .grid-mask div {
    opacity: 0;
}

.bg_gym-1 {
    background-image: url(../images/bg/06.webp);
}

.bg_gym-2 {
    background-image: url(../images/bg/05.webp);
}

.bg_gym-3 {
    background-image: url(../images/bg/07.webp);
}

.time-table-area-wrapper .inner-container {
    position: relative;
}
.time-table-area-wrapper .inner-container .table-outer {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .time-table-area-wrapper .inner-container .table-outer {
        overflow-x: auto;
    }
}
.time-table-area-wrapper .inner-container .table-outer .table-inner {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.time-table-area-wrapper .table-title-box {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 10px;
    padding-top: 85px;
}
.time-table-area-wrapper .table-title-box .title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 24px 40px;
    margin-bottom: 1px;
    transition: all 500ms ease;
    text-transform: uppercase;
    background-color: var(--color-primary);
    border-radius: 4px;
}
.time-table-area-wrapper .table-title-box .day {
    position: relative;
    color: #fff;
    width: 168px;
    height: 90px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    background-color: #222222;
    text-transform: uppercase;
    border-radius: 4px;
}
.time-table-area-wrapper .clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.time-table-area-wrapper .timetable-tabs {
    position: relative;
    padding-left: 188px;
}
.time-table-area-wrapper .timetable-tabs .tab-btns {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 13px;
    padding: 0;
}
.time-table-area-wrapper .timetable-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 24px 15px;
    margin-bottom: 1px;
    display: inline-block;
    transition: all 500ms ease;
    text-transform: uppercase;
    background-color: var(--color-primary);
    border-left: 3px solid var(--color-primary);
    border-radius: 4px;
    width: 148px;
    text-align: center;
    transition: all 500ms ease;
}
.time-table-area-wrapper .timetable-tabs .tab-btns .tab-btn.active-btn {
    background-color: #222222;
}
.time-table-area-wrapper .timetable-tabs .tab-btns .tab-btn:hover {
    background-color: #222222;
}
.time-table-area-wrapper .timetable-tabs .tab-btns .tab-btn::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 28px;
    opacity: 1;
    border-top: 6px solid transparent;
    border-left: 8px solid var(--color-primary);
    border-bottom: 6px solid transparent;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.time-table-area-wrapper .tabs-content {
    position: relative;
}
.time-table-area-wrapper .tabs-content .tab {
    position: relative;
    display: none;
}
.time-table-area-wrapper .tabs-content .tab.active-tab {
    display: block;
}
.time-table-area-wrapper .tabs-content .time-box {
    position: relative;
    width: 147.5px;
    height: 90px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-card);
    background-color: var(--color-card);
    border-radius: 4px;
}
.time-table-area-wrapper .tabs-content .time-box .box-inner {
    position: relative;
    width: 100%;
}
.time-table-area-wrapper .tabs-content .time-box .box-inner .time {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.time-table-area-wrapper .tabs-content .time-box .box-inner .time span {
    position: relative;
    display: block;
    color: var(--color-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 3px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.active-light-mode
    .time-table-area-wrapper
    .tabs-content
    .time-box
    .box-inner
    .time,
.active-light-mode
    .time-table-area-wrapper
    .tabs-content
    .time-box
    .box-inner
    .time
    span {
    color: var(--color-body);
}
.active-light-mode .slider-gird .grid-mask div {
    background-color: #fff;
}
.active-light-mode.gym-demo .service.service__style--1 .icon img {
    max-height: 60px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(5173%)
        hue-rotate(353deg) brightness(89%) contrast(128%);
}
.active-light-mode.gym-demo .tmp-slick-dot .slick-dots li button::after {
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.6);
}
.active-light-mode .time-table-area-wrapper .table-title-box .day {
    color: var(--color-dark);
    background-color: #ffffff;
}

.demo-medical .bg_gym-1 {
    background-image: url(../images/bg/08.webp);
}
.demo-medical .bg_gym-2 {
    background-image: url(../images/bg/09.webp);
}
.demo-medical .bg_gym-3 {
    background-image: url(../images/bg/10.webp);
}
.demo-medical .footer-style-default .shape-area {
    filter: brightness(0) saturate(100%) invert(43%) sepia(73%) saturate(1498%)
        hue-rotate(185deg) brightness(96%) contrast(91%);
}
.demo-medical .inverweb-side-bar-close .shape-right-top img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(73%) saturate(1498%)
        hue-rotate(185deg) brightness(96%) contrast(91%);
}

.demo-medical {
    --color-primary: #2490eb;
}
.demo-medical .brand-carousel-activation {
    padding: 0 0;
}

.demo-solar {
    --color-primary: #4aab3d;
    --shadow-7: 0 0 20px 5px rgb(55 249 61 / 33%);
    --color-secondary: #4aab3d;
}
.demo-solar .bg_image--27 {
    background-image: url(../images/bg/11.webp);
}
.demo-solar .demo-banner-area-start-solar {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.demo-solar .demo-banner-area-start-solar::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        4deg,
        rgba(0, 0, 0, 0.99) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
}
.demo-solar .demo-banner-area-start-solar .inner .title {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .demo-solar .demo-banner-area-start-solar .inner .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .demo-solar .demo-banner-area-start-solar .inner .title {
        font-size: 36px;
    }
}
.demo-solar
    .demo-banner-area-start-solar
    .inner
    .tmp-personal-portfolio-content
    p.description {
    max-width: 46%;
    margin: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .demo-solar
        .demo-banner-area-start-solar
        .inner
        .tmp-personal-portfolio-content
        p.description {
        max-width: 85%;
    }
}
@media only screen and (max-width: 575px) {
    .demo-solar
        .demo-banner-area-start-solar
        .inner
        .tmp-personal-portfolio-content
        p.description {
        max-width: 100%;
    }
}
.demo-solar .inverweb-side-bar-close .shape-right-top {
    filter: brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(3186%)
        hue-rotate(66deg) brightness(102%) contrast(83%);
}
.demo-solar .section-title .subtitle {
    background: rgba(188, 255, 150, 0.059);
    color: var(--color-primary);
}
.demo-solar .bg-card {
    background: rgb(20, 20, 22) !important;
    position: relative;
}
.demo-solar .tmp-pricing.with-gradient-bg::after {
    background: linear-gradient(
        0,
        rgba(55, 249, 75, 0.33) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.demo-solar .bg-finance-video-thumb {
    position: relative;
    height: 850px;
    background-image: url(../images/bg/12.webp);
}
@media only screen and (max-width: 767px) {
    .demo-solar .bg-finance-video-thumb {
        height: 550px;
    }
}
@media only screen and (max-width: 575px) {
    .demo-solar .bg-finance-video-thumb {
        height: 450px;
    }
}
.demo-solar.active-light-mode .demo-banner-area-start-solar::after {
    background: linear-gradient(
        4deg,
        rgba(255, 255, 255, 0.99) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
}
.demo-solar.active-light-mode
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button::before {
    background: rgba(65, 249, 55, 0.08);
}
.demo-solar.active-light-mode .bg-card {
    background: rgb(239, 239, 239) !important;
    position: relative;
}
.demo-solar.active-light-mode .form-group input,
.demo-solar.active-light-mode .form-group textarea {
    border: var(--border-width) solid rgba(166, 255, 157, 0.1607843137);
}
.demo-solar.active-light-mode .brand-style-1 li {
    border-color: rgba(74, 171, 61, 0.2509803922);
}

.active-light-mode .demo-solar.light .bg-card {
    background: rgb(255, 255, 255) !important;
}

.height-650 {
    height: 650px;
}
@media only screen and (max-width: 575px) {
    .height-650 {
        height: 530px;
    }
}

.demo-banner-area-start-solar {
    margin: 30px 60px 0 60px;
    border-radius: 40px;
}
@media only screen and (max-width: 575px) {
    .demo-banner-area-start-solar {
        margin: 30px 20px 0 20px;
    }
}

.demo-event {
    --color-primary: #734bdf;
}
.demo-event .header-transparent-with-topbar .header-default {
    background-color: rgba(0, 0, 0, 0.1294117647);
    backdrop-filter: blur(15px);
}
.demo-event .bg-card {
    background: rgb(20, 20, 22) !important;
    position: relative;
}
.demo-event .inverweb-side-bar-close .shape-right-top {
    filter: brightness(0) saturate(100%) invert(69%) sepia(87%) saturate(7097%)
        hue-rotate(241deg) brightness(89%) contrast(96%);
}

.banner-badge-1 {
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-primary);
    color: rgb(47, 47, 47);
    display: block;
    background: var(--color-primary);
    max-width: max-content;
    padding: 17px 24px 17px 20px;
    box-shadow: var(--shadow-1);
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.banner-badge-1::before {
    position: absolute;
    top: 50%;
    right: -19px;
    left: -19px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    width: -moz-calc(100% + 38px);
    width: calc(100% + 38px);
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 29px rgba(209, 211, 237, 0.3882352941);
    box-shadow: 0 0 29px rgba(209, 211, 237, 0.3882352941);
    z-index: -1;
    content: "";
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
}

.event-banner-area-start {
    background-image: url(../images/bg/13.webp);
    height: 870px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .event-banner-area-start {
        height: 720px;
    }
}
@media only screen and (max-width: 767px) {
    .event-banner-area-start {
        height: 600px;
    }
}
.event-banner-area-start .banner-badge-1 {
    margin: auto;
    margin-bottom: 30px;
}
.event-banner-area-start::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        4deg,
        rgba(0, 0, 0, 0.99) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
}
.event-banner-area-start .banner-inner-content-event {
    text-align: center;
    max-width: 75%;
    margin: auto;
}
@media only screen and (max-width: 991px) {
    .event-banner-area-start .banner-inner-content-event {
        max-width: 100%;
    }
}
.event-banner-area-start .banner-inner-content-event .title {
    font-size: 76px;
    font-weight: 800;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .event-banner-area-start .banner-inner-content-event .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .event-banner-area-start .banner-inner-content-event .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 991px) {
    .event-banner-area-start .banner-inner-content-event .title {
        font-size: 44px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .event-banner-area-start .banner-inner-content-event .title {
        font-size: 36px;
    }
}

.active-light-mode.demo-event .header-transparent-with-topbar .header-default {
    background-color: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(15px);
}
.active-light-mode .event-banner-area-start::after {
    background: linear-gradient(
        4deg,
        rgba(115, 75, 223, 0.8) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
}
.active-light-mode .banner-inner-content-event .title,
.active-light-mode .banner-inner-content-event .desc,
.active-light-mode .banner-inner-content-event .button-group {
    color: #fff;
}
.active-light-mode .banner-inner-content-event .btn-border {
    color: #fff;
}
.active-light-mode.demo-event .bg-card {
    background: rgb(237, 237, 237) !important;
}
.active-light-mode .event-shedule-tab-area ul li button.active {
    color: #fff !important;
}
.active-light-mode .event-shedule-tab-area ul li button:hover {
    color: #fff !important;
}

.inversweb-single-demos-with-mobile.demo-event .bg-card {
    background: rgb(255, 255, 255) !important;
    position: relative;
}

.event-shedule-tab-area ul {
    max-width: max-content;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    margin-bottom: 25px;
}
.event-shedule-tab-area ul li {
    margin: 0;
}
.event-shedule-tab-area ul li button {
    border: none !important;
    color: var(--color-white);
    padding: 13px 30px;
    background-color: var(--color-card) !important;
    box-shadow: none;
    transition: 0.3s;
    font-weight: 600;
    border-radius: 5px !important;
}
.event-shedule-tab-area ul li button.active {
    border: none;
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}
.event-shedule-tab-area ul li button:focus {
    border: none;
    outline: none;
}
.event-shedule-tab-area ul li button:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.single-events-wrapper {
    overflow: hidden;
    padding: 20px;
    border-radius: 6px;
    background: var(--color-card);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
    .single-events-wrapper {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .single-events-wrapper {
        padding: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .single-events-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.single-events-wrapper .thumbnail {
    max-width: 231px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
@media only screen and (max-width: 575px) {
    .single-events-wrapper .thumbnail {
        max-width: 100%;
    }
}
.single-events-wrapper .thumbnail img {
    transition: 0.3s;
}
@media only screen and (max-width: 575px) {
    .single-events-wrapper .thumbnail img {
        width: 100%;
    }
}
.single-events-wrapper .inner-content .top-area {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-events-wrapper .inner-content .top-area {
        gap: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .single-events-wrapper .inner-content .top-area {
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .single-events-wrapper .inner-content .top-area {
        flex-direction: column;
    }
}
@media only screen and (max-width: 575px) {
    .single-events-wrapper .inner-content .top-area {
        flex-direction: row;
        gap: 15px;
    }
}
.single-events-wrapper .inner-content .top-area .single {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-events-wrapper .inner-content .top-area .single p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}
.single-events-wrapper .inner-content .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
    .single-events-wrapper .inner-content .title {
        font-size: 16px;
    }
}
.single-events-wrapper .inner-content .title:hover {
    color: var(--color-primary);
}
.single-events-wrapper:hover {
    transform: scale(1.02);
}
.single-events-wrapper:hover .thumbnail img {
    transform: scale(1.1);
}

.demo-ai-agency {
    --color-primary: #ef6464;
    --shadow-7: 0 0 20px 5px #ef646461;
    --color-secondary: #ef6464;
}
.demo-ai-agency .why-choose-feature {
    max-width: 100%;
}
.demo-ai-agency .section-title .subtitle {
    background: rgba(220, 53, 69, 0.1294117647);
    color: #dc3545 !important;
}
.demo-ai-agency .inverweb-side-bar-close .shape-right-top {
    filter: brightness(0) saturate(100%) invert(53%) sepia(35%) saturate(2959%)
        hue-rotate(327deg) brightness(94%) contrast(101%);
}

.ai-agency-demo-banner {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .ai-agency-demo-banner {
        height: 680px;
    }
}
.ai-agency-demo-banner .inner-content {
    text-align: center;
    margin: auto;
    padding-top: 120px;
}
@media only screen and (max-width: 991px) {
    .ai-agency-demo-banner .inner-content {
        padding-top: 0;
    }
}
.ai-agency-demo-banner .inner-content .title {
    font-size: 70px;
    line-height: 1.3;
}
@media only screen and (max-width: 991px) {
    .ai-agency-demo-banner .inner-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .ai-agency-demo-banner .inner-content .title {
        font-size: 32px;
    }
}
.ai-agency-demo-banner .inner-content .title span {
    color: var(--color-primary);
}
.ai-agency-demo-banner .inner-content p.disc {
    max-width: 55%;
    margin: auto;
}
@media only screen and (max-width: 991px) {
    .ai-agency-demo-banner .inner-content p.disc {
        max-width: 100%;
    }
}
.ai-agency-demo-banner .inner-content .banner-top-style {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 7px 15px 7px 7px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    max-width: max-content;
    margin: auto;
    backdrop-filter: blur(5px);
}
@media only screen and (max-width: 575px) {
    .ai-agency-demo-banner .inner-content .banner-top-style {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
.ai-agency-demo-banner .inner-content .banner-top-style .left {
    padding: 10px 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.ai-agency-demo-banner .inner-content .banner-top-style .left * {
    color: #fff;
}
.ai-agency-demo-banner .inner-content .banner-top-style .right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ai-agency-demo-banner .inner-content .banner-top-style .right p {
    margin-bottom: 0;
}
.ai-agency-demo-banner::after {
    position: absolute;
    top: 110%;
    content: "";
    width: 1500px;
    height: 1500px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(220, 53, 70, 0.168627451) 0%,
        rgba(255, 79, 79, 0.12) 18.28%,
        rgba(255, 59, 59, 0) 37.48%,
        rgba(255, 235, 235, 0) 100%
    );
}
.ai-agency-demo-banner::before {
    z-index: -1;
    position: absolute;
    top: 110%;
    content: "";
    width: 1300px;
    height: 1300px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        rgba(220, 53, 70, 0.168627451) 0%,
        rgba(255, 79, 79, 0.12) 18.28%,
        rgba(109, 59, 255, 0) 37.48%,
        rgba(240, 235, 255, 0) 100%
    );
}
.ai-agency-demo-banner .right-top-blur {
    position: absolute;
    width: 187px;
    height: 187px;
    left: 1563px;
    top: 307px;
    background: #ef6464;
    filter: blur(150px);
}
.ai-agency-demo-banner .left-top-blur {
    position: absolute;
    width: 252px;
    height: 204px;
    left: 148px;
    top: 159px;
    background: #ef6464;
    filter: blur(169px);
}

.trusted-client-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: auto;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .trusted-client-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.trusted-client-wrapper p {
    margin: 0;
}
.trusted-client-wrapper p span {
    color: var(--color-primary);
}
.trusted-client-wrapper .stars-wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
}

.demo-ai-agency .brand-carousel-activation-ai li a {
    height: 85px;
    border-radius: 4px;
    width: 100%;
    background: var(--color-card);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.demo-ai-agency .brand-carousel-activation-ai li a img {
    max-width: 65%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
        hue-rotate(78deg) brightness(106%) contrast(101%);
}
.demo-ai-agency .brand-carousel-activation-ai li a:hover {
    transform: scale(1.01);
    background: var(--color-primary);
}
.demo-ai-agency .brand-carousel-activation-ai li a:hover img {
    animation: bounceIn 0.8s ease;
}
.demo-ai-agency .brand-carousel-activation-ai .slick-slide {
    margin: 0 15px;
}

.single-ai-service {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    z-index: 1;
}
.single-ai-service .inner-content {
    position: absolute;
    left: 30px;
    bottom: -30px;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
}
.single-ai-service:hover .inner-content {
    bottom: 30px;
    opacity: 1;
}
.single-ai-service:hover::after {
    opacity: 1;
    height: 100%;
}
.single-ai-service::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(
        180deg,
        rgba(220, 53, 69, 0) 0%,
        rgba(220, 53, 69, 0.4784313725) 46.15%,
        #ef6464 100%
    );
    transition: 0.3s;
    z-index: 0;
}

.blog-card-text {
    background: var(--color-card);
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    transition: 0.3s;
    transition-delay: 0s !important;
}
.blog-card-text.style-minimal {
    height: 100%;
}
.blog-card-text.style-minimal .blog-title {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
}
.blog-card-text:hover {
    transform: scale(1.02);
}
.blog-card-text:not(:last-child) {
    margin-bottom: 30px;
}

.blog-content-area-2 {
    padding: 41px 30px;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .blog-content-area-2 {
        padding: 20px;
    }
}
.blog-content-area-2 .text .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}
.blog-content-area-2 .text .blog-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}
.blog-content-area-2 .text .blog-meta li i {
    color: var(--color-primary);
    opacity: 0.7;
}
.blog-content-area-2 .text .blog-meta li p {
    margin-bottom: 0;
    line-height: 1;
}
.blog-content-area-2 .text .blog-title {
    line-height: 1.4;
}
.blog-content-area-2 .button-area .text-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-family: var(--font-primary);
    font-weight: 600;
    height: auto;
}
.blog-content-area-2 .button-area .text-btn span {
    display: block;
    width: 32px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    text-align: center;
    background: var(--secondary-100);
    color: var(--color-primary);
}
.blog-content-area-2 .button-area .text-btn span i {
    transform: rotate(-45deg);
}
.blog-content-area-2 .blog-title a:hover {
    color: var(--color-primary);
}

.sticky-faq-area {
    position: sticky;
    top: 120px;
}

.tmp-icon-overlay-link-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 14px;
    text-align: center;
    background: 0 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-icon-overlay-link-btn i.tmp-icon-bottom {
    position: absolute;
    transition: var(--transition);
    transform: translateY(300%) translateX(-475%) rotate(-45deg);
    color: var(--color-white);
}
.tmp-icon-overlay-link-btn i.tmp-icon {
    transition: var(--transition);
    color: var(--color-primary);
    transform: rotate(-45deg) !important;
}

.tmp-button-overlay-with-text {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tmp-button-overlay-with-text.text-white .text-btn {
    color: var(--color-white);
}
.tmp-button-overlay-with-text.btn-sm .tmp-icon-overlay-link-btn {
    min-height: 35px;
    min-width: 35px;
}
.tmp-button-overlay-with-text.btn-sm .tmp-icon-overlay-link-btn i {
    font-size: 14px;
}
.tmp-button-overlay-with-text.btn-sm .text-btn {
    font-size: 16px;
}
.tmp-button-overlay-with-text.btn-md .tmp-icon-overlay-link-btn {
    min-height: 40px;
    min-width: 40px;
}
.tmp-button-overlay-with-text.btn-md .tmp-icon-overlay-link-btn i {
    font-size: 14px;
}
.tmp-button-overlay-with-text.btn-md .text-btn {
    font-size: 18px;
}
.tmp-button-overlay-with-text.btn-default .tmp-icon-overlay-link-btn {
    min-height: 45px;
    min-width: 45px;
}
.tmp-button-overlay-with-text.btn-default .tmp-icon-overlay-link-btn i {
    font-size: 14px;
}
.tmp-button-overlay-with-text.btn-default .text-btn {
    font-size: 18px;
}
.tmp-button-overlay-with-text.btn-lg .tmp-icon-overlay-link-btn {
    min-height: 50px;
    min-width: 50px;
}
.tmp-button-overlay-with-text.btn-lg .tmp-icon-overlay-link-btn i {
    font-size: 14px;
}
.tmp-button-overlay-with-text.btn-lg .text-btn {
    font-size: 20px;
}
.tmp-button-overlay-with-text.btn-xl .tmp-icon-overlay-link-btn {
    min-height: 60px;
    min-width: 60px;
}
.tmp-button-overlay-with-text.btn-xl .tmp-icon-overlay-link-btn i {
    font-size: 22px;
}
.tmp-button-overlay-with-text.btn-xl .text-btn {
    font-size: 22px;
}
.tmp-button-overlay-with-text:hover
    .tmp-icon-overlay-link-btn.with-text-btn.primary-btn {
    background-color: var(--color-primary);
}
.tmp-button-overlay-with-text:hover
    .tmp-icon-overlay-link-btn.with-text-btn.primary-btn
    i {
    color: var(--color-white);
}
.tmp-button-overlay-with-text
    .tmp-icon-overlay-link-btn.with-text-btn.primary-btn {
    background-color: rgba(239, 100, 100, 0.1607843137);
}
.tmp-button-overlay-with-text
    .tmp-icon-overlay-link-btn.with-text-btn.primary-btn
    i {
    color: var(--color-primary);
}
.tmp-button-overlay-with-text .text-btn {
    font-size: 30px;
    line-height: 37px;
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-weight: 500;
}
.tmp-button-overlay-with-text.fw-400 .text-btn {
    font-weight: 400;
}
.tmp-button-overlay-with-text:hover {
    background: 0 0;
    border-color: transparent;
    color: var(--color-white);
}
.tmp-button-overlay-with-text:hover i.tmp-icon {
    transform: translateY(-300%) translateX(475%);
}
.tmp-button-overlay-with-text:hover i.tmp-icon-bottom {
    transform: translateY(0) translateX(0) scale(1.1) rotate(-45deg);
}
.tmp-button-overlay-with-text:hover::after {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
}

.active-light-mode .brand-carousel-activation-ai li a img {
    filter: none;
}
.active-light-mode
    .ai-agency-demo-banner
    .inner-content
    .banner-top-style
    .left
    * {
    color: var(--color-body);
}
.active-light-mode .ai-agency-demo-banner .inner-content .banner-top-style {
    background: rgba(255, 255, 255, 0.29);
}
.active-light-mode
    .ai-agency-demo-banner
    .inner-content
    .banner-top-style
    .left {
    background: rgba(255, 255, 255, 0.91);
}
.active-light-mode.demo-ai-agency .tmp-slick-dot .slick-dots li button::after {
    box-shadow: inset 0 0 0 7px rgba(255, 157, 157, 0.6);
}
.active-light-mode.demo-ai-agency
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button::before {
    background: rgba(255, 157, 157, 0.6);
    box-shadow: none;
}
.active-light-mode
    .tmp-button-overlay-with-text:hover
    .tmp-icon-overlay-link-btn.with-text-btn.primary-btn
    i {
    color: #fff;
}
.active-light-mode .single-ai-service .inner-content .title {
    color: #fff;
}
.active-light-mode.demo-ai-agency .header-default {
    border-bottom: 1px solid rgba(255, 157, 157, 0.1607843137);
}

.demo-architecture {
    --color-primary: #b19777;
    --color-secondary: #b19777;
    --shadow-7: 0 0 20px 5px rgb(177 151 119 / 30%);
}
.demo-architecture .bg_image--10 {
    background-image: url(../images/bg/14.webp);
}
.demo-architecture .bg_image--13 {
    background-image: url(../images/bg/15.webp);
}
.demo-architecture .bg_image--19 {
    background-image: url(../images/bg/16.webp);
}
.demo-architecture .about-us-area .thumbnail-image {
    border-radius: 6px;
    display: block;
    overflow: hidden;
}
.demo-architecture.active-light-mode
    .tmp-slick-dot
    .slick-dots
    li
    button::after {
    box-shadow: inset 0 0 0 7px rgb(177, 151, 119);
}
.demo-architecture .inverweb-side-bar-close .shape-right-top {
    filter: brightness(0) saturate(100%) invert(67%) sepia(2%) saturate(6145%)
        hue-rotate(338deg) brightness(89%) contrast(79%);
}

.active-light-mode .tmp-slick-arrow button.slick-arrow {
    border: 2px solid rgb(177, 151, 119);
}
.active-light-mode .tmp-slick-arrow button.slick-arrow::before {
    filter: brightness(0) saturate(100%) invert(67%) sepia(2%) saturate(6145%)
        hue-rotate(338deg) brightness(89%) contrast(79%);
}
.active-light-mode .header-default.header-transparent.header-one {
    /* background: rgba(0, 0, 0, 0.11) !important; */
    background: #fff !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.demo-construction {
    --color-primary: #ff5e14;
    --color-secondary: #ff5e14;
    --shadow-7: 0 0 20px 5px rgb(255 94 20 / 31%);
}
.demo-construction .demo-banner-area-start-solar {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.demo-construction .demo-banner-area-start-solar::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        4deg,
        rgba(0, 0, 0, 0.99) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
}
.demo-construction .demo-banner-area-start-solar .inner .title {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .demo-construction .demo-banner-area-start-solar .inner .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .demo-construction .demo-banner-area-start-solar .inner .title {
        font-size: 36px;
    }
}
.demo-construction
    .demo-banner-area-start-solar
    .inner
    .tmp-personal-portfolio-content
    p.description {
    max-width: 46%;
    margin: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .demo-construction
        .demo-banner-area-start-solar
        .inner
        .tmp-personal-portfolio-content
        p.description {
        max-width: 85%;
    }
}
@media only screen and (max-width: 575px) {
    .demo-construction
        .demo-banner-area-start-solar
        .inner
        .tmp-personal-portfolio-content
        p.description {
        max-width: 100%;
    }
}
.demo-construction .tmp-pricing.with-gradient-bg::after {
    opacity: 0.5;
    background: linear-gradient(
        0,
        rgb(255, 94, 20) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.demo-construction .inverweb-side-bar-close .shape-right-top {
    filter: brightness(0) saturate(100%) invert(40%) sepia(94%) saturate(1309%)
        hue-rotate(349deg) brightness(98%) contrast(106%);
}
.demo-construction .bg-finance-video-thumb {
    position: relative;
    height: 850px;
    background-image: url(../images/bg/18.webp);
}
.demo-construction .bg_image--27 {
    background-image: url(../images/bg/17.webp);
}
.demo-construction .demo-banner-area-start-solar {
    margin: 0px 0px 0 0px;
    border-radius: 0;
}
.demo-construction .height-650 {
    height: 750px;
}
.demo-construction.active-light-mode
    .demo-banner-area-start-solar
    .inner
    .title {
    color: #fff;
}
.demo-construction.active-light-mode
    .demo-banner-area-start-solar
    .inner
    .tmp-personal-portfolio-content
    p.description,
.demo-construction.active-light-mode
    .demo-banner-area-start-solar
    .btn-read-more
    span {
    color: #fff;
}
.demo-construction.active-light-mode .demo-banner-area-start-solar::after {
    background: linear-gradient(
        4deg,
        rgba(255, 94, 20, 0.62) 1.29%,
        rgba(54, 69, 27, 0) 100.95%
    );
    backdrop-filter: blur(0);
}
.demo-construction.active-light-mode
    .service-layout-presentation-box
    .advance-tab-button
    ul
    li
    .tab-button::before {
    background: rgba(255, 94, 20, 0.07);
    box-shadow: none;
}
.demo-construction.active-light-mode
    .tmp-pricing
    .pricing-table-inner
    .pricing-header {
    border-bottom: 2px solid #ff5e14;
}
.demo-construction.active-light-mode .form-group input,
.demo-construction.active-light-mode .contact-form-1 .form-group textarea {
    border: var(--border-width) solid rgba(255, 94, 20, 0.1411764706);
}
.demo-construction.active-light-mode .brand-style-1 li {
    border-color: rgba(255, 94, 20, 0.1019607843);
}
.demo-construction.active-light-mode .tmp-pricing.with-gradient-bg::after {
    opacity: 0.5;
    background: linear-gradient(
        0,
        rgba(255, 94, 20, 0.33) 0%,
        rgba(237, 221, 83, 0) 80%
    );
}
.demo-construction.active-light-mode .footer-form-wrap form input {
    border: var(--border-width) solid rgba(255, 94, 20, 0.2117647059);
}

/* Custom navbar simplification - hide complex mega menus */
.mainmenu.nav-pills,
.mainmenu .tmp-megamenu,
.mainmenu .wrapper,
.mainmenu .tab_wrapper,
.mainmenu .tabs-nav,
.mainmenu .tab-content,
.mainmenu .mega-menu-item {
    display: none !important;
}

.new_r {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
    .pt--200 {
        padding-top: 150px !important;
    }
}

/* Equal height for partner cards */
.tmp-team-area .row.g-5 > [class*="col-"] {
    display: flex;
}

.tmp-team-area .team-wrapper5 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.tmp-team-area .team-wrapper5 .content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tmp-team-area .team-wrapper5 .content-area .left {
    flex: 1;
}

.tmp-team-area .team-wrapper5 .content-area .designation {
    min-height: 40px;
    display: flex;
    align-items: center;
}

/* Fix alignment for long email in CTA section */
@media only screen and (min-width: 768px) {
    .call-to-action-modern-wrapper {
        align-items: flex-start !important;
    }

    .call-to-action-modern-wrapper .right-wrapper {
        margin-top: 15px;
    }
}

.call-to-action-modern-wrapper .right-wrapper p {
    font-size: 22px !important;
}

@media only screen and (max-width: 767px) {
    .call-to-action-modern-wrapper .right-wrapper p {
        font-size: 18px !important;
    }
}

.call-to-action-modern-wrapper .right-wrapper p a {
    word-break: break-word;
    display: inline-block;
    max-width: 100%;
}

/* Partnership Alert Box */
.partnership-alert {
    padding: 20px;
    background-color: #f0f8ff;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    margin-top: 30px;
}

.partnership-alert p {
    margin: 0;
}

/* Two Column List */
.listing-style-solid.two-column {
    columns: 2;
    column-gap: 0;
    max-width: 600px;
}

.listing-style-solid.two-column li {
    break-inside: avoid;
    margin-bottom: 12px;
}

.listing-style-solid.two-column li.column-break {
    break-after: column;
}

@media only screen and (max-width: 991px) {
    .listing-style-solid.two-column {
        columns: 1;
    }

    .listing-style-solid.two-column li.column-break {
        break-after: auto;
    }
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
}

.step-item.active .step-number,
.step-item.completed .step-number {
    background: var(--color-primary);
    color: #fff;
}

.step-label {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

.step-item.active .step-label,
.step-item.completed .step-label {
    color: var(--color-primary);
    font-weight: 600;
}

.step-line {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    z-index: 1;
}

.step-item:last-child .step-line {
    display: none;
}

.step-item.completed .step-line {
    background: var(--color-primary);
}

.invention-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-section {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.file-upload-center input[type="file"] {
    display: inline-block;
    padding-top: 10px !important;
}

.form-group .required-asterisk {
    color: #e53935;
    margin-left: 2px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s;
    flex: 0 0 calc(50% - 7.5px);
}

.checkbox-item:hover {
    border-color: var(--color-primary);
    background: #f8f9fa;
}

.checkbox-item input {
    margin-right: 10px;
}

.checkbox-group-vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-item-vertical {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s;
}

.checkbox-item-vertical:hover {
    border-color: var(--color-primary);
    background: #f8f9fa;
}

.checkbox-item-vertical input {
    margin-right: 12px;
    margin-top: 3px;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.form-navigation button {
    flex: 1;
    max-width: 200px;
}

.policy-link {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 14px;
}

.final-note {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    color: #666;
}

@media (max-width: 768px) {
    .progress-steps {
        overflow-x: auto;
        padding: 10px 5px;
        gap: 12px;
    }

    .active-light-mode .tmp-btn {
        color: #fff;
        white-space: nowrap;
        font-size: 12px;
    }

    .step-label {
        font-size: 10px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .step-item {
        flex: 0 0 auto;
        min-width: 80px;
    }

    .step-label {
        white-space: nowrap;
    }

    .step-line {
        display: none;
    }

    .invention-form-wrapper {
        padding: 20px;
    }

    .checkbox-item {
        flex: 0 0 100%;
    }
}

/* ===========================
   Preloader Styles
   =========================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0000ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s,
        visibility 0.5s;
}

/* Financial Projections Section */
.financial-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.financial-table-wrapper {
    background: white;
    border-radius: 8px;
    overflow-x: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.financial-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    min-width: 700px;
}

.financial-table thead tr {
    background: var(--color-primary, #3b82f6);
}

.financial-table thead th {
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

.financial-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.financial-table tbody tr:last-child {
    border-bottom: none;
}

.financial-table tbody td {
    padding: 15px;
}

.financial-table tbody td:first-child {
    color: var(--color-primary, #3b82f6);
    font-weight: 600;
}

.funding-breakdown {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.funding-breakdown h4 {
    color: var(--color-primary, #3b82f6);
    margin-bottom: 20px;
    font-weight: 600;
}

.funding-breakdown h5 {
    margin-bottom: 15px;
}

.funding-breakdown ul {
    max-width: 500px;
    word-break: break-word;
}

.funding-breakdown ul li {
    margin-bottom: 8px;
}

.funding-breakdown ul li:nth-last-child(2) {
    margin-bottom: 15px;
}

.funding-breakdown ul li:last-child {
    color: var(--color-primary, #3b82f6);
    font-weight: bold;
}

.funding-breakdown ul li.total-line {
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}

.funding-breakdown .primary-text {
    color: var(--color-primary, #3b82f6);
    font-weight: bold;
}

/* Inventors Page Specific Styles */

.hero-subtitle-large {
    font-size: 20px;
    font-weight: 500;
}

.intro-text-primary {
    font-weight: 600;
    color: var(--color-primary);
}

.section-bg-light {
    background: #f8f9fa;
}

.quote-paragraph {
    margin: 0px;
    padding: 12px 12px;
}

.quote-paragraph-large {
    font-size: 18px;
    margin: 0px;
    padding: 12px 12px;
}

.service-card-full {
    height: 100%;
}

.service-card-title {
    font-size: 18px;
}

.accept-badge {
    color: #2ecc71;
}

.maybe-badge {
    color: #f39c12;
}

.no-badge {
    color: #e74c3c;
}

.geographic-text {
    font-size: 17px;
    line-height: 1.8;
    margin: 0px;
    padding: 12px 12px;
}

.section-bg-light-with-padding {
    background: #f8f9fa;
    padding-bottom: 100px;
}

.italic-gray-text {
    font-style: italic;
    color: #666;
}

.italic-gray-text-centered {
    font-style: italic;
    color: #666;
    text-align: center;
}

.no-provide-title {
    color: #e74c3c;
}

.quote-text-bold {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0px;
    padding: 12px 12px;
}

.quote-text-padding {
    padding: 12px;
    margin: 0px;
}

.quote-text-medium {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    padding: 12px 12px;
}

.priorities-list {
    padding: 12px;
}

.italic-text {
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .funding-breakdown {
        padding: 20px !important;
    }
    .financial-table-wrapper table {
        font-size: 14px;
    }
    .financial-table th,
    .financial-table td {
        padding: 10px !important;
    }
}

/* Checkbox and Radio button styling for contact form */
.checkbox-item input[type="checkbox"],
.checkbox-item input[type="radio"],
.checkbox-item-vertical input[type="checkbox"] {
    cursor: pointer !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    accent-color: var(--color-primary) !important;
    outline: none !important;
    transition: none !important;
    border: 2px solid var(--color-primary) !important;
}

.checkbox-item input[type="checkbox"]:checked,
.checkbox-item input[type="radio"]:checked,
.checkbox-item-vertical input[type="checkbox"]:checked {
    background-color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    transition: none !important;
}

.checkbox-item:has(input[type="checkbox"]:checked),
.checkbox-item:has(input[type="radio"]:checked),
.checkbox-item-vertical:has(input[type="checkbox"]:checked) {
    border: 2px solid var(--color-primary) !important;
    border-radius: 4px;
    padding: 8px;
    transition: none !important;
}

.checkbox-item,
.checkbox-item-vertical {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: none !important;
}

.checkbox-item:hover,
.checkbox-item-vertical:hover {
    background-color: transparent;
    box-shadow: none;
}

.checkbox-item input[type="checkbox"]:checked + span,
.checkbox-item input[type="radio"]:checked + span,
.checkbox-item-vertical input[type="checkbox"]:checked + span {
    color: var(--color-primary);
    font-weight: 600;
}

.whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 7px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff !important;
    border: none;
    outline: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
    cursor: pointer;
}

.whatsapp-float:hover,
.whatsapp-float:active,
.whatsapp-float:visited,
.whatsapp-float:focus {
    color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    outline: none;
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow:
            0 4px 12px rgba(37, 211, 102, 0.4),
            0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        box-shadow:
            0 4px 12px rgba(37, 211, 102, 0.4),
            0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow:
            0 4px 12px rgba(37, 211, 102, 0.4),
            0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 100px;
        right: 7px;
        width: 55px;
        height: 55px;
    }

    .whatsapp-icon {
        width: 30px;
        height: 30px;
    }
}

.swal-large {
    font-size: 1.3rem !important;
}
.swal-title-large {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
}
.swal-text-large {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    font-weight: 700 !important;
    color: black !important;
}
.swal2-icon {
    zoom: 1.5;
}
.swal2-html-container {
    font-weight: 700 !important;
}

.grecaptcha-badge {
    z-index: 999999 !important;
    border-radius: none;
}

.grecaptcha-badge,
.grecaptcha-badge * {
    border-radius: 0 !important;
}

/* Developer Credit */
.developer-credit {
    font-size: 14px;
    opacity: 0.8;
}
.developer-credit a {
    font-weight: 600;
}

.ks {
    width: 60%;
    margin: auto;
}
.new_ks {
    padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
    .developer-credit {
        font-size: 10px !important;
    }

    .ks {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .row.row--0.flex-nowrap {
        flex-wrap: wrap !important;
    }
    .col.tmp-timeline-single {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

table.financial-table thead th {
    border: 2px solid #fff;
    background: var(--color-primary);
    color: #fff;
}

.financial-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.financial-table th,
.financial-table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}

.financial-table thead th {
    font-weight: bold;
}

.bg_image--19::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg_image--19 > * {
    position: relative;
    z-index: 2;
}

.bg_image--13::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg_image--13 > * {
    position: relative;
    z-index: 2;
}

.bg_image--10::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg_image--10 > * {
    position: relative;
    z-index: 2;
}

/* Contact Info Custom Styles */
.contact-info-wrapper {
    margin: auto;
    display: flex;
    justify-content: center;
}

.contact-link {
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    .contact-link {
        font-size: 12px;
    }
}
