/*=======css indexing======

1.Default css
2.Typography
3.Spacing
4.Reset
5.Forms
6.Mixins
7.Shortcods
8.Common
9.animation
10. text-animation
11. sal animation
12. button style
13. header
14. nav style
15. mobile-menu
16. cart-side
17. side-bar
18. about style 
19. banner style
20. social share
21. project style hear
22. funfacts styles
23. blog
24. cta
25. team
26. service
27. testimonials
28. working-process
29. faq
30. goal-time
31. timeline
32. contact
33. date-picker
34. pagination
35. story-company
36. backto-top
37. Experience area
38. footer

==========================*/
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap");

:root {
    --color-primary: #254390;
    --color-primary-2: #254390;
    --color-secondary: #50c878;
    --color-body: #6E777D;
    --color-body-2: #717580;
    --color-border: #E4E4E4;
    --color-heading-1: #1F242E;
    --color-black: #000000;
    --color-white: #fff;
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --primary-100: #cddbff;
    --primary-200: #ffcfb9;
    --primary-300: #ffaf8a;
    --primary-400: #ff8e5b;
    --primary-500: #ff6e2c;
    --primary-600: #254390;
    --primary-700: #254390;
    --primary-900: #254390;
    --secondary-100: #fff1ea;
    --secondary-200: #ffd4bf;
    --secondary-300: #ffc6a9;
    --secondary-400: #ffa97f;
    --secondary-500: #ff9b69;
    --secondary-600: #ff8d54;
    --secondary-700: #ff7029;
    --secondary-900: #e66525;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --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;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: all 0.4s ease;
    --font-primary: "Exo", sans-serif;
    --font-secondary: "Rubik", sans-serif;
    --font-third: "Rouge Script", cursive;
    --font-size-b1: 16px;
    --font-size-b2: 16px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 66px;
    --h2: 44px;
    --h3: 36px;
    --h4: 30px;
    --h5: 24px;
    --h6: 20px;
}

* {
    box-sizing: border-box;
}

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

body {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Rubik", sans-serif;
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    overflow-x: hidden;
}


body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
}

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: "Exo", sans-serif;
    line-height: 1.4074;
    color: var(--color-heading-1);
}

h1, .h1 {
    font-size: var(--h1);
    line-height: 91px;
    font-weight: 600;
}

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

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

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.4;
}

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;
}

@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: 20px;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: var(--s-semi-bold);
}

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

h6, .h6 {
    font-weight: var(--s-semi-bold);
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: var(--color-body);
    margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

p:last-child {
    margin-bottom: 0;
}

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

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

cite {
    color: var(--color-heading);
}

var {
    font-family: "Exo", sans-serif;
}

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

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

ul li a {
    text-decoration: none;
    color: var(--color-gray);
}

ul li a:hover {
    color: var(--color-primary);
}

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-body);
    margin-top: 10px;
    margin-bottom: 10px;
}

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

ol li a:hover {
    color: var(--color-primary);
}

ol ul {
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 576px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 26px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 30px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 576px) {
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

.tmp-section-gap {
    padding: 120px 0;
}

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

@media only screen and (max-width: 767px) {
    .tmp-section-gap {
        padding: 60px 0;
    }
}

.tmp-section-gapTop {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapTop {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .tmp-section-gapTop {
        padding-top: 60px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr_md--15 {
        padding-right: 15px !important;
    }

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

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

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

@media only screen and (max-width: 767px) {
    .pr_sm--10 {
        padding-right: 10px !important;
    }

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

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

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

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

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

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

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;
    transition: var(--transition);
}

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

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;
}

pre {
    font-family: "Raleway", sans-serif;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter);
}

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;
}

th {
    font-weight: 500;
    text-transform: uppercase;
}

td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(255, 47, 47, 0.4);
    text-decoration: none;
}

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

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;
}

/* ========= Forms Styles ========= */
input, button, select, textarea {
    background: transparent;
    border: 1px solid var(--color-border);
    transition: all 0.4s ease-out 0s;
    color: var(--color-body);
    width: 100%;
}

input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active {
    outline: none;
    border-color: var(--color-primary);
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

input {
    height: 40px;
    padding: 0 15px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
    font-size: var(--font-size-b2);
    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);
    /* -- 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);
}

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);
}

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: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid var(--color-border);
    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: 2px solid #fff;
    border-left: 2px 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%;
}

input[type=submit] {
    width: auto;
    padding: 0 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s;
    height: 60px;
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: var(--p-medium);
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b3);
    height: 50px;
    border: 2px solid var(--color-primary);
    transition: var(--transition);
}

input[type=submit]:hover {
    background: transparent;
    color: var(--color-primary);
    transform: translateY(-5px);
}

.fix {
    overflow: hidden;
}

iframe {
    width: 100%;
}

/*===========================
Background Image
=============================*/
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

/*===========================
    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;
    z-index: 2;
}

[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: -1;
}

[data-overlay]:before {
    background: var(--color-primary);
}

[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;
}

body {
    scroll-behavior: auto;
    background: #ffffff;
    overflow-x: hidden;
    padding: 0;
    padding-right: 0 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5D666F !important;
    opacity: 1 !important; /* Firefox */
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5D666F !important;
    font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #5D666F !important;
    font-size: 16px;
}

#menu-btn .icon {
    margin: 0 !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-xxl {
        max-width: 1366px;
    }
}

@media (min-width: 1500px) {
    .container, .container-xxl {
        max-width: 1470px;
    }
}

@media (min-width: 576px) {
    .container-3 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-3 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-3 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-3 {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-3 {
        max-width: 1320px;
    }
}

.container-3 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.section-title-area .pre-title {
    color: var(--color-primary);
    font-weight: 400;
    border-radius: 4px;
    line-height: 1;
    padding: 10px 20px;
    background: rgba(37, 67, 144, 0.05) !important;
    max-width: max-content;
    margin-bottom: 20px;
}

.section-title-area-3 .sub-title {
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-primary);
    font-family: var(--font-primary);
    position: relative;
    max-width: max-content;
    z-index: 1;
    padding: 0 35px;
    text-transform: uppercase;
}

.section-title-area-3 .sub-title::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(-90deg, var(--color-primary), rgba(33, 38, 45, 0)) !important;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-title-area-3 .sub-title::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), rgba(33, 38, 45, 0)) !important;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-title-area-3 .section-title {
    font-weight: 600;
    line-height: 58px;
    text-align: center;
}

.section-title-area-4 .sub-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-primary);
    position: relative;
    z-index: 1;
    padding-left: 0;
    max-width: max-content;
    text-transform: uppercase;
}

.section-title-area-4 .sub-title::after {
    content: "";
    position: absolute;
    width: 42px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), rgba(33, 38, 45, 0)) !important;
}

.section-title-area-4 .section-title {
    font-weight: 600;
    line-height: 58px;
}

ul {
    padding: 0;
    margin: 0;
}

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

.bg-style {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media only screen and (max-width: 576px) {
    p.desc br {
        display: none;
    }
}

.z-1 {
    z-index: 1;
}

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

.cg::after, .cg::before {
    background: var(--color-primary-2) !important;
}

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

.radius-small {
    border-radius: 6px !important;
}

.cp-none {
    clip-path: none !important;
    border-radius: 4px;
    overflow: hidden;
}

.pagination-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination-area ul li {
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    display: block;
    background: rgb(255, 255, 255);
    transition: var(--transition);
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.pagination-area ul li i {
    font-size: 18px;
    font-weight: 300;
}

.pagination-area ul li.active, .pagination-area ul li:hover {
    background: var(--color-primary-2);
    color: var(--color-white);
}

.margin-shadow-30 {
    padding: 20px;
    margin: -20px;
}

.hover-moving-primary {
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.hover-moving-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

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

.hover-moving-primary:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.hover-bg-light {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.hover-bg-light::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
    z-index: -1;
}

.hover-bg-light:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.subtitle-bg {
    padding: 3px 7px;
    background: var(--color-primary);
    border-radius: 3px;
    color: #fff;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
        transform: translate3d(0, 50px, 0) scale(0.7);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
        transform: translate3d(0, 20px, 0) scale(0.8);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse-border {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp2 {
    from {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        visibility: hidden;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

@keyframes slideInUp3 {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: hidden;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

[data-aos=slideInUp2] {
    opacity: 0;
    transition-property: transform, opacity;
}

@media screen and (min-width: 768px) {
    [data-aos=slideInUp2] {
        transform: translateY(30px);
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes jump-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateIt2 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes shape-service-1 {
    0% {
        right: -40%;
        top: 30%;
    }
    100% {
        right: -23%;
        top: 0;
    }
}

@keyframes animate-floting {
    0% {
        transform: translateX(50%);
    }
    50% {
        transform: translateX(-40%);
    }
    100% {
        transform: translateX(40%);
    }
}

@keyframes animate-floting-2 {
    0% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(40%);
    }
    100% {
        transform: translateX(-40%);
    }
}

@keyframes animate-floting-3 {
    0% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-20%);
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes vsmorph {
    0% {
        border-radius: var(--morp-value);
    }
    50% {
        border-radius: var(--morp-md-value);
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes morpspin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

[data-aos=reveal-top], [data-aos=reveal-start], [data-aos=reveal-end], [data-aos=reveal-bottom] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

[data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos=reveal-start] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

@keyframes customOne {
    0% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3);
        opacity: 0;
    }
}

@keyframes liveAuction {
    0% {
        background: var(--color-white);
    }
    100% {
        background: var(--color-danger);
    }
}

/**
 * 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|=slide] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=slide-up] {
    transform: translateY(20%);
}

[data-sal=slide-up-large] {
    transform: translateY(50%);
}

[data-sal=slide-down] {
    transform: translateY(-20%);
}

[data-sal=slide-left] {
    transform: translateX(20%);
}

[data-sal=slide-right] {
    transform: translateX(-20%);
}

[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|=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|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
    opacity: 1;
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    transform: none;
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
    transform: none;
}

/*elements*/
.tmp-btn {
    padding: 0 26px;
    font-family: var(--font-secondary);
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: max-content;
    position: relative;
    z-index: 1;
    height: 60px;
    justify-content: center;
}

.tmp-btn:focus, .tmp-btn:active {
    box-shadow: none;
}

.tmp-btn.btn-sm {
    padding: 0 22px;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
}

.tmp-btn.btn-md {
    padding: 0 25px;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
}

.tmp-btn.btn-xl {
    padding: 0 45px;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
}

.tmp-btn.button-flip span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tmp-btn.button-flip span::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    transition: inherit;
    left: 100%;
    transform: translate(50%, -50%);
}

.tmp-btn.button-flip:hover {
    transform: none;
}

.tmp-btn.button-flip:hover span {
    transform: translateX(-200%);
}

.tmp-btn.button-flip:hover span::after {
    opacity: 1;
    transform: translate(100%, -50%);
}

.tmp-btn.btn-primary {
    background: var(--color-secondary);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tmp-btn.btn-primary::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-primary);
    transform: scaleY(0);
    z-index: -1;
    transform-origin: top center;
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}

.tmp-btn.btn-primary:hover {
    color: white;
}

.tmp-btn.btn-primary:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
}

.tmp-btn.btn-primary:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.tmp-btn.btn-primary.hover-white:hover {
    color: var(--color-heading-1);
}

.tmp-btn.btn-primary.hover-white:hover::after {
    background: var(--color-white);
}

.tmp-btn.btn-primary.btn-border {
    background: transparent;
    border: 1px solid var(--color-white);
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px);
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper i {
    padding-left: 6px;
    display: inline-block;
    top: 1px;
    position: relative;
    font-size: 16px;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .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 .icon-reverse-wrapper .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 .icon-reverse-wrapper .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 .icon-reverse-wrapper .btn-icon + .btn-icon i {
    padding-right: 6px;
}

.tmp-btn.btn-border {
    border: 1px solid var(--color-border);
    color: var(--color-heading-1);
    overflow: hidden;
}

.tmp-btn.btn-border.btn-bg-dark {
    border-color: rgba(241, 241, 241, 0.1843137255);
    color: white;
}

.tmp-btn.btn-border.btn-bg-dark:hover {
    border-color: var(--color-primary);
}

.tmp-btn.btn-border.btn-bg-dark:hover::after {
    background: var(--color-primary);
}

.tmp-btn.btn-border::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-heading-1);
    transform: translateY(110%);
    transition: 0.3s;
    transition-delay: 0.1s;
    z-index: -1;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: top center;
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}

.tmp-btn.btn-border:hover {
    color: white;
    border: 1px solid transparent;
}

.tmp-btn.btn-border:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
}

.tmp-btn.border-radius {
    border-radius: 30px;
}

.text-btn {
    color: var(--color-heading-1);
}

.bar {
    width: 50%;
    height: 2px;
    background-color: rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .bar {
        width: 80%;
    }
}

.bar::before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: rgb(126, 117, 255);
    position: absolute;
    border-radius: 50%;
    border: 2px solid white;
    transition: all 0.3s;
    box-shadow: 0px 0px 5px white;
}

@keyframes btnMarqueeX {
    100% {
        transform: translateX(-150%);
    }
}

@keyframes rippleBorder {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0;
    }
}

@keyframes rippleBorder_03 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.1;
    }
    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0.1;
    }
}

.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;
}

.tmp-icon-overlay-link-btn.btn-sm {
    min-height: 35px;
    min-width: 35px;
}

.tmp-icon-overlay-link-btn.btn-md {
    min-height: 38px;
    min-width: 38px;
}

.tmp-icon-overlay-link-btn.btn-xl {
    min-height: 55px;
    min-width: 55px;
}

.tmp-icon-overlay-link-btn.btn-xl i {
    font-size: 22px;
    font-weight: 400;
}

.tmp-icon-overlay-link-btn.primary-btn.with-text-btn {
    background-color: var(--color-primary);
}

.tmp-icon-overlay-link-btn.primary-btn.with-text-btn i {
    color: var(--color-white);
}

.tmp-icon-overlay-link-btn.btn-bg-dark::after {
    background-color: var(--color-white);
}

.tmp-icon-overlay-link-btn::after {
    transition: var(--transition);
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-100);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: -1;
}

.tmp-icon-overlay-link-btn i.tmp-icon {
    transition: var(--transition);
    color: var(--color-primary);
    transform: rotate(-45deg);
}

.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 .tmp-btn-overlay {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmp-icon-overlay-link-btn:hover {
    background: var(--color-primary);
    border-color: transparent;
    color: var(--color-white);
}

.tmp-icon-overlay-link-btn:hover i.tmp-icon {
    transform: translateY(-300%) translateX(475%);
}

.tmp-icon-overlay-link-btn:hover i.tmp-icon-bottom {
    transform: translateY(0) translateX(0) scale(1.1) rotate(-45deg);
}

.tmp-icon-overlay-link-btn:hover::after {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
}

.tmp-button-overlay-with-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.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-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 .tmp-btn-overlay {
    transition: 0.3s;
}

.tmp-button-overlay-with-text:hover .tmp-btn-overlay {
    background: var(--color-primary);
}

.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: var(--primary--100);
}

.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-black);
    font-family: var(--font-secondary);
    font-weight: 500;
}

.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);
}

header {
    position: relative;
    z-index: 99;
}

header.header-one .header-top {
    overflow: hidden;
    background: var(--color-primary);
}

header.header-one .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 8px;
}

header.header-one .header-top-wrapper .left {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
}

header.header-one .header-top-wrapper .left .single-component {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    header.header-one .header-top-wrapper .left .single-component:first-child {
        display: none;
    }
}

header.header-one .header-top-wrapper .left .single-component:last-child::after {
    display: none;
}

header.header-one .header-top-wrapper .left .single-component::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

header.header-one .header-top-wrapper .left .icon {
    color: var(--color-white);
}

header.header-one .header-top-wrapper .left .icon i {
    font-size: 14px;
}

header.header-one .header-top-wrapper .left .info span {
    color: var(--color-white);
    font-size: 14px;
}

header.header-one .header-top-wrapper .left .info span a:hover {
    color: unset;
}

header.header-one .header-top-wrapper .right {
    display: flex;
    align-items: center;
}

.header-main-2 {
    position: relative;
    z-index: 1;
    margin: auto;
}

.header-main-2 .header-mid-one-wrapper .logo-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 585px;
    background: var(--color-heading-1);
    z-index: -1;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

@media only screen and (max-width: 991px) {
    .header-main-2 .header-mid-one-wrapper .logo-area::before {
        width: 613px;
    }
}

@media only screen and (max-width: 576px) {
    .header-main-2 .header-mid-one-wrapper .logo-area::before {
        clip-path: none;
    }
}

@media (min-width: 1900px) {
    .header-main-2 .header-mid-one-wrapper .logo-area::before {
        width: 350%;
    }
}

.header-mid-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-mid-one-wrapper .logo-area {
    flex-basis: 22%;
    padding: 21px 0 21px;
    position: relative;
    z-index: 1;
}

.header-mid-one-wrapper .logo-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 108%;
    background: var(--color-primary);
    bottom: 0px;
    right: -10px;
    z-index: -1;
    clip-path: polygon(92% 0, 100% 0, 73% 100%, 65% 100%);
}

@media (max-width: 1900px) {
    .header-mid-one-wrapper .logo-area::after {
        clip-path: polygon(92% 0, 101% 0, 84% 100%, 75% 100%);
    }
}

@media only screen and (max-width: 1199px) {
    .header-mid-one-wrapper .logo-area::after {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-mid-one-wrapper .logo-area::after {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .header-mid-one-wrapper .nav-area {
        display: none;
    }
}

.header-mid-one-wrapper .header-right {
    display: flex;
    align-items: center;
    /*flex-basis: 25%;*/
    gap: 40px;
    justify-content: end;
}

.header-mid-one-wrapper .header-right .cart-search-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-mid-one-wrapper .header-right .cart-search-area a {
    display: block;
    position: relative;
    z-index: 1;
}

.header-mid-one-wrapper .header-right .cart-search-area a span {
    position: absolute;
    background: var(--color-primary);
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    top: -2px;
    right: -7px;
    z-index: 1;
    text-align: center;
    display: block;
    color: var(--color-white);
}

.header-mid-one-wrapper .header-right .single-component {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-mid-one-wrapper .header-right .single-component.info-con {
        display: none;
    }
}

.header-mid-one-wrapper .header-right .single-component .icon {
    margin-right: 15px;
}

.header-mid-one-wrapper .header-right .single-component .icon i {
    display: block;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #DDE2EB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0C0A0A;
    font-weight: 500;
    font-size: 20px;
}

.header-mid-one-wrapper .header-right .single-component .info span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6E777D;
    font-family: var(--font-primary);
    margin-bottom: -3px;
}

.header-mid-one-wrapper .header-right .single-component .info a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0C0A0A;
    font-family: var(--font-primary);
    transition: 0.3s;
}

.header-mid-one-wrapper .header-right .single-component .info a:hover {
    color: var(--color-primary);
}

.header-mid-one-wrapper .header-right .single-component a.tmp-btn {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
        display: none;
    }
}

.header-mid-one-wrapper .header-right .single-component a.tmp-btn svg {
    margin-left: 6px;
    margin-top: 3px;
}

.header-mid-one-wrapper .header-right .single-component .menu-area {
    margin-left: 20px;
}

.header-mid-one-wrapper .header-right .single-component .menu-area .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    border-radius: 2px;
}

.header-mid-one-wrapper .header-right .single-component .menu-area svg rect {
    fill: #fff;
}

.header-one {
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}

@media only screen and (max-width: 1199px) {
    .header-one .dot-btn {
        display: none;
    }
}

.nav-area ul {
    padding: 0;
    margin: 0;
}

.nav-area ul li {
    margin: 0;
}

.nav-area ul li a {
    font-family: var(--font-primary);
    color: var(--color-heading-1);
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 16px;
    line-height: 24px;
}

.nav-area nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-area nav ul li {
    margin: 0;
}

header {
    position: relative;
    z-index: 99;
}

.social-wrapper-1 {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.social-wrapper-1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.social-wrapper-1 li a {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-weight: 600;
    transition: 0.3s;
}

.social-wrapper-1 li a:hover {
    color: var(--color-primary);
}

.social-wrapper-1.hover-bg-white {
    gap: 0;
}

.social-wrapper-1.hover-bg-white li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.social-wrapper-1.hover-bg-white li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color-white);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s;
    border-radius: 100%;
    border: 2px solid var(--color-white);
}

.social-wrapper-1.hover-bg-white li a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.social-wrapper-1.ml_-10 {
    margin-left: -10px;
}

header {
    position: relative;
    z-index: 99;
}

header.header-seven .header-top {
    overflow: hidden;
    background: var(--color-primary-2);
    padding: 0 80px;
}

header.header-seven .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 6px;
}

header.header-seven .header-top-wrapper .left {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
}

header.header-seven .header-top-wrapper .left .single-component {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-seven .header-top-wrapper .left .single-component {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-top-wrapper .left .single-component {
        padding: 0 10px;
    }
}

header.header-seven .header-top-wrapper .left .single-component:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-top-wrapper .left .single-component:first-child {
        display: none;
    }
}

header.header-seven .header-top-wrapper .left .single-component:last-child::after {
    display: none;
}

header.header-seven .header-top-wrapper .left .single-component::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.35);
    width: 1px;
    height: 17px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

header.header-seven .header-top-wrapper .left .icon {
    color: var(--color-white);
}

header.header-seven .header-top-wrapper .left .icon i {
    font-size: 14px;
}

header.header-seven .header-top-wrapper .left .info span {
    color: var(--color-white);
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-top-wrapper .left .info span {
        font-size: 14px;
    }
}

header.header-seven .header-top-wrapper .left .info span a {
    color: var(--color-white);
}

header.header-seven .header-top-wrapper .right {
    display: flex;
    align-items: center;
}

header.header-seven .header-mid-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
}

header.header-seven .header-mid-one-wrapper .left .menu {
    margin-left: 100px;
}

header.header-seven .header-mid-one-wrapper .logo-area {
    flex-basis: 20%;
    padding: 16px 0 21px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-mid-one-wrapper .logo-area {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 576px) {
    header.header-seven .header-mid-one-wrapper .logo-area {
        padding: 10px 0 10px;
    }
}

header.header-seven .header-mid-one-wrapper .logo-area::after {
    display: none;
}

header.header-seven .header-mid-one-wrapper .header-right {
    display: flex;
    align-items: center;
    /*flex-basis: 25%;*/
    gap: 30px;
    justify-content: end;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-mid-one-wrapper .header-right .single-component.info-con {
        display: none;
    }
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .icon {
    margin-right: 15px;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .icon i {
    display: block;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #DDE2EB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0C0A0A;
    font-weight: 500;
    font-size: 20px;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .info span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6E777D;
    font-family: var(--font-primary);
    margin-bottom: -3px;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .info a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0C0A0A;
    font-family: var(--font-primary);
    transition: 0.3s;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .info a:hover {
    color: var(--color-primary-2);
}

header.header-seven .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    header.header-seven .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
        display: none;
    }
}

header.header-seven .header-mid-one-wrapper .header-right .single-component a.tmp-btn svg {
    margin-left: 6px;
    margin-top: 3px;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area {
    margin-left: 20px;
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: var(--color-secondary);
    border-radius: 2px;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area .icon {
        height: 45px;
        width: 45px;
    }
}

@media only screen and (max-width: 767px) {
    header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area .icon {
        height: 40px;
        width: 40px;
    }
}

header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area svg rect {
    fill: #fff;
}

header.header-seven .header-main-2::after {
    display: none;
}

header.header-seven .cart-search-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

header.header-seven .cart-search-area a {
    display: block;
}

header.header-seven.inner {
    box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.0509803922);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-seven.inner .header-mid-one-wrapper .nav-area {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    header.header-seven.inner .header-mid-one-wrapper .header-right {
        flex-basis: 40% !important;
    }
}

header {
    position: relative;
    z-index: 99;
}

.logo-area.shape-none::before {
    display: none !important;
}

.header--sticky.sticky {
    position: fixed !important;
    top: 0;
    display: block;
    z-index: 50;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
    animation: headerSticky 0.75s ease forwards;
}

.header--sticky.sticky .header-top {
    display: none;
}

.header--sticky.sticky.header-one {
    background: #fff;
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.mobile-menu nav ul {
    padding: 0 0;
}

.mobile-menu nav ul li {
    margin: 0;
    padding: 0;
}

.mobile-menu nav ul li a.main {
    padding: 10px 0;
    border-bottom: 1px dashed var(--color-border);
    cursor: pointer;
}

.mobile-menu nav ul li.has-droupdown {
    position: relative;
}

.mobile-menu nav ul li.has-droupdown .submenu {
    padding-left: 14px;
}

.mobile-menu nav ul li.has-droupdown ul a.tag {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
}

.mobile-menu nav ul li.has-droupdown ul li {
    padding: 10px 0 !important;
    border-bottom: 1px dashed var(--color-border);
}

.mobile-menu nav ul li.has-droupdown ul li:last-child {
    border-bottom: none;
}

.mobile-menu nav ul li.has-droupdown > a {
    position: relative;
}

.mobile-menu nav ul li.has-droupdown > a::after {
    position: absolute;
    content: "+";
    font-family: "Font Awesome 6 pro" !important;
    font-size: 16px;
    right: 0;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-body);
    pointer-events: none;
    cursor: pointer;
}

.mobile-menu nav ul li.has-droupdown.third-lvl > a {
    padding: 0 0 10px 0;
}

.mobile-menu nav ul li.has-droupdown.third-lvl::after {
    font-size: 10px;
    padding: 3px 10px;
}

.mobile-menu nav ul li.has-droupdown.third-lvl ul {
    padding: 0 20px;
}

.mobile-menu nav ul li.has-droupdown.third-lvl ul li {
    margin: 0 0 !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.mobile-menu nav ul li.has-droupdown.third-lvl ul li:hover {
    color: var(--color-primary);
}

.mobile-menu nav ul li.has-droupdown.third-lvl ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.mobile-menu nav ul li a {
    display: block;
}

.tmp-bread-crumb-area .breadcrumb-inner {
    position: relative;
    z-index: 1;
}

.tmp-bread-crumb-area .breadcrumb-inner.text-start .meta {
    justify-content: flex-start;
}

.tmp-bread-crumb-area .breadcrumb-inner .title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .tmp-bread-crumb-area .breadcrumb-inner .title {
        line-height: 1.3;
        font-size: 38px !important;
    }
}

@media only screen and (max-width: 576px) {
    .tmp-bread-crumb-area .breadcrumb-inner .title {
        line-height: 1.3;
        font-size: 28px !important;
    }
}

.tmp-bread-crumb-area .breadcrumb-inner .desc {
    max-width: 519px;
    margin: auto;
    margin-bottom: 20px;
}

.tmp-bread-crumb-area .breadcrumb-inner .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.tmp-bread-crumb-area .breadcrumb-inner .meta span i {
    font-size: 11px;
}

.tmp-bread-crumb-area .breadcrumb-inner .meta a {
    font-weight: 400;
    color: #717580;
}

.tmp-bread-crumb-area .breadcrumb-inner .meta a i {
    color: var(--color-primary);
}

.tmp-bread-crumb-area .breadcrumb-inner .meta a.next {
    opacity: 0.54;
}

.bg-image-breadcrumb {
    height: 420px;
    background-image: url(../images/service/breadcrumb.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .bg-image-breadcrumb {
        height: 250px;
    }
}

.bg-image-breadcrumb.not-overlay {
    background-image: url(../images/breadcrumb-1.webp);
}

.bg-image-breadcrumb.not-overlay::after {
    display: none;
}

.bg-image-breadcrumb * {
    color: var(--color-white);
}

.bg-image-breadcrumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.3;
    z-index: -1;
}

.bg-image-breadcrumb .breadcrumb-inner .title {
    font-size: 54px;
}

.bg-image-breadcrumb .breadcrumb-inner .meta a {
    color: var(--color-white);
}

.offcanvas-trigger {
    display: block;
    color: var(--color-heading-1);
    position: relative;
    cursor: pointer;
    font-size: 0.25em;
    line-height: 1;
}

.offcanvas-trigger .offcanvas-bars {
    display: inline-block;
    width: 21px;
    margin: 0;
    vertical-align: middle;
    height: 20px;
}

.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-1);
    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) {
    .offcanvas-trigger .offcanvas-bars span {
        margin-bottom: 4px;
    }
}

.offcanvas-trigger .offcanvas-bars span::before, .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-1);
}

.offcanvas-trigger .offcanvas-bars span::before {
    transform: translate(-100%, 0);
    transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}

.offcanvas-trigger .offcanvas-bars span::after {
    transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}

.offcanvas-trigger:hover .offcanvas-bars span::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.offcanvas-trigger:hover .offcanvas-bars span::after {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.offcanvas-trigger:hover .offcanvas-bars span:first-child::before {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::before {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::after {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.offcanvas-trigger:hover .offcanvas-bars span:last-child::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.offcanvas-trigger:hover .offcanvas-bars span:last-child::after {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 510px;
    padding: 40px 30px;
    padding-top: 50px;
    height: 100%;
    display: block;
    background-color: white;
    z-index: 111111;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

@media only screen and (max-width: 991px) {
    .side-bar {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .side-bar {
        width: 70%;
    }
}

@media only screen and (max-width: 576px) {
    .side-bar {
        width: 320px;
    }
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo {
    max-width: 240px;
    display: block;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu {
    position: relative;
    max-width: max-content;
    margin: 0;
    color: #000;
    height: 50px;
    width: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-top: 0;
    font-size: 27px;
    background: #F6F6F6;
    border-radius: 100%;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu i {
    margin-top: 0;
    margin: 0;
    font-size: 18px;
    transition: 0.3s;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu:hover i {
    transform: scale(1.2);
    color: var(--color-white);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action {
    margin-top: 20px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action p.disc {
    font-size: 18px;
    padding-right: 18%;
    margin-bottom: 0;
    padding-bottom: 35px;
    border-bottom: 1px dashed #E7E7E7;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #E7E7E7;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li {
    margin: 0;
    padding: 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-heading-1);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #F6F6F6;
    font-size: 14px;
    color: var(--color-primary);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav {
    margin-top: 60px;
    margin-bottom: 80px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li {
    padding: 0;
    margin: 10px 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li a {
    font-weight: 500;
    font-size: 24px;
    color: var(--color-heading-1);
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: max-content;
    margin-right: auto;
    margin-left: -53px;
    margin-top: 0;
    position: absolute;
    border: none;
}

.side-bar button i {
    color: #000;
    height: 40px;
    min-width: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 43px;
    margin-top: -37px;
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    background: #F6F6F6;
    z-index: 1;
}

.side-bar button i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%) scale(0.2);
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    border-radius: 50%;
}

.side-bar button i:hover {
    color: var(--color-white);
}

.side-bar button i:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo.logo-yellow {
    display: none;
}

.tmp-about-area4 .right-side-content {
    margin-left: 45px;
}

.tmp-about-area4 .right-side-content p.desc {
    /*max-width: 533px;*/
}

.tmp-about-area4 .right-side-content .button-area {
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .tmp-about-area4 .right-side-content .button-area {
        margin-top: 20px;
    }
}

.tmp-about-area4 .right-side-content .button-area .call-btn {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .tmp-about-area4 .right-side-content .button-area .call-btn {
        flex-wrap: wrap;
    }
}

.tmp-about-area4 .right-side-content .button-area .call-btn .icon {
    min-width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: block;
    text-align: center;
    transform: rotate(-45deg);
}

.tmp-about-area4 .right-side-content .button-area .call-btn .icon svg {
    max-width: 22px;
    height: auto;
}

.tmp-about-area4 .right-side-content .button-area .call-btn .text p {
    margin-bottom: 5px;
}

.tmp-about-area4 .right-side-content .button-area .call-btn .text a {
    font-family: var(--font-primary);
    color: var(--color-heading-1);
    font-weight: 600;
}

.tmp-about-area4 .right-side-content .button-area .tmp-btn {
    font-family: var(--font-primary);
}

.about-image-area5 {
    position: relative;
    z-index: 1;
    margin-right: 25px;
}

@media only screen and (max-width: 479px) {
    .about-image-area5 {
        margin-right: 0;
    }
}

.about-image-area5::before {
    content: "";
    position: absolute;
    background: var(--color-primary-2);
    width: 7px;
    height: 30%;
    border-radius: 2px;
    top: 0;
    right: -25px;
}

@media only screen and (max-width: 479px) {
    .about-image-area5::before {
        display: none;
    }
}

.about-image-area5::after {
    content: "";
    position: absolute;
    background: var(--color-primary-2);
    width: 7px;
    height: 60%;
    border-radius: 2px;
    bottom: 0;
    right: -25px;
}

@media only screen and (max-width: 479px) {
    .about-image-area5::after {
        display: none;
    }
}

.about-image-area5 img {
    border-radius: 4px;
}

.about-image-area5 .counter-area {
    background: var(--color-white);
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    position: absolute;
    bottom: 30px;
    left: 5px;
    text-align: start;
    padding: 30px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .about-image-area5 .counter-area {
        padding: 30px 30px 20px 30px;
        left: 80px;
    }
}

@media only screen and (max-width: 576px) {
    .about-image-area5 .counter-area {
        left: 8px;
        bottom: 8px;
    }
}

.about-image-area5 .counter-area .icon {
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 30px;
}

.about-image-area5 .counter-area .title-main {
    margin-bottom: 8px;
    line-height: 1;
}

.about-image-area5 .shape {
    position: absolute;
}

.about-image-area5 .shape.one {
    top: 0;
    left: 0;
}

.about-image-area5 .shape.two {
    bottom: 0;
    right: 0;
}

.tmp-about-area5 {
    position: relative;
    z-index: 1;
    /*padding-bottom: 220px;*/
}

@media only screen and (max-width: 767px) {
    .tmp-about-area5 {
        padding-bottom: 140px;
    }
}

.tmp-about-area5 .section-title-area-3 {
    position: relative;
    z-index: 2;
}

.tmp-about-area5 .section-inner {
    position: relative;
    z-index: 1;
}

.about-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 40px;
    border-radius: 6px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.02);
    gap: 20px;
    transition: 0.3s;
}

.about-wrapper:hover {
    transform: scale(1.02);
}

.about-wrapper .icon {
    min-width: 95px;
}

.about-wrapper .content .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}

.about-wrapper.bg {
    background: var(--primary-100);
}

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

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

.cg::after {
    background: var(--color-primary-2) !important;
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper.industry-banner-before::before {
    backdrop-filter: blur(0);
    background: rgba(0, 0, 0, 0.181);
}

.banner-five-main-wrapper {
    position: relative;
    z-index: 1;
    height: 860px;
}

.banner-five-main-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #254390 1.59%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
}

.banner-five-main-wrapper::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(90.07deg, rgba(255, 94, 20, 0.544) 1.29%, rgba(255, 94, 20, 0) 99.95%);
}

.tmp-banner-slider-area {
    position: relative;
    z-index: 10;
}

.tmp-banner-slider-area .pagination-area {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide {
    width: 283px !important;
    opacity: 0.7;
    transition: var(--transition);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide {
        width: 100px !important;
    }
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide:hover {
    background: var(--color-white);
    opacity: 1;
    border-radius: 6px;
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper {
    height: 830px;
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper {
    opacity: 0;
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .b_one-pre {
    opacity: 0;
    transition-delay: 0.5s;
    display: block;
    animation: none;
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
    font-size: 70px;
    line-height: 1.3;
    opacity: 0;
    transition-delay: 0.8s;
    display: block;
    animation: none;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 54px;
    }
}

@media only screen and (max-width: 991px) {
    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 54px;
    }
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .desc {
    opacity: 0;
    transition-delay: 1.3s;
    display: block;
    animation: none;
}

@media only screen and (max-width: 576px) {
    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .desc {
        margin-bottom: 40px;
    }
}

.tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .button-area-banner {
    opacity: 0;
    transition-delay: 0.7s;
    display: block;
    animation: none;
}

.tmp-banner-slider-area.banner-nine .navigation-area {
    transition: 0.3s;
    opacity: 0;
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--color-white);
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3019607843);
    background: rgba(255, 255, 255, 0.1098039216);
    transition: var(--transition);
    backdrop-filter: blur(7px);
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn:hover {
    background: var(--color-primary-2);
    border: 1px solid var(--color-primary-2);
    transform: scale(1.2);
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn::after {
    display: none;
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-prev {
    left: 4%;
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-next {
    right: 4%;
}

.tmp-banner-slider-area.banner-nine:hover .navigation-area {
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper {
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .b_one-pre {
    animation: slideInUp3 0.8s;
    animation-delay: 0.3s;
    display: block;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .title-banner {
    animation: fadeInUp 0.8s;
    animation-delay: 0.8s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .desc {
    animation: fadeInUp 0.8s;
    animation-delay: 1.3s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .button-area-banner {
    animation: fadeInUp 0.8s;
    animation-delay: 1.8s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .author-rating-area {
    animation: fadeInUp 0.8s;
    animation-delay: 2.3s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(1) {
    animation: fadeInLeft 0.8s;
    animation-delay: 0.2s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(2) {
    animation: fadeInRight 0.8s;
    animation-delay: 0.2s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper {
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper span.b_one-pre {
    animation: slideInUp3 0.8s;
    animation-delay: 0.3s;
    display: block;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .title-banner {
    animation: fadeInUp 0.8s;
    animation-delay: 0.8s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .desc {
    animation: fadeInUp 0.8s;
    animation-delay: 1.3s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .button-area-banner {
    animation: fadeInUp 0.8s;
    animation-delay: 1.8s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-hero-image {
    animation: fadeInRight 0.8s;
    animation-delay: 0.5s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .watermark.one {
    animation: fadeInDown 0.8s;
    animation-delay: 0.5s;
    opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .watermark.two {
    animation: fadeInUp 0.8s;
    animation-delay: 0.5s;
    opacity: 1;
}

.custom-overfolow-btn {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.custom-overfolow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 1;
    font-size: 16px;
}

.custom-overfolow-btn i.invers-icon-top {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateX(300%);
}

.custom-overfolow-btn .invers-icon {
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.swiper-button-next .custom-overfolow-btn i.invers-icon-top {
    transform: translateX(-300%);
}

.swiper-button-next:hover i.invers-icon {
    transform: translateX(300%);
}

.swiper-button-next:hover i.invers-icon-top {
    transform: translateX(0);
}

.swiper-button-prev:hover i.invers-icon {
    transform: translateX(-300%);
}

.swiper-button-prev:hover i.invers-icon-top {
    transform: translateX(0);
}

.banner-three-wrapper {
    padding: 390px 0 210px;
}

@media only screen and (max-width: 1199px) {
    .banner-three-wrapper {
        padding: 290px 0 210px;
    }
}

.banner-three-wrapper span.b_one-pre {
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-secondary);
    color: var(--color-heading-1);
    text-transform: capitalize;
    transition-delay: 0.5s;
    display: block;
    max-width: max-content;
}

.banner-three-wrapper .title-banner {
    margin-top: 25px;
    font-weight: 700;
    font-size: 55px;
    line-height: 72px;
    color: var(--color-black);
    margin-bottom: 20px;
    transition-delay: 1s;
}

@media only screen and (max-width: 1199px) {
    .banner-three-wrapper .title-banner {
        font-size: 49px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-three-wrapper .title-banner {
        font-size: 42px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three-wrapper .title-banner {
        font-size: 42px;
        line-height: 56px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-three-wrapper .title-banner {
        font-size: 30px;
        line-height: 45px;
    }
}

.banner-three-wrapper .desc {
    max-width: 580px;
    color: var(--color-heading-1);
    font-family: var(--font-primary);
}

.banner-three-wrapper .button-area-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    transition-delay: 2s;
}

@media only screen and (max-width: 479px) {
    .banner-three-wrapper .button-area-banner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-area-4 {
        flex-wrap: wrap;
    }
}

.thumbBannerSlide-wind .banner-three-wrapper {
    text-align: center;
}

.thumbBannerSlide-wind .banner-three-wrapper .b_one-pre {
    margin: auto;
    padding: 5px 12px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1294117647);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.thumbBannerSlide-wind .banner-three-wrapper .title-banner {
    font-weight: 700;
    margin-top: 32px;
}

.thumbBannerSlide-wind .banner-three-wrapper p.desc {
    margin: auto;
}

.thumbBannerSlide-wind .banner-three-wrapper .button-area-banner {
    margin-top: 40px;
}

.thumbBannerSlide-wind .banner-three-wrapper .button-area-banner .tmp-btn {
    margin: auto;
}

.thumbBannerSlide-wind .banner-three-wrapper .social-share-wrapper-1 {
    margin: auto;
    opacity: 0;
    transition-delay: 0.9s;
    margin-top: 50px;
}

.thumbBannerSlide-wind .banner-three-wrapper .social-share-wrapper-1 .social-stylle-one li a {
    border-color: rgba(255, 255, 255, 0.1294117647);
}

.thumbBannerSlide-wind .banner-three-wrapper .social-share-wrapper-1 .social-stylle-one li a i {
    color: var(--color-white);
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .navigation-area .swiper-btn {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.0784313725);
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper {
    height: 745px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper {
        height: 545px;
    }
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper {
    margin: auto;
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler {
    padding: 0 60px !important;
}

@media only screen and (max-width: 1199px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler {
        padding: 0 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler .title-banner {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler .title-banner {
        font-size: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler .title-banner {
        font-size: 32px;
    }
}

@media only screen and (max-width: 576px) {
    .tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler .b_one-pre {
        font-size: 14px;
    }
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper::before {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1803921569);
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper::after {
    display: none;
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-three-wrapper {
    padding: 130px 0 130px;
}

.invers-swiper-thumb-wind {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.invers-swiper-thumb-wind .swiper-wrapper {
    justify-content: center;
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide {
    display: inline-block;
    line-height: 100%;
    height: 80px;
    width: 80px !important;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 4px;
    transition: 0.4s;
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide::before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--color-white);
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

@media only screen and (max-width: 576px) {
    br {
        display: none;
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.social-share-wrapper-1 .short-title {
    display: block;
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    border-bottom: 1px dashed var(--color-border);
}

.social-share-wrapper-1 .social-stylle-one {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -5px;
}

.social-share-wrapper-1 .social-stylle-one li {
    margin: 5px;
}

.social-share-wrapper-1 .social-stylle-one li a {
    width: 48px;
    background-color: transparent;
    height: 48px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: var(--color-body);
    z-index: 2;
    position: relative;
    line-height: 41px;
    background: transparent;
    border: 2px solid var(--color-border);
}

.social-share-wrapper-1 .social-stylle-one li a i {
    vertical-align: middle;
}

.social-share-wrapper-1 .social-stylle-one 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%;
    border: 2px solid var(--color-primary);
}

.social-share-wrapper-1 .social-stylle-one li a:hover {
    border-color: transparent !important;
}

.social-share-wrapper-1 .social-stylle-one li a:hover i {
    color: #fff;
}

.social-share-wrapper-1 .social-stylle-one li a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.social-share-wrapper-1.style-footer .social-stylle-one li {
    margin: 3px;
}

.social-share-wrapper-1.style-footer .social-stylle-one li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: transparent;
    background: rgba(255, 255, 255, 0.0392156863);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-share-wrapper-1.style-footer .social-stylle-one li a i {
    color: var(--color-white);
}

.tmp-project-area .section-title-area {
    margin-bottom: 60px;
}

.tmp-project-area .section-title-area .pre-title, .tmp-project-area .section-title-area .section-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tmp-project-area.two .section-inner {
    padding: 0 55px;
}

@media only screen and (max-width: 1199px) {
    .tmp-project-area.two .section-inner {
        padding: 0 20px;
    }
}

.tmp-project-area.three {
    position: relative;
    z-index: 1;
}

.tmp-project-area.three .right .bottom-content {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 576px) {
    .tmp-project-area.three .right .bottom-content {
        padding-left: 0;
    }
}

.tmp-project-area.three .right .bottom-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (max-width: 576px) {
    .tmp-project-area.three .right .bottom-content .shape {
        display: none;
    }
}

.tmp-project-area.three .right .bottom-content .desc {
    margin-bottom: 22px;
}

.single-wrapper {
    height: 100%;
}

.project-wrapper4 {
    display: flex;
    align-items: center;
    background: #FFF8F4;
    border-radius: 6px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .project-wrapper4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.project-wrapper4 .content {
    padding: 65px 115px 65px 80px;
    flex-basis: 45%;
}

@media only screen and (max-width: 1199px) {
    .project-wrapper4 .content {
        padding: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .project-wrapper4 .content {
        padding: 20px;
    }
}

.project-wrapper4 .content .title {
    font-size: 34px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .project-wrapper4 .content .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .project-wrapper4 .content .title {
        font-size: 26px;
    }
}

.project-wrapper4 .image-area {
    flex-basis: 55%;
}

.project-wrapper4.nc {
    background: rgba(37, 67, 144, 0.05) !important;
}

.tmpWorkingSlider {
    position: relative;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn {
    color: var(--color-primary-2);
    display: flex;
    align-items: center;
    gap: 5px;
    position: unset;
    margin: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: var(--transition);
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn i {
    transition: 0.3s;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover {
    background: var(--color-primary);
    transform: translateY(-50%) scale(1.1);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover i {
    color: #fff;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover span {
    background: var(--color-primary-2);
    color: var(--color-white);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn::after, .tmpWorkingSlider .swiper-navigation .swiper-btn::before {
    display: none;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn span {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(135, 171, 66, 0.2);
    display: block;
    border-radius: 50%;
    text-align: center;
    transition: var(--transition);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn i {
    font-size: 18px;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
    position: absolute;
    right: 120px;
    top: 50%;
    left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
        right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
        right: 25px;
    }
}

.tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
    position: absolute;
    left: 120px;
    top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
        left: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
        left: 25px;
    }
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn {
    opacity: 1;
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-next {
    right: 90px;
}

@media only screen and (max-width: 991px) {
    .tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-next {
        right: 30px;
    }
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 90px;
}

@media only screen and (max-width: 991px) {
    .tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-prev {
        left: 30px;
    }
}

/* Rectangle 157 */
.blog-card-style-two {
    background: var(--color-white);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.blog-card-style-two:hover {
    transform: scale(1.02) translateY(-5px);
}

.blog-card-style-two:hover .image-area img {
    transform: scale(105%);
}

.blog-card-style-two .image-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-card-style-two .image-area img {
    transform: scale(100%);
    transition: var(--transition);
}

.blog-card-style-two .image-area span {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 30px;
    background: var(--color-white);
    padding: 11px 27px;
    line-height: 1;
    border-left: 3px solid var(--color-primary);
    border-radius: 5px;
}

.blog-card-style-two .blog-content-area-2 {
    padding: 20px 30px 30px;
}

@media only screen and (max-width: 991px) {
    .blog-card-style-two .blog-content-area-2 {
        padding: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-card-style-two .blog-content-area-2 {
        padding: 30px 11px;
    }
}

.blog-card-style-two.inner .blog-content-area-2 .text .blog-meta li i {
    color: var(--color-primary-2);
}

.blog-card-style-two.inner .blog-content-area-2 .text h6 a:hover {
    color: var(--color-primary-2);
}

.blog-card-style-two.inner .blog-content-area-2 .button-area .text-btn span {
    background: rgba(135, 171, 66, 0.1);
    color: var(--color-primary-2);
}

.blog-card-style-two.inner .blog-content-area-2 .button-area .text-btn:hover {
    color: var(--color-primary-2);
}

.blog-content-area-2 {
    padding: 41px 30px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .blog-content-area-2 {
        padding: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-content-area-2 {
        padding: 20px 11px;
    }
}

.blog-content-area-2 .text .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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 {
    line-height: 1;
}

.blog-content-area-2 .text .blog-title {
    line-height: 1.4;
    font-size: 20px;
}

.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-card-style-five {
    display: flex;
    align-items: center;
    background: var(--color-white);
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 28px;
    gap: 30px;
    transition: 0.3s;
}

@media only screen and (max-width: 576px) {
    .blog-card-style-five {
        padding: 15px;
    }
}

.blog-card-style-five:hover {
    transform: scale(1.03);
}

.blog-card-style-five:hover .image-area a img {
    transform: scale(1.15);
}

.blog-card-style-five .image-area {
    flex-basis: 40%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .blog-card-style-five .image-area {
        flex-basis: 100%;
        width: 100%;
    }
}

.blog-card-style-five .image-area a {
    display: block;
}

.blog-card-style-five .image-area a img {
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .blog-card-style-five .image-area a img {
        width: 100%;
    }
}

.blog-card-style-five .image-area span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0;
    line-height: 1;
    padding: 10px 22px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-weight: 600;
    background: var(--color-primary);
}

.blog-card-style-five .content-area {
    flex-basis: 60%;
}

.blog-card-style-five .content-area .text {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 20px;
}

.blog-card-style-five .content-area .text .blog-meta {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 17px;
    gap: 26px;
}

@media only screen and (max-width: 767px) {
    .blog-card-style-five .content-area .text .blog-meta {
        gap: 5px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 576px) {
    .blog-card-style-five .content-area .text .blog-meta {
        flex-direction: row;
        gap: 25px;
    }
}

.blog-card-style-five .content-area .text .blog-meta li {
    display: flex;
    gap: 7px;
}

.blog-card-style-five .content-area .text .blog-meta li svg {
    width: 12px;
}

.blog-card-style-five .content-area .text .blog-meta li svg path {
    fill: var(--color-primary-2);
}

.blog-card-style-five .content-area .text .blog-meta li p {
    font-size: 14px;
    line-height: 1.25;
}

.blog-card-style-five .content-area .text .blog-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}

.tmp-blog-area.area-3 .blog-title-area .button-area {
    position: relative;
    z-index: 1;
}

.tmp-blog-area.area-3 .blog-title-area .button-area::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f4f4f4;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: -1;
}

.tmp-blog-area.area-3 .blog-title-area .button-area a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading-1);
    padding: 0;
    font-family: var(--font-primary);
    display: flex;
    align-items: center;
    gap: 5px;
}

.float-right {
    position: relative;
    min-width: 115%;
    right: 0;
}

@media only screen and (max-width: 576px) {
    .float-right {
        min-width: 100%;
    }
}

.cta-area-start-1 {
    background-image: url(../images/cta/07.webp);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.cta-area-start-1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3647058824);
    z-index: -1;
}

.cta-area-start-1 .cta-fluid-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .cta-area-start-1 .cta-fluid-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.cta-area-start-1 .cta-fluid-wrapper .title {
    margin-bottom: 0;
    color: var(--color-white);
    font-weight: 700;
    line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
    .cta-area-start-1 .cta-fluid-wrapper .title br {
        display: none;
    }
}

.tmp-why-choose-us-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(179, 179, 179, 0.09) 0%, rgba(246, 246, 246, 0.4) 100%);
}

.tmp-why-choose-us-area::after {
    content: "";
    position: absolute;
    width: 385px;
    height: 390px;
    /*background: var(--secondary-100);*/
    top: 0;
    left: 0;
    z-index: -1;
}

.tmp-why-choose-us-area .image-area img {
    border-radius: 4px;
}

.tmp-service-details-area {
    position: relative;
    z-index: 1;
}

.tmp-service-details-area .left-sidebar .single-wrapper {
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 5px;
    box-shadow: var(--shadow-1);
}

.tmp-service-details-area .left-sidebar .single-wrapper .title {
    font-size: 28px;
    line-height: 1.2;
}

.tmp-service-details-area .left-sidebar .single-wrapper .title-main {
    font-size: 28px;
    line-height: 1.2;
}

.tmp-service-details-area .left-sidebar .single-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    background: var(--color-white);
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: var(--transition);
    box-shadow: var(--shadow-1);
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a:hover {
    background: var(--color-primary-2);
    color: var(--color-white);
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a:hover span {
    background: rgba(255, 255, 255, 0.2);
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a:hover span i {
    color: var(--color-white);
    transform: rotate(0);
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a span {
    width: 34px;
    line-height: 34px;
    height: 34px;
    display: block;
    text-align: center;
    border-radius: 2px;
    background: rgba(205, 205, 205, 0.2);
    color: var(--color-body);
    transition: var(--transition);
}

.tmp-service-details-area .left-sidebar .single-wrapper ul li a span i {
    transform: rotate(-45deg);
    transition: var(--transition);
}

.tmp-service-details-area .left-sidebar .single-wrapper .content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tmp-service-details-area .left-sidebar .single-wrapper .content .icon a {
    display: block;
    background: var(--color-white);
    color: var(--color-primary-2);
    font-size: 24px;
    width: 66px;
    height: 66px;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    box-shadow: var(--shadow-1);
}

.tmp-service-details-area .left-sidebar .single-wrapper .content .text .title {
    font-size: 24px;
    line-height: 1;
    color: #717580;
    font-weight: 400;
    margin-bottom: 12px;
}

.tmp-service-details-area .left-sidebar .single-wrapper .content .text a {
    color: var(--color-primary-2);
    font-weight: 600;
    font-family: var(--font-primary);
    font-size: 24px;
}

@media only screen and (max-width: 576px) {
    .tmp-service-details-area .right-content-area {
        padding: 15px;
    }
}

.tmp-service-details-area .right-content-area h3.title {
    margin-bottom: 10px;
}

.tmp-service-details-area .right-content-area p {
    margin-bottom: 5px !important;
}

.tmp-service-details-area .right-content-area ul {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .tmp-service-details-area .right-content-area ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.tmp-service-details-area .right-content-area ul li {
    max-width: 350px;
}

.tmp-service-details-area .right-content-area ul li .title {
    font-size: 24px;
}

.tmp-service-details-area .right-content-area .image-area {
    position: relative;
    z-index: 1;
}

.tmp-service-details-area.shop .left-sidebar .single-wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-white);
    color: var(--color-heading-1);
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    font-weight: 600;
    transition: var(--transition);
}

.tmp-service-details-area.shop .left-sidebar .single-wrapper ul li:hover a {
    background: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.01);
}

.tmp-service-details-area.shop .left-sidebar .single-wrapper ul li:hover a i {
    transform: rotate(0);
}

.tmp-service-details-area.shop .left-sidebar .single-wrapper ul li span {
    background: var(--primary-100);
    height: 34px;
    width: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    display: block;
    color: var(--color-primary);
    transition: var(--transition);
}

.tmp-service-details-area.shop .left-sidebar .single-wrapper ul li span i {
    transform: rotate(-45deg);
    transition: var(--transition);
}

.single-feature-area-modern {
    border-radius: 6px;
    padding: 30px;
    box-shadow: var(--shadow-1);
    transition: 0.3s;
    height: 100%;
}

.single-feature-area-modern:hover {
    transform: scale(1.05);
}

.single-feature-area-modern:hover svg {
    animation: bounceIn 0.8s ease;
}

.single-feature-area-modern .invers-feature-icon {
    margin-bottom: 35px;
    max-width: 60px;
    height: 60px;
}

.single-feature-area-modern .title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.tmp-testimonials-area .client-content .section-title-area .section-title {
    font-weight: 600;
}

.tmp-testimonials-area .client-content .reveiw-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 576px) {
    .tmp-testimonials-area .client-content .reveiw-area {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.tmp-testimonials-area .client-content .reveiw-area .counter-area {
    padding: 15px 80px 15px 20px;
    background: rgba(37, 67, 144, 0.05) !important;
    border-radius: 5px;
}

.tmp-testimonials-area .client-content .reveiw-area .counter-area .title {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0;
    font-family: var(--font-secondary);
}

.tmp-testimonials-area .client-content .reveiw-area .counter-area .star-rating {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.tmp-testimonials-area .client-content .reveiw-area .counter-area .star-rating li {
    color: var(--color-primary);
    list-style: none;
    padding: 0;
    margin: 0;
}

.tmp-testimonials-area .client-content .reveiw-area .desc {
    color: var(--color-heading-1);
    font-family: var(--font-primary);
    font-weight: 600;
    padding-left: 20px;
    border-left: 3px solid rgba(228, 228, 228, 0.4588235294);
}

.testimonial-slider-area {
    margin-left: 40px;
}

.testimonial-wrapper {
    background: var(--color-white);
    padding: 40px 20px 20px 30px;
    border-left: 4px solid #E4E4E4;
    box-shadow: 0px 5px 10px 5px rgba(158, 158, 158, 0.05);
    position: relative;
    z-index: 1;
}

.testimonial-wrapper .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.testimonial-wrapper .top-content .title-area .title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
}

.testimonial-wrapper .top-content .star-rating {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.testimonial-wrapper .top-content .star-rating li {
    margin: 0;
    list-style: none;
    color: var(--color-secondary);
}

.testimonial-wrapper .bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.testimonial-wrapper .bottom-content .desc {
    margin-bottom: 0;
    flex-basis: 70%;
}

.testimonial-wrapper .bottom-content .author-image {
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #E4E4E4;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.testimonial-wrapper .bottom-content .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-wrapper .qoute-icon {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 30px;
    opacity: 0.7;
    transform: translateY(-50%) rotate(180deg);
}

@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);
    }
}

@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);
    }
}

.tmp-working-process-area .section-title-area {
    margin-bottom: 60px;
}

.tmp-working-process-area .section-title-area .pre-title, .tmp-working-process-area .section-title-area .section-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.working-process-wrapper7 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
}

.working-process-wrapper7 .image-area img {
    transition: 0.4s;
}

.working-process-wrapper7 .image-area .tmp-icon-overlay-link-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0;
}

.working-process-wrapper7 .content {
    position: absolute;
    z-index: 1;
    left: -90%;
    bottom: 30px;
    background: var(--color-white);
    padding: 30px;
    border-radius: 4px;
    max-width: 420px;
    width: 100%;
    transition: all 0.5s;
}

@media only screen and (max-width: 479px) {
    .working-process-wrapper7 .content {
        padding: 16px;
        left: 15px;
        bottom: 15px;
    }
}

.working-process-wrapper7 .content p {
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    color: var(--color-primary);
    max-width: max-content;
    margin-bottom: 15px;
    height: 29px;
    display: flex;
    align-items: center;
    font-weight: 400;
    background: var(--primary-100);
}

.working-process-wrapper7 .content .title {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .working-process-wrapper7 .content .title {
        font-size: 22px;
        line-height: 1.3;
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    .working-process-wrapper7 .content .title {
        font-size: 18px;
    }
}

.working-process-wrapper7 .content .title a {
    color: var(--color-heading-1);
}

.working-process-wrapper7:hover .image-area img {
    transform: scale(1.15);
}

.working-process-wrapper7:hover .image-area .tmp-icon-overlay-link-btn {
    opacity: 1;
}

.working-process-wrapper7:hover .content {
    left: 30px;
}

.tmp-get-in-touch-area .section-inner {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    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:hover .icon a i {
    animation: bounceIn 0.8s ease;
}

.tmp-get-in-touch-area .section-inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 37px 50px 37px;
    gap: 31px;
    margin-left: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-get-in-touch-area .section-inner .content {
        margin-left: 222px;
    }
}

@media only screen and (max-width: 576px) {
    .tmp-get-in-touch-area .section-inner .content {
        padding: 30px;
    }
}

.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: 12px;
    font-size: 24px;
    line-height: 1.4;
}

.tmp-get-in-touch-area .section-inner .text a.phone {
    font-size: 24px;
    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: 10px;
    color: #717580;
}

.tmp-get-in-touch-area .section-inner .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .tmp-get-in-touch-area .section-inner .shape {
        display: none;
    }
}

.tmp-get-in-touch-area.area-2 .section-inner .icon a {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background: var(--color-primary-2);
    color: var(--color-white);
    font-size: 30px;
}

.tmp-get-in-touch-area.area-2 .section-inner .text a {
    color: var(--color-primary-2);
}

.tmp-get-in-touch-area.area-3 .section-inner {
    background: transparent;
    box-shadow: none;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper {
    text-align: center;
    border-radius: 4px;
    background: var(--color-white);
    height: 100%;
    padding: 30px 27px;
    box-shadow: var(--shadow-1);
    transition: var(--transition);
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper:hover {
    transform: scale(1.02);
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper:hover .icons i {
    animation: bounceIn 0.8s ease;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .icon {
    margin-bottom: 15px;
    display: block;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .icons {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .icons i {
    font-size: 36px;
    color: var(--color-primary);
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .title {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper p {
    margin-bottom: 0;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper p:last-child {
    margin-top: 3px;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper p a {
    font-size: 18px;
}

.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper p a:hover {
    color: var(--color-primary-2);
}

.tmp-contact-area.contact {
    background: rgba(149, 149, 149, 0.1);
}

.tmp-contact-area.contact .contact-form .top {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 6px;
    box-shadow: var(--shadow-1);
}

.tmp-contact-area.contact .contact-form .top .title {
    font-size: 30px;
    line-height: 1.2;
}

.tmp-contact-area.contact .social-share-wrapper-1.style-footer .social-stylle-one li a {
    background: var(--primary-100);
}

.tmp-contact-area.contact .social-share-wrapper-1.style-footer .social-stylle-one li a:hover i {
    color: var(--color-white);
}

.tmp-contact-area.contact .social-share-wrapper-1.style-footer .social-stylle-one li a i {
    color: var(--color-primary);
}

.tmp-contact-area.contact label {
    display: block;
    margin: 20px 0 8px;
    font-weight: 500;
    color: #333;
}

.tmp-contact-area.contact label i {
    margin-right: 5px;
}

.tmp-contact-area.contact input[type=text], .tmp-contact-area.contact input[type=email], .tmp-contact-area.contact textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.tmp-contact-area.contact input:focus, .tmp-contact-area.contact textarea:focus {
    border-color: var(--color-primary);
    outline: none;
}

.tmp-contact-area.contact button {
    width: 100%;
    max-width: 100%;
    border: none;
}

.tmp-contact-area.contact .right-content-area {
    background: var(--color-white);
    border-radius: 6px;
    padding: 30px 25px;
    box-shadow: var(--shadow-1);
}

.tmp-contact-area.contact .right-content-area .image-area {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}

.tmp-contact-area.contact .right-content-area .get-in-touch-area h3, .tmp-contact-area.contact .right-content-area .get-in-touch-area h6 {
    font-size: 20px;
    line-height: 1.2;
}

.contact-form-style-default .double-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 576px) {
    .contact-form-style-default .double-input-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }
}

.contact-form-style-default .double-input-wrapper .single-input {
    flex-basis: 50%;
}

@media only screen and (max-width: 576px) {
    .contact-form-style-default .double-input-wrapper .single-input {
        flex-basis: 100%;
    }
}

.contact-form-style-default label {
    font-weight: 400 !important;
    color: #333;
}

.contact-form-style-default label i {
    color: var(--color-primary);
}

.contact-form-style-default input::placeholder {
    color: #c2c2c2 !important;
}

.contact-form-style-default textarea::placeholder {
    color: #c2c2c2 !important;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.tmp-counter-area {
    max-width: 1620px;
    margin: auto;
}

.tmp-counter-area .counter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 114px;
    background: var(--color-white);
    box-shadow: 0px 9px 10.8px rgba(187, 173, 173, 0.07);
    border-radius: 6px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.tmp-counter-area .counter-inner .content {
    padding: 25px 30px;
    position: relative;
    z-index: 1;
}

.tmp-counter-area .counter-inner .content:hover::after {
    border-left: 2px solid var(--color-primary);
}

.tmp-counter-area .counter-inner .content::after {
    content: "";
    position: absolute;
    width: 117px;
    height: 100%;
    top: 0;
    left: 0;
    background: #FAFAFA;
    border-left: 2px solid #E4E4E4;
    z-index: -1;
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .tmp-counter-area .counter-inner .content::after {
        width: 100%;
    }
}

.tmp-counter-area .counter-inner .content .title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: -5px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .tmp-counter-area .counter-inner .content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .tmp-counter-area .counter-inner .content .title {
        font-size: 60px;
    }
}

.tmp-counter-area .counter-inner .content:nth-child(1) .title, .tmp-counter-area .counter-inner .content:nth-child(3) .title {
    background: var(--color-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--color-heading-1);
}

.tmp-counter-area.area-2 {
    max-width: 1684px;
    position: relative;
    z-index: 1;
}

.tmp-counter-area.area-2 .counter-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1420px;
    width: 100%;
    padding: 0 50px;
    background: none;
    gap: 30px;
}

.tmp-counter-area.area-2 .counter-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 179px;
    background: var(--color-white);
    border-radius: 8px 8px 0 0;
    bottom: -15px;
    left: 0;
}

.tmp-counter-area.area-2 .counter-inner .content {
    background: url(../images/counter-single.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    flex-basis: 25%;
    text-align: center;
    padding: 52px;
}

@media only screen and (max-width: 479px) {
    .tmp-counter-area.area-2 .counter-inner .content {
        flex-basis: 100% !important;
    }
}

.tmp-counter-area.area-2 .counter-inner .content:hover .icon img {
    animation: bounceIn 0.8s ease;
}

.tmp-counter-area.area-2 .counter-inner .content::after {
    display: none;
}

.tmp-counter-area.area-2 .counter-inner .content .icon {
    margin-bottom: 5px;
    height: 82px;
}

.tmp-counter-area.area-2 .counter-inner .content .icon img {
    max-width: 65px;
}

.tmp-counter-area.area-2 .counter-inner .content .title {
    font-family: var(--font-secondary);
    -webkit-text-stroke: 1px var(--color-primary);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    justify-content: center;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-counter-area.area-2 .counter-inner .content .title {
        font-size: 38px;
    }
}

.tmp-counter-area.area-2 .counter-inner .content .title span {
    font-family: var(--font-primary);
}

.tmp-counter-area.area-2 .counter-inner .content p {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-heading-1);
    font-weight: 600;
    font-family: var(--font-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-counter-area.area-2 .counter-inner .content p {
        font-size: 16px;
    }
}

.tmp-counter-area.area-2 .counter-inner .content.green {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1);
}

.tmp-counter-area.area-2 .counter-inner .content.green .title {
    -webkit-text-stroke: 1px var(--color-primary-2);
}

.tmp-counter-area.area-2 .counter-inner .content.green:hover .icon img {
    animation: bounceIn 0.8s ease;
}

.tmp-counter-area.area-3 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .tmp-counter-area.area-3 {
        padding-bottom: 60px;
    }
}

.tmp-counter-area.area-3 .counter-inner {
    background: #F9F9F9;
    border-bottom: 3px solid var(--color-primary-2);
}

.tmp-counter-area.area-3 .counter-inner .content::after {
    background: var(--color-white);
    border: none;
}

.tmp-counter-area.inner {
    max-width: 100%;
    margin: 0 40px;
    background: var(--primary-100);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-counter-area.inner {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .tmp-counter-area.inner {
        margin: 0 5px;
    }
}

.tmp-counter-area.inner .counter-inner {
    margin-top: 0;
    background: none;
    padding: 40px 0;
}

.tmp-counter-area.inner .counter-inner .content::after {
    border: none !important;
    background: var(--color-white);
}

.tmp-counter-area.inner .counter-inner .content .title {
    margin-bottom: 5px;
}

.tmp-counter-area.inner .counter-inner .content p {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 1;
    color: var(--color-heading-1);
    font-weight: 600;
}

.shop .right-content-area {
    margin-left: 50px !important;
}

.shop .right-content-area p {
    color: var(--color-body-2);
    margin-bottom: 0;
}

.checkout-padding-shadow {
    background: var(--color-white);
    padding: 30px;
    box-shadow: var(--shadow-1);
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.show-on-scroll {
    opacity: 0;
}

.show-on-scroll.show {
    opacity: 1;
    display: block;
}

.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: 1000;
}

.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: 1000;
    display: none;
    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(175, 175, 175, 0.39);
}

.scrollbar-v::after {
    content: "";
    position: absolute;
    left: -20px;
    width: 44px;
    min-height: 100px;
    background: transparent;
}

.float-text {
    width: 20px;
    position: fixed;
    z-index: 1002;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    top: 50%;
    right: 40px;
    transform: translate(-50%, -50%);
    font-weight: 500;
    display: none;
}

@media only screen and (max-width: 767px) {
    .float-text {
        right: 8px;
    }
}

.float-text a {
    padding: 9px 5px;
    border-radius: 20px;
    background: #fff;
    color: var(--color-heading-1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.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;
}

.footer-one {
    background: #1F242E;
}

.main-footer-one-area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #222222;
}

@media (max-width: 1200px) {
    .main-footer-one-area {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.main-footer-one-area .body.one {
    /*max-width: 279px;*/
}

.main-footer-one-area .body.one p.desc {
    margin-bottom: 23px;
    color: #ffffff;
}

.main-footer-one-area .single-footer-inner {
    width: 24%;
}

.main-footer-one-area .single-footer-inner .footer-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    position: relative;
    margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
    .main-footer-one-area .single-footer-inner .footer-title {
        margin-bottom: 10px;
    }
}

.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single {
    display: block;
    margin: 10px 0;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.7);
    max-width: max-content;
}

.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single:hover {
    color: var(--color-secondary) !important;
}

.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single i {
    font-weight: 900;
    margin-right: 15px;
}

.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single a {
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-footer-one-area .single-footer-inner {
        width: 18%;
    }
}

.main-footer-one-area .single-footer-inner.company {
    width: 18%;
}

.main-footer-one-area .single-footer-inner.service {
    width: 17%;
}

.main-footer-one-area .single-footer-inner.contact {
    width: 19%;
}

.main-footer-one-area .single-footer-inner.popular-post {
    width: 35%;
}

@media only screen and (max-width: 576px) {
    .main-footer-one-area .single-footer-inner.popular-post {
        width: 100% !important;
    }
}

.main-footer-one-area .contactus-link-wrapper .single {
    margin-bottom: 12px;
}

.main-footer-one-area .contactus-link-wrapper .single .phone {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-footer-one-area .contactus-link-wrapper .single .phone a:hover {
    color: var(--color-primary) !important;
}

.main-footer-one-area .contactus-link-wrapper .single .phone p {
    margin-bottom: 0;
    color: var(--color-body);
}

.main-footer-one-area .contactus-link-wrapper .single .text {
    margin-bottom: 2px;
}

.main-footer-one-area.two .single-footer-inner .footer-title {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.main-footer-one-area.two .single-footer-inner .footer-title::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    background: var(--color-primary);
    border-radius: 1px;
}

.main-footer-one-area.two .single-footer-inner .footer-title::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 17px;
    height: 2px;
    width: 50px;
    background: var(--color-primary);
    border-radius: 1px;
}

.main-footer-one-area.two .contactus-link-wrapper .single .text {
    margin-bottom: 4px;
}

.main-footer-one-area.two .contactus-link-wrapper .single .phone p {
    color: var(--color-white);
}

.main-footer-one-area.three .footer-title {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.main-footer-one-area.three .footer-title img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.main-footer-one-area.four .footer-title {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

.main-footer-one-area.four .footer-title img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.main-footer-one-area.four .contactus-link-wrapper .single {
    margin-bottom: 20px;
}

.main-footer-one-area.four .contactus-link-wrapper .single .text {
    margin-bottom: 5px;
}

.main-footer-one-area.four .contactus-link-wrapper .single .phone p, .main-footer-one-area.four .contactus-link-wrapper .single .phone a {
    color: var(--color-white);
}

.copyright-area-one {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(228, 228, 228, 0.06);
}

.copyright-area-one p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-body);
}

.copyright-area-one p a {
    color: var(--color-primary);
}

.copyright-area-one.cg p a {
    color: rgba(255, 255, 255, 0.7);
}

#anywhere-home {
    cursor: url(../images/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;
}

.footer-five .copyright-area-one p a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-five .main-footer-one-area .single-footer-inner .footer-title {
    position: relative;
    z-index: 1;
    max-width: max-content;
    padding-bottom: 10px;
}

.footer-five .main-footer-one-area .single-footer-inner .footer-title::after {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.main-footer-one-area .social-wrapper-1.hover-bg-white li a::after {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.main-footer-one-area .social-wrapper-1.hover-bg-white li a:hover i {
    color: var(--color-white);
}

.nav-area > ul.mainmenu,
.nav-area > ul {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .nav-area > ul.mainmenu,
    .nav-area > ul {
        gap: 12px;
    }

    .nav-area > ul > li.main-nav {
        padding: 32px 10px 32px 0;
    }

    header.header-seven .header-mid-one-wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-area > ul.mainmenu,
    .nav-area > ul {
        gap: 15px;
    }
}

.nav-area ul li {
    margin: 0;
    padding: 0;
}

.nav-area ul li a {
    color: var(--color-body);
    font-weight: 600 !important;
    white-space: nowrap;
}

header.header-seven.inner.sticky {
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}

.has-dropdown.project-a-after > a {
    position: relative !important;
    padding-right: 18px !important;
    display: inline-block !important;
}

.has-dropdown.project-a-after > a::after {
    position: absolute !important;
    content: "\f078" !important;
    right: 2px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-weight: 400 !important;
    color: #1C2539 !important;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", sans-serif !important;
    font-size: 11px !important;
    transition: all 0.3s ease !important;
}

@keyframes blink {
    0%, 100% {
        background-color: var(--color-danger);
    }
    50% {
        background-color: #ffffff;
    }
}

.nav-area ul li.main-nav {
    padding: 32px 20px 32px 0;
}

header .main-nav > a {
    color: #1C2539 !important;
}

header.header-seven .nav-area ul li.main-nav:hover > a, header.header-seven .has-dropdown.project-a-after:hover > a::after {
    color: var(--color-primary-2) !important;
}

header.header-seven .header-mid-one-wrapper .nav-area {
    margin-left: 100px;
}

@media only screen and (max-width: 1199px) {
    header.header-seven .header-mid-one-wrapper .nav-area {
        display: none;
    }
}

li.has-dropdown {
    position: relative !important;
}

li.has-dropdown > .submenu {
    min-width: 260px;
    height: auto;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 990 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    transform-origin: top center !important;
    transform: scaleY(0) !important;
}

li.has-dropdown:hover > .submenu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 100% !important;
    transform: scaleY(1) !important;
}

li.has-dropdown .submenu li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

li.has-dropdown .submenu li:last-child {
    border-bottom: none !important;
}

li.has-dropdown .submenu li a {
    padding: 10px 20px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    text-align: left !important;
    color: #2c3e50 !important;
    white-space: nowrap !important;
    width: 100% !important;
    margin: 0 !important;
}

li.has-dropdown .submenu li a:hover {
    border: none !important;
    color: var(--color-primary, #0d6efd) !important;
    background: rgba(13, 110, 253, 0.05) !important;
    padding-left: 24px !important;
}

li.has-dropdown .submenu li.has-third-lev {
    position: relative !important;
}

li.has-dropdown .submenu li.has-third-lev > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

li.has-dropdown .submenu li.has-third-lev > a i {
    font-size: 10px !important;
    margin-left: 10px !important;
}

li.has-dropdown .submenu li.has-third-lev > .submenu {
    position: absolute !important;
    right: auto !important;
    top: 0 !important;
    left: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scaleY(0) !important;
    transition: all 0.3s ease !important;
    z-index: 995 !important;
}

li.has-dropdown .submenu li.has-third-lev:hover > .submenu {
    top: 0px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) !important;
    border-radius: 6px !important;
}

.tmp-btn.btn-primary.border.bg-transparent {
    color: var(--color-primary);
    border: 1px solid var(--color-primary) !important;
}

.tmp-btn.btn-primary.border.bg-transparent img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(55%) saturate(5974%) hue-rotate(228deg) brightness(98%) contrast(103%);
}

.tmp-btn.btn-primary.border.bg-transparent:hover {
    background: var(--color-primary) !important;
    color: #fff;
}

.tmp-btn.btn-primary.border.bg-transparent:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7500%) hue-rotate(241deg) brightness(114%) contrast(108%);
}

header .nav-area ul li.main-nav:hover > a {
    color: var(--color-primary) !important;
}

header .nav-area ul li.main-nav:hover::after {
    color: var(--color-primary) !important;
}

.has-dropdown.project-a-after:hover > a::after {
    content: "\f077";
    color: var(--color-primary);
}

li.has-dropdown .submenu li a.active {
    border: none !important;
    gap: 12px;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.04);
    color: var(--color-primary);
}

@media (max-width: 1440px) {
    .main-footer-one-area .single-footer-inner.popular-post {
        width: 30%;
    }
}

@media (max-width: 1400px) {
    .banner-three-wrapper .title-banner {
        font-size: 48px;
        line-height: 65px;
    }

    .header-mid-one-wrapper .header-right {
        flex-basis: 30%;
    }

    .main-footer-one-area .single-footer-inner.company {
        width: 14%;
    }

    .main-footer-one-area .single-footer-inner.popular-post {
        width: 32%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .section-title-area-4 .section-title {
        font-size: 44px;
    }

    header.header-seven .header-mid-one-wrapper .header-right {
        /*flex-basis: 30%;*/
    }

    .about-wrapper {
        padding: 40px 50px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .tmp-testimonials-area .client-content .section-title-area .section-title {
        font-size: 42px;
    }

    .main-footer-one-area {
        gap: 17px;
    }
}

@media (max-width: 1200px) {
    .dot-btn {
        display: none !important;
    }

    .banner-three-wrapper .title-banner {
        font-size: 42px;
        line-height: 1.4;
    }

    .tmp-counter-area .counter-inner {
        padding: 40px 90px;
    }

    .main-footer-one-area .single-footer-inner.company {
        width: 13%;
    }

    .main-footer-one-area .single-footer-inner.service {
        width: 18%;
    }

    .main-footer-one-area .single-footer-inner.contact {
        width: 28%;
    }

    .main-footer-one-area .single-footer-inner {
        width: 30%;
    }

    .header-mid-one-wrapper .logo-area {
        flex-basis: 25%;
    }

    .tmp-counter-area.area-2 .counter-inner .content {
        padding: 30px 24px 30px 25px;
    }

    .section-title-area-4 .section-title {
        line-height: 1.3;
        font-size: 36px;
    }

    .tmp-about-area4 .right-side-content {
        margin-left: 10px;
    }

    header.header-seven .header-top, header.header-seven .header-mid-one-wrapper {
        padding: 0 40px;
    }

    header.header-seven.inner .header-mid-one-wrapper {
        padding: 0 20px;
    }

    header.header-seven .header-mid-one-wrapper .header-right {
        /*flex-basis: 30%;*/
    }

    header.header-seven .header-mid-one-wrapper .left .menu {
        margin-left: 30px;
    }

    header.header-seven .cart-search-area {
        gap: 20px;
    }

    header.header-seven .header-mid-one-wrapper .header-right {
        gap: 20px;
    }

    .header-mid-one-wrapper .header-right {
        flex-basis: 35%;
        gap: 20px;
    }

    .testimonial-slider-area {
        margin-top: 50px;
        margin-left: 0;
    }

    .tmp-testimonials-area .client-content .reveiw-area {
        justify-content: start;
        gap: 25px;
    }

    header.header-seven .header-mid-one-wrapper .nav-area {
        margin-left: 25px;
    }

    .tmp-service-details-area .right-content-area {
        margin-left: 0;
    }

    .tmp-service-details-area .left-sidebar .single-wrapper h4 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .tmp-testimonials-area .client-content .section-title-area .section-title {
        font-size: 36px;
    }

    .tmp-testimonials-area .client-content .reveiw-area .counter-area {
        padding: 20px 40px 20px 20px;
    }

    .tmp-testimonials-area .client-content .reveiw-area .desc {
        font-size: 14px;
    }

    .tmp-counter-area.area-2 .counter-inner .content p {
        font-size: 16px;
        line-height: 22px;
    }

    .tmp-get-in-touch-area .section-inner .content {
        margin-left: 0;
        gap: 140px;
    }

    .blog-card-style-five {
        gap: 15px;
    }

    .blog-card-style-five .content-area .text .blog-meta {
        gap: 12px;
    }

    .blog-card-style-five .content-area .text .blog-title {
        font-size: 18px;
    }

    .about-wrapper {
        padding: 40px 30px;
    }

    .about-wrapper .icon {
        min-width: 80px;
    }

    .header-mid-one-wrapper .header-right .cart-search-area {
        gap: 14px;
    }

    .header-mid-one-wrapper .header-right .single-component .tmp-btn {
        padding: 15px 25px 14px;
    }

    .header-mid-one-wrapper .header-right {
        gap: 14px;
        flex-basis: 60%;
    }

    .nav-area ul li a {
        font-size: 14px;
    }

    .header-mid-one-wrapper .logo-area::after {
        clip-path: polygon(92% 0, 101% 0, 80% 100%, 71% 100%);
    }

    .tmp-counter-area.inner .counter-inner .content p {
        font-size: 18px;
    }

    .tmp-service-details-area .left-sidebar .single-wrapper ul li a {
        padding: 18px 15px;
        font-size: 14px;
    }

    .tmp-service-details-area .left-sidebar .single-wrapper .content .text a {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    header.header-one .header-top-wrapper {
        justify-content: center;
    }

    header.header-one .header-top-wrapper .left {
        padding-right: 0;
    }

    header.header-one .header-top-wrapper .left .single-component:last-child {
        display: none;
    }

    header.header-one .header-top-wrapper .left .single-component:nth-child(2)::after {
        display: none;
    }

    .header-mid-one-wrapper .logo-area, .header-mid-one-wrapper .logo-area {
        flex-basis: 30%;
    }

    .tmp-counter-area .counter-inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .tmp-counter-area .counter-inner .content {
        width: 47%;
    }

    .main-footer-one-area .single-footer-inner {
        width: 41%;
    }

    .main-footer-one-area .single-footer-inner.service, .main-footer-one-area .single-footer-inner.company {
        width: 25%;
    }

    .main-footer-one-area .single-footer-inner.contact {
        width: 40%;
    }

    .header-mid-one-wrapper .logo-area::before {
        right: 5px;
    }

    .header-mid-one-wrapper .logo-area::after {
        clip-path: polygon(92% 0, 100% 0, 80% 100%, 72% 100%);
    }

    .tmp-counter-area.area-2 .counter-inner {
        position: unset;
        transform: none;
        margin-top: 30px;
    }

    .tmp-counter-area.area-2 .counter-inner .content {
        flex-basis: 46%;
    }

    .tmp-banner-slider-area .pagination-area {
        bottom: 140px;
        top: unset;
        right: 0;
        transform: unset;
    }

    .section-title-area-3 .section-title {
        line-height: 46px;
    }

    .tmp-get-in-touch-area .section-inner .content {
        margin-left: 0;
    }

    .tmp-get-in-touch-area .section-inner .shape {
        top: unset;
        bottom: 0;
    }

    .banner-three-wrapper {
        padding: 60px 0 80px !important;
    }

    .tmp-about-area4 .right-side-content {
        margin-top: 50px;
        margin-left: 0;
    }

    header.header-seven .header-mid-one-wrapper .logo-area {
        flex-basis: 100%;
    }

    header.header-seven .header-mid-one-wrapper .header-right {
        flex-basis: 70%;
    }

    .float-right {
        min-width: 100%;
    }

    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper {
        height: 620px;
    }

    .header-mid-one-wrapper .header-right {
        flex-basis: 50%;
    }

    .nav-area {
        display: none;
    }

    .working-process-wrapper7 .content {
        left: -101%;
        max-width: 320px;
    }

    header.header-seven .header-mid-one-wrapper .header-right {
        flex-basis: 75%;
    }

    .main-footer-one-area .single-footer-inner.popular-post {
        width: 45%;
    }

    .tmp-counter-area .counter-inner {
        justify-content: center;
    }

    .banner-five-main-wrapper {
        height: auto;
    }

    .shop .right-content-area {
        margin-left: 0 !important;
    }

    .tmp-contact-area.contact .right-content-area {
        margin-left: 0;
    }
}

@media (width: 768px) {
    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper {
        height: 528px !important;
    }
}

@media (max-width: 768px) {
    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper {
        height: auto;
    }

    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 40px;
    }

    .header-mid-one-wrapper .logo-area {
        padding: 20px 0;
        flex-basis: 44%;
    }

    .container-3, .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .tmp-counter-area .counter-inner {
        padding: 40px;
    }

    .main-footer-one-area .single-footer-inner {
        width: 45%;
    }

    .main-footer-one-area .single-footer-inner.service, .main-footer-one-area .single-footer-inner.company {
        width: 45%;
    }

    .footer-one {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright-area-one .wrapper {
        text-align: center !important;
    }

    .header-mid-one-wrapper .logo-area::after {
        clip-path: polygon(92% 0, 100% 0, 77% 100%, 69% 100%);
    }

    .tmp-banner-slider-area .pagination-area {
        display: none;
    }

    .tmp-counter-area.area-2 .counter-inner .content p {
        font-size: 18px;
    }

    .tmp-counter-area.area-2 .counter-inner {
        padding: 0 15px;
        gap: 15px;
    }

    .tmp-project-area.two .section-inner {
        padding: 0 15px;
    }

    .section-title-area-3 .section-title {
        line-height: 1.4;
    }

    .tmp-get-in-touch-area .section-inner .content {
        gap: 20px;
        align-items: self-start;
    }

    .tmp-get-in-touch-area .section-inner .icon a {
        height: 80px;
        width: 80px;
        line-height: 85px;
        font-size: 24px;
    }

    .main-footer-one-area {
        gap: 35px;
    }

    .about-wrapper {
        padding: 40px 50px;
    }

    .section-title-area-4 .section-title {
        font-size: 32px;
    }

    .single-wrapper.bottom {
        flex-direction: column;
    }

    .single-wrapper.bottom img {
        width: 100%;
    }

    .tmp-banner-slider-area.banner-nine .banner-three-wrapper {
        padding: 80px 0 !important;
    }

    .header-mid-one-wrapper .header-right .single-component a.tmp-btn, header.header-seven .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
        display: none;
    }

    .tmp-counter-area.inner .counter-inner .content p {
        font-size: 18px;
    }

    header.header-seven .header-mid-one-wrapper .header-right .single-component .menu-area, .header-mid-one-wrapper .header-right .single-component .menu-area {
        margin-left: 0;
    }

    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 50px;
    }

    .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
        width: 50px;
        height: 50px;
    }

    .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-prev {
        left: 1%;
    }

    .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-next {
        right: 1%;
    }

    .tmp-counter-area .counter-inner .content {
        width: 46%;
        padding: 25px;
    }

    .main-footer-one-area .single-footer-inner.popular-post {
        width: 48%;
    }

    .tmp-bread-crumb-area .breadcrumb-inner .title {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    header.header-one .header-top {
        display: none;
    }

    .header-mid-one-wrapper {
        padding: 0 10px;
    }

    .header-mid-one-wrapper .logo-area::after {
        display: none;
    }

    .tmp-counter-area .counter-inner {
        gap: 15px;
    }

    .tmp-counter-area .counter-inner {
        padding: 40px 15px;
    }

    .tmp-counter-area .counter-inner .content {
        width: 47%;
    }

    .tmp-counter-area .counter-inner .content .title {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .tmp-counter-area .counter-inner .content p {
        font-size: 13px;
    }

    .testimonial-wrapper .bottom-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .tmp-blog-area .blog-title-area {
        flex-direction: column;
        align-items: start !important;
        gap: 15px;
    }

    .main-footer-one-area .single-footer-inner {
        width: 100%;
    }

    .main-footer-one-area .single-footer-inner.service, .main-footer-one-area .single-footer-inner.company {
        width: 100%;
    }

    .main-footer-one-area .single-footer-inner.contact {
        width: 100%;
    }

    .header-mid-one-wrapper .logo-area {
        flex-basis: 60%;
    }

    .section-title-area-3 .section-title {
        line-height: 36px;
    }

    .tmp-get-in-touch-area .section-inner .icon {
        display: none;
    }

    .tmp-btn {
        padding: 12px 20px;
        height: 50px;
    }

    .section-title-area-3 .sub-title {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-three-wrapper .desc, .banner-three-wrapper span.b_one-pre {
        font-size: 16px;
        line-height: 1.4;
    }

    .banner-three-wrapper .title-banner {
        font-size: 34px;
        line-height: 1.4;
    }

    .banner-three-wrapper {
        padding: 60px 0;
    }

    .section-title-area-4 .sub-title {
        font-size: 16px;
    }

    .section-title-area-4 .section-title {
        font-size: 30px;
    }

    .banner-five-main-wrapper {
        height: auto;
    }

    .banner-five-main-wrapper .banner-three-wrapper {
        padding-bottom: 100px;
    }

    .banner-five-main-wrapper::after {
        display: none;
    }

    .blog-card-style-five {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .blog-card-style-five .image-area img {
        width: 100%;
    }

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

    header.header-seven .header-mid-one-wrapper {
        padding: 0 20px;
    }

    .about-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
        display: none;
    }

    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 42px;
    }

    .tmp-counter-area.inner .counter-inner .content {
        padding: 25px 15px;
    }

    .tmp-counter-area.inner .counter-inner .content p {
        font-size: 13px;
    }
}

@media (max-width: 450px) {
    .tmp-get-in-touch-area .section-inner .content {
        padding: 30px 20px;
    }

    .tmp-get-in-touch-area .section-inner .text a.phone {
        font-size: 24px;
    }

    .banner-three-wrapper .title-banner {
        font-size: 26px;
    }

    .section-title-area-4 .section-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 450px) and (max-width: 767px) {
    .section-title-area-4 .section-title br {
        display: none;
    }
}

@media (max-width: 450px) {
    .section-title-area-4 .sub-title {
        font-size: 16px;
    }

    header.header-seven .cart-search-area {
        display: none;
    }

    .about-wrapper {
        padding: 30px;
    }

    .about-wrapper .content .title {
        font-size: 18px;
    }

    .section-title-area-4 {
        flex-direction: column;
        align-items: self-start !important;
        gap: 20px;
    }

    .tmp-banner-slider-area.banner-nine .banner-five-main-wrapper .banner-three-wrapper .title-banner {
        font-size: 32px;
    }

    .tmp-counter-area .counter-inner .content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .tmp-counter-area .counter-inner .content {
        padding: 25px 0 25px 15px;
    }

    .tmp-counter-area.inner .counter-inner .content .title {
        font-size: 48px;
    }

    .tmp-bread-crumb-area .breadcrumb-inner .title {
        font-size: 32px;
    }

    .tmp-service-details-area .left-sidebar .single-wrapper {
        padding: 30px 20px;
    }
}

.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: var(--color-primary);
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, margin 0.1s ease-in-out, opacity 0.1s ease-in-out, transform 0.7s ease-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, margin 0.1s ease-in-out, opacity 0.1s ease-in-out, transform 0.7s ease-out;
}

.cursor-outer {
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border: 2px solid var(--color-primary);
    -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;
}

.avatar {
    position: relative;
}

.avatar.left::before {
    right: 124%;
    top: 8%;
    left: auto;
    transform: translateX(0) translateY(0) scale(0);
}

.avatar.left::after {
    border-left-color: var(--color-heading-1);
    top: 50%;
    left: -8%;
    border-top-color: transparent;
}

.avatar.left:hover::before {
    transform: translateX(0) translateY(0) scale(1);
}

.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-heading-1);
    width: max-content;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin: 1px;
    z-index: 5;
}

.avatar::after {
    --translate-y: calc(-1 * var(--arrow-size));
    content: "";
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--color-heading-1);
}

.avatar:hover::before, .avatar:hover::after {
    --scale: 1;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: var(--color-white);
    width: 50%;
    height: 100%;
    z-index: 5000;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded .loader-wrapper .loader-section.section-left, .loaded .loader-wrapper .loader-section.section-right {
    transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    opacity: 0;
}

.loaded .loader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.loaded .loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.3s ease-out 1s;
}

.loader:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: 4px solid transparent;
    border-top-color: var(--color-primary);
    border-right-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
    border-radius: 100%;
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin;
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 5001;
    transform: translate(-50%, -50%);
}

.scrollbar, .scrollbar-v {
    z-index: 1000;
    position: fixed;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.table {
    color: var(--color-body);
}

/*# sourceMappingURL=../maps/style.css.map */

.bg-f6f6f6 {
    background: #F6F6F6 !important;
}

/* Product Details Description Lists Override */
.tmp-service-details-area .right-content-area .desc h5 {
    margin-bottom: 5px;
}

.tmp-service-details-area .right-content-area .desc ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
    padding-left: 30px;
    gap: 8px 30px;
}

@media only screen and (max-width: 767px) {
    .tmp-service-details-area .right-content-area .desc ul {
        grid-template-columns: 1fr;
        gap: 8px 0;
    }
}

.tmp-service-details-area .right-content-area .desc ul li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    max-width: 100%;
    list-style-type: none;
}

.tmp-service-details-area .right-content-area .desc ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-primary-2);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/* Value Card Enhancements for Equal Height and Column Layout */
.about-wrapper.value-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 35px 25px !important;
    border: 1px solid rgba(37, 67, 144, 0.15) !important; /* Light border on all boxes using main primary theme color */
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.about-wrapper.value-card:not(.bg) {
    background: #ffffff !important;
}

.about-wrapper.value-card.bg {
    background-color: rgba(37, 67, 144, 0.05) !important; /* Light background tint using main primary theme color */
}

.about-wrapper.value-card .icon {
    min-width: unset !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.about-wrapper.value-card .content {
    width: 100% !important;
}

.about-wrapper.value-card .content .title {
    font-size: 19px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: var(--color-heading-1) !important;
}

.about-wrapper.value-card .content .desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    color: #525c75 !important;
}

/* Industries Section Card Grid Layout */
.industry-card {
    position: relative;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(37, 67, 144, 0.15) !important;
    transition: all 0.3s ease !important;
}

.industry-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0px 15px 30px rgba(37, 67, 144, 0.15) !important;
    border-color: rgba(37, 67, 144, 0.3) !important;
}

.industry-card .industry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.industry-card:hover .industry-image {
    transform: scale(1.1) !important;
}

.industry-card .industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(37, 67, 144, 0.9) 0%, rgba(37, 67, 144, 0.4) 50%, rgba(37, 67, 144, 0.1) 100%) !important;
    transition: background 0.3s ease !important;
    z-index: 1;
}

.industry-card:hover .industry-overlay {
    background: linear-gradient(to top, rgba(37, 67, 144, 0.95) 0%, rgba(37, 67, 144, 0.6) 50%, rgba(37, 67, 144, 0.2) 100%) !important;
}

.industry-card .industry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    z-index: 2;
}

.industry-card .industry-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

/* Why Choose Us Custom Section */
.tmp-why-choose-us-area {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.why-choose-us-content-wrapper .pre-title {
    color: var(--color-primary) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
}

.why-choose-us-content-wrapper .section-title {
    font-size: 36px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: var(--color-heading-1) !important;
    margin-bottom: 20px !important;
}

.why-choose-us-content-wrapper .desc {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: var(--color-body) !important;
    margin-bottom: 30px !important;
}

.distributor-section .distributor-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: var(--color-primary) !important;
    margin-bottom: 20px !important;
    border-left: 3px solid var(--color-secondary) !important;
    padding-left: 10px !important;
}

.distributor-badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.distributor-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(37, 67, 144, 0.04);
    border: 1px solid rgba(37, 67, 144, 0.1);
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: default;
}

.distributor-badge i {
    font-size: 16px;
    color: var(--color-secondary);
    transition: transform 0.3s ease;
}

.distributor-badge:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(37, 67, 144, 0.2);
}

.distributor-badge:hover i {
    color: #ffffff;
    transform: rotate(15deg) scale(1.1);
}

.why-choose-us-image-area {
    position: relative;
    padding-left: 20px;
}

.why-choose-us-image-area::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border: 3px solid rgba(80, 200, 120, 0.3); /* secondary emerald green tint */
    bottom: -15px;
    right: -15px;
    border-radius: 12px;
    z-index: 1;
    transition: all 0.4s ease;
}

.why-choose-us-image-area:hover::before {
    bottom: -8px;
    right: -8px;
    border-color: var(--color-secondary);
}

.why-choose-us-image-area .main-image-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-choose-us-image-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.why-choose-us-image-area:hover img {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .tmp-why-choose-us-area {
        padding: 80px 0;
    }

    .why-choose-us-image-area {
        padding-left: 0;
        margin-top: 30px;
    }

    .why-choose-us-image-area::before {
        display: none;
    }
}

/* Footer Customizations */
.tmp-footer-area.footer-one {
    background-color: var(--color-primary) !important;
    background-image: none !important;
}

.footer-five .main-footer-one-area {
    gap: 10px !important;
}

.footer-five .main-footer-one-area .single-footer-inner.logo-area {
    width: calc(20% - 7.5px) !important;
}

.footer-five .main-footer-one-area .single-footer-inner.company {
    width: calc(20% - 7.5px) !important;
}

.footer-five .main-footer-one-area .single-footer-inner.service {
    width: calc(30% - 7.5px) !important;
}

.footer-five .main-footer-one-area .single-footer-inner.contact {
    width: calc(30% - 7.5px) !important;
}

/* Dot before links in 2nd (company) and 3rd (service) footer columns */
.footer-five .main-footer-one-area .single-footer-inner.company .use-full-link-wrapper .single, .footer-five .main-footer-one-area .single-footer-inner.service .use-full-link-wrapper .single {
    position: relative;
    padding-left: 15px !important;
}

.footer-five .main-footer-one-area .single-footer-inner.company .use-full-link-wrapper .single::before, .footer-five .main-footer-one-area .single-footer-inner.service .use-full-link-wrapper .single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-secondary) !important;
    transition: all 0.3s ease;
}

.footer-five .main-footer-one-area .single-footer-inner.company .use-full-link-wrapper .single:hover::before, .footer-five .main-footer-one-area .single-footer-inner.service .use-full-link-wrapper .single:hover::before {
    background-color: #ffffff !important;
    transform: translateY(-50%) scale(1.3);
}

/* Footer Contact Styles */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-contact-item i {
    color: var(--color-secondary) !important;
    font-size: 16px;
    margin-top: 4px;
}

.footer-contact-item p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 !important;
}

.footer-contact-item p a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease;
}

.footer-contact-item p a:hover {
    color: var(--color-secondary) !important;
}

@media only screen and (max-width: 991px) {
    .footer-five .main-footer-one-area .single-footer-inner.logo-area, .footer-five .main-footer-one-area .single-footer-inner.company, .footer-five .main-footer-one-area .single-footer-inner.service, .footer-five .main-footer-one-area .single-footer-inner.contact {
        width: calc(50% - 5px) !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .footer-five .main-footer-one-area .single-footer-inner.logo-area, .footer-five .main-footer-one-area .single-footer-inner.company, .footer-five .main-footer-one-area .single-footer-inner.service, .footer-five .main-footer-one-area .single-footer-inner.contact {
        width: 100% !important;
        margin-bottom: 25px;
    }
}

/* Center and White styling for copyright area in footer-five */
.footer-five .copyright-area-one {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.footer-five .copyright-area-one .row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px;
    text-align: center !important;
}

.footer-five .copyright-area-one .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.footer-five .copyright-area-one .wrapper.text-start {
    text-align: center !important;
}

.footer-five .copyright-area-one p, .footer-five .copyright-area-one p span, .footer-five .copyright-area-one p a {
    color: #ffffff !important;
}

.footer-five .copyright-area-one p a:hover {
    color: var(--color-secondary) !important;
}

/* Vision & Mission Card Styling */
.vision-mission-section {
    padding: 100px 0;
    background-color: #f6f6f6;
}

.vm-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(37, 67, 144, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(37, 67, 144, 0.08);
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(37, 67, 144, 0.1);
}

.vm-icon {
    width: 60px;
    height: 60px;
    background: rgba(37, 67, 144, 0.06);
    color: var(--color-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.vm-title {
    font-size: 22px;
    font-weight: 700;
    color: #0c0a0a;
    margin-bottom: 15px;
}

.vm-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #525c75;
    margin: 0;
}

/* Sectors List Card Styling */
.sectors-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.sector-item-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(37, 67, 144, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.sector-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 67, 144, 0.08);
    border-color: rgba(37, 67, 144, 0.3);
}

.sector-item-icon {
    width: 50px;
    height: 50px;
    background: rgba(37, 67, 144, 0.05);
    color: var(--color-primary);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    min-width: 50px;
}

.sector-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #0c0a0a;
    margin: 0;
    line-height: 1.4;
}

/* Concluding Promise Banner Styling */
.promise-section {
    background-color: var(--color-secondary) !important;
    padding: 80px 0 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.promise-text {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    color: #ffffff !important;
}

/* Scoped Sidebar Styling */
.left-sidebar .popular-post h2, .left-sidebar .popular-post .h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1F242E !important;
    margin-bottom: 30px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.left-sidebar .blog-post-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.left-sidebar .blog-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.left-sidebar .blog-wrapper .image {
    min-width: 90px !important;
    width: 90px !important;
    height: 75px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
}

.left-sidebar .blog-wrapper .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.left-sidebar .blog-wrapper:hover .image img {
    transform: scale(1.08) !important;
}

.left-sidebar .blog-wrapper .blog-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding-left: 0 !important;
}

.left-sidebar .blog-wrapper .blog-content p {
    font-size: 13px !important;
    color: #717580 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.2 !important;
}

.left-sidebar .blog-wrapper .blog-content p i {
    color: var(--color-secondary) !important;
    font-size: 14px !important;
}

.left-sidebar .blog-wrapper .blog-content .h6, .left-sidebar .blog-wrapper .blog-content h3 {
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.left-sidebar .blog-wrapper .blog-content .h6 a, .left-sidebar .blog-wrapper .blog-content h3 a {
    color: #1F242E !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.left-sidebar .blog-wrapper .blog-content .h6 a:hover, .left-sidebar .blog-wrapper .blog-content h3 a:hover {
    color: var(--color-primary) !important;
}

.right-content-area .blog-meta-details {
    display: flex;
    gap: 20px;
    color: #717580;
    font-size: 14px;
    margin-bottom: 20px;
}

.right-content-area .blog-meta-details span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.right-content-area .blog-meta-details span i {
    color: var(--color-secondary);
    font-size: 14px;
}

.right-content-area .image-area img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.right-content-area .desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #525665;
}

.right-content-area .desc p {
    margin-bottom: 20px;
}

/* Custom Related Products Cards */
.related-product-card {
    background: rgba(37, 67, 144, 0.05);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(37, 67, 144, 0.08);
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-color: var(--color-primary);
}

.related-product-card .image-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.related-product-card .image-area img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.related-product-card:hover .image-area img {
    transform: scale(1.08);
}

.related-product-card .content-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.related-product-card .content-box .title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    color: var(--color-heading-1) !important;
    transition: color 0.3s ease;
}

.related-product-card .content-box .title a {
    color: inherit !important;
    text-decoration: none !important;
}

.related-product-card:hover .content-box .title {
    color: var(--color-primary) !important;
}

.related-product-card .content-box .desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: var(--color-body) !important;
    margin-bottom: 20px !important;
    flex-grow: 1;
}

.related-product-card .content-box .tmp-btn {
    align-self: flex-start;
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
}

/* =========================================
   Root Testimonial Page Grid Styles
   ========================================= */
.testimonial-card-single {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid #eef2f5;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}

.testimonial-card-single:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary, #045a2b);
}

.testimonial-card-single .card-top-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.testimonial-card-single .author-info .author-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}

.testimonial-card-single .author-info .author-designation {
    font-size: 14px;
    color: #666666;
    display: block;
    font-weight: 400;
}

.testimonial-card-single .star-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-shrink: 0;
}

.testimonial-card-single .star-rating li {
    color: var(--color-secondary);
    font-size: 14px;
}

.testimonial-card-single .card-body-content {
    flex-grow: 1;
    margin-bottom: 25px;
}

.testimonial-card-single .testimonial-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.testimonial-card-single .card-footer-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f4f8;
    padding-top: 18px;
}

.testimonial-card-single .author-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.testimonial-card-single .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card-single .quote-icon {
    font-size: 24px;
    color: var(--color-primary, #045a2b);
    opacity: 0.25;
}

@media (max-width: 767.98px) {
    .testimonial-card-single {
        padding: 22px 18px;
    }

    .testimonial-card-single .author-info .author-name {
        font-size: 16px;
    }

    .testimonial-card-single .testimonial-desc {
        font-size: 14px;
    }
}

/* =========================================
   Root Our Clients Page Grid Styles (Logo Only)
   ========================================= */
.client-logo-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 12px;
    padding: 25px 20px;
    /*height: 140px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary, #045a2b);
}

.client-logo-card .logo-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-card .logo-box img {
    /*max-width: 90%;*/
    /*max-height: 125px;*/
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.client-logo-card:hover .logo-box img {
    transform: scale(1.06);
}

@media (max-width: 767.98px) {
    .client-logo-card {
        padding: 15px 10px;
    }
    .client-logo-card .logo-box img {
        /*max-width: 92%;*/

    }
}

/* ==========================================================================
   Header Layout & Center-Aligned Navigation Menu (All Devices)
   ========================================================================== */

/* Flex alignment for left container and navigation menu */
header.header-seven .header-mid-one-wrapper .left,
.header-mid-one-wrapper .left {
    display: flex !important;
    align-items: center !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
    justify-content: space-between !important;
}

header.header-seven .header-mid-one-wrapper .nav-area,
.header-mid-one-wrapper .nav-area {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-grow: 1 !important;
}

.nav-area > ul.mainmenu,
.nav-area > ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Universal Header Logo Area Sizing & Flex Constraints */
.logo-area,
.logo-area.shape-none,
.header-mid-one-wrapper .logo-area,
header.header-seven .header-mid-one-wrapper .logo-area {
    flex-basis: auto !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    min-width: 170px !important;
    max-width: 240px !important;
    width: auto !important;
    padding: 12px 0 !important;
    position: relative;
    z-index: 1;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
}

.logo-area a,
.header-mid-one-wrapper .logo-area a,
header.header-seven .header-mid-one-wrapper .logo-area a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 100% !important;
}

.logo-area img,
.header-mid-one-wrapper .logo-area img,
header.header-seven .header-mid-one-wrapper .logo-area img {
    height: auto !important;
    max-height: 52px !important;
    min-height: 35px !important;
    width: auto !important;
    max-width: 220px !important;
    min-width: 150px !important;
    object-fit: contain !important;
    display: block !important;
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints Tuning
   -------------------------------------------------------------------------- */

/* 1. Large Desktop Screens (1600px and up) */
@media only screen and (min-width: 1600px) {
    header.header-seven .header-mid-one-wrapper {
        padding: 0 40px !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area {
        min-width: 190px !important;
        max-width: 240px !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area img {
        max-height: 52px !important;
        max-width: 215px !important;
    }
    .nav-area > ul > li.main-nav {
        padding: 28px 16px 28px 0 !important;
    }
}

/* 2. Standard Laptop Screens (1400px to 1599px) */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    header.header-seven .header-mid-one-wrapper {
        padding: 0 30px !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area {
        min-width: 175px !important;
        max-width: 210px !important;
        padding: 12px 0 !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area img {
        max-height: 48px !important;
        max-width: 190px !important;
        min-width: 155px !important;
    }
    .nav-area > ul > li.main-nav {
        padding: 24px 12px 24px 0 !important;
    }
    .nav-area > ul > li > a {
        font-size: 14.5px !important;
        letter-spacing: 0.05em !important;
    }
}

/* 3. Medium / Compact Laptop Screens (1200px to 1399px) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header.header-seven .header-mid-one-wrapper {
        padding: 0 20px !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area {
        min-width: 165px !important;
        max-width: 190px !important;
        padding: 10px 0 !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area img {
        max-height: 44px !important;
        max-width: 175px !important;
        min-width: 150px !important;
    }
    .nav-area > ul > li.main-nav {
        padding: 22px 8px 22px 0 !important;
    }
    .nav-area > ul > li > a {
        font-size: 13.5px !important;
        letter-spacing: 0.03em !important;
    }
    header.header-seven .header-mid-one-wrapper .header-right {
        gap: 15px !important;
    }
}

/* 4. Tablet Screens (768px to 1199px) */
@media only screen and (max-width: 1199px) {
    header.header-seven .header-mid-one-wrapper {
        padding: 0 25px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area {
        flex-basis: auto !important;
        min-width: 160px !important;
        max-width: 200px !important;
        padding: 12px 0 !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area img {
        max-height: 46px !important;
        max-width: 180px !important;
        min-width: 140px !important;
    }
    header.header-seven .header-mid-one-wrapper .nav-area,
    .header-mid-one-wrapper .nav-area {
        display: none !important;
    }
}

/* 5. Small Mobile Screens (Under 768px) */
@media only screen and (max-width: 767px) {
    header.header-seven .header-mid-one-wrapper {
        padding: 0 15px !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area {
        min-width: 130px !important;
        max-width: 165px !important;
        padding: 10px 0 !important;
    }
    header.header-seven .header-mid-one-wrapper .logo-area img {
        max-height: 38px !important;
        max-width: 155px !important;
        min-width: 120px !important;
    }
}

/* ==========================================================================
   Footer Social Media Icons Styling (Proper Spacing, Sizing & Hover Effects)
   ========================================================================== */
.main-footer-one-area .social-wrapper-1,
.single-footer-inner .social-wrapper-1,
.footer-one .social-wrapper-1 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 22px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: wrap !important;
}

.main-footer-one-area .social-wrapper-1 li,
.single-footer-inner .social-wrapper-1 li,
.footer-one .social-wrapper-1 li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.main-footer-one-area .social-wrapper-1 li a,
.single-footer-inner .social-wrapper-1 li a,
.footer-one .social-wrapper-1 li a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
}

.main-footer-one-area .social-wrapper-1 li a::after,
.single-footer-inner .social-wrapper-1 li a::after,
.footer-one .social-wrapper-1 li a::after {
    display: none !important;
}

.main-footer-one-area .social-wrapper-1 li a i,
.single-footer-inner .social-wrapper-1 li a i,
.footer-one .social-wrapper-1 li a i {
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

/* Hover State */
.main-footer-one-area .social-wrapper-1 li a:hover,
.single-footer-inner .social-wrapper-1 li a:hover,
.footer-one .social-wrapper-1 li a:hover {
    background: var(--color-secondary, #50c878) !important;
    border-color: var(--color-secondary, #50c878) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(80, 200, 120, 0.4) !important;
}

.main-footer-one-area .social-wrapper-1 li a:hover i,
.single-footer-inner .social-wrapper-1 li a:hover i,
.footer-one .social-wrapper-1 li a:hover i {
    color: #ffffff !important;
}

/* Sidebar & Offcanvas Drawer Social Icons (White Background Drawers) */
.side-bar .social-share-wrapper-1 .short-title {
    color: var(--color-heading-1, #1F242E) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one,
.social-share-wrapper-1 .social-stylle-one {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: wrap !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one li,
.social-share-wrapper-1 .social-stylle-one li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one li a,
.social-share-wrapper-1 .social-stylle-one li a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(37, 67, 144, 0.08) !important;
    border: 1px solid rgba(37, 67, 144, 0.18) !important;
    color: var(--color-primary, #254390) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one li a i,
.social-share-wrapper-1 .social-stylle-one li a i {
    color: var(--color-primary, #254390) !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one li a:hover,
.social-share-wrapper-1 .social-stylle-one li a:hover {
    background: var(--color-secondary, #50c878) !important;
    border-color: var(--color-secondary, #50c878) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(80, 200, 120, 0.3) !important;
}

.side-bar .social-share-wrapper-1 .social-stylle-one li a:hover i,
.social-share-wrapper-1 .social-stylle-one li a:hover i {
    color: #ffffff !important;
}

/* Mobile Drawer Logo Styling */
.mobile-drawer-logo {
    padding: 10px 0 15px 10px;
    margin-bottom: 10px;
}

.mobile-drawer-logo img {
    max-height: 42px !important;
    width: auto !important;
    object-fit: contain !important;
}