﻿@charset "UTF-8";
/*=======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=Titillium+Web:wght@200;300;400;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&amp;display=swap");

:root {
    --color-primary: #FF6600;
    --color-secondary: #0C0A0A;
    --color-body: #6E777D;
    --color-heading-1: #0C0A0A;
    --color-white: #fff;
    --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: 0.3s;
    --font-primary: "Titillium Web", sans-serif;
    --font-secondary: "Archivo", sans-serif;
    --font-size-b1: 14px;
    --font-size-b2: 16px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 66px;
    --h2: 35px;
    --h3: 30px;
    --h4: 30px;
    --h5: 20px;
    --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: "Archivo", sans-serif;
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow: hidden;
    }

    .logo3 {
        display: none !important;
    }
}

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: 'Poppins';
    line-height: 1.4074;
    color: var(--color-heading-1);
}

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

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

h3,
.h3 {
    font-size: 35px;
    line-height: 54px;
    font-family: "Tiro Devanagari Hindi", serif;
}

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

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

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

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

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
    color: #fff;
}

.bg-color-tertiary p {
    color: #6c7279;
}

.bg-color-tertiary a {
    color: #6c7279;
}

@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: 22px !important;
    }

    h5,
    .h5 {
        font-size: 20px;
    }
}

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

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

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

p {
    color: #3a3939;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins';
}

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

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

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

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--color-white);
}

p.has-background {
    padding: 20px 30px;
}

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

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

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

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

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

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

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
    font-family: "Tiro Devanagari Hindi", serif;
}

    table a,
    table a:link,
    table a:visited {
        text-decoration: none;
        line-height: 30px;
        font-size: 14px;
        font-family: 'Poppins';
        font-weight: 500;
    }

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

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

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

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

    ul.liststyle.bullet li {
        font-size: 18px;
        line-height: 30px;
        color: var(--color-body);
        position: relative;
        padding-left: 30px;
    }

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    left: 0;
    top: 10px;
}

ul.liststyle.bullet li + li {
    margin-top: 8px;
}

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

    ul li a {
        text-decoration: none;
        color: #3a3939;
        font-family: 'Poppins';
    }

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

.typo-title-area .title {
    margin-top: 0;
}

.paragraph-area p.disc {
    margin-bottom: 20px;
    color: #fff;
}

@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: 575px) {
    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: 575px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

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

@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: 575px) {
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

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

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mb_dec--25 {
    margin-bottom: -25px;
}

.mb_dec--30 {
    margin-bottom: -30px;
}

.m--0 {
    margin: 0;
}

.rts-section-gap {
    padding: 80px 0 80px;
}

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

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

.rts-section-gapBottom {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gapBottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gapBottom {
        padding-bottom: 0px;
    }
}

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

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

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

.rts-section-gap2 {
    padding: 130px 0;
}

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

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

.rts-section-gap2Bottom {
    padding-bottom: 30px;
    background: #fff;
    padding-top: 40px;
    background-color: #E1E6E9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap2Bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap2Bottom {
        padding-bottom: 60px;
    }
}

.rts-section-gap2Top {
    padding-top: 130px;
}

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

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

.rts-section-gap3 {
    padding: 150px 0;
}

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

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

.rts-section-gap3Bottom {
    padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap3Bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap3Bottom {
        padding-bottom: 60px;
    }
}

.rts-section-gap3Top {
    padding-top: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0;
    }

    .plr_lp--5 {
        padding: 0 5px;
    }

    .pt_lp--5 {
        padding-top: 5px;
    }

    .pb_lp--5 {
        padding-bottom: 5px;
    }

    .pl_lp--5 {
        padding-left: 5px;
    }

    .pr_lp--5 {
        padding-right: 5px;
    }

    .mt_lp--5 {
        margin-top: 5px;
    }

    .mb_lp--5 {
        margin-bottom: 5px;
    }

    .ptb_lp--10 {
        padding: 10px 0;
    }

    .plr_lp--10 {
        padding: 0 10px;
    }

    .pt_lp--10 {
        padding-top: 10px;
    }

    .pb_lp--10 {
        padding-bottom: 10px;
    }

    .pl_lp--10 {
        padding-left: 10px;
    }

    .pr_lp--10 {
        padding-right: 10px;
    }

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

    .mb_lp--10 {
        margin-bottom: 10px;
    }

    .ptb_lp--15 {
        padding: 15px 0;
    }

    .plr_lp--15 {
        padding: 0 15px;
    }

    .pt_lp--15 {
        padding-top: 15px;
    }

    .pb_lp--15 {
        padding-bottom: 15px;
    }

    .pl_lp--15 {
        padding-left: 15px;
    }

    .pr_lp--15 {
        padding-right: 15px;
    }

    .mt_lp--15 {
        margin-top: 15px;
    }

    .mb_lp--15 {
        margin-bottom: 15px;
    }

    .ptb_lp--20 {
        padding: 20px 0;
    }

    .plr_lp--20 {
        padding: 0 20px;
    }

    .pt_lp--20 {
        padding-top: 20px;
    }

    .pb_lp--20 {
        padding-bottom: 20px;
    }

    .pl_lp--20 {
        padding-left: 20px;
    }

    .pr_lp--20 {
        padding-right: 20px;
    }

    .mt_lp--20 {
        margin-top: 20px;
    }

    .mb_lp--20 {
        margin-bottom: 20px;
    }

    .ptb_lp--25 {
        padding: 25px 0;
    }

    .plr_lp--25 {
        padding: 0 25px;
    }

    .pt_lp--25 {
        padding-top: 25px;
    }

    .pb_lp--25 {
        padding-bottom: 25px;
    }

    .pl_lp--25 {
        padding-left: 25px;
    }

    .pr_lp--25 {
        padding-right: 25px;
    }

    .mt_lp--25 {
        margin-top: 25px;
    }

    .mb_lp--25 {
        margin-bottom: 25px;
    }

    .ptb_lp--30 {
        padding: 30px 0;
    }

    .plr_lp--30 {
        padding: 0 30px;
    }

    .pt_lp--30 {
        padding-top: 30px;
    }

    .pb_lp--30 {
        padding-bottom: 30px;
    }

    .pl_lp--30 {
        padding-left: 30px;
    }

    .pr_lp--30 {
        padding-right: 30px;
    }

    .mt_lp--30 {
        margin-top: 30px;
    }

    .mb_lp--30 {
        margin-bottom: 30px;
    }

    .ptb_lp--35 {
        padding: 35px 0;
    }

    .plr_lp--35 {
        padding: 0 35px;
    }

    .pt_lp--35 {
        padding-top: 35px;
    }

    .pb_lp--35 {
        padding-bottom: 35px;
    }

    .pl_lp--35 {
        padding-left: 35px;
    }

    .pr_lp--35 {
        padding-right: 35px;
    }

    .mt_lp--35 {
        margin-top: 35px;
    }

    .mb_lp--35 {
        margin-bottom: 35px;
    }

    .ptb_lp--40 {
        padding: 40px 0;
    }

    .plr_lp--40 {
        padding: 0 40px;
    }

    .pt_lp--40 {
        padding-top: 40px;
    }

    .pb_lp--40 {
        padding-bottom: 40px;
    }

    .pl_lp--40 {
        padding-left: 40px;
    }

    .pr_lp--40 {
        padding-right: 40px;
    }

    .mt_lp--40 {
        margin-top: 40px;
    }

    .mb_lp--40 {
        margin-bottom: 40px;
    }

    .ptb_lp--45 {
        padding: 45px 0;
    }

    .plr_lp--45 {
        padding: 0 45px;
    }

    .pt_lp--45 {
        padding-top: 45px;
    }

    .pb_lp--45 {
        padding-bottom: 45px;
    }

    .pl_lp--45 {
        padding-left: 45px;
    }

    .pr_lp--45 {
        padding-right: 45px;
    }

    .mt_lp--45 {
        margin-top: 45px;
    }

    .mb_lp--45 {
        margin-bottom: 45px;
    }

    .ptb_lp--50 {
        padding: 50px 0;
    }

    .plr_lp--50 {
        padding: 0 50px;
    }

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

    .pb_lp--50 {
        padding-bottom: 50px;
    }

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

    .pr_lp--50 {
        padding-right: 50px;
    }

    .mt_lp--50 {
        margin-top: 50px;
    }

    .mb_lp--50 {
        margin-bottom: 50px;
    }

    .ptb_lp--55 {
        padding: 55px 0;
    }

    .plr_lp--55 {
        padding: 0 55px;
    }

    .pt_lp--55 {
        padding-top: 55px;
    }

    .pb_lp--55 {
        padding-bottom: 55px;
    }

    .pl_lp--55 {
        padding-left: 55px;
    }

    .pr_lp--55 {
        padding-right: 55px;
    }

    .mt_lp--55 {
        margin-top: 55px;
    }

    .mb_lp--55 {
        margin-bottom: 55px;
    }

    .ptb_lp--60 {
        padding: 60px 0;
    }

    .plr_lp--60 {
        padding: 0 60px;
    }

    .pt_lp--60 {
        padding-top: 60px;
    }

    .pb_lp--60 {
        padding-bottom: 60px;
    }

    .pl_lp--60 {
        padding-left: 60px;
    }

    .pr_lp--60 {
        padding-right: 60px;
    }

    .mt_lp--60 {
        margin-top: 60px;
    }

    .mb_lp--60 {
        margin-bottom: 60px;
    }

    .ptb_lp--65 {
        padding: 65px 0;
    }

    .plr_lp--65 {
        padding: 0 65px;
    }

    .pt_lp--65 {
        padding-top: 65px;
    }

    .pb_lp--65 {
        padding-bottom: 65px;
    }

    .pl_lp--65 {
        padding-left: 65px;
    }

    .pr_lp--65 {
        padding-right: 65px;
    }

    .mt_lp--65 {
        margin-top: 65px;
    }

    .mb_lp--65 {
        margin-bottom: 65px;
    }

    .ptb_lp--70 {
        padding: 70px 0;
    }

    .plr_lp--70 {
        padding: 0 70px;
    }

    .pt_lp--70 {
        padding-top: 70px;
    }

    .pb_lp--70 {
        padding-bottom: 70px;
    }

    .pl_lp--70 {
        padding-left: 70px;
    }

    .pr_lp--70 {
        padding-right: 70px;
    }

    .mt_lp--70 {
        margin-top: 70px;
    }

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

    .ptb_lp--75 {
        padding: 75px 0;
    }

    .plr_lp--75 {
        padding: 0 75px;
    }

    .pt_lp--75 {
        padding-top: 75px;
    }

    .pb_lp--75 {
        padding-bottom: 75px;
    }

    .pl_lp--75 {
        padding-left: 75px;
    }

    .pr_lp--75 {
        padding-right: 75px;
    }

    .mt_lp--75 {
        margin-top: 75px;
    }

    .mb_lp--75 {
        margin-bottom: 75px;
    }

    .ptb_lp--80 {
        padding: 80px 0;
    }

    .plr_lp--80 {
        padding: 0 80px;
    }

    .pt_lp--80 {
        padding-top: 80px;
    }

    .pb_lp--80 {
        padding-bottom: 80px;
    }

    .pl_lp--80 {
        padding-left: 80px;
    }

    .pr_lp--80 {
        padding-right: 80px;
    }

    .mt_lp--80 {
        margin-top: 80px;
    }

    .mb_lp--80 {
        margin-bottom: 80px;
    }

    .ptb_lp--85 {
        padding: 85px 0;
    }

    .plr_lp--85 {
        padding: 0 85px;
    }

    .pt_lp--85 {
        padding-top: 85px;
    }

    .pb_lp--85 {
        padding-bottom: 85px;
    }

    .pl_lp--85 {
        padding-left: 85px;
    }

    .pr_lp--85 {
        padding-right: 85px;
    }

    .mt_lp--85 {
        margin-top: 85px;
    }

    .mb_lp--85 {
        margin-bottom: 85px;
    }

    .ptb_lp--90 {
        padding: 90px 0;
    }

    .plr_lp--90 {
        padding: 0 90px;
    }

    .pt_lp--90 {
        padding-top: 90px;
    }

    .pb_lp--90 {
        padding-bottom: 90px;
    }

    .pl_lp--90 {
        padding-left: 90px;
    }

    .pr_lp--90 {
        padding-right: 90px;
    }

    .mt_lp--90 {
        margin-top: 90px;
    }

    .mb_lp--90 {
        margin-bottom: 90px;
    }

    .ptb_lp--95 {
        padding: 95px 0;
    }

    .plr_lp--95 {
        padding: 0 95px;
    }

    .pt_lp--95 {
        padding-top: 95px;
    }

    .pb_lp--95 {
        padding-bottom: 95px;
    }

    .pl_lp--95 {
        padding-left: 95px;
    }

    .pr_lp--95 {
        padding-right: 95px;
    }

    .mt_lp--95 {
        margin-top: 95px;
    }

    .mb_lp--95 {
        margin-bottom: 95px;
    }

    .ptb_lp--100 {
        padding: 100px 0;
    }

    .plr_lp--100 {
        padding: 0 100px;
    }

    .pt_lp--100 {
        padding-top: 100px;
    }

    .pb_lp--100 {
        padding-bottom: 100px;
    }

    .pl_lp--100 {
        padding-left: 100px;
    }

    .pr_lp--100 {
        padding-right: 100px;
    }

    .mt_lp--100 {
        margin-top: 100px;
    }

    .mb_lp--100 {
        margin-bottom: 100px;
    }

    .ptb_lp--105 {
        padding: 105px 0;
    }

    .plr_lp--105 {
        padding: 0 105px;
    }

    .pt_lp--105 {
        padding-top: 105px;
    }

    .pb_lp--105 {
        padding-bottom: 105px;
    }

    .pl_lp--105 {
        padding-left: 105px;
    }

    .pr_lp--105 {
        padding-right: 105px;
    }

    .mt_lp--105 {
        margin-top: 105px;
    }

    .mb_lp--105 {
        margin-bottom: 105px;
    }

    .ptb_lp--110 {
        padding: 110px 0;
    }

    .plr_lp--110 {
        padding: 0 110px;
    }

    .pt_lp--110 {
        padding-top: 110px;
    }

    .pb_lp--110 {
        padding-bottom: 110px;
    }

    .pl_lp--110 {
        padding-left: 110px;
    }

    .pr_lp--110 {
        padding-right: 110px;
    }

    .mt_lp--110 {
        margin-top: 110px;
    }

    .mb_lp--110 {
        margin-bottom: 110px;
    }

    .ptb_lp--115 {
        padding: 115px 0;
    }

    .plr_lp--115 {
        padding: 0 115px;
    }

    .pt_lp--115 {
        padding-top: 115px;
    }

    .pb_lp--115 {
        padding-bottom: 115px;
    }

    .pl_lp--115 {
        padding-left: 115px;
    }

    .pr_lp--115 {
        padding-right: 115px;
    }

    .mt_lp--115 {
        margin-top: 115px;
    }

    .mb_lp--115 {
        margin-bottom: 115px;
    }

    .ptb_lp--120 {
        padding: 120px 0;
    }

    .plr_lp--120 {
        padding: 0 120px;
    }

    .pt_lp--120 {
        padding-top: 120px;
    }

    .pb_lp--120 {
        padding-bottom: 120px;
    }

    .pl_lp--120 {
        padding-left: 120px;
    }

    .pr_lp--120 {
        padding-right: 120px;
    }

    .mt_lp--120 {
        margin-top: 120px;
    }

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

    .ptb_lp--125 {
        padding: 125px 0;
    }

    .plr_lp--125 {
        padding: 0 125px;
    }

    .pt_lp--125 {
        padding-top: 125px;
    }

    .pb_lp--125 {
        padding-bottom: 125px;
    }

    .pl_lp--125 {
        padding-left: 125px;
    }

    .pr_lp--125 {
        padding-right: 125px;
    }

    .mt_lp--125 {
        margin-top: 125px;
    }

    .mb_lp--125 {
        margin-bottom: 125px;
    }

    .ptb_lp--130 {
        padding: 130px 0;
    }

    .plr_lp--130 {
        padding: 0 130px;
    }

    .pt_lp--130 {
        padding-top: 130px;
    }

    .pb_lp--130 {
        padding-bottom: 130px;
    }

    .pl_lp--130 {
        padding-left: 130px;
    }

    .pr_lp--130 {
        padding-right: 130px;
    }

    .mt_lp--130 {
        margin-top: 130px;
    }

    .mb_lp--130 {
        margin-bottom: 130px;
    }

    .ptb_lp--135 {
        padding: 135px 0;
    }

    .plr_lp--135 {
        padding: 0 135px;
    }

    .pt_lp--135 {
        padding-top: 135px;
    }

    .pb_lp--135 {
        padding-bottom: 135px;
    }

    .pl_lp--135 {
        padding-left: 135px;
    }

    .pr_lp--135 {
        padding-right: 135px;
    }

    .mt_lp--135 {
        margin-top: 135px;
    }

    .mb_lp--135 {
        margin-bottom: 135px;
    }

    .ptb_lp--140 {
        padding: 140px 0;
    }

    .plr_lp--140 {
        padding: 0 140px;
    }

    .pt_lp--140 {
        padding-top: 140px;
    }

    .pb_lp--140 {
        padding-bottom: 140px;
    }

    .pl_lp--140 {
        padding-left: 140px;
    }

    .pr_lp--140 {
        padding-right: 140px;
    }

    .mt_lp--140 {
        margin-top: 140px;
    }

    .mb_lp--140 {
        margin-bottom: 140px;
    }

    .ptb_lp--145 {
        padding: 145px 0;
    }

    .plr_lp--145 {
        padding: 0 145px;
    }

    .pt_lp--145 {
        padding-top: 145px;
    }

    .pb_lp--145 {
        padding-bottom: 145px;
    }

    .pl_lp--145 {
        padding-left: 145px;
    }

    .pr_lp--145 {
        padding-right: 145px;
    }

    .mt_lp--145 {
        margin-top: 145px;
    }

    .mb_lp--145 {
        margin-bottom: 145px;
    }

    .ptb_lp--150 {
        padding: 150px 0;
    }

    .plr_lp--150 {
        padding: 0 150px;
    }

    .pt_lp--150 {
        padding-top: 150px;
    }

    .pb_lp--150 {
        padding-bottom: 150px;
    }

    .pl_lp--150 {
        padding-left: 150px;
    }

    .pr_lp--150 {
        padding-right: 150px;
    }

    .mt_lp--150 {
        margin-top: 150px;
    }

    .mb_lp--150 {
        margin-bottom: 150px;
    }

    .ptb_lp--155 {
        padding: 155px 0;
    }

    .plr_lp--155 {
        padding: 0 155px;
    }

    .pt_lp--155 {
        padding-top: 155px;
    }

    .pb_lp--155 {
        padding-bottom: 155px;
    }

    .pl_lp--155 {
        padding-left: 155px;
    }

    .pr_lp--155 {
        padding-right: 155px;
    }

    .mt_lp--155 {
        margin-top: 155px;
    }

    .mb_lp--155 {
        margin-bottom: 155px;
    }

    .ptb_lp--160 {
        padding: 160px 0;
    }

    .plr_lp--160 {
        padding: 0 160px;
    }

    .pt_lp--160 {
        padding-top: 160px;
    }

    .pb_lp--160 {
        padding-bottom: 160px;
    }

    .pl_lp--160 {
        padding-left: 160px;
    }

    .pr_lp--160 {
        padding-right: 160px;
    }

    .mt_lp--160 {
        margin-top: 160px;
    }

    .mb_lp--160 {
        margin-bottom: 160px;
    }

    .ptb_lp--165 {
        padding: 165px 0;
    }

    .plr_lp--165 {
        padding: 0 165px;
    }

    .pt_lp--165 {
        padding-top: 165px;
    }

    .pb_lp--165 {
        padding-bottom: 165px;
    }

    .pl_lp--165 {
        padding-left: 165px;
    }

    .pr_lp--165 {
        padding-right: 165px;
    }

    .mt_lp--165 {
        margin-top: 165px;
    }

    .mb_lp--165 {
        margin-bottom: 165px;
    }

    .ptb_lp--170 {
        padding: 170px 0;
    }

    .plr_lp--170 {
        padding: 0 170px;
    }

    .pt_lp--170 {
        padding-top: 170px;
    }

    .pb_lp--170 {
        padding-bottom: 170px;
    }

    .pl_lp--170 {
        padding-left: 170px;
    }

    .pr_lp--170 {
        padding-right: 170px;
    }

    .mt_lp--170 {
        margin-top: 170px;
    }

    .mb_lp--170 {
        margin-bottom: 170px;
    }

    .ptb_lp--175 {
        padding: 175px 0;
    }

    .plr_lp--175 {
        padding: 0 175px;
    }

    .pt_lp--175 {
        padding-top: 175px;
    }

    .pb_lp--175 {
        padding-bottom: 175px;
    }

    .pl_lp--175 {
        padding-left: 175px;
    }

    .pr_lp--175 {
        padding-right: 175px;
    }

    .mt_lp--175 {
        margin-top: 175px;
    }

    .mb_lp--175 {
        margin-bottom: 175px;
    }

    .ptb_lp--180 {
        padding: 180px 0;
    }

    .plr_lp--180 {
        padding: 0 180px;
    }

    .pt_lp--180 {
        padding-top: 180px;
    }

    .pb_lp--180 {
        padding-bottom: 180px;
    }

    .pl_lp--180 {
        padding-left: 180px;
    }

    .pr_lp--180 {
        padding-right: 180px;
    }

    .mt_lp--180 {
        margin-top: 180px;
    }

    .mb_lp--180 {
        margin-bottom: 180px;
    }

    .ptb_lp--185 {
        padding: 185px 0;
    }

    .plr_lp--185 {
        padding: 0 185px;
    }

    .pt_lp--185 {
        padding-top: 185px;
    }

    .pb_lp--185 {
        padding-bottom: 185px;
    }

    .pl_lp--185 {
        padding-left: 185px;
    }

    .pr_lp--185 {
        padding-right: 185px;
    }

    .mt_lp--185 {
        margin-top: 185px;
    }

    .mb_lp--185 {
        margin-bottom: 185px;
    }

    .ptb_lp--190 {
        padding: 190px 0;
    }

    .plr_lp--190 {
        padding: 0 190px;
    }

    .pt_lp--190 {
        padding-top: 190px;
    }

    .pb_lp--190 {
        padding-bottom: 190px;
    }

    .pl_lp--190 {
        padding-left: 190px;
    }

    .pr_lp--190 {
        padding-right: 190px;
    }

    .mt_lp--190 {
        margin-top: 190px;
    }

    .mb_lp--190 {
        margin-bottom: 190px;
    }

    .ptb_lp--195 {
        padding: 195px 0;
    }

    .plr_lp--195 {
        padding: 0 195px;
    }

    .pt_lp--195 {
        padding-top: 195px;
    }

    .pb_lp--195 {
        padding-bottom: 195px;
    }

    .pl_lp--195 {
        padding-left: 195px;
    }

    .pr_lp--195 {
        padding-right: 195px;
    }

    .mt_lp--195 {
        margin-top: 195px;
    }

    .mb_lp--195 {
        margin-bottom: 195px;
    }

    .ptb_lp--200 {
        padding: 200px 0;
    }

    .plr_lp--200 {
        padding: 0 200px;
    }

    .pt_lp--200 {
        padding-top: 200px;
    }

    .pb_lp--200 {
        padding-bottom: 200px;
    }

    .pl_lp--200 {
        padding-left: 200px;
    }

    .pr_lp--200 {
        padding-right: 200px;
    }

    .mt_lp--200 {
        margin-top: 200px;
    }

    .mb_lp--200 {
        margin-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl_lg--170 {
        padding-left: 170px !important;
    }

    .pr_lg--170 {
        padding-right: 170px !important;
    }

    .mt_lg--170 {
        margin-top: 170px !important;
    }

    .mb_lg--170 {
        margin-bottom: 170px !important;
    }

    .ml_lg--170 {
        margin-left: 170px !important;
    }

    .ptb_lg--175 {
        padding: 175px 0 !important;
    }

    .plr_lg--175 {
        padding: 0 175px !important;
    }

    .pt_lg--175 {
        padding-top: 175px !important;
    }

    .pb_lg--175 {
        padding-bottom: 175px !important;
    }

    .pl_lg--175 {
        padding-left: 175px !important;
    }

    .pr_lg--175 {
        padding-right: 175px !important;
    }

    .mt_lg--175 {
        margin-top: 175px !important;
    }

    .mb_lg--175 {
        margin-bottom: 175px !important;
    }

    .ml_lg--175 {
        margin-left: 175px !important;
    }

    .ptb_lg--180 {
        padding: 180px 0 !important;
    }

    .plr_lg--180 {
        padding: 0 180px !important;
    }

    .pt_lg--180 {
        padding-top: 180px !important;
    }

    .pb_lg--180 {
        padding-bottom: 180px !important;
    }

    .pl_lg--180 {
        padding-left: 180px !important;
    }

    .pr_lg--180 {
        padding-right: 180px !important;
    }

    .mt_lg--180 {
        margin-top: 180px !important;
    }

    .mb_lg--180 {
        margin-bottom: 180px !important;
    }

    .ml_lg--180 {
        margin-left: 180px !important;
    }

    .ptb_lg--185 {
        padding: 185px 0 !important;
    }

    .plr_lg--185 {
        padding: 0 185px !important;
    }

    .pt_lg--185 {
        padding-top: 185px !important;
    }

    .pb_lg--185 {
        padding-bottom: 185px !important;
    }

    .pl_lg--185 {
        padding-left: 185px !important;
    }

    .pr_lg--185 {
        padding-right: 185px !important;
    }

    .mt_lg--185 {
        margin-top: 185px !important;
    }

    .mb_lg--185 {
        margin-bottom: 185px !important;
    }

    .ml_lg--185 {
        margin-left: 185px !important;
    }

    .ptb_lg--190 {
        padding: 190px 0 !important;
    }

    .plr_lg--190 {
        padding: 0 190px !important;
    }

    .pt_lg--190 {
        padding-top: 190px !important;
    }

    .pb_lg--190 {
        padding-bottom: 190px !important;
    }

    .pl_lg--190 {
        padding-left: 190px !important;
    }

    .pr_lg--190 {
        padding-right: 190px !important;
    }

    .mt_lg--190 {
        margin-top: 190px !important;
    }

    .mb_lg--190 {
        margin-bottom: 190px !important;
    }

    .ml_lg--190 {
        margin-left: 190px !important;
    }

    .ptb_lg--195 {
        padding: 195px 0 !important;
    }

    .plr_lg--195 {
        padding: 0 195px !important;
    }

    .pt_lg--195 {
        padding-top: 195px !important;
    }

    .pb_lg--195 {
        padding-bottom: 195px !important;
    }

    .pl_lg--195 {
        padding-left: 195px !important;
    }

    .pr_lg--195 {
        padding-right: 195px !important;
    }

    .mt_lg--195 {
        margin-top: 195px !important;
    }

    .mb_lg--195 {
        margin-bottom: 195px !important;
    }

    .ml_lg--195 {
        margin-left: 195px !important;
    }

    .ptb_lg--200 {
        padding: 200px 0 !important;
    }

    .plr_lg--200 {
        padding: 0 200px !important;
    }

    .pt_lg--200 {
        padding-top: 200px !important;
    }

    .pb_lg--200 {
        padding-bottom: 200px !important;
    }

    .pl_lg--200 {
        padding-left: 200px !important;
    }

    .pr_lg--200 {
        padding-right: 200px !important;
    }

    .mt_lg--200 {
        margin-top: 200px !important;
    }

    .mb_lg--200 {
        margin-bottom: 200px !important;
    }

    .ml_lg--200 {
        margin-left: 200px !important;
    }
}

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

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

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

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

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

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

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

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

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

    .ptb_md--250 {
        padding: 250px 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pr_md--25 {
        padding-right: 25px !important;
    }

    .mt_md--25 {
        margin-top: 25px !important;
    }

    .mb_md--25 {
        margin-bottom: 25px !important;
    }

    .ptb_md--30 {
        padding: 30px 0 !important;
    }

    .plr_md--30 {
        padding: 0 30px !important;
    }

    .pt_md--30 {
        padding-top: 30px !important;
    }

    .pb_md--30 {
        padding-bottom: 30px !important;
    }

    .pl_md--30 {
        padding-left: 30px !important;
    }

    .pr_md--30 {
        padding-right: 30px !important;
    }

    .mt_md--30 {
        margin-top: 30px !important;
    }

    .mb_md--30 {
        margin-bottom: 30px !important;
    }

    .ptb_md--35 {
        padding: 35px 0 !important;
    }

    .plr_md--35 {
        padding: 0 35px !important;
    }

    .pt_md--35 {
        padding-top: 35px !important;
    }

    .pb_md--35 {
        padding-bottom: 35px !important;
    }

    .pl_md--35 {
        padding-left: 35px !important;
    }

    .pr_md--35 {
        padding-right: 35px !important;
    }

    .mt_md--35 {
        margin-top: 35px !important;
    }

    .mb_md--35 {
        margin-bottom: 35px !important;
    }

    .ptb_md--40 {
        padding: 40px 0 !important;
    }

    .plr_md--40 {
        padding: 0 40px !important;
    }

    .pt_md--40 {
        padding-top: 40px !important;
    }

    .pb_md--40 {
        padding-bottom: 40px !important;
    }

    .pl_md--40 {
        padding-left: 40px !important;
    }

    .pr_md--40 {
        padding-right: 40px !important;
    }

    .mt_md--40 {
        margin-top: 40px !important;
    }

    .mb_md--40 {
        margin-bottom: 40px !important;
    }

    .ptb_md--45 {
        padding: 45px 0 !important;
    }

    .plr_md--45 {
        padding: 0 45px !important;
    }

    .pt_md--45 {
        padding-top: 45px !important;
    }

    .pb_md--45 {
        padding-bottom: 45px !important;
    }

    .pl_md--45 {
        padding-left: 45px !important;
    }

    .pr_md--45 {
        padding-right: 45px !important;
    }

    .mt_md--45 {
        margin-top: 45px !important;
    }

    .mb_md--45 {
        margin-bottom: 45px !important;
    }

    .ptb_md--50 {
        padding: 50px 0 !important;
    }

    .plr_md--50 {
        padding: 0 50px !important;
    }

    .pt_md--50 {
        padding-top: 50px !important;
    }

    .pb_md--50 {
        padding-bottom: 50px !important;
    }

    .pl_md--50 {
        padding-left: 50px !important;
    }

    .pr_md--50 {
        padding-right: 50px !important;
    }

    .mt_md--50 {
        margin-top: 50px !important;
    }

    .mb_md--50 {
        margin-bottom: 50px !important;
    }

    .ptb_md--55 {
        padding: 55px 0 !important;
    }

    .plr_md--55 {
        padding: 0 55px !important;
    }

    .pt_md--55 {
        padding-top: 55px !important;
    }

    .pb_md--55 {
        padding-bottom: 55px !important;
    }

    .pl_md--55 {
        padding-left: 55px !important;
    }

    .pr_md--55 {
        padding-right: 55px !important;
    }

    .mt_md--55 {
        margin-top: 55px !important;
    }

    .mb_md--55 {
        margin-bottom: 55px !important;
    }

    .ptb_md--60 {
        padding: 60px 0 !important;
    }

    .plr_md--60 {
        padding: 0 60px !important;
    }

    .pt_md--60 {
        padding-top: 60px !important;
    }

    .pb_md--60 {
        padding-bottom: 60px !important;
    }

    .pl_md--60 {
        padding-left: 60px !important;
    }

    .pr_md--60 {
        padding-right: 60px !important;
    }

    .mt_md--60 {
        margin-top: 60px !important;
    }

    .mb_md--60 {
        margin-bottom: 60px !important;
    }

    .ptb_md--65 {
        padding: 65px 0 !important;
    }

    .plr_md--65 {
        padding: 0 65px !important;
    }

    .pt_md--65 {
        padding-top: 65px !important;
    }

    .pb_md--65 {
        padding-bottom: 65px !important;
    }

    .pl_md--65 {
        padding-left: 65px !important;
    }

    .pr_md--65 {
        padding-right: 65px !important;
    }

    .mt_md--65 {
        margin-top: 65px !important;
    }

    .mb_md--65 {
        margin-bottom: 65px !important;
    }

    .ptb_md--70 {
        padding: 70px 0 !important;
    }

    .plr_md--70 {
        padding: 0 70px !important;
    }

    .pt_md--70 {
        padding-top: 70px !important;
    }

    .pb_md--70 {
        padding-bottom: 70px !important;
    }

    .pl_md--70 {
        padding-left: 70px !important;
    }

    .pr_md--70 {
        padding-right: 70px !important;
    }

    .mt_md--70 {
        margin-top: 70px !important;
    }

    .mb_md--70 {
        margin-bottom: 70px !important;
    }

    .ptb_md--75 {
        padding: 75px 0 !important;
    }

    .plr_md--75 {
        padding: 0 75px !important;
    }

    .pt_md--75 {
        padding-top: 75px !important;
    }

    .pb_md--75 {
        padding-bottom: 75px !important;
    }

    .pl_md--75 {
        padding-left: 75px !important;
    }

    .pr_md--75 {
        padding-right: 75px !important;
    }

    .mt_md--75 {
        margin-top: 75px !important;
    }

    .mb_md--75 {
        margin-bottom: 75px !important;
    }

    .ptb_md--80 {
        padding: 80px 0 !important;
    }

    .plr_md--80 {
        padding: 0 80px !important;
    }

    .pt_md--80 {
        padding-top: 80px !important;
    }

    .pb_md--80 {
        padding-bottom: 80px !important;
    }

    .pl_md--80 {
        padding-left: 80px !important;
    }

    .pr_md--80 {
        padding-right: 80px !important;
    }

    .mt_md--80 {
        margin-top: 80px !important;
    }

    .mb_md--80 {
        margin-bottom: 80px !important;
    }

    .ptb_md--85 {
        padding: 85px 0 !important;
    }

    .plr_md--85 {
        padding: 0 85px !important;
    }

    .pt_md--85 {
        padding-top: 85px !important;
    }

    .pb_md--85 {
        padding-bottom: 85px !important;
    }

    .pl_md--85 {
        padding-left: 85px !important;
    }

    .pr_md--85 {
        padding-right: 85px !important;
    }

    .mt_md--85 {
        margin-top: 85px !important;
    }

    .mb_md--85 {
        margin-bottom: 85px !important;
    }

    .ptb_md--90 {
        padding: 90px 0 !important;
    }

    .plr_md--90 {
        padding: 0 90px !important;
    }

    .pt_md--90 {
        padding-top: 90px !important;
    }

    .pb_md--90 {
        padding-bottom: 90px !important;
    }

    .pl_md--90 {
        padding-left: 90px !important;
    }

    .pr_md--90 {
        padding-right: 90px !important;
    }

    .mt_md--90 {
        margin-top: 90px !important;
    }

    .mb_md--90 {
        margin-bottom: 90px !important;
    }

    .ptb_md--95 {
        padding: 95px 0 !important;
    }

    .plr_md--95 {
        padding: 0 95px !important;
    }

    .pt_md--95 {
        padding-top: 95px !important;
    }

    .pb_md--95 {
        padding-bottom: 95px !important;
    }

    .pl_md--95 {
        padding-left: 95px !important;
    }

    .pr_md--95 {
        padding-right: 95px !important;
    }

    .mt_md--95 {
        margin-top: 95px !important;
    }

    .mb_md--95 {
        margin-bottom: 95px !important;
    }

    .ptb_md--100 {
        padding: 100px 0 !important;
    }

    .plr_md--100 {
        padding: 0 100px !important;
    }

    .pt_md--100 {
        padding-top: 100px !important;
    }

    .pb_md--100 {
        padding-bottom: 100px !important;
    }

    .pl_md--100 {
        padding-left: 100px !important;
    }

    .pr_md--100 {
        padding-right: 100px !important;
    }

    .mt_md--100 {
        margin-top: 100px !important;
    }

    .mb_md--100 {
        margin-bottom: 100px !important;
    }

    .ptb_md--105 {
        padding: 105px 0 !important;
    }

    .plr_md--105 {
        padding: 0 105px !important;
    }

    .pt_md--105 {
        padding-top: 105px !important;
    }

    .pb_md--105 {
        padding-bottom: 105px !important;
    }

    .pl_md--105 {
        padding-left: 105px !important;
    }

    .pr_md--105 {
        padding-right: 105px !important;
    }

    .mt_md--105 {
        margin-top: 105px !important;
    }

    .mb_md--105 {
        margin-bottom: 105px !important;
    }

    .ptb_md--110 {
        padding: 110px 0 !important;
    }

    .plr_md--110 {
        padding: 0 110px !important;
    }

    .pt_md--110 {
        padding-top: 110px !important;
    }

    .pb_md--110 {
        padding-bottom: 110px !important;
    }

    .pl_md--110 {
        padding-left: 110px !important;
    }

    .pr_md--110 {
        padding-right: 110px !important;
    }

    .mt_md--110 {
        margin-top: 110px !important;
    }

    .mb_md--110 {
        margin-bottom: 110px !important;
    }

    .ptb_md--115 {
        padding: 115px 0 !important;
    }

    .plr_md--115 {
        padding: 0 115px !important;
    }

    .pt_md--115 {
        padding-top: 115px !important;
    }

    .pb_md--115 {
        padding-bottom: 115px !important;
    }

    .pl_md--115 {
        padding-left: 115px !important;
    }

    .pr_md--115 {
        padding-right: 115px !important;
    }

    .mt_md--115 {
        margin-top: 115px !important;
    }

    .mb_md--115 {
        margin-bottom: 115px !important;
    }

    .ptb_md--120 {
        padding: 120px 0 !important;
    }

    .plr_md--120 {
        padding: 0 120px !important;
    }

    .pt_md--120 {
        padding-top: 120px !important;
    }

    .pb_md--120 {
        padding-bottom: 120px !important;
    }

    .pl_md--120 {
        padding-left: 120px !important;
    }

    .pr_md--120 {
        padding-right: 120px !important;
    }

    .mt_md--120 {
        margin-top: 120px !important;
    }

    .mb_md--120 {
        margin-bottom: 120px !important;
    }

    .ptb_md--125 {
        padding: 125px 0 !important;
    }

    .plr_md--125 {
        padding: 0 125px !important;
    }

    .pt_md--125 {
        padding-top: 125px !important;
    }

    .pb_md--125 {
        padding-bottom: 125px !important;
    }

    .pl_md--125 {
        padding-left: 125px !important;
    }

    .pr_md--125 {
        padding-right: 125px !important;
    }

    .mt_md--125 {
        margin-top: 125px !important;
    }

    .mb_md--125 {
        margin-bottom: 125px !important;
    }

    .ptb_md--130 {
        padding: 130px 0 !important;
    }

    .plr_md--130 {
        padding: 0 130px !important;
    }

    .pt_md--130 {
        padding-top: 130px !important;
    }

    .pb_md--130 {
        padding-bottom: 130px !important;
    }

    .pl_md--130 {
        padding-left: 130px !important;
    }

    .pr_md--130 {
        padding-right: 130px !important;
    }

    .mt_md--130 {
        margin-top: 130px !important;
    }

    .mb_md--130 {
        margin-bottom: 130px !important;
    }

    .ptb_md--135 {
        padding: 135px 0 !important;
    }

    .plr_md--135 {
        padding: 0 135px !important;
    }

    .pt_md--135 {
        padding-top: 135px !important;
    }

    .pb_md--135 {
        padding-bottom: 135px !important;
    }

    .pl_md--135 {
        padding-left: 135px !important;
    }

    .pr_md--135 {
        padding-right: 135px !important;
    }

    .mt_md--135 {
        margin-top: 135px !important;
    }

    .mb_md--135 {
        margin-bottom: 135px !important;
    }

    .ptb_md--140 {
        padding: 140px 0 !important;
    }

    .plr_md--140 {
        padding: 0 140px !important;
    }

    .pt_md--140 {
        padding-top: 140px !important;
    }

    .pb_md--140 {
        padding-bottom: 140px !important;
    }

    .pl_md--140 {
        padding-left: 140px !important;
    }

    .pr_md--140 {
        padding-right: 140px !important;
    }

    .mt_md--140 {
        margin-top: 140px !important;
    }

    .mb_md--140 {
        margin-bottom: 140px !important;
    }

    .ptb_md--145 {
        padding: 145px 0 !important;
    }

    .plr_md--145 {
        padding: 0 145px !important;
    }

    .pt_md--145 {
        padding-top: 145px !important;
    }

    .pb_md--145 {
        padding-bottom: 145px !important;
    }

    .pl_md--145 {
        padding-left: 145px !important;
    }

    .pr_md--145 {
        padding-right: 145px !important;
    }

    .mt_md--145 {
        margin-top: 145px !important;
    }

    .mb_md--145 {
        margin-bottom: 145px !important;
    }

    .ptb_md--150 {
        padding: 150px 0 !important;
    }

    .plr_md--150 {
        padding: 0 150px !important;
    }

    .pt_md--150 {
        padding-top: 150px !important;
    }

    .pb_md--150 {
        padding-bottom: 150px !important;
    }

    .pl_md--150 {
        padding-left: 150px !important;
    }

    .pr_md--150 {
        padding-right: 150px !important;
    }

    .mt_md--150 {
        margin-top: 150px !important;
    }

    .mb_md--150 {
        margin-bottom: 150px !important;
    }

    .ptb_md--155 {
        padding: 155px 0 !important;
    }

    .plr_md--155 {
        padding: 0 155px !important;
    }

    .pt_md--155 {
        padding-top: 155px !important;
    }

    .pb_md--155 {
        padding-bottom: 155px !important;
    }

    .pl_md--155 {
        padding-left: 155px !important;
    }

    .pr_md--155 {
        padding-right: 155px !important;
    }

    .mt_md--155 {
        margin-top: 155px !important;
    }

    .mb_md--155 {
        margin-bottom: 155px !important;
    }

    .ptb_md--160 {
        padding: 160px 0 !important;
    }

    .plr_md--160 {
        padding: 0 160px !important;
    }

    .pt_md--160 {
        padding-top: 160px !important;
    }

    .pb_md--160 {
        padding-bottom: 160px !important;
    }

    .pl_md--160 {
        padding-left: 160px !important;
    }

    .pr_md--160 {
        padding-right: 160px !important;
    }

    .mt_md--160 {
        margin-top: 160px !important;
    }

    .mb_md--160 {
        margin-bottom: 160px !important;
    }

    .ptb_md--165 {
        padding: 165px 0 !important;
    }

    .plr_md--165 {
        padding: 0 165px !important;
    }

    .pt_md--165 {
        padding-top: 165px !important;
    }

    .pb_md--165 {
        padding-bottom: 165px !important;
    }

    .pl_md--165 {
        padding-left: 165px !important;
    }

    .pr_md--165 {
        padding-right: 165px !important;
    }

    .mt_md--165 {
        margin-top: 165px !important;
    }

    .mb_md--165 {
        margin-bottom: 165px !important;
    }

    .ptb_md--170 {
        padding: 170px 0 !important;
    }

    .plr_md--170 {
        padding: 0 170px !important;
    }

    .pt_md--170 {
        padding-top: 170px !important;
    }

    .pb_md--170 {
        padding-bottom: 170px !important;
    }

    .pl_md--170 {
        padding-left: 170px !important;
    }

    .pr_md--170 {
        padding-right: 170px !important;
    }

    .mt_md--170 {
        margin-top: 170px !important;
    }

    .mb_md--170 {
        margin-bottom: 170px !important;
    }

    .ptb_md--175 {
        padding: 175px 0 !important;
    }

    .plr_md--175 {
        padding: 0 175px !important;
    }

    .pt_md--175 {
        padding-top: 175px !important;
    }

    .pb_md--175 {
        padding-bottom: 175px !important;
    }

    .pl_md--175 {
        padding-left: 175px !important;
    }

    .pr_md--175 {
        padding-right: 175px !important;
    }

    .mt_md--175 {
        margin-top: 175px !important;
    }

    .mb_md--175 {
        margin-bottom: 175px !important;
    }

    .ptb_md--180 {
        padding: 180px 0 !important;
    }

    .plr_md--180 {
        padding: 0 180px !important;
    }

    .pt_md--180 {
        padding-top: 180px !important;
    }

    .pb_md--180 {
        padding-bottom: 180px !important;
    }

    .pl_md--180 {
        padding-left: 180px !important;
    }

    .pr_md--180 {
        padding-right: 180px !important;
    }

    .mt_md--180 {
        margin-top: 180px !important;
    }

    .mb_md--180 {
        margin-bottom: 180px !important;
    }

    .ptb_md--185 {
        padding: 185px 0 !important;
    }

    .plr_md--185 {
        padding: 0 185px !important;
    }

    .pt_md--185 {
        padding-top: 185px !important;
    }

    .pb_md--185 {
        padding-bottom: 185px !important;
    }

    .pl_md--185 {
        padding-left: 185px !important;
    }

    .pr_md--185 {
        padding-right: 185px !important;
    }

    .mt_md--185 {
        margin-top: 185px !important;
    }

    .mb_md--185 {
        margin-bottom: 185px !important;
    }

    .ptb_md--190 {
        padding: 190px 0 !important;
    }

    .plr_md--190 {
        padding: 0 190px !important;
    }

    .pt_md--190 {
        padding-top: 190px !important;
    }

    .pb_md--190 {
        padding-bottom: 190px !important;
    }

    .pl_md--190 {
        padding-left: 190px !important;
    }

    .pr_md--190 {
        padding-right: 190px !important;
    }

    .mt_md--190 {
        margin-top: 190px !important;
    }

    .mb_md--190 {
        margin-bottom: 190px !important;
    }

    .ptb_md--195 {
        padding: 195px 0 !important;
    }

    .plr_md--195 {
        padding: 0 195px !important;
    }

    .pt_md--195 {
        padding-top: 195px !important;
    }

    .pb_md--195 {
        padding-bottom: 195px !important;
    }

    .pl_md--195 {
        padding-left: 195px !important;
    }

    .pr_md--195 {
        padding-right: 195px !important;
    }

    .mt_md--195 {
        margin-top: 195px !important;
    }

    .mb_md--195 {
        margin-bottom: 195px !important;
    }

    .ptb_md--200 {
        padding: 200px 0 !important;
    }

    .plr_md--200 {
        padding: 0 200px !important;
    }

    .pt_md--200 {
        padding-top: 200px !important;
    }

    .pb_md--200 {
        padding-bottom: 200px !important;
    }

    .pl_md--200 {
        padding-left: 200px !important;
    }

    .pr_md--200 {
        padding-right: 200px !important;
    }

    .mt_md--200 {
        margin-top: 200px !important;
    }

    .mb_md--200 {
        margin-bottom: 200px !important;
    }
}

@media only screen and (max-width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0 !important;
    }

    .ptb_sm--0 {
        padding: 0 !important;
    }

    .pl_sm--0 {
        padding-left: 0 !important;
    }

    .pr_sm--0 {
        padding-right: 0 !important;
    }

    .pt_sm--0 {
        padding-top: 0 !important;
    }

    .pb_sm--0 {
        padding-bottom: 0 !important;
    }

    .mr_sm--0 {
        margin-right: 0 !important;
    }

    .ml_sm--0 {
        margin-left: 0 !important;
    }

    .mt_sm--0 {
        margin-top: 0 !important;
    }

    .mb_sm--0 {
        margin-bottom: 0 !important;
    }

    .pt_sm--150 {
        padding-top: 150px !important;
    }

    .pb_sm--110 {
        padding-bottom: 110px !important;
    }

    .ptb_sm--5 {
        padding: 5px 0 !important;
    }

    .plr_sm--5 {
        padding: 0 5px !important;
    }

    .pt_sm--5 {
        padding-top: 5px !important;
    }

    .pb_sm--5 {
        padding-bottom: 5px !important;
    }

    .pl_sm--5 {
        padding-left: 5px !important;
    }

    .pr_sm--5 {
        padding-right: 5px !important;
    }

    .mt_sm--5 {
        margin-top: 5px !important;
    }

    .ml_sm--5 {
        margin-left: 5px !important;
    }

    .mr_sm--5 {
        margin-right: 5px !important;
    }

    .mb_sm--5 {
        margin-bottom: 5px !important;
    }

    .ptb_sm--10 {
        padding: 10px 0 !important;
    }

    .plr_sm--10 {
        padding: 0 10px !important;
    }

    .pt_sm--10 {
        padding-top: 10px !important;
    }

    .pb_sm--10 {
        padding-bottom: 10px !important;
    }

    .pl_sm--10 {
        padding-left: 10px !important;
    }

    .pr_sm--10 {
        padding-right: 10px !important;
    }

    .mt_sm--10 {
        margin-top: 10px !important;
    }

    .ml_sm--10 {
        margin-left: 10px !important;
    }

    .mr_sm--10 {
        margin-right: 10px !important;
    }

    .mb_sm--10 {
        margin-bottom: 10px !important;
    }

    .ptb_sm--15 {
        padding: 15px 0 !important;
    }

    .plr_sm--15 {
        padding: 0 15px !important;
    }

    .pt_sm--15 {
        padding-top: 15px !important;
    }

    .pb_sm--15 {
        padding-bottom: 15px !important;
    }

    .pl_sm--15 {
        padding-left: 15px !important;
    }

    .pr_sm--15 {
        padding-right: 15px !important;
    }

    .mt_sm--15 {
        margin-top: 15px !important;
    }

    .ml_sm--15 {
        margin-left: 15px !important;
    }

    .mr_sm--15 {
        margin-right: 15px !important;
    }

    .mb_sm--15 {
        margin-bottom: 15px !important;
    }

    .ptb_sm--20 {
        padding: 20px 0 !important;
    }

    .plr_sm--20 {
        padding: 0 20px !important;
    }

    .pt_sm--20 {
        padding-top: 20px !important;
    }

    .pb_sm--20 {
        padding-bottom: 20px !important;
    }

    .pl_sm--20 {
        padding-left: 20px !important;
    }

    .pr_sm--20 {
        padding-right: 20px !important;
    }

    .mt_sm--20 {
        margin-top: 20px !important;
    }

    .ml_sm--20 {
        margin-left: 20px !important;
    }

    .mr_sm--20 {
        margin-right: 20px !important;
    }

    .mb_sm--20 {
        margin-bottom: 20px !important;
    }

    .ptb_sm--25 {
        padding: 25px 0 !important;
    }

    .plr_sm--25 {
        padding: 0 25px !important;
    }

    .pt_sm--25 {
        padding-top: 25px !important;
    }

    .pb_sm--25 {
        padding-bottom: 25px !important;
    }

    .pl_sm--25 {
        padding-left: 25px !important;
    }

    .pr_sm--25 {
        padding-right: 25px !important;
    }

    .mt_sm--25 {
        margin-top: 25px !important;
    }

    .ml_sm--25 {
        margin-left: 25px !important;
    }

    .mr_sm--25 {
        margin-right: 25px !important;
    }

    .mb_sm--25 {
        margin-bottom: 25px !important;
    }

    .ptb_sm--30 {
        padding: 30px 0 !important;
    }

    .plr_sm--30 {
        padding: 0 30px !important;
    }

    .pt_sm--30 {
        padding-top: 30px !important;
    }

    .pb_sm--30 {
        padding-bottom: 30px !important;
    }

    .pl_sm--30 {
        padding-left: 30px !important;
    }

    .pr_sm--30 {
        padding-right: 30px !important;
    }

    .mt_sm--30 {
        margin-top: 30px !important;
    }

    .ml_sm--30 {
        margin-left: 30px !important;
    }

    .mr_sm--30 {
        margin-right: 30px !important;
    }

    .mb_sm--30 {
        margin-bottom: 30px !important;
    }

    .ptb_sm--35 {
        padding: 35px 0 !important;
    }

    .plr_sm--35 {
        padding: 0 35px !important;
    }

    .pt_sm--35 {
        padding-top: 35px !important;
    }

    .pb_sm--35 {
        padding-bottom: 35px !important;
    }

    .pl_sm--35 {
        padding-left: 35px !important;
    }

    .pr_sm--35 {
        padding-right: 35px !important;
    }

    .mt_sm--35 {
        margin-top: 35px !important;
    }

    .ml_sm--35 {
        margin-left: 35px !important;
    }

    .mr_sm--35 {
        margin-right: 35px !important;
    }

    .mb_sm--35 {
        margin-bottom: 35px !important;
    }

    .ptb_sm--40 {
        padding: 40px 0 !important;
    }

    .plr_sm--40 {
        padding: 0 40px !important;
    }

    .pt_sm--40 {
        padding-top: 40px !important;
    }

    .pb_sm--40 {
        padding-bottom: 40px !important;
    }

    .pl_sm--40 {
        padding-left: 40px !important;
    }

    .pr_sm--40 {
        padding-right: 40px !important;
    }

    .mt_sm--40 {
        margin-top: 40px !important;
    }

    .ml_sm--40 {
        margin-left: 40px !important;
    }

    .mr_sm--40 {
        margin-right: 40px !important;
    }

    .mb_sm--40 {
        margin-bottom: 40px !important;
    }

    .ptb_sm--45 {
        padding: 45px 0 !important;
    }

    .plr_sm--45 {
        padding: 0 45px !important;
    }

    .pt_sm--45 {
        padding-top: 45px !important;
    }

    .pb_sm--45 {
        padding-bottom: 45px !important;
    }

    .pl_sm--45 {
        padding-left: 45px !important;
    }

    .pr_sm--45 {
        padding-right: 45px !important;
    }

    .mt_sm--45 {
        margin-top: 45px !important;
    }

    .ml_sm--45 {
        margin-left: 45px !important;
    }

    .mr_sm--45 {
        margin-right: 45px !important;
    }

    .mb_sm--45 {
        margin-bottom: 45px !important;
    }

    .ptb_sm--50 {
        padding: 50px 0 !important;
    }

    .plr_sm--50 {
        padding: 0 50px !important;
    }

    .pt_sm--50 {
        padding-top: 50px !important;
    }

    .pb_sm--50 {
        padding-bottom: 50px !important;
    }

    .pl_sm--50 {
        padding-left: 50px !important;
    }

    .pr_sm--50 {
        padding-right: 50px !important;
    }

    .mt_sm--50 {
        margin-top: 50px !important;
    }

    .ml_sm--50 {
        margin-left: 50px !important;
    }

    .mr_sm--50 {
        margin-right: 50px !important;
    }

    .mb_sm--50 {
        margin-bottom: 50px !important;
    }

    .ptb_sm--55 {
        padding: 55px 0 !important;
    }

    .plr_sm--55 {
        padding: 0 55px !important;
    }

    .pt_sm--55 {
        padding-top: 55px !important;
    }

    .pb_sm--55 {
        padding-bottom: 55px !important;
    }

    .pl_sm--55 {
        padding-left: 55px !important;
    }

    .pr_sm--55 {
        padding-right: 55px !important;
    }

    .mt_sm--55 {
        margin-top: 55px !important;
    }

    .ml_sm--55 {
        margin-left: 55px !important;
    }

    .mr_sm--55 {
        margin-right: 55px !important;
    }

    .mb_sm--55 {
        margin-bottom: 55px !important;
    }

    .ptb_sm--60 {
        padding: 60px 0 !important;
    }

    .plr_sm--60 {
        padding: 0 60px !important;
    }

    .pt_sm--60 {
        padding-top: 60px !important;
    }

    .pb_sm--60 {
        padding-bottom: 60px !important;
    }

    .pl_sm--60 {
        padding-left: 60px !important;
    }

    .pr_sm--60 {
        padding-right: 60px !important;
    }

    .mt_sm--60 {
        margin-top: 60px !important;
    }

    .ml_sm--60 {
        margin-left: 60px !important;
    }

    .mr_sm--60 {
        margin-right: 60px !important;
    }

    .mb_sm--60 {
        margin-bottom: 60px !important;
    }

    .ptb_sm--65 {
        padding: 65px 0 !important;
    }

    .plr_sm--65 {
        padding: 0 65px !important;
    }

    .pt_sm--65 {
        padding-top: 65px !important;
    }

    .pb_sm--65 {
        padding-bottom: 65px !important;
    }

    .pl_sm--65 {
        padding-left: 65px !important;
    }

    .pr_sm--65 {
        padding-right: 65px !important;
    }

    .mt_sm--65 {
        margin-top: 65px !important;
    }

    .ml_sm--65 {
        margin-left: 65px !important;
    }

    .mr_sm--65 {
        margin-right: 65px !important;
    }

    .mb_sm--65 {
        margin-bottom: 65px !important;
    }

    .ptb_sm--70 {
        padding: 70px 0 !important;
    }

    .plr_sm--70 {
        padding: 0 70px !important;
    }

    .pt_sm--70 {
        padding-top: 70px !important;
    }

    .pb_sm--70 {
        padding-bottom: 70px !important;
    }

    .pl_sm--70 {
        padding-left: 70px !important;
    }

    .pr_sm--70 {
        padding-right: 70px !important;
    }

    .mt_sm--70 {
        margin-top: 70px !important;
    }

    .ml_sm--70 {
        margin-left: 70px !important;
    }

    .mr_sm--70 {
        margin-right: 70px !important;
    }

    .mb_sm--70 {
        margin-bottom: 70px !important;
    }

    .ptb_sm--75 {
        padding: 75px 0 !important;
    }

    .plr_sm--75 {
        padding: 0 75px !important;
    }

    .pt_sm--75 {
        padding-top: 75px !important;
    }

    .pb_sm--75 {
        padding-bottom: 75px !important;
    }

    .pl_sm--75 {
        padding-left: 75px !important;
    }

    .pr_sm--75 {
        padding-right: 75px !important;
    }

    .mt_sm--75 {
        margin-top: 75px !important;
    }

    .ml_sm--75 {
        margin-left: 75px !important;
    }

    .mr_sm--75 {
        margin-right: 75px !important;
    }

    .mb_sm--75 {
        margin-bottom: 75px !important;
    }

    .ptb_sm--80 {
        padding: 80px 0 !important;
    }

    .plr_sm--80 {
        padding: 0 80px !important;
    }

    .pt_sm--80 {
        padding-top: 80px !important;
    }

    .pb_sm--80 {
        padding-bottom: 80px !important;
    }

    .pl_sm--80 {
        padding-left: 80px !important;
    }

    .pr_sm--80 {
        padding-right: 80px !important;
    }

    .mt_sm--80 {
        margin-top: 80px !important;
    }

    .ml_sm--80 {
        margin-left: 80px !important;
    }

    .mr_sm--80 {
        margin-right: 80px !important;
    }

    .mb_sm--80 {
        margin-bottom: 80px !important;
    }

    .ptb_sm--85 {
        padding: 85px 0 !important;
    }

    .plr_sm--85 {
        padding: 0 85px !important;
    }

    .pt_sm--85 {
        padding-top: 85px !important;
    }

    .pb_sm--85 {
        padding-bottom: 85px !important;
    }

    .pl_sm--85 {
        padding-left: 85px !important;
    }

    .pr_sm--85 {
        padding-right: 85px !important;
    }

    .mt_sm--85 {
        margin-top: 85px !important;
    }

    .ml_sm--85 {
        margin-left: 85px !important;
    }

    .mr_sm--85 {
        margin-right: 85px !important;
    }

    .mb_sm--85 {
        margin-bottom: 85px !important;
    }

    .ptb_sm--90 {
        padding: 90px 0 !important;
    }

    .plr_sm--90 {
        padding: 0 90px !important;
    }

    .pt_sm--90 {
        padding-top: 90px !important;
    }

    .pb_sm--90 {
        padding-bottom: 90px !important;
    }

    .pl_sm--90 {
        padding-left: 90px !important;
    }

    .pr_sm--90 {
        padding-right: 90px !important;
    }

    .mt_sm--90 {
        margin-top: 90px !important;
    }

    .ml_sm--90 {
        margin-left: 90px !important;
    }

    .mr_sm--90 {
        margin-right: 90px !important;
    }

    .mb_sm--90 {
        margin-bottom: 90px !important;
    }

    .ptb_sm--95 {
        padding: 95px 0 !important;
    }

    .plr_sm--95 {
        padding: 0 95px !important;
    }

    .pt_sm--95 {
        padding-top: 95px !important;
    }

    .pb_sm--95 {
        padding-bottom: 95px !important;
    }

    .pl_sm--95 {
        padding-left: 95px !important;
    }

    .pr_sm--95 {
        padding-right: 95px !important;
    }

    .mt_sm--95 {
        margin-top: 95px !important;
    }

    .ml_sm--95 {
        margin-left: 95px !important;
    }

    .mr_sm--95 {
        margin-right: 95px !important;
    }

    .mb_sm--95 {
        margin-bottom: 95px !important;
    }

    .ptb_sm--100 {
        padding: 35px 0 23px !important;
    }

    .plr_sm--100 {
        padding: 0 100px !important;
    }

    .pt_sm--100 {
        padding-top: 100px !important;
    }

    .pb_sm--100 {
        padding-bottom: 100px !important;
    }

    .pl_sm--100 {
        padding-left: 100px !important;
    }

    .pr_sm--100 {
        padding-right: 100px !important;
    }

    .mt_sm--100 {
        margin-top: 100px !important;
    }

    .ml_sm--100 {
        margin-left: 100px !important;
    }

    .mr_sm--100 {
        margin-right: 100px !important;
    }

    .mb_sm--100 {
        margin-bottom: 100px !important;
    }

    .ptb_sm--105 {
        padding: 105px 0 !important;
    }

    .plr_sm--105 {
        padding: 0 105px !important;
    }

    .pt_sm--105 {
        padding-top: 105px !important;
    }

    .pb_sm--105 {
        padding-bottom: 105px !important;
    }

    .pl_sm--105 {
        padding-left: 105px !important;
    }

    .pr_sm--105 {
        padding-right: 105px !important;
    }

    .mt_sm--105 {
        margin-top: 105px !important;
    }

    .ml_sm--105 {
        margin-left: 105px !important;
    }

    .mr_sm--105 {
        margin-right: 105px !important;
    }

    .mb_sm--105 {
        margin-bottom: 105px !important;
    }

    .ptb_sm--110 {
        padding: 110px 0 !important;
    }

    .plr_sm--110 {
        padding: 0 110px !important;
    }

    .pt_sm--110 {
        padding-top: 110px !important;
    }

    .pb_sm--110 {
        padding-bottom: 110px !important;
    }

    .pl_sm--110 {
        padding-left: 110px !important;
    }

    .pr_sm--110 {
        padding-right: 110px !important;
    }

    .mt_sm--110 {
        margin-top: 110px !important;
    }

    .ml_sm--110 {
        margin-left: 110px !important;
    }

    .mr_sm--110 {
        margin-right: 110px !important;
    }

    .mb_sm--110 {
        margin-bottom: 110px !important;
    }

    .ptb_sm--115 {
        padding: 115px 0 !important;
    }

    .plr_sm--115 {
        padding: 0 115px !important;
    }

    .pt_sm--115 {
        padding-top: 115px !important;
    }

    .pb_sm--115 {
        padding-bottom: 115px !important;
    }

    .pl_sm--115 {
        padding-left: 115px !important;
    }

    .pr_sm--115 {
        padding-right: 115px !important;
    }

    .mt_sm--115 {
        margin-top: 115px !important;
    }

    .ml_sm--115 {
        margin-left: 115px !important;
    }

    .mr_sm--115 {
        margin-right: 115px !important;
    }

    .mb_sm--115 {
        margin-bottom: 115px !important;
    }

    .ptb_sm--120 {
        padding: 120px 0 !important;
    }

    .plr_sm--120 {
        padding: 0 120px !important;
    }

    .pt_sm--120 {
        padding-top: 120px !important;
    }

    .pb_sm--120 {
        padding-bottom: 120px !important;
    }

    .pl_sm--120 {
        padding-left: 120px !important;
    }

    .pr_sm--120 {
        padding-right: 120px !important;
    }

    .mt_sm--120 {
        margin-top: 120px !important;
    }

    .ml_sm--120 {
        margin-left: 120px !important;
    }

    .mr_sm--120 {
        margin-right: 120px !important;
    }

    .mb_sm--120 {
        margin-bottom: 120px !important;
    }

    .ptb_sm--125 {
        padding: 125px 0 !important;
    }

    .plr_sm--125 {
        padding: 0 125px !important;
    }

    .pt_sm--125 {
        padding-top: 125px !important;
    }

    .pb_sm--125 {
        padding-bottom: 125px !important;
    }

    .pl_sm--125 {
        padding-left: 125px !important;
    }

    .pr_sm--125 {
        padding-right: 125px !important;
    }

    .mt_sm--125 {
        margin-top: 125px !important;
    }

    .ml_sm--125 {
        margin-left: 125px !important;
    }

    .mr_sm--125 {
        margin-right: 125px !important;
    }

    .mb_sm--125 {
        margin-bottom: 125px !important;
    }

    .ptb_sm--130 {
        padding: 130px 0 !important;
    }

    .plr_sm--130 {
        padding: 0 130px !important;
    }

    .pt_sm--130 {
        padding-top: 130px !important;
    }

    .pb_sm--130 {
        padding-bottom: 130px !important;
    }

    .pl_sm--130 {
        padding-left: 130px !important;
    }

    .pr_sm--130 {
        padding-right: 130px !important;
    }

    .mt_sm--130 {
        margin-top: 130px !important;
    }

    .ml_sm--130 {
        margin-left: 130px !important;
    }

    .mr_sm--130 {
        margin-right: 130px !important;
    }

    .mb_sm--130 {
        margin-bottom: 130px !important;
    }

    .ptb_sm--135 {
        padding: 135px 0 !important;
    }

    .plr_sm--135 {
        padding: 0 135px !important;
    }

    .pt_sm--135 {
        padding-top: 135px !important;
    }

    .pb_sm--135 {
        padding-bottom: 135px !important;
    }

    .pl_sm--135 {
        padding-left: 135px !important;
    }

    .pr_sm--135 {
        padding-right: 135px !important;
    }

    .mt_sm--135 {
        margin-top: 135px !important;
    }

    .ml_sm--135 {
        margin-left: 135px !important;
    }

    .mr_sm--135 {
        margin-right: 135px !important;
    }

    .mb_sm--135 {
        margin-bottom: 135px !important;
    }

    .ptb_sm--140 {
        padding: 140px 0 !important;
    }

    .plr_sm--140 {
        padding: 0 140px !important;
    }

    .pt_sm--140 {
        padding-top: 140px !important;
    }

    .pb_sm--140 {
        padding-bottom: 140px !important;
    }

    .pl_sm--140 {
        padding-left: 140px !important;
    }

    .pr_sm--140 {
        padding-right: 140px !important;
    }

    .mt_sm--140 {
        margin-top: 140px !important;
    }

    .ml_sm--140 {
        margin-left: 140px !important;
    }

    .mr_sm--140 {
        margin-right: 140px !important;
    }

    .mb_sm--140 {
        margin-bottom: 140px !important;
    }

    .ptb_sm--145 {
        padding: 145px 0 !important;
    }

    .plr_sm--145 {
        padding: 0 145px !important;
    }

    .pt_sm--145 {
        padding-top: 145px !important;
    }

    .pb_sm--145 {
        padding-bottom: 145px !important;
    }

    .pl_sm--145 {
        padding-left: 145px !important;
    }

    .pr_sm--145 {
        padding-right: 145px !important;
    }

    .mt_sm--145 {
        margin-top: 145px !important;
    }

    .ml_sm--145 {
        margin-left: 145px !important;
    }

    .mr_sm--145 {
        margin-right: 145px !important;
    }

    .mb_sm--145 {
        margin-bottom: 145px !important;
    }

    .ptb_sm--150 {
        padding: 150px 0 !important;
    }

    .plr_sm--150 {
        padding: 0 150px !important;
    }

    .pt_sm--150 {
        padding-top: 150px !important;
    }

    .pb_sm--150 {
        padding-bottom: 150px !important;
    }

    .pl_sm--150 {
        padding-left: 150px !important;
    }

    .pr_sm--150 {
        padding-right: 150px !important;
    }

    .mt_sm--150 {
        margin-top: 150px !important;
    }

    .ml_sm--150 {
        margin-left: 150px !important;
    }

    .mr_sm--150 {
        margin-right: 150px !important;
    }

    .mb_sm--150 {
        margin-bottom: 150px !important;
    }

    .ptb_sm--155 {
        padding: 155px 0 !important;
    }

    .plr_sm--155 {
        padding: 0 155px !important;
    }

    .pt_sm--155 {
        padding-top: 155px !important;
    }

    .pb_sm--155 {
        padding-bottom: 155px !important;
    }

    .pl_sm--155 {
        padding-left: 155px !important;
    }

    .pr_sm--155 {
        padding-right: 155px !important;
    }

    .mt_sm--155 {
        margin-top: 155px !important;
    }

    .ml_sm--155 {
        margin-left: 155px !important;
    }

    .mr_sm--155 {
        margin-right: 155px !important;
    }

    .mb_sm--155 {
        margin-bottom: 155px !important;
    }

    .ptb_sm--160 {
        padding: 160px 0 !important;
    }

    .plr_sm--160 {
        padding: 0 160px !important;
    }

    .pt_sm--160 {
        padding-top: 160px !important;
    }

    .pb_sm--160 {
        padding-bottom: 160px !important;
    }

    .pl_sm--160 {
        padding-left: 160px !important;
    }

    .pr_sm--160 {
        padding-right: 160px !important;
    }

    .mt_sm--160 {
        margin-top: 160px !important;
    }

    .ml_sm--160 {
        margin-left: 160px !important;
    }

    .mr_sm--160 {
        margin-right: 160px !important;
    }

    .mb_sm--160 {
        margin-bottom: 160px !important;
    }

    .ptb_sm--165 {
        padding: 165px 0 !important;
    }

    .plr_sm--165 {
        padding: 0 165px !important;
    }

    .pt_sm--165 {
        padding-top: 165px !important;
    }

    .pb_sm--165 {
        padding-bottom: 165px !important;
    }

    .pl_sm--165 {
        padding-left: 165px !important;
    }

    .pr_sm--165 {
        padding-right: 165px !important;
    }

    .mt_sm--165 {
        margin-top: 165px !important;
    }

    .ml_sm--165 {
        margin-left: 165px !important;
    }

    .mr_sm--165 {
        margin-right: 165px !important;
    }

    .mb_sm--165 {
        margin-bottom: 165px !important;
    }

    .ptb_sm--170 {
        padding: 170px 0 !important;
    }

    .plr_sm--170 {
        padding: 0 170px !important;
    }

    .pt_sm--170 {
        padding-top: 170px !important;
    }

    .pb_sm--170 {
        padding-bottom: 170px !important;
    }

    .pl_sm--170 {
        padding-left: 170px !important;
    }

    .pr_sm--170 {
        padding-right: 170px !important;
    }

    .mt_sm--170 {
        margin-top: 170px !important;
    }

    .ml_sm--170 {
        margin-left: 170px !important;
    }

    .mr_sm--170 {
        margin-right: 170px !important;
    }

    .mb_sm--170 {
        margin-bottom: 170px !important;
    }

    .ptb_sm--175 {
        padding: 175px 0 !important;
    }

    .plr_sm--175 {
        padding: 0 175px !important;
    }

    .pt_sm--175 {
        padding-top: 175px !important;
    }

    .pb_sm--175 {
        padding-bottom: 175px !important;
    }

    .pl_sm--175 {
        padding-left: 175px !important;
    }

    .pr_sm--175 {
        padding-right: 175px !important;
    }

    .mt_sm--175 {
        margin-top: 175px !important;
    }

    .ml_sm--175 {
        margin-left: 175px !important;
    }

    .mr_sm--175 {
        margin-right: 175px !important;
    }

    .mb_sm--175 {
        margin-bottom: 175px !important;
    }

    .ptb_sm--180 {
        padding: 180px 0 !important;
    }

    .plr_sm--180 {
        padding: 0 180px !important;
    }

    .pt_sm--180 {
        padding-top: 180px !important;
    }

    .pb_sm--180 {
        padding-bottom: 180px !important;
    }

    .pl_sm--180 {
        padding-left: 180px !important;
    }

    .pr_sm--180 {
        padding-right: 180px !important;
    }

    .mt_sm--180 {
        margin-top: 180px !important;
    }

    .ml_sm--180 {
        margin-left: 180px !important;
    }

    .mr_sm--180 {
        margin-right: 180px !important;
    }

    .mb_sm--180 {
        margin-bottom: 180px !important;
    }

    .ptb_sm--185 {
        padding: 185px 0 !important;
    }

    .plr_sm--185 {
        padding: 0 185px !important;
    }

    .pt_sm--185 {
        padding-top: 185px !important;
    }

    .pb_sm--185 {
        padding-bottom: 185px !important;
    }

    .pl_sm--185 {
        padding-left: 185px !important;
    }

    .pr_sm--185 {
        padding-right: 185px !important;
    }

    .mt_sm--185 {
        margin-top: 185px !important;
    }

    .ml_sm--185 {
        margin-left: 185px !important;
    }

    .mr_sm--185 {
        margin-right: 185px !important;
    }

    .mb_sm--185 {
        margin-bottom: 185px !important;
    }

    .ptb_sm--190 {
        padding: 190px 0 !important;
    }

    .plr_sm--190 {
        padding: 0 190px !important;
    }

    .pt_sm--190 {
        padding-top: 190px !important;
    }

    .pb_sm--190 {
        padding-bottom: 190px !important;
    }

    .pl_sm--190 {
        padding-left: 190px !important;
    }

    .pr_sm--190 {
        padding-right: 190px !important;
    }

    .mt_sm--190 {
        margin-top: 190px !important;
    }

    .ml_sm--190 {
        margin-left: 190px !important;
    }

    .mr_sm--190 {
        margin-right: 190px !important;
    }

    .mb_sm--190 {
        margin-bottom: 190px !important;
    }

    .ptb_sm--195 {
        padding: 195px 0 !important;
    }

    .plr_sm--195 {
        padding: 0 195px !important;
    }

    .pt_sm--195 {
        padding-top: 195px !important;
    }

    .pb_sm--195 {
        padding-bottom: 195px !important;
    }

    .pl_sm--195 {
        padding-left: 195px !important;
    }

    .pr_sm--195 {
        padding-right: 195px !important;
    }

    .mt_sm--195 {
        margin-top: 195px !important;
    }

    .ml_sm--195 {
        margin-left: 195px !important;
    }

    .mr_sm--195 {
        margin-right: 195px !important;
    }

    .mb_sm--195 {
        margin-bottom: 195px !important;
    }

    .ptb_sm--200 {
        padding: 200px 0 !important;
    }

    .plr_sm--200 {
        padding: 0 200px !important;
    }

    .pt_sm--200 {
        padding-top: 200px !important;
    }

    .pb_sm--200 {
        padding-bottom: 200px !important;
    }

    .pl_sm--200 {
        padding-left: 200px !important;
    }

    .pr_sm--200 {
        padding-right: 200px !important;
    }

    .mt_sm--200 {
        margin-top: 200px !important;
    }

    .ml_sm--200 {
        margin-left: 200px !important;
    }

    .mr_sm--200 {
        margin-right: 200px !important;
    }

    .mb_sm--200 {
        margin-bottom: 200px !important;
    }

    .pl_sm--0 {
        padding-left: 0;
    }

    .pr_sm--0 {
        padding-right: 0;
    }

    .pt_sm--0 {
        padding-top: 0;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }

    .mr_sm--0 {
        margin-right: 0;
    }

    .ml_sm--0 {
        margin-left: 0;
    }

    .mt_sm--0 {
        margin-top: 0;
    }

    .mb_sm--0 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0 !important;
    }

    .plr_mobile--5 {
        padding: 0 5px !important;
    }

    .pt_mobile--5 {
        padding-top: 5px !important;
    }

    .pb_mobile--5 {
        padding-bottom: 5px !important;
    }

    .pl_mobile--5 {
        padding-left: 5px !important;
    }

    .pr_mobile--5 {
        padding-right: 5px !important;
    }

    .mt_mobile--5 {
        margin-top: 5px !important;
    }

    .mb_mobile--5 {
        margin-bottom: 5px !important;
    }

    .ptb_mobile--10 {
        padding: 10px 0 !important;
    }

    .plr_mobile--10 {
        padding: 0 10px !important;
    }

    .pt_mobile--10 {
        padding-top: 10px !important;
    }

    .pb_mobile--10 {
        padding-bottom: 10px !important;
    }

    .pl_mobile--10 {
        padding-left: 10px !important;
    }

    .pr_mobile--10 {
        padding-right: 10px !important;
    }

    .mt_mobile--10 {
        margin-top: 10px !important;
    }

    .mb_mobile--10 {
        margin-bottom: 10px !important;
    }

    .ptb_mobile--15 {
        padding: 15px 0 !important;
    }

    .plr_mobile--15 {
        padding: 0 15px !important;
    }

    .pt_mobile--15 {
        padding-top: 15px !important;
    }

    .pb_mobile--15 {
        padding-bottom: 15px !important;
    }

    .pl_mobile--15 {
        padding-left: 15px !important;
    }

    .pr_mobile--15 {
        padding-right: 15px !important;
    }

    .mt_mobile--15 {
        margin-top: 15px !important;
    }

    .mb_mobile--15 {
        margin-bottom: 15px !important;
    }

    .ptb_mobile--20 {
        padding: 20px 0 !important;
    }

    .plr_mobile--20 {
        padding: 0 20px !important;
    }

    .pt_mobile--20 {
        padding-top: 20px !important;
    }

    .pb_mobile--20 {
        padding-bottom: 20px !important;
    }

    .pl_mobile--20 {
        padding-left: 20px !important;
    }

    .pr_mobile--20 {
        padding-right: 20px !important;
    }

    .mt_mobile--20 {
        margin-top: 20px !important;
    }

    .mb_mobile--20 {
        margin-bottom: 20px !important;
    }

    .ptb_mobile--25 {
        padding: 25px 0 !important;
    }

    .plr_mobile--25 {
        padding: 0 25px !important;
    }

    .pt_mobile--25 {
        padding-top: 25px !important;
    }

    .pb_mobile--25 {
        padding-bottom: 25px !important;
    }

    .pl_mobile--25 {
        padding-left: 25px !important;
    }

    .pr_mobile--25 {
        padding-right: 25px !important;
    }

    .mt_mobile--25 {
        margin-top: 25px !important;
    }

    .mb_mobile--25 {
        margin-bottom: 25px !important;
    }

    .ptb_mobile--30 {
        padding: 30px 0 !important;
    }

    .plr_mobile--30 {
        padding: 0 30px !important;
    }

    .pt_mobile--30 {
        padding-top: 30px !important;
    }

    .pb_mobile--30 {
        padding-bottom: 30px !important;
    }

    .pl_mobile--30 {
        padding-left: 30px !important;
    }

    .pr_mobile--30 {
        padding-right: 30px !important;
    }

    .mt_mobile--30 {
        margin-top: 30px !important;
    }

    .mb_mobile--30 {
        margin-bottom: 30px !important;
    }

    .ptb_mobile--35 {
        padding: 35px 0 !important;
    }

    .plr_mobile--35 {
        padding: 0 35px !important;
    }

    .pt_mobile--35 {
        padding-top: 35px !important;
    }

    .pb_mobile--35 {
        padding-bottom: 35px !important;
    }

    .pl_mobile--35 {
        padding-left: 35px !important;
    }

    .pr_mobile--35 {
        padding-right: 35px !important;
    }

    .mt_mobile--35 {
        margin-top: 35px !important;
    }

    .mb_mobile--35 {
        margin-bottom: 35px !important;
    }

    .ptb_mobile--40 {
        padding: 40px 0 !important;
    }

    .plr_mobile--40 {
        padding: 0 40px !important;
    }

    .pt_mobile--40 {
        padding-top: 40px !important;
    }

    .pb_mobile--40 {
        padding-bottom: 40px !important;
    }

    .pl_mobile--40 {
        padding-left: 40px !important;
    }

    .pr_mobile--40 {
        padding-right: 40px !important;
    }

    .mt_mobile--40 {
        margin-top: 40px !important;
    }

    .mb_mobile--40 {
        margin-bottom: 40px !important;
    }

    .ptb_mobile--45 {
        padding: 45px 0 !important;
    }

    .plr_mobile--45 {
        padding: 0 45px !important;
    }

    .pt_mobile--45 {
        padding-top: 45px !important;
    }

    .pb_mobile--45 {
        padding-bottom: 45px !important;
    }

    .pl_mobile--45 {
        padding-left: 45px !important;
    }

    .pr_mobile--45 {
        padding-right: 45px !important;
    }

    .mt_mobile--45 {
        margin-top: 45px !important;
    }

    .mb_mobile--45 {
        margin-bottom: 45px !important;
    }

    .ptb_mobile--50 {
        padding: 50px 0 !important;
    }

    .plr_mobile--50 {
        padding: 0 50px !important;
    }

    .pt_mobile--50 {
        padding-top: 50px !important;
    }

    .pb_mobile--50 {
        padding-bottom: 50px !important;
    }

    .pl_mobile--50 {
        padding-left: 50px !important;
    }

    .pr_mobile--50 {
        padding-right: 50px !important;
    }

    .mt_mobile--50 {
        margin-top: 50px !important;
    }

    .mb_mobile--50 {
        margin-bottom: 50px !important;
    }

    .ptb_mobile--55 {
        padding: 55px 0 !important;
    }

    .plr_mobile--55 {
        padding: 0 55px !important;
    }

    .pt_mobile--55 {
        padding-top: 55px !important;
    }

    .pb_mobile--55 {
        padding-bottom: 55px !important;
    }

    .pl_mobile--55 {
        padding-left: 55px !important;
    }

    .pr_mobile--55 {
        padding-right: 55px !important;
    }

    .mt_mobile--55 {
        margin-top: 55px !important;
    }

    .mb_mobile--55 {
        margin-bottom: 55px !important;
    }

    .ptb_mobile--60 {
        padding: 60px 0 !important;
    }

    .plr_mobile--60 {
        padding: 0 60px !important;
    }

    .pt_mobile--60 {
        padding-top: 60px !important;
    }

    .pb_mobile--60 {
        padding-bottom: 60px !important;
    }

    .pl_mobile--60 {
        padding-left: 60px !important;
    }

    .pr_mobile--60 {
        padding-right: 60px !important;
    }

    .mt_mobile--60 {
        margin-top: 60px !important;
    }

    .mb_mobile--60 {
        margin-bottom: 60px !important;
    }

    .ptb_mobile--65 {
        padding: 65px 0 !important;
    }

    .plr_mobile--65 {
        padding: 0 65px !important;
    }

    .pt_mobile--65 {
        padding-top: 65px !important;
    }

    .pb_mobile--65 {
        padding-bottom: 65px !important;
    }

    .pl_mobile--65 {
        padding-left: 65px !important;
    }

    .pr_mobile--65 {
        padding-right: 65px !important;
    }

    .mt_mobile--65 {
        margin-top: 65px !important;
    }

    .mb_mobile--65 {
        margin-bottom: 65px !important;
    }

    .ptb_mobile--70 {
        padding: 70px 0 !important;
    }

    .plr_mobile--70 {
        padding: 0 70px !important;
    }

    .pt_mobile--70 {
        padding-top: 70px !important;
    }

    .pb_mobile--70 {
        padding-bottom: 70px !important;
    }

    .pl_mobile--70 {
        padding-left: 70px !important;
    }

    .pr_mobile--70 {
        padding-right: 70px !important;
    }

    .mt_mobile--70 {
        margin-top: 70px !important;
    }

    .mb_mobile--70 {
        margin-bottom: 70px !important;
    }

    .ptb_mobile--75 {
        padding: 75px 0 !important;
    }

    .plr_mobile--75 {
        padding: 0 75px !important;
    }

    .pt_mobile--75 {
        padding-top: 75px !important;
    }

    .pb_mobile--75 {
        padding-bottom: 75px !important;
    }

    .pl_mobile--75 {
        padding-left: 75px !important;
    }

    .pr_mobile--75 {
        padding-right: 75px !important;
    }

    .mt_mobile--75 {
        margin-top: 75px !important;
    }

    .mb_mobile--75 {
        margin-bottom: 75px !important;
    }

    .ptb_mobile--80 {
        padding: 80px 0 !important;
    }

    .plr_mobile--80 {
        padding: 0 80px !important;
    }

    .pt_mobile--80 {
        padding-top: 80px !important;
    }

    .pb_mobile--80 {
        padding-bottom: 80px !important;
    }

    .pl_mobile--80 {
        padding-left: 80px !important;
    }

    .pr_mobile--80 {
        padding-right: 80px !important;
    }

    .mt_mobile--80 {
        margin-top: 80px !important;
    }

    .mb_mobile--80 {
        margin-bottom: 80px !important;
    }

    .ptb_mobile--85 {
        padding: 85px 0 !important;
    }

    .plr_mobile--85 {
        padding: 0 85px !important;
    }

    .pt_mobile--85 {
        padding-top: 85px !important;
    }

    .pb_mobile--85 {
        padding-bottom: 85px !important;
    }

    .pl_mobile--85 {
        padding-left: 85px !important;
    }

    .pr_mobile--85 {
        padding-right: 85px !important;
    }

    .mt_mobile--85 {
        margin-top: 85px !important;
    }

    .mb_mobile--85 {
        margin-bottom: 85px !important;
    }

    .ptb_mobile--90 {
        padding: 90px 0 !important;
    }

    .plr_mobile--90 {
        padding: 0 90px !important;
    }

    .pt_mobile--90 {
        padding-top: 90px !important;
    }

    .pb_mobile--90 {
        padding-bottom: 90px !important;
    }

    .pl_mobile--90 {
        padding-left: 90px !important;
    }

    .pr_mobile--90 {
        padding-right: 90px !important;
    }

    .mt_mobile--90 {
        margin-top: 90px !important;
    }

    .mb_mobile--90 {
        margin-bottom: 90px !important;
    }

    .ptb_mobile--95 {
        padding: 95px 0 !important;
    }

    .plr_mobile--95 {
        padding: 0 95px !important;
    }

    .pt_mobile--95 {
        padding-top: 95px !important;
    }

    .pb_mobile--95 {
        padding-bottom: 95px !important;
    }

    .pl_mobile--95 {
        padding-left: 95px !important;
    }

    .pr_mobile--95 {
        padding-right: 95px !important;
    }

    .mt_mobile--95 {
        margin-top: 95px !important;
    }

    .mb_mobile--95 {
        margin-bottom: 95px !important;
    }

    .ptb_mobile--100 {
        padding: 100px 0 !important;
    }

    .plr_mobile--100 {
        padding: 0 100px !important;
    }

    .pt_mobile--100 {
        padding-top: 100px !important;
    }

    .pb_mobile--100 {
        padding-bottom: 100px !important;
    }

    .pl_mobile--100 {
        padding-left: 100px !important;
    }

    .pr_mobile--100 {
        padding-right: 100px !important;
    }

    .mt_mobile--100 {
        margin-top: 100px !important;
    }

    .mb_mobile--100 {
        margin-bottom: 100px !important;
    }
}

.slick-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .slick-gutter-5 .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }

.slick-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .slick-gutter-10 .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }

.slick-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
}

    .slick-gutter-15 .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }

.slick-gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .slick-gutter-20 .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }

.slick-gutter-25 {
    margin-left: -25px;
    margin-right: -25px;
}

    .slick-gutter-25 .slick-slide {
        padding-left: 25px;
        padding-right: 25px;
    }

.slick-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
}

    .slick-gutter-30 .slick-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

.slick-gutter-35 {
    margin-left: -35px;
    margin-right: -35px;
}

    .slick-gutter-35 .slick-slide {
        padding-left: 35px;
        padding-right: 35px;
    }

.slick-gutter-40 {
    margin-left: -40px;
    margin-right: -40px;
}

    .slick-gutter-40 .slick-slide {
        padding-left: 40px;
        padding-right: 40px;
    }

.slick-gutter-45 {
    margin-left: -45px;
    margin-right: -45px;
}

    .slick-gutter-45 .slick-slide {
        padding-left: 45px;
        padding-right: 45px;
    }

.slick-gutter-50 {
    margin-left: -50px;
    margin-right: -50px;
}

    .slick-gutter-50 .slick-slide {
        padding-left: 50px;
        padding-right: 50px;
    }

.slick-gutter-55 {
    margin-left: -55px;
    margin-right: -55px;
}

    .slick-gutter-55 .slick-slide {
        padding-left: 55px;
        padding-right: 55px;
    }

.slick-gutter-60 {
    margin-left: -60px;
    margin-right: -60px;
}

    .slick-gutter-60 .slick-slide {
        padding-left: 60px;
        padding-right: 60px;
    }

.slick-gutter-65 {
    margin-left: -65px;
    margin-right: -65px;
}

    .slick-gutter-65 .slick-slide {
        padding-left: 65px;
        padding-right: 65px;
    }

.slick-gutter-70 {
    margin-left: -70px;
    margin-right: -70px;
}

    .slick-gutter-70 .slick-slide {
        padding-left: 70px;
        padding-right: 70px;
    }

.slick-gutter-75 {
    margin-left: -75px;
    margin-right: -75px;
}

    .slick-gutter-75 .slick-slide {
        padding-left: 75px;
        padding-right: 75px;
    }

.slick-gutter-80 {
    margin-left: -80px;
    margin-right: -80px;
}

    .slick-gutter-80 .slick-slide {
        padding-left: 80px;
        padding-right: 80px;
    }

.slick-gutter-85 {
    margin-left: -85px;
    margin-right: -85px;
}

    .slick-gutter-85 .slick-slide {
        padding-left: 85px;
        padding-right: 85px;
    }

.slick-gutter-90 {
    margin-left: -90px;
    margin-right: -90px;
}

    .slick-gutter-90 .slick-slide {
        padding-left: 90px;
        padding-right: 90px;
    }

.slick-gutter-95 {
    margin-left: -95px;
    margin-right: -95px;
}

    .slick-gutter-95 .slick-slide {
        padding-left: 95px;
        padding-right: 95px;
    }

.slick-gutter-100 {
    margin-left: -100px;
    margin-right: -100px;
}

    .slick-gutter-100 .slick-slide {
        padding-left: 100px;
        padding-right: 100px;
    }

.mt-dec-30 {
    margin-top: -30px !important;
}

.mt_dec--30 {
    margin-top: -30px !important;
}

.mt-dec-100 {
    margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
    .small-margin-pricing {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width: 479px) {
    .contact-input {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb_dec--35 {
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb_dec--35 {
        margin-bottom: -75px;
    }
}

@media only screen and (max-width: 575px) {
    .mb_dec--35 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .mt-contact-sm {
        margin-top: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-pb {
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-input {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-input {
        padding-bottom: 30px;
    }
}

.pb_xl--130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
    .pb_xl--130 {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .mt_experience {
        margin-top: -10px;
    }
}

.mt_dec--120 {
    margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr_md--0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.padding-contorler-am-slide {
    padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding-contorler-am-slide {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .padding-contorler-am-slide {
        padding-left: 15px;
    }
}

.padding-contorler-am-slide-11 {
    padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide-11 {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide-11 {
        padding-left: 0;
    }
}

.padding-contorler-am-slide-right {
    padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
        padding-top: 50px;
    }
}

* {
    -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;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: #f6861f;
    }

    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: 8px 0;
    padding: 0px 10px 0px 24px;
}

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;
    border: 1px solid #ddd;
}

th {
    text-transform: uppercase;
    padding: 6px 12px !important;
    background: #ea7617f7;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins';
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid #ddd;
    padding: 7px 12px !important;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'Poppins';
}

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: none;
}

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: 14px;
        font-weight: 400;
        height: auto;
        line-height: 35px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
        outline: none;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        /* -- 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].p-holder__active, .input-active input[type=text], input[type=text].input-active,
        input[type=password].p-holder__active,
        .input-active input[type=password],
        input[type=password].input-active,
        input[type=email].p-holder__active,
        .input-active input[type=email],
        input[type=email].input-active,
        input[type=number].p-holder__active,
        .input-active input[type=number],
        input[type=number].input-active,
        input[type=tel].p-holder__active,
        .input-active input[type=tel],
        input[type=tel].input-active,
        textarea.p-holder__active,
        textarea.input-active {
            border-color: var(--color-primary);
            /* -- Placeholder -- */
        }

            input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
            input[type=password].p-holder__active::placeholder,
            .input-active input[type=password]::placeholder,
            input[type=password].input-active::placeholder,
            input[type=email].p-holder__active::placeholder,
            .input-active input[type=email]::placeholder,
            input[type=email].input-active::placeholder,
            input[type=number].p-holder__active::placeholder,
            .input-active input[type=number]::placeholder,
            input[type=number].input-active::placeholder,
            input[type=tel].p-holder__active::placeholder,
            .input-active input[type=tel]::placeholder,
            input[type=tel].input-active::placeholder,
            textarea.p-holder__active::placeholder,
            textarea.input-active::placeholder {
                color: var(--color-primary);
                /* Firefox */
                opacity: 1;
            }

            input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
            input[type=password].p-holder__active:-ms-input-placeholder,
            .input-active input[type=password]:-ms-input-placeholder,
            input[type=password].input-active:-ms-input-placeholder,
            input[type=email].p-holder__active:-ms-input-placeholder,
            .input-active input[type=email]:-ms-input-placeholder,
            input[type=email].input-active:-ms-input-placeholder,
            input[type=number].p-holder__active:-ms-input-placeholder,
            .input-active input[type=number]:-ms-input-placeholder,
            input[type=number].input-active:-ms-input-placeholder,
            input[type=tel].p-holder__active:-ms-input-placeholder,
            .input-active input[type=tel]:-ms-input-placeholder,
            input[type=tel].input-active:-ms-input-placeholder,
            textarea.p-holder__active:-ms-input-placeholder,
            textarea.input-active:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: var(--color-primary);
            }

            input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
            input[type=password].p-holder__active::-ms-input-placeholder,
            .input-active input[type=password]::-ms-input-placeholder,
            input[type=password].input-active::-ms-input-placeholder,
            input[type=email].p-holder__active::-ms-input-placeholder,
            .input-active input[type=email]::-ms-input-placeholder,
            input[type=email].input-active::-ms-input-placeholder,
            input[type=number].p-holder__active::-ms-input-placeholder,
            .input-active input[type=number]::-ms-input-placeholder,
            input[type=number].input-active::-ms-input-placeholder,
            input[type=tel].p-holder__active::-ms-input-placeholder,
            .input-active input[type=tel]::-ms-input-placeholder,
            input[type=tel].input-active::-ms-input-placeholder,
            textarea.p-holder__active::-ms-input-placeholder,
            textarea.input-active::-ms-input-placeholder {
                /* Microsoft Edge */
                color: var(--color-primary);
            }

        input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
        input[type=password].p-holder__error,
        .input-error input[type=password],
        input[type=password].input-error,
        input[type=email].p-holder__error,
        .input-error input[type=email],
        input[type=email].input-error,
        input[type=number].p-holder__error,
        .input-error input[type=number],
        input[type=number].input-error,
        input[type=tel].p-holder__error,
        .input-error input[type=tel],
        input[type=tel].input-error,
        textarea.p-holder__error,
        textarea.input-error {
            border-color: #f4282d;
            /* -- Placeholder -- */
        }

            input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
            input[type=password].p-holder__error::placeholder,
            .input-error input[type=password]::placeholder,
            input[type=password].input-error::placeholder,
            input[type=email].p-holder__error::placeholder,
            .input-error input[type=email]::placeholder,
            input[type=email].input-error::placeholder,
            input[type=number].p-holder__error::placeholder,
            .input-error input[type=number]::placeholder,
            input[type=number].input-error::placeholder,
            input[type=tel].p-holder__error::placeholder,
            .input-error input[type=tel]::placeholder,
            input[type=tel].input-error::placeholder,
            textarea.p-holder__error::placeholder,
            textarea.input-error::placeholder {
                color: #f4282d;
                /* Firefox */
                opacity: 1;
            }

            input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
            input[type=password].p-holder__error:-ms-input-placeholder,
            .input-error input[type=password]:-ms-input-placeholder,
            input[type=password].input-error:-ms-input-placeholder,
            input[type=email].p-holder__error:-ms-input-placeholder,
            .input-error input[type=email]:-ms-input-placeholder,
            input[type=email].input-error:-ms-input-placeholder,
            input[type=number].p-holder__error:-ms-input-placeholder,
            .input-error input[type=number]:-ms-input-placeholder,
            input[type=number].input-error:-ms-input-placeholder,
            input[type=tel].p-holder__error:-ms-input-placeholder,
            .input-error input[type=tel]:-ms-input-placeholder,
            input[type=tel].input-error:-ms-input-placeholder,
            textarea.p-holder__error:-ms-input-placeholder,
            textarea.input-error:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #f4282d;
            }

            input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
            input[type=password].p-holder__error::-ms-input-placeholder,
            .input-error input[type=password]::-ms-input-placeholder,
            input[type=password].input-error::-ms-input-placeholder,
            input[type=email].p-holder__error::-ms-input-placeholder,
            .input-error input[type=email]::-ms-input-placeholder,
            input[type=email].input-error::-ms-input-placeholder,
            input[type=number].p-holder__error::-ms-input-placeholder,
            .input-error input[type=number]::-ms-input-placeholder,
            input[type=number].input-error::-ms-input-placeholder,
            input[type=tel].p-holder__error::-ms-input-placeholder,
            .input-error input[type=tel]::-ms-input-placeholder,
            input[type=tel].input-error::-ms-input-placeholder,
            textarea.p-holder__error::-ms-input-placeholder,
            textarea.input-error::-ms-input-placeholder {
                /* Microsoft Edge */
                color: #f4282d;
            }

            input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
            input[type=password].p-holder__error:focus,
            .input-error input[type=password]:focus,
            input[type=password].input-error:focus,
            input[type=email].p-holder__error:focus,
            .input-error input[type=email]:focus,
            input[type=email].input-error:focus,
            input[type=number].p-holder__error:focus,
            .input-error input[type=number]:focus,
            input[type=number].input-error:focus,
            input[type=tel].p-holder__error:focus,
            .input-error input[type=tel]:focus,
            input[type=tel].input-error:focus,
            textarea.p-holder__error:focus,
            textarea.input-error:focus {
                border-color: #f4282d;
            }

        input[type=text]:focus,
        input[type=password]:focus,
        input[type=email]:focus,
        input[type=number]:focus,
        input[type=tel]:focus,
        textarea:focus {
            /* border-color: var(--color-primary); */
        }

    input[type=checkbox],
    input[type=radio] {
        opacity: 0;
        position: absolute;
    }

        input[type=checkbox] ~ label,
        input[type=radio] ~ label {
            position: relative;
            font-size: 12px;
            line-height: 17px;
            color: var(--color-body);
            font-weight: 400;
            padding-left: 25px;
            cursor: pointer;
        }

            input[type=checkbox] ~ label::before,
            input[type=radio] ~ label::before {
                content: " ";
                position: absolute;
                top: 1 px;
                left: 0;
                width: 15px;
                height: 15px;
                background-color: #5d5d7e;
                border-radius: 2px;
                transition: all 0.3s;
                border-radius: 2px;
            }

            input[type=checkbox] ~ label::after,
            input[type=radio] ~ label::after {
                content: " ";
                position: absolute;
                top: 16%;
                left: 2px;
                width: 10px;
                height: 6px;
                background-color: transparent;
                border-bottom: 2px solid #ffffff;
                border-left: 2px solid #ffffff;
                border-radius: 2px;
                transform: rotate(-45deg);
                opacity: 0;
                transition: all 0.3s;
            }

        input[type=checkbox]:checked ~ label::after,
        input[type=radio]:checked ~ label::after {
            opacity: 1;
        }

    input:checked ~ .rn-check-box-label::before {
        background: var(--color-primary) !important;
    }

    input[type=radio] ~ label::before {
        border-radius: 50%;
    }

    input[type=radio] ~ label::after {
        width: 8px;
        height: 8px;
        left: 3px;
        background: #fff;
        border-radius: 50%;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .form-group input {
        border: 0 none;
        border-radius: 4px;
        height: 50px;
        font-size: var(--font-size-b2);
        transition: var(--transition);
        padding: 0 20px;
        background-color: var(--color-lightest);
        border: 1px solid transparent;
        transition: var(--transition);
    }

        .form-group input:focus {
            border-color: var(--color-primary);
            box-shadow: none;
        }

    .form-group textarea {
        min-height: 160px;
        border: 0 none;
        border-radius: 4px;
        resize: none;
        padding: 15px;
        font-size: var(--font-size-b2);
        transition: var(--transition);
        background-color: var(--color-lightest);
        border: 1px solid transparent;
    }

        .form-group textarea:focus {
            border-color: var(--color-primary);
        }

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);
    }

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fix {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    margin-bottom: -10px;
}

.slick-gutter-15 {
    margin: -30px -15px;
}

    .slick-gutter-15 .slick-slide {
        padding: 30px 15px;
    }

iframe {
    width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
    background: var(--color-primary);
}

.bg-color-secondary {
    background: var(--color-secondary);
}

.bg-color-tertiary {
    background: var(--color-tertiary);
}

.bg-color-gray {
    background: var(--color-gray);
}

.bg-color-white {
    background: #FFFFFF;
}

.bg-color-black {
    background: #1A1A1A;
}

.bg-color-extra03 {
    background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_image--1 {
    background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
    background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.html);
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.html);
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.html);
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.html);
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
    background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
    background-image: url(../images/bg/bg-image-22.html);
}

.bg_image--23 {
    background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
    background-image: url(../images/bg/bg-image-24.html);
}

.bg_image--25 {
    background-image: url(../images/bg/bg-image-25.html);
}

.bg_image--26 {
    background-image: url(../images/bg/bg-image-26.html);
}

.bg_image--27 {
    background-image: url(../images/bg/bg-image-27.html);
}

.bg_image--28 {
    background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
    background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
    background-image: url(../images/bg/bg-image-30.html);
}

.bg_image--31 {
    background-image: url(../images/bg/bg-image-31.html);
}

.bg_image--32 {
    background-image: url(../images/bg/bg-image-32.html);
}

.bg_image--33 {
    background-image: url(../images/bg/bg-image-33.html);
}

.bg_image--34 {
    background-image: url(../images/bg/bg-image-34.html);
}

.bg_image--35 {
    background-image: url(../images/bg/bg-image-35.html);
}

.bg_image--36 {
    background-image: url(../images/bg/bg-image-36.html);
}

.bg_image--37 {
    background-image: url(../images/bg/bg-image-37.html);
}

.bg_image--38 {
    background-image: url(../images/bg/bg-image-38.html);
}

.bg_image--39 {
    background-image: url(../images/bg/bg-image-39.html);
}

.bg_image--40 {
    background-image: url(../images/bg/bg-image-40.html);
}

.bg_tr-image--1 {
    background-image: url(../images/bg/bg-image-1.html) !important;
    background-size: cover !important;
}

.bg_tr-image--2 {
    background-image: url(../images/bg/bg-image-2.html) !important;
    background-size: cover !important;
}

.bg_tr-image--3 {
    background-image: url(../images/bg/bg-image-3.html) !important;
    background-size: cover !important;
}

.bg_tr-image--4 {
    background-image: url(../images/bg/bg-image-4.html) !important;
    background-size: cover !important;
}

.bg_tr-image--5 {
    background-image: url(../images/bg/bg-image-5.html) !important;
    background-size: cover !important;
}

.bg_tr-image--6 {
    background-image: url(../images/bg/bg-image-6.html) !important;
    background-size: cover !important;
}

.bg_tr-image--7 {
    background-image: url(../images/bg/bg-image-7.html) !important;
    background-size: cover !important;
}

.bg_tr-image--8 {
    background-image: url(../images/bg/bg-image-8.html) !important;
    background-size: cover !important;
}

.bg_tr-image--9 {
    background-image: url(../images/bg/bg-image-9.html) !important;
    background-size: cover !important;
}

.bg_tr-image--10 {
    background-image: url(../images/bg/bg-image-10.html) !important;
    background-size: cover !important;
}

.bg_tr-image--11 {
    background-image: url(../images/bg/bg-image-11.html) !important;
    background-size: cover !important;
}

.bg_tr-image--12 {
    background-image: url(../images/bg/bg-image-12.html) !important;
    background-size: cover !important;
}

.bg_tr-image--13 {
    background-image: url(../images/bg/bg-image-41.html) !important;
    background-size: cover !important;
}

.bg_tr-image--14 {
    background-image: url(../images/bg/bg-image-42.html) !important;
    background-size: cover !important;
}

.bg_tr-image--15 {
    background-image: url(../images/bg/bg-image-43.html) !important;
    background-size: cover !important;
}

.bg_tr-image--16 {
    background-image: url(../images/bg/bg-image-44.html) !important;
    background-size: cover !important;
}

.bg_tr-image--17 {
    background-image: url(../images/bg/bg-image-45.html) !important;
    background-size: cover !important;
}

.bg_tr-image--18 {
    background-image: url(../images/bg/bg-image-46.html) !important;
    background-size: cover !important;
}

.bg_tr-image--19 {
    background-image: url(../images/bg/bg-image-47.html) !important;
    background-size: cover !important;
}

.bg_tr-image--20 {
    background-image: url(../images/bg/bg-image-48.html) !important;
    background-size: cover !important;
}

/* Height and width */
.fullscreen {
    min-height: 980px;
    width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: 0px;
    margin-right: 0px;
}

    .row--0 > [class*=col] {
        padding-left: 0px;
        padding-right: 0px;
    }

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row--5 > [class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row--10 > [class*=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
    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;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
    width: 70px;
    height: 80px;
    right: 100px;
    bottom: 60px;
    text-align: center;
    z-index: 9811 !important;
    text-decoration: none;
    background: #fff;
    line-height: 80px;
    color: #757589;
    font-size: 15px;
    font-weight: 400;
    transition: var(--transition);
    display: inline-block;
    background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}

#scrollUp::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px);
}

#scrollUp::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 30px;
        width: 50px;
        height: 60px;
        line-height: 60px;
    }
}

#scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}

@media only screen and (max-width: 767px) {
    #scrollUp span.text {
        margin-top: 3px;
    }
}

#scrollUp span.text::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent var(--color-primary) transparent;
    position: absolute;
    content: "";
    left: 50%;
    top: 21%;
    transform: translateX(-50%);
}

#scrollUp:hover span.text {
    color: var(--color-primary);
}

body {
    scroll-behavior: auto;
    background: #ffffff;
    overflow-x: visible;
}

/*------------------------
    Header Sticky 
--------------------------*/
.col-lg-20 {
    width: 20%;
    float: left;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    .col-lg-20 {
        width: 33%;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-lg-20 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .col-lg-20 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 575px) {
    .col-lg-20 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 479px) {
    .col-lg-20 {
        width: 100%;
        float: left;
    }
}

::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;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.over_link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}

.home-one {
    background: #F2F3F5;
}

.elecate-center-title {
    text-align: center;
}

    .elecate-center-title span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #FF6600;
        text-transform: uppercase;
        font-family: var(--font-primary);
    }

    .elecate-center-title h3.title {
        font-weight: 700;
        font-size: 40px;
        line-height: 61px;
        color: #0C0A0A;
        text-transform: uppercase;
        margin-top: 5px;
    }

@media only screen and (max-width: 767px) {
    .elecate-center-title h3.title {
        font-size: 30px;
        line-height: 42px;
    }

        .elecate-center-title h3.title br {
            display: none;
        }
}

.elecate-left-title {
    text-align: left;
}

    .elecate-left-title span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #FF6600;
        text-transform: uppercase;
        font-family: var(--font-primary);
    }

    .elecate-left-title h3.title {
        font-weight: 700;
        font-size: 35px;
        line-height: 50px;
        color: #000a42;
        text-transform: capitalize;
        margin-top: 5px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .elecate-left-title h3.title {
        font-size: 28px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .elecate-left-title h3.title {
        font-size: 29px;
        line-height: 41px;
    }
}

.home-five .title-mid-wrapper-home-two {
    text-align: center;
}

    .home-five .title-mid-wrapper-home-two span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: var(--color-primary) !important;
        text-transform: uppercase;
    }

    .home-five .title-mid-wrapper-home-two .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #0C0A0A;
    }

@media only screen and (max-width: 767px) {
    .home-five .title-mid-wrapper-home-two .title {
        font-size: 34px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .home-five .title-mid-wrapper-home-two .title {
        font-size: 26px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .home-five .title-mid-wrapper-home-two .title br {
        display: none;
    }
}

.home-five .title-left-wrapper-home-two {
    text-align: left;
}

    .home-five .title-left-wrapper-home-two span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: var(--color-primary) !important;
        text-transform: uppercase;
        font-family: var(--font-primary);
    }

    .home-five .title-left-wrapper-home-two .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #0C0A0A;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .home-five .title-left-wrapper-home-two .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .home-five .title-left-wrapper-home-two .title {
        font-size: 26px;
        line-height: 34px;
    }
}

.home-five .main-wrapper-testimonials {
    border: 1px solid #A7A7A7;
}

body.index-nine {
    background: #F2F2F2;
}

    body.index-nine .main-title-area-center {
        text-align: center;
    }

        body.index-nine .main-title-area-center span.pre {
            color: var(--color-primary);
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
        }

/*!
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;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

@-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);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-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);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-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);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-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);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-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);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* 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;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-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);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-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);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-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;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-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;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-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;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-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);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-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);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-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);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-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);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-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);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-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);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-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;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-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;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-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;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-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;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-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;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-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;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-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;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-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;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-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);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-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);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-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);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-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);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-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);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-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);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-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);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-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);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-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;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-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);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-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);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-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;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-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;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-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;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-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;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-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;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-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;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-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;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-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;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-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;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-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;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-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;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-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;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-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;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-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;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-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;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* 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;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* 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);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-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;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-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);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-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);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-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);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-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);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-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;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-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);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-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;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-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;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-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);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-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);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-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);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-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);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-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;
}

    [data-aos=slideInUp2].aos-animate {
        opacity: 1;
    }

@media screen and (min-width: 768px) {
    [data-aos=slideInUp2] {
        transform: translateY(30px);
    }

        [data-aos=slideInUp2].aos-animate {
            transform: translateY(0);
        }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-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);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-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);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-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);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-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);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@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%);
    }
}

.floting-line {
    animation: animate-floting 15s linear infinite;
}

    .floting-line:hover {
        animation-play-state: paused;
    }

.floting-line-2 {
    animation: animate-floting-2 15s linear infinite;
}

    .floting-line-2:hover {
        animation-play-state: paused;
    }

@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);
    }
}

.reveal-item {
    position: relative;
    display: block;
    overflow: hidden;
}

    .reveal-item .reveal-animation {
        position: absolute;
        top: 0;
        width: 100%;
        height: 101%;
        background: var(--color-primary);
    }

        .reveal-item .reveal-animation::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--bs-gray-400);
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
        }

.reveal-animation.reveal-primary::before {
    background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
    background: #000;
}

.reveal-animation.reveal-white::before {
    background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[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-top].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

[data-aos=reveal-start] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

    [data-aos=reveal-start].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

[data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

    [data-aos=reveal-end].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

[data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

    [data-aos=reveal-bottom].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

[data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

    [data-aos=reveal-item].aos-animate {
        visibility: visible;
    }

@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);
    }
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .cd-headline {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .cd-headline {
        font-size: 26px;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    margin-top: -20px;
}

    .cd-headline.clip .cd-words-wrapper b {
        font-weight: 700;
    }

    .cd-headline.clip .cd-words-wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 4px;
        height: 100%;
        background-color: var(--color-primary-3);
        transform: translateY(-50%);
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

/**
 * 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;
        width: 320px;
    }

    [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;
        width: 400px;
    }

    [data-sal][data-sal-delay="600"] {
        transition-delay: 0.6s;
    }

    [data-sal][data-sal-delay="650"] {
        transition-delay: 0.65s;
    }

    [data-sal][data-sal-delay="700"] {
        transition-delay: 0.7s;
    }

    [data-sal][data-sal-delay="750"] {
        transition-delay: 0.75s;
    }

    [data-sal][data-sal-delay="800"] {
        transition-delay: 0.8s;
    }

    [data-sal][data-sal-delay="850"] {
        transition-delay: 0.85s;
    }

    [data-sal][data-sal-delay="900"] {
        transition-delay: 0.9s;
    }

    [data-sal][data-sal-delay="950"] {
        transition-delay: 0.95s;
    }

    [data-sal][data-sal-delay="1000"] {
        transition-delay: 1s;
    }

    [data-sal][data-sal-easing=linear] {
        transition-timing-function: linear;
    }

    [data-sal][data-sal-easing=ease] {
        transition-timing-function: ease;
    }

    [data-sal][data-sal-easing=ease-in] {
        transition-timing-function: ease-in;
    }

    [data-sal][data-sal-easing=ease-out] {
        transition-timing-function: ease-out;
    }

    [data-sal][data-sal-easing=ease-in-out] {
        transition-timing-function: ease-in-out;
    }

    [data-sal][data-sal-easing=ease-in-cubic] {
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    [data-sal][data-sal-easing=ease-out-cubic] {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-cubic] {
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    [data-sal][data-sal-easing=ease-in-circ] {
        transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }

    [data-sal][data-sal-easing=ease-out-circ] {
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-circ] {
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    [data-sal][data-sal-easing=ease-in-expo] {
        transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }

    [data-sal][data-sal-easing=ease-out-expo] {
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-expo] {
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }

    [data-sal][data-sal-easing=ease-in-quad] {
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    [data-sal][data-sal-easing=ease-out-quad] {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    [data-sal][data-sal-easing=ease-in-out-quad] {
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    [data-sal][data-sal-easing=ease-in-quart] {
        transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    }

    [data-sal][data-sal-easing=ease-out-quart] {
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-quart] {
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    [data-sal][data-sal-easing=ease-in-quint] {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    [data-sal][data-sal-easing=ease-out-quint] {
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-quint] {
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    [data-sal][data-sal-easing=ease-in-sine] {
        transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    [data-sal][data-sal-easing=ease-out-sine] {
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    [data-sal][data-sal-easing=ease-in-out-sine] {
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    [data-sal][data-sal-easing=ease-in-back] {
        transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }

    [data-sal][data-sal-easing=ease-out-back] {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    [data-sal][data-sal-easing=ease-in-out-back] {
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

/**
  * Animations
  */
[data-sal|=fade] {
    opacity: 0;
    transition-property: opacity;
}

    [data-sal|=fade].sal-animate,
    body.sal-disabled [data-sal|=fade] {
        opacity: 1;
    }

[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=slide-up] {
    transform: translateY(20%);
}

[data-sal=slide-down] {
    transform: translateY(-20%);
}

[data-sal=slide-left] {
    transform: translateX(20%);
}

[data-sal=slide-right] {
    transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
}

[data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=zoom-in] {
    transform: scale(0.5);
}

[data-sal=zoom-out] {
    transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    transform: none;
}

[data-sal|=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-sal=flip-left] {
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
    transform: none;
}

/*elements*/
.rts-btn {
    padding: 14px 20px;
    font-family: var(--font-primary);
    line-height: 10px;
    max-width: max-content;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}

    .rts-btn.btn-primary {
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 60px;
        background: linear-gradient(180deg, #ff9326 0, #d35606 100%);
    }

        .rts-btn.btn-primary::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: var(--color-secondary);
            transform: translateY(110%);
            transition: 0.3s;
            transition-delay: 0.1s;
            z-index: -1;
        }

        .rts-btn.btn-primary:hover {
            color: #ffff;
        }

            .rts-btn.btn-primary:hover::after {
                transform: translateY(0);
            }

        .rts-btn.btn-primary .icon-separete {
            background: #FF3E3E;
            display: flex;
            align-items: center;
            padding: 5px 10px 5px 25px;
        }

            .rts-btn.btn-primary .icon-separete i {
                width: 40px;
                height: 40px;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px;
                color: #000;
            }

    .rts-btn.btn-seconday {
        background: var(--color-secondary);
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .rts-btn.btn-seconday::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: var(--color-primary);
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }

        .rts-btn.btn-seconday:hover::after {
            transform: translateY(0);
        }

    .rts-btn.btn-terciary {
        background: #FFFFFF;
        color: #0C0A0A;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .rts-btn.btn-terciary::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: var(--color-primary);
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }

        .rts-btn.btn-terciary:hover {
            color: #fff;
        }

            .rts-btn.btn-terciary:hover::after {
                transform: translateY(0);
            }

.btn-read-more {
    color: #FF6600;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--font-primary);
}

    .btn-read-more i {
        margin-left: 5px;
    }

.vedio-icone .video-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
}

    .vedio-icone .video-play-button::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: -32%;
        top: -31%;
        display: block;
        width: 130px;
        height: 130px;
        background: transparent;
        border-radius: 50%;
        border: 1px solid #f89696;
        animation: waves 3s ease-in-out infinite;
    }

    .vedio-icone .video-play-button::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 150px;
        height: 120px;
        background: var(--color-primary);
        transition: all 200ms;
    }

@media only screen and (max-width: 575px) {
    .vedio-icone .video-play-button::after {
        width: 100px;
        height: 100px;
    }
}

.vedio-icone .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 47%;
}

    .vedio-icone .video-play-button span.outer-text {
        border: none;
        min-width: max-content;
        margin-left: 75px;
        position: relative;
        margin-top: -12px;
        color: var(--color-primary);
        font-weight: 500;
    }

.vedio-icone .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
    display: none;
}

    .vedio-icone .video-overlay iframe {
        width: 70%;
        height: 70%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

    .vedio-icone .video-overlay.open {
        position: fixed;
        z-index: 1000;
        opacity: 1;
        display: block;
    }

    .vedio-icone .video-overlay .video-overlay-close {
        position: absolute;
        z-index: 1000;
        top: 15px;
        right: 20px;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        transition: all 200ms;
    }

header.header-one .header-top {
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    background: linear-gradient(355deg, rgb(212 87 7) 0%, rgb(250 140 34) 50%);
}

@media only screen and (max-width: 1199px) {
    header.header-one .header-top {
        display: none;
    }
}

header.header-one .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

    header.header-one .header-top-wrapper .left {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 0px;
    }

        /*header.header-one .header-top-wrapper .left::after {
            position: absolute;
            content: "";
            right: 0;
            height: 67px;
            width: 1px;
            background: #ffffff;
            transform: rotate(19deg);
        }*/

        header.header-one .header-top-wrapper .left .icon {
            margin-right: 10px;
        }

        header.header-one .header-top-wrapper .left p.disc {
            font-weight: 600;
            color: #ffffff;
            font-family: var(--font-primary);
        }

    header.header-one .header-top-wrapper .right {
        display: flex;
        align-items: center;
    }

        header.header-one .header-top-wrapper .right ul {
            display: flex;
            align-items: center;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            header.header-one .header-top-wrapper .right ul li {
                margin-left: 10px;
                margin-top: 0;
                margin-bottom: 0;
                padding: 0;
                list-style: none;
                position: relative;
                padding-right: 0px;
            }

                /*header.header-one .header-top-wrapper .right ul li::after {
                    position: absolute;
                    content: "";
                    right: 0;
                    height: 67px;
                    width: 1px;
                    top: 50%;
                    background: #d1d1d1;
                    transform: rotate(11deg) translateY(-50%);
                }*/

                header.header-one .header-top-wrapper .right ul li a {
                    color: #ffffff;
                    font-family: var(--font-primary);
                    font-weight: 500;
                    transition: 0.3s;
                    background-color: #703400;
                    margin-right: 5px;
                    border: 0px solid #e46e12;
                    border-radius: 2px;
                    padding: 3px 10px;
                    box-shadow: rgb(255 255 255) 2px 2px 0px;
                }

                    header.header-one .header-top-wrapper .right ul li a:hover {
                        color: #ffffff;
                    }

                header.header-one .header-top-wrapper .right ul li.last {
                    margin-right: 0;
                    padding-right: 0;
                }

                    header.header-one .header-top-wrapper .right ul li.last::after {
                        display: none;
                    }

.header-mid {
    background: #ffffff;
    background-image: url(/assets/images/header_bg.png);
    background-size: cover;
}

.header-mid-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    font-family: "Tiro Devanagari Hindi", serif;
}

    .header-mid-one-wrapper .header-right {
        display: flex;
        align-items: center;
        gap: 50px;
    }

        .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 .rts-btn {
    padding: 17px 33px;
}

.header-mid-one-wrapper .header-right .single-component .icon {
    margin-right: 0px;
}

    .header-mid-one-wrapper .header-right .single-component .icon i {
        display: block;
        width: 35px;
        height: 35px;
        background: #005982;
        box-shadow: 0px 4px 24px #DDE2EB;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        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: 18px;
    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.rts-btn {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .header-mid-one-wrapper .header-right .single-component a.rts-btn {
        display: none;
    }
}

.header-mid-one-wrapper .header-right .single-component a.rts-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;
        border-radius: 2px;
        position: relative;
        z-index: 999;
        background: linear-gradient(180deg, #ff9326 0, #d35606 100%);
        display: none;
        line-height: 48px;
        text-align: center;
    }

    .header-mid-one-wrapper .header-right .single-component .menu-area svg rect {
        fill: #fff;
    }

.header-one .nav-area-one .nav-header-area {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-one .nav-area-one .nav-header-area {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-one .nav-area-one .nav-header-area {
        display: none;
    }
}

.header-one .nav-area-one .clip-path {
    position: absolute;
    height: 45px;
    width: 100%;
    background: linear-gradient(180deg, #ff9326 0, #d35606 100%);
    border-bottom: 3px solid #ffffff !important;
}

.header-one .nav-area-one .wrapper {
    display: flex;
    align-items: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    justify-content: center;
}

    .header-one .nav-area-one .wrapper .nav-area nav ul {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

        .header-one .nav-area-one .wrapper .nav-area nav ul li a {
            display: block;
        }

    .header-one .nav-area-one .wrapper .btn-right {
        display: flex;
        align-items: center;
        margin-right: 40px;
    }

        .header-one .nav-area-one .wrapper .btn-right .search-btn {
            cursor: pointer;
        }

            .header-one .nav-area-one .wrapper .btn-right .search-btn i {
                color: #fff;
                font-size: 20px;
                margin-top: 2px;
            }

        .header-one .nav-area-one .wrapper .btn-right .cart-icon {
            margin-left: 30px;
            cursor: pointer;
            position: relative;
        }

            .header-one .nav-area-one .wrapper .btn-right .cart-icon::after {
                position: absolute;
                right: -10px;
                bottom: -6px;
                height: 20px;
                width: 20px;
                border-radius: 50%;
                content: "2";
                background: #236355;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                color: #fff;
            }

.nav-area ul {
    padding: 0;
    margin: 0;
}

    .nav-area ul li {
        margin: 0;
    }

        .nav-area ul li a {
            text-transform: uppercase;
            color: #ffffff;
            font-weight: 500;
            letter-spacing: 0em;
            font-size: 14px;
            line-height: 30px;
            font-family: "Poppins", sans-serif;
        }

.header-three {
    position: absolute;
    width: 100%;
    z-index: 3;
    padding: 50px 0;
}

    .header-three.header--sticky {
        position: absolute;
    }

        .header-three.header--sticky.sticky {
            padding: 20px 0;
        }

            .header-three.header--sticky.sticky .header-three-wrapper .logo-area .thumbnail {
                display: none;
            }

            .header-three.header--sticky.sticky .header-three-wrapper .logo-area .thumbnail-2 {
                display: block;
            }

            .header-three.header--sticky.sticky .header-three-wrapper .main-nav-desk nav ul li.has-droupdown:hover a.nav-link {
                color: var(--color-primary);
            }

@media (max-width: 1024px) {
    .header-three.header--sticky.sticky .header-three-wrapper .nav-area {
        display: none;
    }
}

.header-three.header--sticky.sticky .header-three-wrapper .nav-area nav ul li.has-droupdown:hover a.nav-link {
    color: var(--color-primary) !important;
}

.header-three.header--sticky.sticky .header-three-wrapper .nav-area nav ul li.has-droupdown a.nav-link {
    color: #0C0A0A;
}

.header-three.header--sticky.sticky .header-three-wrapper .nav-area nav ul li.menu-item:hover a {
    color: var(--color-primary) !important;
}

.header-three.header--sticky.sticky .header-three-wrapper .nav-area nav ul li.menu-item a {
    color: #0C0A0A;
}

.header-three .header-three-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-three .header-three-wrapper .logo-area .thumbnail-2 {
        display: none;
    }

    .header-three .header-three-wrapper .logo-area .thumbnail {
        display: block;
    }

    .header-three .header-three-wrapper .main-nav-desk nav ul li.has-droupdown:hover a.nav-link {
        color: var(--color-primary);
    }

        .header-three .header-three-wrapper .main-nav-desk nav ul li.has-droupdown:hover a.nav-link::before {
            color: var(--color-primary) !important;
        }

    .header-three .header-three-wrapper .nav-area {
        margin-right: -60px;
    }

@media (max-width: 1400px) {
    .header-three .header-three-wrapper .nav-area {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .header-three .header-three-wrapper .nav-area {
        display: none;
    }
}

.header-three .header-three-wrapper .nav-area nav ul li {
    margin: 0 20px;
    padding: 12px 0;
}

@media (max-width: 1400px) {
    .header-three .header-three-wrapper .nav-area nav ul li {
        margin: 0 20px;
    }
}

@media (max-width: 1200px) {
    .header-three .header-three-wrapper .nav-area nav ul li {
        margin: 0 10px;
    }
}

.header-three .header-three-wrapper .nav-area nav ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .header-three .header-three-wrapper .nav-area nav ul li a {
        font-size: 14px;
    }
}

.header-three .header-three-wrapper .rts-button-area {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        padding: 20px 25px;
    }
}

@media (max-width: 576px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        display: none;
    }
}

.header-three .header-three-wrapper .rts-button-area .menu-area {
    display: none;
    margin-left: 15px;
    background: var(--color-secondary);
    padding: 13px 17px;
}

    .header-three .header-three-wrapper .rts-button-area .menu-area svg rect {
        fill: #ffffff;
    }

@media (max-width: 1024px) {
    .header-three .header-three-wrapper .rts-button-area .menu-area {
        display: block;
    }
}

.nav-area nav ul {
    display: flex;
    align-items: center;
}

    .nav-area nav ul li {
        margin: 0 8px;
    }

.heder-two .header-two-container {
    max-width: 1740px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1919px) {
    .heder-two .header-two-container {
        max-width: 95%;
    }
}

.heder-two .header-two-container .header-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1300px) {
    .heder-two .header-two-container .header-main-wrapper {
        padding: 22px 0;
    }
}

.heder-two .header-two-container .header-main-wrapper .logo-area a {
    padding: 20px 80px 20px 0;
    display: block;
}

@media screen and (max-width: 1420px) {
    .heder-two .header-two-container .header-main-wrapper .logo-area a {
        padding: 0;
        padding-right: 20px;
    }
}

@media (max-width: 400px) {
    .heder-two .header-two-container .header-main-wrapper .logo-area a {
        max-width: 140px;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right {
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    position: relative;
}

@media screen and (max-width: 1300px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right {
        margin: auto;
        border: none;
    }
}

@media screen and (max-width: 1200px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right {
        border-left: 0px solid #E9E9E9 !important;
        border-right: 0px solid #E9E9E9 !important;
    }
}

@media screen and (max-width: 1024px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right {
        margin: unset;
        border: none;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .menu-area {
    position: absolute;
    cursor: pointer;
    right: -29px;
    top: 47%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9E9E9;
    height: 55px;
    width: 55px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .menu-area {
        right: 0;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 444px;
    border-bottom: 1px solid #E9E9E9;
}

@media screen and (max-width: 1820px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
        gap: inherit;
    }
}

@media screen and (max-width: 1300px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
        display: none;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .top .start-top {
    display: flex;
    align-items: center;
    padding: 0 30px;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .start-top p {
        color: #6E777D;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--font-primary);
    }

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .start-top .icon {
        margin-right: 10px;
    }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .start-top .icon i {
            color: var(--color-primary);
        }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .top .end-top {
    display: flex;
    align-items: center;
    gap: 50px;
    border-left: 1px solid #E9E9E9;
    padding-left: 50px;
    padding: 18px 0;
    padding-right: 110px;
    padding-left: 30px;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info p, .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
            color: #0C0A0A;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            font-family: var(--font-primary);
        }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info i {
            color: #0C0A0A;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area {
        padding: 0 30px;
    }

@media (max-width: 1024px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area {
        display: none;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li {
    margin-left: 0;
    margin-right: 35px;
    margin-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li {
        margin-right: 45px;
    }
}

@media (max-width: 1200px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li {
        margin-right: 35px;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a {
    padding: 0;
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul .has-droupdown:hover .nav-link {
    color: var(--color-primary);
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul .has-droupdown:hover .nav-link::before {
        color: var(--color-primary);
    }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul .has-droupdown .nav-link {
    transition: all 0.3s;
    padding: 22px 0;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul .has-droupdown .nav-link::before {
        transition: all 0.4s;
    }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a {
    display: block;
    transition: 0.3s;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-link {
        color: #0C0A0A;
    }

@media (max-width: 1599px) and (min-width: 1024px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a {
        font-size: 14px;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a:hover {
    color: var(--color-primary);
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area {
    display: flex;
    align-items: center;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area {
        padding-right: 0;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .rts-btn.btn-seconday {
    background: transparent;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .rts-btn.btn-seconday::after {
        display: none;
    }

@media screen and (max-width: 1300px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .rts-btn.btn-seconday {
        display: none;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .rts-btn.btn-seconday i {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
    display: flex;
    align-items: center;
    padding-right: 40px;
    border-right: 1px solid #E9E9E9;
    margin-right: 40px;
    padding-top: 21px;
    padding-bottom: 21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
        border: none;
    }
}

@media (max-width: 1200px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
        padding-right: 0;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area i {
    cursor: pointer;
    color: #0C0A0A;
    position: relative;
    font-size: 22px;
}

@media (max-width: 576px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area .cart {
        display: none;
    }
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area .cart i {
    position: relative;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area .cart i::after {
        position: absolute;
        content: "2";
        right: -8px;
        bottom: -5px;
        height: 20px;
        width: 20px;
        background: var(--color-primary);
        border-radius: 50%;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area .search {
    margin-right: 26px;
    color: #0C0A0A;
}

.heder-two.header-six.header--sticky {
    background: #171717;
}

.brand-area-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .brand-area-wrapper-4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}

.brand-area-wrapper-4 img {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 4px;
}

@media only screen and (max-width: 575px) {
    .brand-area-wrapper-4 img {
        width: 33%;
    }
}

.rts-banner-four-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}

.banner-four-shape .img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: fadeInLeftBig 1.8s;
    z-index: 0;
    height: 100%;
    pointer-events: none;
}

.banner-four-shape .img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: fadeInLeftBig 0.5s;
    z-index: 0;
    height: 100%;
    pointer-events: none;
}

.heder-two.header-four {
    width: 100%;
    position: absolute;
}

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-link {
        color: #e7e7e7;
    }

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info p, .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
        color: #e7e7e7;
    }

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area i {
        color: #e7e7e7;
    }

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item {
        color: #e7e7e7;
        transition: all 0.3s;
    }

        .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item:hover {
            color: var(--color-primary);
        }

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-link {
    color: #e7e7e7;
}

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info p, .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
    color: #e7e7e7;
}

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area i {
    color: #e7e7e7;
}

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item {
    color: #e7e7e7;
    transition: all 0.3s;
}

    .heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item:hover {
        color: var(--color-primary);
    }

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .top {
    border-bottom: 1px solid #ffffff14;
}

    .heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .top .end-top {
        display: flex;
        align-items: center;
        gap: 50px;
        border-left: 1px solid #ffffff14;
        padding-left: 50px;
        padding: 18px 0;
        padding-right: 110px;
        padding-left: 30px;
    }

.heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right {
    border-right: 1px solid #ffffff14;
    border-left: 1px solid #ffffff14;
    position: relative;
}

.heder-two.header-six {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ffffff14;
}

    .heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info i {
        color: #e7e7e7;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
        color: #e7e7e7;
    }

    .heder-two.header-six .header-two-container .header-main-wrapper .rts-header-right .menu-area {
        border: 1px solid #1d1d1d;
    }

.heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top {
    border-bottom: 1px solid #ffffff14;
}

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top .end-top {
        display: flex;
        align-items: center;
        gap: 50px;
        border-left: 1px solid #ffffff14;
        padding-left: 50px;
        padding: 18px 0;
        padding-right: 110px;
        padding-left: 30px;
    }

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
    border-right: 1px solid #ffffff14;
}

@media screen and (max-width: 1280px) {
    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area {
        border: none;
    }
}

.heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right {
    border-right: 1px solid #ffffff14;
    border-left: 1px solid #ffffff14;
    position: relative;
}

.heder-two.header-four {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ffffff14;
}

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info i {
        color: #e7e7e7;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .menu-area {
        border: 1px solid #1d1d1d;
        background: #ffffff00;
    }

        .heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .menu-area svg rect {
            fill: #fff;
        }

.header-four.header--sticky.sticky {
    background: #171717 !important;
}

.heder-two.header-five.header--sticky {
    background: #1D1D1D;
    width: 1582px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top {
    gap: 0;
}

    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info p, .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
        color: #fff;
    }

    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info i {
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-link {
    color: #fff;
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .icon-area i {
    color: #fff;
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right {
    border-right: 1px solid #3f3f3f;
    border-left: 1px solid #3f3f3f;
}

@media screen and (max-width: 1280px) {
    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right {
        border: none;
    }
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .menu-area {
    display: none;
    background: transparent;
    border: none;
    height: auto;
    width: auto;
    right: 6%;
}

@media only screen and (max-width: 1199px) {
    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .menu-area {
        display: block;
    }
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .menu-area svg {
    background: transparent;
    border: none;
}

    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .menu-area svg rect {
        fill: #fff;
    }

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top {
    border-bottom: 1px solid #3f3f3f;
}

    .heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .top .end-top {
        border-left: 1px solid #3f3f3f;
    }

.heder-two.header-five .header-two-container .header-main-wrapper .logo-area a {
    padding: 20px 40px 20px 40px;
    display: block;
}

@media only screen and (max-width: 479px) {
    .heder-two.header-five .header-two-container .header-main-wrapper .logo-area a {
        padding: 0;
    }
}

.heder-two.header-five.header--sticky {
    width: 1422px;
}

@media only screen and (max-width: 1199px) {
    .heder-two.header-five.header--sticky {
        width: 100%;
    }
}

.heder-two.header-five .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item {
    color: #fff;
    transition: all 0.3s;
}

.header-seven {
    background: #F2F2F2;
    position: relative;
    display: block;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .header-seven .logo-area a img {
        max-width: 115px;
    }
}

.header-seven::after {
    position: absolute;
    content: "";
    left: -15px;
    top: -80px;
    height: 134px;
    width: 250px;
    background: var(--color-primary);
    border-radius: 50%;
    filter: blur(118px);
    z-index: -1;
}

.header-seven .header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
    .header-seven .header-top-area {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-seven .header-top-area {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-seven .header-top-area {
        display: none;
    }
}

.header-seven .header-top-area .left i {
    color: var(--color-primary);
    margin-right: 10px;
}

.header-seven .header-top-area .end-top {
    display: flex;
    align-items: center;
}

    .header-seven .header-top-area .end-top .single-info {
        display: flex;
        align-items: center;
        margin-left: 40px;
    }

        .header-seven .header-top-area .end-top .single-info .icon {
            margin-right: 10px;
        }

.header-seven .header-main {
    padding: 0 35px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-seven .header-main ul li a.nav-link {
        padding: 37px 10px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-seven .header-main {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-seven .header-main {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header-seven .header-main .menu-area-start {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-seven .header-main .main-nav-desk nav ul li.has-droupdown a.nav-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-seven .header-main .main-nav-desk nav ul li.menu-item a.nav-item {
        font-size: 14px;
    }
}

.header-seven .header-main .right-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-seven .header-main .right-area .rts-btn {
        padding: 16px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-seven .header-main .right-area .rts-btn {
        display: none;
    }
}

.header-seven .header-main .right-area .icon-area {
    display: flex;
    align-items: center;
}

.header-seven .nav-area ul li a {
    color: #000 !important;
}

    .header-seven .nav-area ul li a:hover {
        color: var(--color-primary) !important;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-seven .nav-area ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .header-seven .nav-area ul li a {
        font-size: 14px;
    }
}

.header-seven .nav-area ul li .submenu li a {
    color: #fff !important;
}

.header-seven .nav-area ul li .submenu li.last {
    cursor: not-allowed;
}

    .header-seven .nav-area ul li .submenu li.last::after {
        background: #000000 !important;
        opacity: 0.9 !important;
    }

    .header-seven .nav-area ul li .submenu li.last img {
        filter: blur(2px);
    }

    .header-seven .nav-area ul li .submenu li.last .rts-btn {
        display: none !important;
    }

    .header-seven .nav-area ul li .submenu li.last a span {
        bottom: 50% !important;
        right: 50%;
        left: unset !important;
        transform: translate(50%, 50%) !important;
        cursor: not-allowed;
    }

        .header-seven .nav-area ul li .submenu li.last a span:hover {
            color: #fff;
        }

.header-seven .nav-area ul li a.nav-item {
    color: #000;
}

    .header-seven .nav-area ul li a.nav-item:hover {
        color: var(--color-primary) !important;
    }

.header-seven .right-area .icon-area .search {
    margin-right: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .header-seven .right-area .icon-area .search {
        margin-right: 15px;
    }
}

.header-seven .right-area .icon-area .card-btn {
    margin-right: 40px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-seven .right-area .icon-area .card-btn {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-seven .right-area .icon-area .card-btn {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-seven .right-area .icon-area .card-btn {
        margin-right: 10px;
    }
}

.header-seven .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
    top: 52%;
    right: -8px;
    font-size: 13px;
}

.header-seven.header--sticky.sticky {
    background: #F2F2F2;
}

.header-seven .right-area .icon-area .search i {
    font-size: 18px;
    color: #0C0A0A;
}

.header-seven .right-area .icon-area .card-btn i {
    font-size: 18px;
    color: #0C0A0A;
}

.header-seven .menu-area {
    cursor: pointer !important;
}

@media screen and (max-width: 1299px) {
    .container.container-header-7 {
        max-width: 100%;
        padding: 0;
    }
}

header.header-one .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
    width: 16.6% !important;
    margin: 0;
    position: relative;
}

header.header-one .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    min-width: 1024px;
    justify-content: flex-start;
}

.home-one.seven.onepage ul li.current a {
    color: var(--color-primary) !important;
}

.onepage .header-seven .main-nav-desk nav ul li.menu-item a.nav-item {
    transition: all 0.3s;
    padding: 30px 10px;
    display: block;
}

.header-area-twelve .header-botton-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-twelve .header-botton-12 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area-twelve .header-botton-12 {
        display: none;
    }
}

.index-twelve .header-mid-one-wrapper .header-right .single-component .menu-area .icon {
    background: #FF3E3E;
}

.header-area-twelve .header-botton-12 .nav-area ul .has-droupdown .nav-link {
    color: #0C0A0A;
    padding: 23px 2px 23px 0;
}

    .header-area-twelve .header-botton-12 .nav-area ul .has-droupdown .nav-link::before {
        right: -22px;
    }

.header-area-twelve .header-botton-12 .nav-area ul li {
    margin-right: 50px;
}

    .header-area-twelve .header-botton-12 .nav-area ul li:first-child a {
        margin-left: 0;
        padding-left: 0;
    }

.header-area-twelve .header-botton-12 .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    justify-content: flex-start;
}

    .header-area-twelve .header-botton-12 .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
        transition: 0.3s;
        text-transform: capitalize;
        letter-spacing: 0;
        font-size: 14px;
        font-weight: 600;
        left: 50%;
        position: absolute;
        bottom: 15px;
        transform: translateX(-50%);
        z-index: 1;
        min-width: max-content;
    }

    .header-area-twelve .header-botton-12 .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a {
        display: block;
    }

.header-area-twelve .header-botton-12 .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
    display: block;
}

.header-area-twelve .header-botton-12 .icon-area {
    display: flex;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-area-twelve .header-botton-12 .icon-area {
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .header-area-twelve .header-botton-12 .icon-area {
        border: none;
    }
}

@media (max-width: 1200px) {
    .header-area-twelve .header-botton-12 .icon-area {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .header-area-twelve .header-botton-12 .icon-area {
        padding-right: 0;
    }
}

.header-area-twelve .header-botton-12 .icon-area i {
    cursor: pointer;
    color: #0C0A0A;
    position: relative;
    font-size: 22px;
}

@media (max-width: 576px) {
    .header-area-twelve .header-botton-12 .icon-area .cart {
        display: none;
    }
}

.header-area-twelve .header-botton-12 .icon-area .cart i {
    position: relative;
}

    .header-area-twelve .header-botton-12 .icon-area .cart i::after {
        position: absolute;
        content: "2";
        right: -8px;
        bottom: -5px;
        height: 20px;
        width: 20px;
        background: var(--color-primary);
        border-radius: 50%;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

.header-area-twelve .header-botton-12 .icon-area .search {
    margin-right: 26px;
    color: #0C0A0A;
}

.header-area-twelve .nav-area .submenu ul.third-lvl li a {
    color: #ffffff !important;
}

.main-nav-desk nav ul li.has-droupdown {
    position: relative;
}

    .main-nav-desk nav ul li.has-droupdown a.nav-link {
        position: relative;
        transition: all 0.3s;
    }

        .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
            content: "\f078" !important;
            position: absolute !important;
            top: 51%;
            font-family: "Font Awesome 6 Pro" !important;
            right: -6px;
            transform: translateY(-50%);
            transition: all 0.3s;
            font-size: 8px;
        }

    .main-nav-desk nav ul li.has-droupdown:hover .submenu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .main-nav-desk nav ul li.has-droupdown:hover a.nav-link {
        color: #ffffff;
    }

        .main-nav-desk nav ul li.has-droupdown:hover a.nav-link::before {
            color: var(--color-primary);
            content: "\f077" !important;
            font-family: "Font Awesome 6 Pro" !important;
            color: #ffffff;
        }

    .main-nav-desk nav ul li.has-droupdown .submenu {
        transform-origin: 0 0;
        position: absolute;
        min-width: 100%;
        height: auto;
        position: absolute;
        top: 100%;
        transform: scaleY(0);
        left: 0;
        z-index: 90;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        transition: all 0.3s;
        border-radius: 0 0 10px 10px;
        background-color: #df670f;
        border-left: 1px solid #ffffff14;
        border-bottom: 1px solid #ffffff14;
        border-right: 1px solid #ffffff14;
        display: inline-block;
        box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
    }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
            flex-wrap: wrap;
            min-width: 1276px;
            justify-content: center;
            margin-left: 0;
            margin-top: -1px;
            padding: 25px;
            border-radius: 0;
            margin: auto;
        }

@media (max-width: 1400px) and (min-width: 1200px) {
    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
        min-width: 1085px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
        min-width: 900px !important;
    }
}

.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
    width: 14% !important;
    margin: 0;
    position: relative;
}

    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover .page {
        opacity: 1;
    }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover .page li a {
            color: #fff !important;
        }

    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover::after {
        opacity: 1;
    }

    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a {
        padding: 30px 15px;
        position: relative;
        transition: 0.3s;
    }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover {
            color: var(--color-primary) !important;
        }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a img {
            margin-bottom: 25px;
            width: 100%;
            transition: 0.33s;
        }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
            transition: 0.3s;
            text-transform: capitalize;
            letter-spacing: 0;
            font-size: 14px;
            font-weight: 600;
            left: 50%;
            position: absolute;
            bottom: 15px;
            transform: translateX(-50%);
            z-index: 1;
            min-width: max-content;
        }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover img {
            transform: translateY(-5px);
        }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover span {
            color: var(--color-primary);
        }

    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page {
        display: block;
        position: absolute;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
        opacity: 0;
        transition: all 0.3s;
        z-index: 1;
    }

        .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li {
            width: 100% !important;
            text-align: center;
        }

            .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li::after {
                display: none;
            }

            .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li a.rts-btn {
                margin: 0 auto 10px auto;
                padding: 5px 15px !important;
                width: 100%;
                max-width: 100%;
                border-radius: 0;
                font-size: 10px;
                line-height: 20px;
            }

                .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li a.rts-btn:focus {
                    box-shadow: none;
                }

    .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li::after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s;
        top: 0;
    }

.main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
    flex-direction: column;
    min-width: 220px;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
    align-items: flex-start;
    margin-top: 2px;
    padding: 0px;
    border-radius: 0;
    width: max-content;
}

    .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
        width: 90%;
        text-align: left;
    }

        .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
            text-align: left;
            padding: 3px 0px;
            margin: 4px 0;
            transition: 0.3s;
            font-size: 14px;
            text-transform: capitalize;
            font-family: var(--font-secondary);
            letter-spacing: 0;
            font-weight: 500;
            min-width: max-content;
            border-bottom: 1px solid #ffffff40;
        }

            .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a:hover {
                color: #ffffff !important;
            }

.main-nav-desk nav ul li.menu-item {
    transition: all 0.3s;
}

    .main-nav-desk nav ul li.menu-item a.nav-item {
        transition: all 0.3s;
    }

    .main-nav-desk nav ul li.menu-item:hover a.nav-item {
        color: #0C0A0A;
    }

.header-one .has-droupdown .submenu.menu-home li a {
    padding: 15px 15px !important;
}

.header-one .has-droupdown .submenu.menu-home li.last {
    cursor: not-allowed;
}

    .header-one .has-droupdown .submenu.menu-home li.last::after {
        background: #000000;
        opacity: 0.9;
    }

    .header-one .has-droupdown .submenu.menu-home li.last img {
        filter: blur(2px);
    }

    .header-one .has-droupdown .submenu.menu-home li.last .rts-btn {
        display: none;
    }

    .header-one .has-droupdown .submenu.menu-home li.last a span {
        bottom: 50% !important;
        right: 50%;
        left: unset !important;
        transform: translate(50%, 50%);
        cursor: not-allowed;
    }

        .header-one .has-droupdown .submenu.menu-home li.last a span:hover {
            color: #fff;
        }

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a {
    padding: 5px 15px;
    position: relative;
    transition: 0.3s;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
    /* margin-left: 10px; */
    /* padding: 9px 5px; */
}

.heder-two .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
    right: -22px;
    transition: all 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-two .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
        right: -16px;
        top: 52%;
    }
}

.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    margin-top: 22px;
}

.heder-two li.has-droupdown ul li {
    margin-left: 0;
    margin-right: 0 !important;
}

    .heder-two li.has-droupdown ul li a {
        padding: 30px 15px;
        position: relative;
    }

.heder-two .rts-header-right {
    position: unset !important;
}

.heder-two .main-nav-desk nav ul li.has-droupdown {
    position: unset !important;
}

.heder-two .bottom .has-droupdown.pages {
    position: relative !important;
}

.heder-two .bottom .has-droupdown li {
    margin-right: 0;
}

    .heder-two .bottom .has-droupdown li a {
        padding: 15px 15px 5px 15px !important;
    }

        .heder-two .bottom .has-droupdown li a span {
            color: #fff;
        }

.heder-two .bottom .has-droupdown .submenu.menu-home {
    flex-wrap: wrap;
    min-width: 80% !important;
    justify-content: center;
    margin-left: 0;
    margin-top: -1px;
    padding: 25px;
    border-radius: 0;
    left: 50%;
    top: 83%;
    transform: translateX(-50%) scaleY(0);
}

@media (max-width: 1199px) and (min-width: 991px) {
    .heder-two .bottom .has-droupdown .submenu.menu-home {
        min-width: 900px !important;
    }
}

.heder-two .bottom .has-droupdown .submenu.inner-page {
    flex-direction: column;
    min-width: 200px;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
    align-items: flex-start;
    margin-top: 0 !important;
    padding: 15px 0 !important;
    border-radius: 0;
    max-width: max-content !important;
}

    .heder-two .bottom .has-droupdown .submenu.inner-page li {
        text-align: left;
    }

        .heder-two .bottom .has-droupdown .submenu.inner-page li a {
            text-align: left;
            padding: 3px 15px !important;
            margin: 4px 0;
            transition: 0.3s;
            font-size: 16px;
            text-transform: capitalize;
            font-family: var(--font-secondary);
            letter-spacing: 0;
            font-weight: 500;
            color: #fff;
        }

.heder-two .bottom .has-droupdown:hover .submenu.menu-home {
    transform: translateX(-50%) scaleY(1) !important;
}

.heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li {
    transition: all 0.3s;
}

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li:hover a.nav-item {
        color: var(--color-primary);
    }

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item {
        color: #0C0A0A;
        transition: all 0.3s;
    }

    .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last {
        cursor: not-allowed;
    }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last::after {
            background: #000000;
            opacity: 0.9;
        }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last img {
            filter: blur(2px);
        }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last .rts-btn {
            display: none;
        }

        .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last a span {
            bottom: 50% !important;
            right: 50%;
            left: unset !important;
            transform: translate(50%, 50%);
            cursor: not-allowed;
        }

            .heder-two .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li.last a span:hover {
                color: #fff;
            }

.header-three.sticky .header-three-wrapper ul li .submenu {
    top: 135% !important;
}

.header-three .header-three-wrapper ul li {
    transition: all 0.3s;
}

    .header-three .header-three-wrapper ul li.has-droupdown .nav-link::before {
        right: -10px;
        top: 54%;
        transition: all 0.3s;
    }

    .header-three .header-three-wrapper ul li.has-droupdown .nav-link:hover {
        color: var(--color-primary);
    }

        .header-three .header-three-wrapper ul li.has-droupdown .nav-link:hover::before {
            color: var(--color-primary);
        }

    .header-three .header-three-wrapper ul li .submenu {
        top: 100% !important;
    }

        .header-three .header-three-wrapper ul li .submenu.menu-home {
            justify-content: space-between !important;
            left: -320px !important;
        }

@media (max-width: 1399px) {
    .header-three .header-three-wrapper ul li .submenu.menu-home {
        left: -195px !important;
    }
}

.header-three .header-three-wrapper ul li .submenu.menu-home li {
    margin-right: 0 !important;
    width: 31% !important;
}

    .header-three .header-three-wrapper ul li .submenu.menu-home li a {
        padding: 0 !important;
        display: block !important;
    }

        .header-three .header-three-wrapper ul li .submenu.menu-home li a span {
            left: 50%;
            position: absolute;
            bottom: -7px !important;
            top: auto;
        }

.header-three .header-three-wrapper ul li .submenu.menu-home .page li {
    padding: 0;
}

.header-three .header-three-wrapper .nav-area nav ul li:hover a.nav-item {
    color: var(--color-primary);
}

.header-three .header-three-wrapper .nav-area nav ul li a.nav-item {
    transition: all 0.3s;
}

header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
    padding: 7px 0;
}

    header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
        padding: 0px 15px;
        margin: 0px 0;
    }

.onepage ul li.current a {
    color: var(--color-primary) !important;
}

.home-one.onepage ul li.current a {
    color: #0C0A0A !important;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
    bottom: 15px;
}

header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    min-width: 1024px;
    margin-left: -202px;
    margin-top: 0;
    justify-content: flex-start;
    padding-bottom: 5px;
}

    header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
        width: 16.6% !important;
        padding: 0 10px;
        margin-bottom: 10px;
    }

        header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a {
            padding: 0;
            display: block;
        }

            header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
                bottom: -3px;
            }

        header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li {
            width: 100% !important;
        }

header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
    margin-top: 0;
}

    header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
        padding: 4px 0;
    }

        header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li.sub-dropdown {
            position: relative;
            display: block;
        }

            header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li.sub-dropdown::after {
                position: absolute;
                content: "\f054";
                font-family: "Fontawesome";
                font-size: 14px;
                font-weight: 300;
                right: 10px;
                color: #fff;
            }

            header.header-seven .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li.sub-dropdown ul li {
                padding: 0 !important;
            }

header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
    width: 24% !important;
    margin: 0;
    position: relative;
    padding: 10px 9px;
}

    header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last {
        cursor: not-allowed;
    }

        header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last::after {
            background: #000000;
            opacity: 0.9;
        }

        header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last img {
            filter: blur(2px);
        }

        header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last .rts-btn {
            display: none !important;
        }

        header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last a span {
            bottom: 50% !important;
            right: 50%;
            left: unset !important;
            transform: translate(50%, 50%);
            cursor: not-allowed;
        }

            header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li.last a span:hover {
                color: #fff;
            }

header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    flex-wrap: wrap;
    min-width: 1276px;
    justify-content: center;
    margin-left: 0;
    margin-top: -1px;
    padding: 25px;
    border-radius: 0;
    margin: auto;
    justify-content: flex-start !important;
}

    header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
        width: 16.6% !important;
        margin: 0;
        position: relative;
        padding: 10px 9px;
    }

        header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li {
            width: 100% !important;
            padding: 0 !important;
        }

            header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last {
                cursor: not-allowed;
            }

                header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last::after {
                    background: #000000;
                    opacity: 0.9;
                }

                header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last img {
                    filter: blur(2px);
                }

                header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last .rts-btn {
                    display: none;
                }

                header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last a span {
                    bottom: 50% !important;
                    right: 50%;
                    left: unset !important;
                    transform: translate(50%, 50%);
                    cursor: not-allowed;
                }

                    header.header-three .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li.last a span:hover {
                        color: #fff;
                    }

header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
    width: 14% !important;
    margin: 0;
    position: relative;
}

    header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li ul li {
        width: 100% !important;
        padding: 0;
    }

header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    justify-content: flex-start;
}

    header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
        bottom: 0 !important;
    }

.coming-soon {
    cursor: not-allowed;
    filter: blur(2px);
}

    .coming-soon .page {
        display: none;
    }

.mobile-menu nav ul {
    padding: 0 4px;
}

    .mobile-menu nav ul li {
        margin: 0;
        padding: 0;
    }

        .mobile-menu nav ul li a.main {
            padding: 12px 0 17px 0;
            border-bottom: 1px solid #f3f3f3;
            cursor: pointer;
        }

        .mobile-menu nav ul li.has-droupdown {
            position: relative;
        }

            .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 {
                margin: 10px 0 !important;
            }

            .mobile-menu nav ul li.has-droupdown::after {
                position: absolute;
                content: "\f078";
                font-family: "Font Awesome 6 pro" !important;
                font-size: 16px;
                right: 0;
                font-weight: 400;
                top: 5px;
                padding: 8px 13px;
                color: #fff;
                background: var(--color-primary) !important;
                pointer-events: none;
                cursor: pointer;
            }

            .mobile-menu nav ul li.has-droupdown.mm-active::after {
                content: "\f077";
            }

            .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: 10px 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: absolute;
                        width: 100%;
                        height: 100%;
                        transition: all 0.3s;
                    }

        .mobile-menu nav ul li a {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #464646;
        }

.mobile-menu .social-wrapper-one {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .side-bar.header-two .inner-main-wrapper-desk, .side-bar.header-three .inner-main-wrapper-desk {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .side-bar.header-two .mobile-menu, .side-bar.header-three .mobile-menu {
        display: none !important;
    }
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
    position: relative;
}

    .header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
        color: var(--color-primary);
    }

    .header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 6 Pro" !important;
        font-size: 16px;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
        margin-left: -4px;
    }

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
    padding: 15px 0;
}

    .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
        position: relative;
    }

        .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
            color: var(--color-primary);
        }

        .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
            position: absolute;
            content: "\f105";
            font-family: "Font Awesome 6 Pro" !important;
            font-size: 16px;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
        }

        .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
            margin-left: -4px;
        }

    .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
        margin: 0;
        width: 100%;
    }

        .header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
            display: block;
            width: 100%;
            padding: 0 15px;
        }

.sub-dropdown {
    position: relative !important;
    display: block !important;
}

    .sub-dropdown .submenu.third-lvl {
        opacity: 0 !important;
        min-width: 185px !important;
        left: 100% !important;
        top: -13% !important;
        margin: 0;
        border-radius: 0 !important;
    }

        .sub-dropdown .submenu.third-lvl.base {
            display: none !important;
        }

    .sub-dropdown:hover .sub-menu-link {
        color: var(--color-primary);
    }

    .sub-dropdown:hover .submenu.third-lvl.base {
        opacity: 1 !important;
        min-width: 185px !important;
        top: 0 !important;
        right: -3px;
        display: block !important;
    }

        .sub-dropdown:hover .submenu.third-lvl.base li {
            display: block;
        }

            .sub-dropdown:hover .submenu.third-lvl.base li a {
                display: block !important;
            }

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
    margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
    margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    min-width: 185px !important;
    top: 0 !important;
    right: 3px;
    display: block;
    margin-left: 0 !important;
}

header.heder-two .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 20px;
    top: 8px;
    color: #fff;
}

header.heder-two .sub-dropdown:hover a.sub-menu-link {
    color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown:hover::after {
    color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown .submenu.third-lvl.base {
    display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    min-width: 185px !important;
    top: 0 !important;
    right: 3px;
    display: block;
    margin-left: 0 !important;
}

header.header-three .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

header.header-three .sub-dropdown:hover a.sub-menu-link {
    color: var(--color-primary) !important;
}

header.header-three .sub-dropdown:hover::after {
    color: var(--color-primary) !important;
}

header.header-three .sub-dropdown .submenu.third-lvl.base {
    display: block;
}

.cart-bar {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 360px;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1000;
}

    .cart-bar.show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .cart-bar .cart-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E7E7E7;
    }

        .cart-bar .cart-header .cart-heading {
            font-size: 17px;
            font-weight: 600;
            color: #000000;
            font-family: var(--font-secondary);
        }

.close-cart {
    cursor: pointer;
    margin-top: -11px;
}

    .close-cart i {
        transition: 0.3s;
    }

    .close-cart:hover i {
        transform: scale(1.3);
        color: var(--color-primary);
    }

.cart-bar .product-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E7E7E7;
}

.product-item {
    margin-bottom: 65px;
    position: relative;
    overflow: hidden;
}

.cart-bar .product-item:last-child {
    margin-bottom: 0;
}

.cart-bar .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-bar .cart-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-edit {
    margin-right: 20px;
}

.cart-bar .product-detail .product-thumb {
    margin-right: 15px;
    max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E7E7E7;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 3px;
}

.cart-edit .quantity-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
    display: inline-block;
}

.cart-bar .cart-edit .quantity-edit button {
    background: none;
    font-size: 0;
}

    .cart-bar .cart-edit .quantity-edit button i {
        font-size: 14px;
        color: #C0C0C0;
    }

.cart-edit .quantity-edit button i {
    font-size: 16px;
    color: #d3d3d3;
}

edit .quantity-edit button {
    background: none;
    font-size: 0;
}

.cart-edit .quantity-edit button {
    background: none;
    font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
    font-size: 14px;
    color: #000000;
}

    .cart-bar .cart-edit .quantity-edit button i:hover {
        color: var(--color-primary);
    }

.cart-edit .quantity-edit button i {
    font-size: 16px;
    color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
    text-align: center;
    max-width: 26px;
    padding: 0;
}

.cart-edit .quantity-edit input {
    text-align: center;
    max-width: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
}

.cart-bar .cart-edit .product-edit {
    margin-right: 15px;
}

.cart-bar .product-detail .product-name {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-primary);
}

.cart-bar .product-detail span {
    display: inline-block;
    line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
    color: #868686;
    font-family: roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.cart-bar .product-detail .product-qnty, .cart-bar .product-detail .product-price {
    color: #404040;
    font-weight: 500;
    font-size: 13px;
    font-family: roboto;
}

.cart-bar .cart-bottom-area {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .cart-bar .cart-bottom-area .spend-shipping {
        margin-bottom: 30px;
        background: #F5F5F5;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 500;
        color: var(--color-primary);
        text-align: center;
    }

        .cart-bar .cart-bottom-area .spend-shipping i {
            font-size: 15px;
            margin-right: 7px;
        }

        .cart-bar .cart-bottom-area .spend-shipping .amount {
            font-weight: 700;
            color: #040404;
        }

    .cart-bar .cart-bottom-area .total-price {
        font-size: 18px;
        color: #040404;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .cart-bar .cart-bottom-area .total-price span {
            color: var(--color-primary);
        }

    .cart-bar .cart-bottom-area .checkout-btn {
        border: 1px solid var(--color-primary);
        margin-bottom: 10px;
        color: var(--color-primary);
    }

    .cart-bar .cart-bottom-area .cart-btn {
        width: 100%;
        padding: 10px 20px;
        border-radius: 7px;
        font-size: 14px;
        text-align: center;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

    .cart-bar .cart-bottom-area .view-btn {
        border: 1px solid transparent;
        background: var(--color-primary);
        color: #fff;
    }

    .cart-bar .cart-bottom-area .cart-btn {
        width: 100%;
        padding: 10px 20px;
        border-radius: 7px;
        font-size: 14px;
        text-align: center;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

    .cart-bar .cart-bottom-area .checkout-btn:hover {
        background: var(--color-primary);
        color: #fff;
    }

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 465px;
    padding: 40px 30px;
    padding-top: 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

@media only screen and (max-width: 575px) {
    .side-bar {
        width: 320px;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: center;
}

    .side-bar .inner-main-wrapper-desk .thumbnail img {
        width: 85%;
        margin: auto;
    }

.side-bar .inner-main-wrapper-desk .inner-content {
    text-align: center;
    margin-top: 30px;
}

    .side-bar .inner-main-wrapper-desk .inner-content p {
        max-width: 95%;
        text-align: center;
        margin: auto;
    }

    .side-bar .inner-main-wrapper-desk .inner-content .title {
        font-weight: 600;
    }

    .side-bar .inner-main-wrapper-desk .inner-content .footer {
        padding-top: 50px;
        margin-top: 80px;
        border-top: 1px solid #c2c2c2;
    }

        .side-bar .inner-main-wrapper-desk .inner-content .footer .title {
            font-weight: 500;
        }

        .side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
            margin: auto;
        }

.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;
}

    .side-bar button i {
        color: #000;
        height: 50px;
        width: 50px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 14px;
        margin-top: -48px;
        font-size: 27px;
    }

.rts-contact-page-form-area.contact-2 .mian-wrapper-form {
    padding: 50px;
    background: #F2F2F2;
}

.rts-read-more-2 {
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

    .rts-read-more-2 i {
        margin-left: 10px;
        font-size: 24px;
        color: #fff;
        height: 27px;
        width: 27px;
        border-radius: 5px;
        background: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

.about-one-left-wrapper {
    position: relative;
}

    .about-one-left-wrapper .left-detail-thumb {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #0C0A0A;
        padding: 40px 50px;
    }

        .about-one-left-wrapper .left-detail-thumb .title {
            color: #fff;
        }

    .about-one-left-wrapper img {
        width: 100%;
    }

.bg-white {
    background: #fff;
}

.right--div {
    position: relative;
    min-width: 123%;
    left: -23%;
    right: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1919px) {
    .right--div {
        left: 0;
        min-width: 100%;
    }
}

.about-one-right-wrapper {
    background: #FFFFFF;
    height: 100%;
    padding: 0 80px;
}

@media screen and (max-width: 1919px) {
    .about-one-right-wrapper {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-one-right-wrapper {
        background: transparent;
        margin-top: 30px;
        padding: 0;
    }
}

.header--sticky {
    transition: 0.3s;
    top: 0;
    z-index: 5;
    position: relative;
}

    .header--sticky.sticky {
        position: fixed !important;
        top: 0;
        display: block;
        backdrop-filter: blur(9px);
        width: 100%;
        box-shadow: 0px 7px 18px #1810100d;
        background: #fff;
        z-index: 999;
    }

.rts-tab-one-start ul.nav {
    background: #F2F3F5;
    padding: 20px 30px;
    border: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1919px) {
    .rts-tab-one-start ul.nav {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-tab-one-start ul.nav {
        margin-top: 10px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-tab-one-start ul.nav {
        margin: 10px 0;
        background: transparent !important;
    }
}

@media only screen and (max-width: 479px) {
    .rts-tab-one-start ul.nav {
        padding: 0;
    }
}

.rts-tab-one-start ul.nav li {
    margin: 0;
    padding: 0;
    margin-right: 50px;
}

    .rts-tab-one-start ul.nav li button {
        color: #0C0A0A;
        font-family: var(--font-primary);
        padding: 0;
        margin: 0;
        background: transparent;
        border: none;
        font-weight: 600;
        font-size: 18px;
        position: relative;
        transition: 0.3;
    }

        .rts-tab-one-start ul.nav li button::after {
            position: absolute;
            left: 0;
            top: 50%;
            height: 2px;
            width: 0;
            content: "";
            background: #0C0A0A;
        }

        .rts-tab-one-start ul.nav li button[aria-selected=true] {
            background: transparent;
            border: none;
            margin-left: 30px;
            color: #0C0A0A;
            font-weight: 600;
        }

            .rts-tab-one-start ul.nav li button[aria-selected=true]::after {
                width: 40px;
                left: -33px;
            }

@media only screen and (max-width: 479px) {
    .rts-tab-one-start ul.nav li button[aria-selected=true] {
        margin-left: 15px;
    }
}

.single-tab-content-one p.disc {
    margin-bottom: 30px;
}

@media screen and (max-width: 1919px) {
    .single-tab-content-one p.disc {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-tab-content-one p.disc {
        width: 74%;
    }
}

@media only screen and (max-width: 767px) {
    .single-tab-content-one p.disc {
        width: 100%;
    }
}

.single-tab-content-one .jurney-from {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1919px) {
    .single-tab-content-one .jurney-from {
        gap: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .single-tab-content-one .jurney-from {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.single-tab-content-one .jurney-from .left-jr .title {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--font-primary);
    color: var(--color-primary);
}

.single-tab-content-one .jurney-from .left-jr span.sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.08em;
    color: #161921;
    text-transform: uppercase;
}

.single-tab-content-one .jurney-from .right-jr .single {
    margin-bottom: 7px;
}

    .single-tab-content-one .jurney-from .right-jr .single.contact {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .single-tab-content-one .jurney-from .right-jr .single.contact i {
            border-radius: 50%;
            background: var(--color-primary);
            color: #fff;
            font-size: 10px;
            height: 23px;
            width: 23px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .single-tab-content-one .jurney-from .right-jr .single.contact a {
            color: #0C0A0A;
            transition: 0.3s;
            font-weight: 400;
        }

            .single-tab-content-one .jurney-from .right-jr .single.contact a:hover {
                color: var(--color-primary);
            }

    .single-tab-content-one .jurney-from .right-jr .single i {
        color: var(--color-primary);
        margin-right: 10px;
    }

    .single-tab-content-one .jurney-from .right-jr .single span {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #0C0A0A;
    }

@media screen and (max-width: 1919px) {
    .single-tab-content-one .jurney-from .right-jr .single span {
        font-size: 13px;
    }
}

.title-three-left {
    position: relative;
}

    .title-three-left .bg-title {
        font-size: 150px;
        position: absolute;
        left: 0;
        top: -13px;
        z-index: -1;
        text-transform: uppercase;
        font-family: var(--font-primary);
        font-weight: 700;
        background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
        opacity: 0.06;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: 93px;
        display: flex;
        align-items: center;
        -webkit-text-stroke: 1px #000000;
    }

@media (max-width: 576px) {
    .title-three-left .bg-title {
        font-size: 100px;
        top: -25px;
    }
}

@media (max-width: 450px) {
    .title-three-left .bg-title {
        font-size: 68px;
        top: -30px;
    }
}

.title-three-left span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
    font-family: 'Poppins';
}

.title-three-left .title {
    font-size: 32px;
    line-height: 30px;
    color: #000000;
    margin-top: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-three-left .title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .title-three-left .title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .title-three-left .title {
        font-size: 22px !important;
        line-height: 28px;
    }
}

.title-three-center {
    position: relative;
    text-align: center;
}

    .title-three-center .bg-title {
        font-size: 150px;
        position: absolute;
        left: 0;
        top: -51px;
        z-index: -1;
        text-transform: uppercase;
        font-family: var(--font-primary);
        font-weight: 700;
        background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
        opacity: 0.06;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: 93px;
        display: flex;
        align-items: center;
        -webkit-text-stroke: 1px #000000;
        left: 50%;
        transform: translateX(-50%);
        min-width: max-content;
    }

    .title-three-center span.pre-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--font-primary);
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #0C0A0A;
    }

    .title-three-center .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #0C0A0A;
        margin-top: 12px;
    }

.about-image-thumbnail-3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 150px;
}

@media (max-width: 991px) {
    .about-image-thumbnail-3 {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .about-image-thumbnail-3 {
        margin-bottom: 100px;
    }
}

.about-image-thumbnail-3 .image-2 {
    position: absolute;
    right: 0;
    top: -150px;
    animation: jump-2 8s linear infinite;
}

.single-tab-content-three {
    margin-top: 20px;
}

    .single-tab-content-three .disc {
        margin-bottom: 20px;
    }

    .single-tab-content-three .list-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

        .single-tab-content-three .list-wrapper .single {
            margin-right: 30px;
        }

            .single-tab-content-three .list-wrapper .single ul {
                margin-left: 20px;
            }

                .single-tab-content-three .list-wrapper .single ul li {
                    margin-bottom: 10px;
                    margin-top: 5px;
                }

.rts-tab-three-start {
    margin-top: 45px;
}

    .rts-tab-three-start ul {
        padding: 0;
        margin: 0;
        border: none;
    }

        .rts-tab-three-start ul li {
            padding: 0;
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 20px;
        }

@media (max-width: 500px) {
    .rts-tab-three-start ul li {
        margin-bottom: 20px;
    }
}

.rts-tab-three-start ul li button {
    background: transparent !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #171717;
    border: 1px solid #F0F0F0 !important;
    padding: 12px 34px;
}

    .rts-tab-three-start ul li button:hover {
        background: #171717 !important;
        color: #fff !important;
    }

    .rts-tab-three-start ul li button[aria-selected=true] {
        background: #171717 !important;
        color: #fff !important;
    }

.thumbnail-area-about {
    position: relative;
}

    .thumbnail-area-about img.small {
        position: absolute;
        right: 0;
        top: 40px;
        animation: jump-2 5s linear infinite;
    }

@media only screen and (max-width: 1199px) {
    .thumbnail-area-about img.small {
        right: -44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .thumbnail-area-about img.small {
        right: 50px;
    }
}

.main-content-area-about-p p.disc {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins';
}

.main-content-area-about-p .service-wrapper {
    display: flex;
    align-items: center;
    gap: 130px;
}

@media only screen and (max-width: 767px) {
    .main-content-area-about-p .service-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.main-content-area-about-p .service-wrapper .single-service {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .main-content-area-about-p .service-wrapper .single-service i {
        margin-right: 8px;
        color: #0C0A0A;
        font-weight: 400;
    }

    .main-content-area-about-p .service-wrapper .single-service p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #0C0A0A;
        font-family: var(--font-primary);
    }

.main-content-area-about-p .authore-artea-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 40px;
}

@media only screen and (max-width: 575px) {
    .main-content-area-about-p .authore-artea-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        margin-bottom: 40px;
    }
}

.main-content-area-about-p .main-authore-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .main-content-area-about-p .main-authore-wrapper .author img {
        width: 100%;
    }

    .main-content-area-about-p .main-authore-wrapper .info .title {
        margin-bottom: 5px;
    }

.appoinment-m-thumb {
    position: relative;
}

    .appoinment-m-thumb .inner-wrapper {
        position: absolute;
        bottom: 80px;
        padding: 35px 50px 35px 40px;
        background: var(--color-primary);
        display: flex;
        align-items: center;
        margin-left: -100px;
        animation: jump-2 5s linear infinite;
    }

@media only screen and (max-width: 479px) {
    .appoinment-m-thumb .inner-wrapper {
        padding: 7px;
        padding: 7px;
        margin-left: 0;
    }
}

.appoinment-m-thumb .inner-wrapper h6 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FFF;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .appoinment-m-thumb .inner-wrapper h6 {
        font-size: 40px;
    }
}

.appoinment-m-thumb .inner-wrapper span {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: -10px;
}

.rts-make-an-appoinemtn-area.home-seven .appoinment-m-thumb .inner-wrapper {
    position: absolute;
    bottom: 40px;
    left: -160px;
    padding: 0;
    background: none;
    margin-left: 0;
}

@media (max-width: 768px) {
    .rts-make-an-appoinemtn-area.home-seven .appoinment-m-thumb .inner-wrapper {
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 500px) {
    .rts-make-an-appoinemtn-area.home-seven .appoinment-m-thumb .inner-wrapper {
        display: none;
    }
}

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper span {
    color: var(--color-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper .title {
    margin-top: 10px;
}

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .input-wrapper .single-input {
    width: 100%;
}

    .rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .input-wrapper .single-input input {
        height: 60px;
        background: #FFFFFF;
        display: block;
        padding: 0 30px;
        border: 1px solid transparent;
    }

        .rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .input-wrapper .single-input input:focus {
            border: 1px solid var(--color-primary);
        }

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .input-half-wrapper .single-input {
    width: 50%;
}

    .rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .input-half-wrapper .single-input select {
        margin-top: 0;
    }

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form textarea {
    background: #FFFFFF;
    margin-bottom: 30px;
    padding: 15px;
    height: 150px;
}

    .rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form textarea:focus {
        border: 1px solid var(--color-primary);
    }

.rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .rts-btn.btn-primary {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 25px;
}

    .rts-make-an-appoinemtn-area.home-seven .appoinment-inner-content-wrapper form .rts-btn.btn-primary i {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: var(--color-primary);
        margin-left: 20px;
    }

.thumbnail-area-about {
    position: relative;
    text-align: center;
    border: 4px solid #ffffff;
    padding: 10px;
    border-radius: 30px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) -1px 9px 29px 0px;
    background-image: url(https://img.freepik.com/premium-photo/full-frame-shot-white-background_1048944-19680964.jpg?semt=ais_hybrid&w=740);
}

    .thumbnail-area-about .rts-btn.btn-primary {
        border: 4px solid #fff;
        position: absolute;
        bottom: -30px;
        padding: 20px 70px;
        font-weight: 500;
        min-width: max-content;
        font-size: 20px;
    }

@media only screen and (max-width: 1199px) {
    .thumbnail-area-about .rts-btn.btn-primary {
        border: 7px solid #fff;
        position: absolute;
        bottom: -40px;
        padding: 27px 20px;
        font-weight: 500;
        min-width: max-content;
        font-size: 24px;
    }
}

.rts-about-area-about {
    position: relative;
    z-index: 1;
    background: #fff;
}

    .rts-about-area-about .bg-text {
        position: absolute;
        left: 35%;
        bottom: 50px;
        z-index: -1;
    }

        .rts-about-area-about .bg-text .title {
            font-size: 150px;
            background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
            -webkit-background-clip: text;
            opacity: 0.05;
            text-fill-color: transparent;
            text-transform: uppercase;
            -webkit-text-stroke: 1px black;
            -webkit-text-fill-color: #b8b8b8;
            min-width: max-content;
        }

@media only screen and (max-width: 1199px) {
    .rts-about-area-about .bg-text .title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-about-area-about .bg-text .title {
        font-size: 80px;
    }
}

.rts-about-area-about.sustain {
    padding-bottom: 45px;
}

    .rts-about-area-about.sustain .container .about-inner-wrapper-inner .title-three-left .title {
        margin-top: 0;
        line-height: 1;
    }

    .rts-about-area-about.sustain .container .sustain-inner {
        margin-top: 45px;
    }

        .rts-about-area-about.sustain .container .sustain-inner .single-fun-facts-one {
            background: none;
            padding: 0 30px 0 0;
            margin-bottom: 30px;
        }

            .rts-about-area-about.sustain .container .sustain-inner .single-fun-facts-one .inner .icon {
                padding: 0;
                margin-top: 10px;
            }

            .rts-about-area-about.sustain .container .sustain-inner .single-fun-facts-one .inner .title {
                color: #000000;
            }

            .rts-about-area-about.sustain .container .sustain-inner .single-fun-facts-one .inner p {
                color: var(--color-body);
                font-size: 16px;
                font-weight: 400;
            }

        .rts-about-area-about.sustain .container .sustain-inner .rts-single-service-three {
            align-items: start;
        }

            .rts-about-area-about.sustain .container .sustain-inner .rts-single-service-three .thumbnail-area {
                flex-basis: auto;
                padding: 10px;
                display: block;
                width: 130px;
                border: 1px solid #E1E1E1;
            }

                .rts-about-area-about.sustain .container .sustain-inner .rts-single-service-three .thumbnail-area img {
                    min-width: unset;
                    width: 100%;
                }

.rts-about-area-about.career .container .about-inner-wrapper-inner {
    margin-bottom: 40px;
}

    .rts-about-area-about.career .container .about-inner-wrapper-inner .title-three-left .title {
        margin-top: 0;
        line-height: 1;
    }

.rts-about-area-about.career .sustain-inner {
    background: url(../images/service/25.jpg);
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.rts-about-area-about.vision {
    background: #F2F3F5;
}

@media (max-width: 767px) {
    .rts-about-area-about.vision {
        padding: 60px 0 120px 0;
    }
}

.rts-about-area-about.vision .container .vision-wrapper {
    position: relative;
}

    .rts-about-area-about.vision .container .vision-wrapper .swiper {
        overflow: hidden;
    }

        .rts-about-area-about.vision .container .vision-wrapper .swiper .swiper-wrapper {
            position: relative;
        }

@media (max-width: 991px) and (min-width: 767px) {
    .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-a-p-cont {
        margin-top: 0;
        padding-right: 0;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-a-p-cont {
        margin-top: 30px;
        padding-left: 10px;
        text-align: center;
    }
}

.rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .thumbnail-area-about .main {
    width: 100%;
}

.rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .title-three-left .title {
    font-size: 42px;
    line-height: 52px;
}

@media (max-width: 991px) and (min-width: 767px) {
    .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .title-three-left .title {
        font-size: 34px;
        line-height: 44px;
        margin-top: 0;
    }

        .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .title-three-left .title br {
            display: none;
        }
}

.rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .main-content-area-about-p p.disc {
    padding-right: 30px;
    margin-bottom: 0;
}

@media (max-width: 991px) and (min-width: 767px) {
    .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .main-content-area-about-p p.disc {
        margin-top: 20px;
    }

        .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .main-content-area-about-p p.disc br {
            display: none;
        }
}

@media (max-width: 767px) {
    .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .main-content-area-about-p p.disc {
        padding-right: 0;
    }

        .rts-about-area-about.vision .container .vision-wrapper .vision-main-wrapper .about-inner-wrapper-inner .main-content-area-about-p p.disc br {
            display: none;
        }
}

.rts-about-area-about.vision .swiper-pagination {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: grid;
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .rts-about-area-about.vision .swiper-pagination {
        top: unset;
        bottom: 50px;
        right: 50%;
        transform: translateX(50%);
        display: flex;
        align-items: center;
    }
}

.rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet {
        margin-bottom: 0;
        margin: 0 10px;
    }
}

.rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .rts-about-area-about.safety .thumbnail-area-about .small {
        right: 0;
    }
}

.rts-about-area-about.safety .title-three-left span.pre-title {
    color: var(--color-primary);
}

.rts-about-area-about.safety .main-content-area-about-p p.disc:first-child {
    margin-bottom: 0;
}

.rts-about-area-about.safety .main-content-area-about-p p.disc:last-child {
    margin-top: 20px;
}

@media (max-width: 500px) {
    .rts-about-area-about.safety .main-content-area-about-p p.disc br {
        display: none;
    }
}

.service-abot-area {
    background: #f5f5f5;
}

@media (max-width: 991px) {
    .service-abot-area.sustain .plr-sm {
        padding: 0 10px;
    }
}

.service-abot-area.sustain .one {
    margin-bottom: 50px;
}

    .service-abot-area.sustain .one .thumbnail-service-about {
        margin-right: 120px;
    }

@media (max-width: 991px) {
    .service-abot-area.sustain .one .thumbnail-service-about {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.service-abot-area.sustain .one .service-about-wrapper .title-three-left .title {
    color: #000000;
}

.service-abot-area.sustain .two .thumbnail-service-about {
    margin-left: 120px;
}

@media (max-width: 991px) {
    .service-abot-area.sustain .two .thumbnail-service-about {
        margin-left: 0;
        margin-top: 30px;
    }
}

.service-abot-area.sustain .two .service-about-wrapper .title-three-left .title {
    color: #000000;
}

.service-abot-area.sustain.safety {
    background: none;
}

@media (max-width: 991px) {
    .p-md-0 {
        padding-left: 10px !important;
    }
}

.company-solution-four .head h6 {
    padding: 12px 20px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--font-primary);
    margin-bottom: 0;
}

.company-solution-four .body {
    border: 1px solid #E4E4E4;
    padding: 40px;
}

@media only screen and (max-width: 575px) {
    .company-solution-four .body {
        padding: 15px;
    }
}

.company-solution-four .single-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .company-solution-four .single-item .icon {
        box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
        border-radius: 50%;
    }

        .company-solution-four .single-item .icon img {
            width: max-content;
        }

    .company-solution-four .single-item .info .title {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }

.about-four-img {
    position: relative;
}

    .about-four-img .thumbnail-1 {
        position: relative;
        max-width: max-content;
        z-index: 1;
        border: 8px solid #ffffff;
    }

        .about-four-img .thumbnail-1::after {
            position: absolute;
            content: "";
            border: 1px solid #FF6600;
            height: 100%;
            width: 100%;
            left: 30px;
            top: 30px;
            z-index: -1;
        }

        .about-four-img .thumbnail-1 .experience {
            position: absolute;
            right: -220px;
            top: 0;
            display: flex;
            align-items: center;
            gap: 15px;
        }

@media only screen and (max-width: 575px) {
    .about-four-img .thumbnail-1 .experience {
        right: -106px;
    }
}

@media only screen and (max-width: 479px) {
    .about-four-img .thumbnail-1 .experience {
        right: 15px;
        top: 45px;
    }
}

.about-four-img .thumbnail-1 .experience h3 {
    font-size: 86px;
    color: var(--color-primary);
}

.about-four-img .thumbnail-1 .experience .small-st {
    display: flex;
    flex-direction: column;
}

    .about-four-img .thumbnail-1 .experience .small-st span.plus {
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 600;
    }

    .about-four-img .thumbnail-1 .experience .small-st span {
        color: #000000;
        font-weight: 600;
    }

.about-four-img .thumbnail-2 {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 2;
}

@media only screen and (max-width: 479px) {
    .about-four-img .thumbnail-2 {
        top: 306px;
    }
}

.about-four-img .thumbnail-2 span {
    position: absolute;
    min-width: max-content;
    right: 10px;
    top: 10px;
    padding: 8px 30px;
    background: var(--color-primary);
    color: #fff;
    animation: jump-2 5s linear infinite;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.about-four-img .thumbnail-2 img {
    border: 10px solid #fff;
    animation: jump-2 5s linear infinite;
}

@media only screen and (max-width: 479px) {
    .about-four-img .thumbnail-2 img {
        width: 60%;
    }
}

.why-choose-padding-con {
    padding-bottom: 116px;
}

@media only screen and (max-width: 1199px) {
    .why-choose-padding-con {
        padding-bottom: 0;
    }
}

.rts-why-chooseus-4 .title-mid-wrapper-home-two span {
    color: var(--color-primary);
}

.rts-why-chooseus-4 .title-mid-wrapper-home-two .title {
    color: #ffff !important;
}

.img-large-h4-ab img {
    margin-top: -120px;
}

@media only screen and (max-width: 1199px) {
    .img-large-h4-ab img {
        margin-top: 0;
        padding-top: 120px;
    }
}

.inner-content-ab-com p.disc {
    margin-bottom: 30px;
    width: 82%;
}

@media only screen and (max-width: 767px) {
    .inner-content-ab-com p.disc {
        width: 100%;
    }
}

.inner-content-ab-com .btn-group-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .inner-content-ab-com .btn-group-area {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.inner-content-ab-com .btn-group-area .rts-btn.btn-primary i {
    margin-left: 15px;
}

.inner-content-ab-com .btn-group-area .user {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .inner-content-ab-com .btn-group-area .user .info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

        .inner-content-ab-com .btn-group-area .user .info .title {
            margin-bottom: 0px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            min-width: max-content;
        }

.home-six span.pre,
.home-six .title-mid-wrapper-home-two span.pre {
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.thumbnail-about-six {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 120px;
}

    .thumbnail-about-six .image-sm {
        position: absolute;
        bottom: -120px;
        left: 0;
        animation: jump-2 5s linear infinite;
    }

@media only screen and (max-width: 479px) {
    .thumbnail-about-six .image-sm {
        width: 60%;
    }
}

.about-six-inner-wrapper p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6E777D;
    margin-bottom: 28px;
}

.bg-dark-3 {
    background: #171717;
    background-image: url(../images/bg/bg-08.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-eight-content-main-wrapper .title-area span {
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.about-eight-content-main-wrapper .title-area h2.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 73px;
    color: #0C0A0A;
}

@media only screen and (max-width: 767px) {
    .about-eight-content-main-wrapper .title-area h2.title {
        font-size: 36px;
        line-height: 42px;
    }
}

.about-eight-content-main-wrapper p.disc-1 {
    margin-bottom: 30px;
}

.about-eight-content-main-wrapper .check-area-inner {
    margin-bottom: 30px;
}

    .about-eight-content-main-wrapper .check-area-inner .single-check {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }

@media only screen and (max-width: 575px) {
    .about-eight-content-main-wrapper .check-area-inner .single-check {
        align-items: flex-start;
    }
}

.about-eight-content-main-wrapper .check-area-inner .single-check i {
    margin-right: 8px;
    color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
    .about-eight-content-main-wrapper .check-area-inner .single-check i {
        margin-top: 6px;
    }
}

.about-eight-content-main-wrapper .mission-area {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .about-eight-content-main-wrapper .mission-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.about-eight-content-main-wrapper .mission-area img {
    margin-right: 20px;
}

.about-eight-content-main-wrapper .mission-area .title {
    margin-bottom: 5px;
}

.about-eight-content-main-wrapper .mission-area p.disc {
    width: 80%;
}

.about-eight-content-main-wrapper .contacta-area {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .about-eight-content-main-wrapper .contacta-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.about-eight-content-main-wrapper .contacta-area .call-area {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

@media only screen and (max-width: 575px) {
    .about-eight-content-main-wrapper .contacta-area .call-area {
        margin-left: 0;
    }
}

.about-eight-content-main-wrapper .contacta-area .call-area .icon {
    margin-right: 13px;
}

    .about-eight-content-main-wrapper .contacta-area .call-area .icon i {
        width: 52px;
        height: 52px;
        background: var(--color-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-35deg);
        color: #fff;
        font-weight: 600;
    }

.about-eight-content-main-wrapper .contacta-area .call-area .detail span {
    display: block;
    text-transform: capitalize;
}

.about-eight-content-main-wrapper .contacta-area .call-area .detail a.number {
    font-weight: 700;
    font-size: 24px;
    color: #0C0A0A;
    line-height: 37px;
    transition: 0.3s;
}

    .about-eight-content-main-wrapper .contacta-area .call-area .detail a.number:hover {
        color: var(--color-primary);
    }

.thumbnail-about-eight {
    position: relative;
}

    .thumbnail-about-eight .experience-area {
        position: absolute;
        top: 42%;
        right: 40px;
        animation: jump-2 8s linear infinite;
        background: #fff;
        padding: 30px 40px;
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
    }

@media only screen and (max-width: 575px) {
    .thumbnail-about-eight .experience-area {
        padding: 6px 17px;
    }
}

.thumbnail-about-eight .experience-area .image-area {
    position: relative;
}

    .thumbnail-about-eight .experience-area .image-area span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
        font-size: 40px;
    }

.thumbnail-about-eight .experience-area p {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #0C0A0A;
    margin-top: 12px;
}

@media only screen and (max-width: 1199px) {
    .about-eight-content-main-wrapper .check-area-inner .single-check p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-eight-content-main-wrapper .mission-area p.disc {
        width: 100%;
        font-size: 14px;
    }
}

.thumbnail-about-nine {
    margin-left: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .thumbnail-about-nine {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .thumbnail-about-nine {
        margin-left: 0;
    }
}

.thumbnail-about-nine img {
    width: 100%;
}

.about-inner-left-nine {
    padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-inner-left-nine {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about-inner-left-nine {
        margin-top: 40px;
        padding-left: 0;
    }
}

.title-left-wrapper-home-nine .pre {
    text-transform: uppercase;
    color: var(--color-primary);
}

.bg-testi-ten {
    background-image: url(../images/testimonials/06.jpg);
    background-repeat: no-repeat;
}

.bg-about-ten {
    background: #F8F8F8;
}

.thumbnail-main-img-company-about {
    position: relative;
}

    .thumbnail-main-img-company-about .single-right-content {
        position: absolute;
        right: 0;
        top: 9%;
        background: #fff;
        padding: 35px 40px;
        border: 1px solid #DBDBDB;
    }

@media only screen and (max-width: 767px) {
    .thumbnail-main-img-company-about .single-right-content {
        padding: 17px;
    }
}

.thumbnail-main-img-company-about .single-right-content span {
    color: var(--color-primary);
}

.thumbnail-main-img-company-about .single-right-content h2 {
    margin-bottom: 0;
}

.thumbnail-main-img-company-about .single-right-content.second {
    top: 38%;
}

.thumbnail-main-img-company-about .single-right-content.last {
    top: 67%;
}

.thumbnail-11-about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

    .thumbnail-11-about .small-image {
        position: absolute;
        bottom: -120px;
        left: 0;
        border: 10px solid #fff;
    }

@media only screen and (max-width: 575px) {
    .thumbnail-11-about .small-image {
        max-width: 50%;
    }
}

.thumbnail-11-about .shorts-experience {
    position: absolute;
    left: -20px;
    top: 60px;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
    .thumbnail-11-about .shorts-experience {
        display: none;
    }
}

.thumbnail-11-about .shorts-experience .title {
    color: #30373E;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 60.417% */
    margin-bottom: 7px;
}

.thumbnail-11-about .shorts-experience span {
    color: #30373E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 241.667% */
}

.about-right-area-start .title-area-left-align-11 .pre-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .about-right-area-start .title-area-left-align-11 .pre-title span {
        color: #F60;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -0.32px;
    }

.about-right-area-start .title-area-left-align-11 .title {
    color: #30373E;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-right-area-start .title-area-left-align-11 .title {
        font-size: 42px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-right-area-start .title-area-left-align-11 .title {
        font-size: 36px;
        line-height: 49px;
    }
}

@media only screen and (max-width: 575px) {
    .about-right-area-start .title-area-left-align-11 .title {
        font-size: 26px;
        line-height: 36px;
    }
}

.bg-contact-7 {
    background-image: url(../images/contact/07.jpg);
    height: 598px;
}

.short-service-wrapper-12 {
    display: flex;
    align-items: center;
    gap: 80px;
}

@media only screen and (max-width: 767px) {
    .short-service-wrapper-12 {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.short-service-wrapper-12 .short-service-12 {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .short-service-wrapper-12 .short-service-12 .title {
        margin-bottom: 0;
    }

.rts-banner-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .rts-banner-one .banner-shape-area .shape {
        position: absolute;
        z-index: -1;
        top: 0;
    }

    .rts-banner-one::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: linear-gradient(90deg, #101010 2.78%, rgba(16, 16, 16, 0) 81.61%);
    }

    .rts-banner-one .banner-one-wrapper span.b_one-pre {
        letter-spacing: 0.1em;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--font-primary);
        color: var(--color-white);
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.5s;
        display: block;
    }

    .rts-banner-one .banner-one-wrapper .title-banner {
        margin-top: 20px;
        font-weight: 700;
        font-size: 72px;
        line-height: 82px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 50px;
        opacity: 0;
        transition-delay: 1s;
    }

@media only screen and (max-width: 1199px) {
    .rts-banner-one .banner-one-wrapper .title-banner {
        font-size: 49px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-banner-one .banner-one-wrapper .title-banner {
        font-size: 42px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-one .banner-one-wrapper .title-banner {
        font-size: 42px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-banner-one .banner-one-wrapper .title-banner {
        font-size: 30px;
        line-height: 45px;
    }
}

.rts-banner-one .banner-one-wrapper .button-area-banner {
    display: flex;
    align-items: center;
    gap: 40px;
    transition-delay: 2s;
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .rts-banner-one .banner-one-wrapper .button-area-banner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.rts-banner-one .banner-one-wrapper .call-area {
    display: flex;
    align-items: center;
}

    .rts-banner-one .banner-one-wrapper .call-area .icon {
        margin-right: 13px;
    }

        .rts-banner-one .banner-one-wrapper .call-area .icon i {
            width: 52px;
            height: 52px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotate(-35deg);
            color: var(--color-primary);
            font-weight: 600;
        }

    .rts-banner-one .banner-one-wrapper .call-area .detail span {
        display: block;
        text-transform: capitalize;
    }

    .rts-banner-one .banner-one-wrapper .call-area .detail a.number {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        line-height: 37px;
        transition: 0.3s;
    }

        .rts-banner-one .banner-one-wrapper .call-area .detail a.number:hover {
            color: var(--color-primary);
        }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-one-right-wrapper {
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 1199px) {
    .about-one-right-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-one-right-wrapper {
        background-color: transparent !important;
    }
}

.rts-banner-main-area-swiper {
    position: relative;
}

    .rts-banner-main-area-swiper .swiper-pagination {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .rts-banner-main-area-swiper .swiper-pagination {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }

@media only screen and (max-width: 575px) {
    .rts-banner-main-area-swiper .swiper-pagination {
        display: none;
    }
}

.rts-banner-main-area-swiper .swiper-pagination-bullet {
    padding: 40px 80px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
    background: white;
    letter-spacing: 0.05em;
    margin: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .rts-banner-main-area-swiper .swiper-pagination-bullet {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-main-area-swiper .swiper-pagination-bullet {
        padding: 20px 10px;
        font-size: 13px;
    }
}

.rts-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

    .rts-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        position: absolute;
        left: 50%;
        bottom: 25px;
        content: "";
        height: 1px;
        background: #0C0A0A;
        width: 51%;
        transform: translateX(-50%);
    }

@media only screen and (max-width: 1199px) {
    .rts-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        display: none;
    }
}

.rts-banner-main-area-swiper .swiper-pagination-bullet-active {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .rts-banner-main-area-swiper .swiper-pagination-bullet-active {
        color: var(--color-primary);
    }
}

.rts-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper {
    opacity: 1;
}

    .rts-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper span.b_one-pre {
        animation: slideInUp3 1s linear;
        animation-delay: 0.5s;
        display: block;
        opacity: 1;
    }

    .rts-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper .title-banner {
        animation: fadeInUp2 1s linear;
        animation-delay: 1s;
        opacity: 1;
    }

    .rts-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper .button-area-banner {
        animation: fadeInUp2 1.5s linear;
        animation-delay: 2s;
        opacity: 1;
    }

.rts-banner-main-area-swiper.home-seven .banner-social-area {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(50%);
    z-index: 2;
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .rts-banner-main-area-swiper.home-seven .banner-social-area {
        left: -120px;
    }
}

@media (max-width: 1400px) {
    .rts-banner-main-area-swiper.home-seven .banner-social-area {
        left: -140px;
    }
}

@media (max-width: 1200px) {
    .rts-banner-main-area-swiper.home-seven .banner-social-area {
        display: none;
    }
}

.rts-banner-main-area-swiper.home-seven .banner-social-area .inner {
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

    .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .content {
        margin-bottom: 0;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
    }

        .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .content span {
            margin-right: 5px;
        }

    .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .divider {
        width: 100px;
        height: 1px;
        margin: auto 0;
        background: #FFFFFF;
        margin-left: 5px;
    }

    .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .social-wrapper {
        display: flex;
        padding: 0;
    }

        .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .social-wrapper li {
            list-style: none;
            margin: 0 15px;
        }

            .rts-banner-main-area-swiper.home-seven .banner-social-area .inner .social-wrapper li i {
                color: #FFFFFF;
                transform: rotate(90deg);
            }

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one {
    padding: 160px 0 65px 0;
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .container {
        max-width: 1024px;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one.bg_image--1 {
    background: url(../images/bg/bg-image-7.jpg);
    background-size: cover;
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one.bg_image--2 {
    background: url(../images/bg/bg-image-8.jpg);
    background-size: cover;
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .b_one-pre {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    font-family: var(--font-primary);
}

@media (max-width: 991px) {
    .rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .b_one-pre {
        font-size: 16px;
        line-height: 1.2;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 55px;
}

@media (max-width: 768px) {
    .rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .desc br {
        display: none;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 576px) {
    .rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area {
        display: block;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area .rts-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    padding: 23px 30px;
}

@media (max-width: 576px) {
    .rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area .rts-btn {
        margin-bottom: 20px;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area .rts-btn.p-short {
    padding: 8px 8px 8px 25px;
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area .rts-btn i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--color-primary);
    margin-left: 20px;
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .button-group-area .rts-btn:hover {
    border: 1px solid var(--color-primary);
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination {
    position: absolute;
    bottom: 100px;
    right: 30px;
    left: auto !important;
    width: 300px !important;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination {
        right: 50% !important;
        transform: translateX(50%);
        bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination {
        display: none;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
    padding: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 4px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    text-transform: uppercase;
    background: none;
    letter-spacing: 0.05em;
    margin: 0 !important;
    position: relative;
    margin: 0 7px !important;
}

@media (max-width: 1200px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        padding: 25px !important;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet::before {
    content: "02";
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet:first-child::before {
    content: "01";
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet:last-child::before {
    content: "03";
}

@media only screen and (max-width: 1199px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
        padding: 20px 10px;
        font-size: 13px;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    width: 67px;
    height: 67px;
}

@media (max-width: 1200px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 50px;
        height: 50px;
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    color: var(--color-primary);
}

.rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet-active {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .rts-banner-main-area-swiper.home-seven .swiper-pagination-bullet-active {
        color: var(--color-primary);
    }
}

.rts-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper {
    opacity: 1;
}

    .rts-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper span.b_one-pre {
        animation: slideInUp3 1s linear;
        animation-delay: 0.5s;
        display: block;
        opacity: 1;
    }

    .rts-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper .title-banner {
        animation: fadeInUp2 1s linear;
        animation-delay: 1s;
        opacity: 1;
    }

    .rts-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper .button-area-banner {
        animation: fadeInUp2 1.5s linear;
        animation-delay: 2s;
        opacity: 1;
    }

.rts-banner-main-area-swiper .swiper-slide-active .banner-shape-area .shape-1 {
    top: 0;
    left: 0;
    animation: slideInLeft 0.8s linear;
}

.rts-banner-main-area-swiper .swiper-slide-active .banner-shape-area .shape-2 {
    top: 0;
    left: 0;
    animation: slideInLeft 1s linear;
}

.rts-banner-three-area {
    background: #151515;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .rts-banner-three-area .rts-to-bottom-start {
        position: absolute;
        bottom: -70px;
        left: 15px;
    }

        .rts-banner-three-area .rts-to-bottom-start::after {
            position: absolute;
            content: "";
            height: 7px;
            width: 2px;
            background: #fff;
            left: 47%;
            top: 30%;
            transform: translate(-50%, -30%);
            animation: jump-5 3s linear infinite;
        }

    .rts-banner-three-area .banner-three-wrapper {
        position: relative;
    }

        .rts-banner-three-area .banner-three-wrapper .title {
            font-weight: 700;
            font-size: 90px;
            line-height: 100px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 0.08em;
            margin-top: 20px;
        }

@media (max-width: 991px) {
    .rts-banner-three-area .banner-three-wrapper .title {
        font-size: 72px;
        line-height: 90px;
    }
}

@media (max-width: 768px) {
    .rts-banner-three-area .banner-three-wrapper .title {
        font-size: 54px;
        line-height: 74px;
    }
}

@media (max-width: 576px) {
    .rts-banner-three-area .banner-three-wrapper .title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media (max-width: 400px) {
    .rts-banner-three-area .banner-three-wrapper .title {
        font-size: 34px;
        line-height: 48px;
    }
}

.rts-banner-three-area .banner-three-wrapper .title span.strock {
    font-weight: 700;
    font-size: 90px;
    color: #fafafa;
    letter-spacing: 0.08em;
    line-height: 0;
    margin-top: 35px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    z-index: 2;
    -webkit-text-stroke: 0.5px #f8f8f8;
    color: transparent;
    transition: all 0.4s;
    opacity: 1;
}

@media (max-width: 768px) {
    .rts-banner-three-area .banner-three-wrapper .title span.strock {
        font-size: 54px;
    }
}

@media (max-width: 576px) {
    .rts-banner-three-area .banner-three-wrapper .title span.strock {
        font-size: 42px;
    }
}

@media (max-width: 400px) {
    .rts-banner-three-area .banner-three-wrapper .title span.strock {
        font-size: 34px;
    }
}

.rts-banner-three-area .banner-three-wrapper span.pre-title {
    color: #FF6600;
    font-weight: 400;
    font-size: 28px;
    line-height: 43px;
    font-family: var(--font-primary);
}

@media (max-width: 576px) {
    .rts-banner-three-area .banner-three-wrapper span.pre-title {
        font-size: 20px;
    }
}

.rts-banner-three-area .banner-three-wrapper span.bottom {
    margin-top: 100px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #555555;
    font-family: var(--font-primary);
}

@media (max-width: 768px) {
    .rts-banner-three-area .banner-three-wrapper span.bottom {
        margin-top: 50px;
        color: #f8f8f8;
    }
}

.rts-banner-three-area .banner-three-wrapper span.bottom span {
    margin-top: 10px;
    display: block;
}

.rts-banner-three-area .banner-image-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

@media (max-width: 1400px) {
    .rts-banner-three-area .banner-image-area {
        right: -15%;
    }
}

@media (max-width: 1200px) {
    .rts-banner-three-area .banner-image-area {
        right: -40%;
    }
}

@media (max-width: 991px) {
    .rts-banner-three-area .banner-image-area {
        right: -80%;
    }
}

.rts-banner-three-area .banner-image-area img {
    height: 100%;
    width: inherit;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.rts-banner-area-two {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

    .rts-banner-area-two .banner-image-right {
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        clip-path: polygon(17% 0, 100% 0, 100% 100%, 18% 100%, 9% 77%);
        width: 1220px;
        height: 607px;
        background-color: #fff;
        background-image: url(../images/banner/03.jpg);
    }

@media (max-width: 1200px) {
    .rts-banner-area-two .banner-image-right {
        width: 1000px;
        height: 560px;
    }
}

@media (max-width: 991px) {
    .rts-banner-area-two .banner-image-right {
        top: unset;
        transform: translateY(0);
        bottom: -220px;
        width: 900px;
        height: 500px;
    }
}

@media (max-width: 768px) {
    .rts-banner-area-two .banner-image-right {
        clip-path: none;
        position: unset;
        width: 100%;
        height: unset;
    }
}

.rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 300px;
    margin-top: 130px;
}

@media (max-width: 1200px) {
    .rts-banner-area-two .banner-image-right .banner-content {
        margin-left: 250px;
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    .rts-banner-area-two .banner-image-right .banner-content {
        margin-left: 200px;
        margin-top: 90px;
    }
}

@media (max-width: 768px) {
    .rts-banner-area-two .banner-image-right .banner-content {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 0;
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    .rts-banner-area-two .banner-image-right .banner-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.rts-banner-area-two .banner-image-right .banner-content span {
    color: #0C0A0A;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.rts-banner-area-two .banner-image-right .banner-content .title {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .rts-banner-area-two .banner-image-right .banner-content .title br {
        display: none;
    }
}

@media (max-width: 576px) {
    .rts-banner-area-two .banner-image-right .banner-content .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .rts-banner-area-two .banner-image-right .banner-content .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

.rts-banner-area-two .banner-image-right .banner-content .short-disc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .rts-banner-area-two .banner-image-right .banner-content .short-disc {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .rts-banner-area-two .banner-image-right .banner-content .short-disc {
        margin-bottom: 20px;
    }
}

.bg-breadcrumb {
    background-image: url(../images/bg/breadcrumb.jpg);
    background-position: unset;
}

.breadcrumb-inner .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 2px;
    color: #ffffff;
    font-family: 'Poppins';
}

@media only screen and (max-width: 767px) {
    .breadcrumb-inner .title {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

.breadcrumb-inner .meta {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -20px; */
}

    .breadcrumb-inner .meta a {
        font-weight: 600;
        font-size: 13px;
        line-height: 24px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: var(--font-primary);
        margin: 0 2px;
        transition: 0.3s;
        text-decoration: none;
        border: none;
    }

        .breadcrumb-inner .meta a.next {
            position: relative;
        }

            .breadcrumb-inner .meta a.next::after {
                position: absolute;
                content: "";
                bottom: 0;
                height: 1px;
                width: 100%;
                /* background: #0C0A0A; */
                left: 0;
                transition: 0.3s;
            }

        .breadcrumb-inner .meta a:hover {
            color: var(--color-primary);
        }

            .breadcrumb-inner .meta a:hover.next::after {
                background: var(--color-primary);
            }

.bg-four-banner {
    background-image: url(../images/banner/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-four-inner {
    padding: 80px;
    background: rgba(23, 23, 23, 0.85);
    z-index: 5;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .banner-four-inner {
        padding: 20px;
    }
}

.banner-four-inner span {
    color: #FF6600;
    font-weight: 400;
    font-size: 24px;
    font-family: var(--font-primary);
}

.banner-four-inner .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    font-family: var(--font-primary);
    margin-bottom: 0;
    margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
    .banner-four-inner .title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four-inner .title {
        font-size: 31px;
        line-height: 19px;
        margin-top: 19px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four-inner .title {
        font-size: 31px;
        line-height: 45px;
        margin-top: 19px;
    }
}

.banner-four-inner .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 40px;
    position: relative;
    margin-top: 35px;
}

@media only screen and (max-width: 575px) {
    .banner-four-inner .btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.banner-four-inner .btn-wrapper a.rts-btn {
    min-width: max-content;
}

.banner-four-inner .btn-wrapper::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    margin: auto;
    background: linear-gradient(90deg, #393939 0%, rgba(35, 35, 35, 0) 111%);
    height: 1px;
}

.home-four {
    background: #F2F2F2;
}

    .home-four .title-mid-wrapper-home-two span.pre {
        color: var(--color-primary);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1em;
        font-family: var(--font-primary);
    }

    .home-four .title-mid-wrapper-home-two .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #0C0A0A;
    }

@media only screen and (max-width: 1199px) {
    .home-four .title-mid-wrapper-home-two .title {
        font-size: 38px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 575px) {
    .home-four .title-mid-wrapper-home-two .title {
        font-size: 26px;
        line-height: 38px;
    }
}

.home-four .title-left-wrapper-home-two span.pre {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: var(--font-primary);
}

.home-four .title-left-wrapper-home-two .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
}

@media only screen and (max-width: 1199px) {
    .home-four .title-left-wrapper-home-two .title {
        font-size: 36px;
        line-height: 41px;
    }
}

@media only screen and (max-width: 575px) {
    .home-four .title-left-wrapper-home-two .title {
        font-size: 26px;
        line-height: 36px;
    }
}

.banner-bg-five {
    background-image: url(../images/bg/bg-image-6.jpg);
}

.banner-area-wrapper-five {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .banner-area-wrapper-five {
        padding-left: 15px;
    }
}

.banner-area-wrapper-five .pre-title {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    font-family: var(--font-primary);
}

.banner-area-wrapper-five .title {
    font-weight: 700;
    font-size: 80px;
    line-height: 88px;
    color: #fff;
    margin-top: 20px;
    font-family: var(--font-primary);
}

@media only screen and (max-width: 1199px) {
    .banner-area-wrapper-five .title {
        font-size: 48px;
        line-height: 61px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-area-wrapper-five .title {
        font-size: 26px;
        line-height: 36px;
    }
}

.banner-area-wrapper-five .button-group-area .rts-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    padding: 23px 30px;
}

    .banner-area-wrapper-five .button-group-area .rts-btn.p-short {
        padding: 8px 8px 8px 25px;
    }

    .banner-area-wrapper-five .button-group-area .rts-btn i {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: var(--color-primary);
        margin-left: 20px;
    }

    .banner-area-wrapper-five .button-group-area .rts-btn:hover {
        border: 1px solid var(--color-primary);
    }

.banner-area-wrapper-five .main-btm-card-wrapper {
    position: absolute;
    right: 0;
    top: 90%;
    display: flex;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-area-wrapper-five .main-btm-card-wrapper {
        padding: 15px;
        position: relative;
        display: block;
        margin-top: 35px;
    }
}

.banner-area-wrapper-five .main-btm-card-wrapper .single-card {
    background: #171717;
    padding: 37px 63px 37px 44px;
}

@media only screen and (max-width: 767px) {
    .banner-area-wrapper-five .main-btm-card-wrapper .single-card {
        font-size: 20px;
        padding: 22px;
    }
}

.banner-area-wrapper-five .main-btm-card-wrapper .single-card.active {
    background: var(--color-primary);
}

.banner-area-wrapper-five .main-btm-card-wrapper .single-card .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 22px 0;
}

@media only screen and (max-width: 767px) {
    .banner-area-wrapper-five .main-btm-card-wrapper .single-card .title br {
        display: none;
    }
}

.banner-area-wrapper-five .main-btm-card-wrapper .single-card a.icon {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .banner-area-wrapper-five .main-btm-card-wrapper .single-card a.icon i {
        transition: 0.3s;
    }

    .banner-area-wrapper-five .main-btm-card-wrapper .single-card a.icon:hover {
        background: #fff;
    }

        .banner-area-wrapper-five .main-btm-card-wrapper .single-card a.icon:hover i {
            color: #000;
        }

    .banner-area-wrapper-five .main-btm-card-wrapper .single-card a.icon i {
        color: #fff;
        font-weight: 400;
        transition: 0.3s;
    }

.rts-banner-area-five .button-group-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 479px) {
    .rts-banner-area-five .button-group-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

.home-five {
    background: #F2F2F2;
}

.banner-six-wrapper {
    padding: 150px 0;
}

@media only screen and (max-width: 767px) {
    .banner-six-wrapper {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 575px) {
    .banner-six-wrapper {
        padding: 50px 0;
    }
}

.banner-six-wrapper .pre-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    color: #FF6600;
    font-family: var(--font-primary);
}

.banner-six-wrapper .title {
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0C0A0A;
    margin-bottom: 70px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .banner-six-wrapper .title {
        font-size: 48px;
        line-height: 66px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-six-wrapper .title {
        font-size: 37px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-six-wrapper .title {
        font-size: 37px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-six-wrapper .title {
        font-size: 28px;
        line-height: 48px;
    }
}

.banner-six-wrapper .title span {
    font-weight: 300;
}

.banner-six-wrapper a.rts-btn {
    background: #fff;
    color: #0C0A0A;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 26px;
    transition: 0.3s;
}

    .banner-six-wrapper a.rts-btn i {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-primary);
        text-align: center;
        margin-left: 10px;
        color: #fff;
        transition: 0.3s;
    }

    .banner-six-wrapper a.rts-btn:hover {
        color: #fff;
    }

        .banner-six-wrapper a.rts-btn:hover i {
            background: #fff;
            color: #0C0A0A;
        }

.bg-banner-eight {
    background-image: url(../images/slider/06.jpg);
}

.bg-banner-eight-1 {
    background-image: url(../images/slider/07.jpg);
}

.bg-banner-eight-2 {
    background-image: url(../images/slider/08.jpg);
}

.banner-eight-start span {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--font-primary);
    color: #FF6600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.banner-eight-start .title {
    font-weight: 700;
    font-size: 90px;
    line-height: 92px;
    color: #fff;
    margin-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-eight-start .title {
        font-size: 60px;
        line-height: 71px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-eight-start .title {
        font-size: 60px;
        line-height: 71px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-eight-start .title {
        font-size: 41px;
        line-height: 54px;
    }
}

.banner-eight-start a.rts-btn {
    margin-top: 40px;
}

.banner-eight-start a.rts-btn {
    background: #fff;
    color: #0C0A0A;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 25px;
}

    .banner-eight-start a.rts-btn i {
        width: 40px;
        height: 40px;
        background: #FF6600;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        color: #fff;
    }

    .banner-eight-start a.rts-btn:hover {
        color: #ffff !important;
    }

.rts-main-banner-wrapper-eight {
    position: relative;
}

    .rts-main-banner-wrapper-eight .swiper-button-next {
        background-image: none;
        right: 150px;
        top: 50%;
        transition: 0.3s;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-next {
        right: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-next {
        display: none;
    }
}

.rts-main-banner-wrapper-eight .swiper-button-next::after {
    position: absolute;
    content: "\f061";
    font-size: 26px;
    background: rgba(255, 255, 255, 0.1);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-family: "FontAwesome";
    transition: 0.32s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-next::after {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-next::after {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
}

.rts-main-banner-wrapper-eight .swiper-button-next:hover {
    right: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-next:hover {
        right: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-next:hover {
        right: 50px;
    }
}

.rts-main-banner-wrapper-eight .swiper-button-prev {
    background-image: none;
    left: 150px;
    top: 50%;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev {
        display: none;
    }
}

.rts-main-banner-wrapper-eight .swiper-button-prev::after {
    position: absolute;
    content: "\f060";
    font-size: 26px;
    background: rgba(255, 255, 255, 0.1);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-family: "FontAwesome";
    transition: 0.32s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev::after {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev::after {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
}

.rts-main-banner-wrapper-eight .swiper-button-prev:hover {
    left: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev:hover {
        left: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-main-banner-wrapper-eight .swiper-button-prev:hover {
        left: 20px;
    }
}

.rts-main-banner-wrapper-eight {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start {
        position: relative;
        z-index: 2;
    }

        .rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start span {
            opacity: 0;
            transition-delay: 0.5s;
        }

        .rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start .title {
            transition-delay: 1s;
            opacity: 0;
        }

        .rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start .btn-area-start {
            transition-delay: 2s;
            opacity: 0;
        }

    .rts-main-banner-wrapper-eight .banner-area-one-start .banner-shape-image-eight .image-1 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .rts-main-banner-wrapper-eight .banner-area-one-start .banner-shape-image-eight .image-2 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .rts-main-banner-wrapper-eight .swiper-slide.swiper-slide-active .banner-eight-start span {
        animation: slideInUp3 1s linear;
        animation-delay: 0.5s;
        display: block;
        opacity: 1;
    }

    .rts-main-banner-wrapper-eight .swiper-slide.swiper-slide-active .banner-eight-start .title {
        animation: fadeInUp2 1s linear;
        animation-delay: 1s;
        opacity: 1;
    }

    .rts-main-banner-wrapper-eight .swiper-slide.swiper-slide-active .banner-eight-start .btn-area-start {
        animation: fadeInUp2 2s linear;
        animation-delay: 2s;
        opacity: 1;
    }

    .rts-main-banner-wrapper-eight .swiper-slide.swiper-slide-active .banner-shape-image-eight .image-1 {
        animation: slideInLeft 1.2s linear;
    }

    .rts-main-banner-wrapper-eight .swiper-slide.swiper-slide-active .banner-shape-image-eight .image-2 {
        animation: slideInLeft 1.5s linear;
    }

.banner-nine-wrapper span.pre-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    color: var(--color-primary);
}

.banner-nine-wrapper .title {
    font-weight: 700;
    font-size: 90px;
    line-height: 92px;
    color: #fff;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-nine-wrapper .title {
        font-size: 68px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-nine-wrapper .title {
        font-size: 58px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-nine-wrapper .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.banner-nine-wrapper .button-group {
    margin-top: 86px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 479px) {
    .banner-nine-wrapper .button-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 40px;
    }
}

.banner-nine-wrapper .button-group a.rts-btn {
    border: 2px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 25px;
}

    .banner-nine-wrapper .button-group a.rts-btn i {
        width: 40px;
        height: 40px;
        margin-left: 20px;
        background: #fff;
        color: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
    }

    .banner-nine-wrapper .button-group a.rts-btn.btn-seconday.last {
        padding: 20px 25px;
    }

.thumbnail-about-nine {
    position: relative;
}

    .thumbnail-about-nine .inner-content-small {
        position: absolute;
        top: 50%;
        left: -100px;
        width: 100%;
        background: var(--color-primary);
        width: max-content;
        animation: jump-2 5s linear infinite;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .thumbnail-about-nine .inner-content-small {
        top: 27%;
        left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .thumbnail-about-nine .inner-content-small {
        top: 0;
        right: 0;
        left: auto;
        width: 62%;
    }
}

@media only screen and (max-width: 767px) {
    .thumbnail-about-nine .inner-content-small {
        position: absolute;
        top: 20px;
        right: 0;
        left: auto;
        width: 100%;
        background: var(--color-primary);
        width: 34%;
    }
}

@media only screen and (max-width: 479px) {
    .thumbnail-about-nine .inner-content-small {
        width: 55%;
    }
}

.thumbnail-about-nine .inner-content-small .content-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
    .thumbnail-about-nine .inner-content-small .content-top {
        gap: 2px;
        padding: 6px 11px;
    }
}

.thumbnail-about-nine .inner-content-small .content-top h5 {
    margin: 0;
    color: #fff;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .thumbnail-about-nine .inner-content-small .content-top h5 {
        font-size: 14px;
    }
}

.thumbnail-about-nine .inner-content-small .content-top span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-primary);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .thumbnail-about-nine .inner-content-small .content-top span {
        font-size: 14px;
    }
}

.swiper-banner-nine .swiper-button-next,
.swiper-banner-nine .swiper-button-prev {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-banner-nine .swiper-button-next,
    .swiper-banner-nine .swiper-button-prev {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-banner-nine .swiper-button-next,
    .swiper-banner-nine .swiper-button-prev {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-banner-nine .swiper-button-next,
    .swiper-banner-nine .swiper-button-prev {
        display: none;
    }
}

.swiper-banner-nine .swiper-button-next:hover,
.swiper-banner-nine .swiper-button-prev:hover {
    background: var(--color-primary);
    transform: scale(1.02);
}

    .swiper-banner-nine .swiper-button-next:hover::after,
    .swiper-banner-nine .swiper-button-prev:hover::after {
        background: transparent;
        color: #fff;
        border: none;
    }

.swiper-banner-nine .swiper-button-next {
    background-image: none;
    position: absolute;
    margin-left: auto;
    top: 50%;
    margin-right: 100px;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-banner-nine .swiper-button-next {
        margin-right: 20px;
    }
}

.swiper-banner-nine .swiper-button-next::after {
    position: absolute;
    content: "\f061";
    font-size: 36px;
    font-family: "FontAwesome";
    transition: 0.3s;
    border: none;
}

.swiper-banner-nine .swiper-button-prev {
    background-image: none;
    position: absolute;
    margin-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-banner-nine .swiper-button-prev {
        margin-left: 20px;
    }
}

.swiper-banner-nine .swiper-button-prev::after {
    position: absolute;
    content: "\f060";
    font-size: 36px;
    transition: 0.3s;
    font-family: "FontAwesome";
    border: none;
}

.rts-swiper-main-wrapper-nine {
    position: relative;
}

    .rts-swiper-main-wrapper-nine .swiper-slide .banner-nine-wrapper .pre-title {
        opacity: 0;
        transition-delay: 0.5s;
    }

    .rts-swiper-main-wrapper-nine .swiper-slide .banner-nine-wrapper .title {
        opacity: 0;
        transition-delay: 1s;
    }

    .rts-swiper-main-wrapper-nine .swiper-slide .banner-nine-wrapper .button-group {
        transition-delay: 2s;
        opacity: 0;
    }

    .rts-swiper-main-wrapper-nine .swiper-slide.swiper-slide-active .banner-nine-wrapper .pre-title {
        animation: slideInUp3 1s linear;
        animation-delay: 0.5s;
        display: block;
        opacity: 1;
    }

    .rts-swiper-main-wrapper-nine .swiper-slide.swiper-slide-active .banner-nine-wrapper .title {
        animation: fadeInUp2 1s linear;
        animation-delay: 1s;
        opacity: 1;
    }

    .rts-swiper-main-wrapper-nine .swiper-slide.swiper-slide-active .banner-nine-wrapper .button-group {
        animation: fadeInUp2 1.5s linear;
        animation-delay: 2s;
        opacity: 1;
    }

.rts-banner-area-ten {
    height: 950px;
}

.banner-bg-ten {
    background-image: url(../images/banner/07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-bg-ten {
        background-image: none;
        background-color: #101010;
        height: auto;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-bg-ten {
        background-image: none;
        background-color: #101010;
        height: auto;
        padding-bottom: 120px;
    }
}

.banner-bg-ten .thumbnail-images {
    width: 100%;
}

    .banner-bg-ten .thumbnail-images img {
        width: 100%;
    }

.banner-ten-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .banner-ten-content {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-ten-content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-ten-content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-ten-content {
        padding-left: 15px;
    }
}

.banner-ten-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}

@media only screen and (max-width: 1199px) {
    .banner-ten-content .title {
        font-size: 42px;
        line-height: 58px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-ten-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-ten-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-ten-content .title {
        font-size: 26px;
        line-height: 42px;
    }
}

.banner-ten-content span {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-ten-content span {
        font-weight: 500;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-ten-content span {
        font-weight: 400;
        font-size: 16px;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .banner-ten-content span {
        font-weight: 400;
    }
}

.banner-ten-content .button-area-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.banner-area-eleven {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.banner-area-eleven {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .banner-area-eleven {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-area-eleven {
        padding: 140px 0;
    }
}

.banner-area-eleven .banner-eleven-content-area {
    position: absolute;
    left: 240px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-area-eleven .banner-eleven-content-area {
        left: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-area-eleven .banner-eleven-content-area {
        left: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-area-eleven .banner-eleven-content-area {
        left: 30px;
    }
}

.banner-area-eleven .banner-eleven-content-area p {
    max-width: 60%;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .banner-area-eleven .banner-eleven-content-area p {
        max-width: 100%;
    }
}

.banner-area-eleven .banner-eleven-content-area .title {
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .banner-area-eleven .banner-eleven-content-area .title {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-eleven .banner-eleven-content-area .title {
        font-size: 36px;
        line-height: 44px;
        font-weight: 600;
    }
}

.banner-area-eleven .banner-eleven-content-area .rts-btn.btn-seconday.p-short {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background: #fff;
    color: #101010;
}

    .banner-area-eleven .banner-eleven-content-area .rts-btn.btn-seconday.p-short i {
        height: 40px;
        width: 40px;
        background: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        transition: 0.3s;
        color: #fff;
        font-weight: 700;
    }

    .banner-area-eleven .banner-eleven-content-area .rts-btn.btn-seconday.p-short:hover {
        color: #fff;
    }

        .banner-area-eleven .banner-eleven-content-area .rts-btn.btn-seconday.p-short:hover i {
            background: #fff;
            color: #101010;
        }

.inner-content-area--11-about .rts-btn.btn-seconday.p-short {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background: #fff;
    color: #101010;
    border: 1px solid var(--color-primary);
}

    .inner-content-area--11-about .rts-btn.btn-seconday.p-short i {
        height: 40px;
        width: 40px;
        background: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        transition: 0.3s;
        color: #fff;
        font-weight: 700;
    }

    .inner-content-area--11-about .rts-btn.btn-seconday.p-short:hover {
        color: #fff;
    }

        .inner-content-area--11-about .rts-btn.btn-seconday.p-short:hover i {
            background: #fff;
            color: #101010;
        }

.banner-area-eleven {
    position: relative;
    z-index: 1;
}

    .banner-area-eleven::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000b1;
        z-index: 0;
        display: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-eleven::after {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-eleven::after {
        display: block;
    }
}

.banner-area-eleven .banner-social-eleven {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -70px;
    display: flex;
    align-items: center;
    gap: 50px;
}

@media only screen and (max-width: 1199px) {
    .banner-area-eleven .banner-social-eleven {
        display: none;
    }
}

.banner-area-eleven .banner-social-eleven span {
    color: #fff;
}

.banner-area-eleven .banner-social-eleven .social {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .banner-area-eleven .banner-social-eleven .social li a i {
        color: #fff;
        transition: 0.3s;
    }

    .banner-area-eleven .banner-social-eleven .social li a:hover i {
        transform: scale(1.1);
    }

.bg-image-h-12 {
    background-image: url(../images/banner/01.jpg);
}

.bg-image-h-13 {
    background-image: url(../images/banner/10.jpg);
}

.bg-image-h-14 {
    background-image: url(../images/banner/11.jpg);
}

.rts-banner-area-12 {
    height: 854px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-12 {
        height: 500px;
    }
}

.rts-banner-area-12 .pre-title {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .rts-banner-area-12 .pre-title {
        font-size: 12px;
    }
}

.rts-banner-area-12 .title-main {
    font-size: 70px;
    line-height: 1.3;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-banner-area-12 .title-main {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-12 .title-main {
        font-size: 44px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-banner-area-12 .title-main {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-banner-area-12 .title-main br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-12 .title-main br {
        display: none;
    }
}

.rts-banner-area-12 p.disc {
    max-width: 50%;
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-12 p.disc {
        max-width: 95%;
    }
}

.index-twelve .btn-primary {
    background: #FF3E3E;
}

.rts-btn.btn-primary.icon-separete {
    background: #FF3E3E;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 25px;
}

    .rts-btn.btn-primary.icon-separete i {
        width: 40px;
        height: 40px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        color: #000;
    }

.mySwiper-bannner-12 {
    position: relative;
}

    .mySwiper-bannner-12 .swiper-button-next,
    .mySwiper-bannner-12 .swiper-button-prev {
        background-image: none;
        top: 50%;
    }

        .mySwiper-bannner-12 .swiper-button-next i,
        .mySwiper-bannner-12 .swiper-button-prev i {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
            width: 80px;
            border-radius: 50%;
            background: rgba(10, 10, 10, 0.5);
            color: #fff;
            transition: 0.3s;
            font-size: 20px;
        }

        .mySwiper-bannner-12 .swiper-button-next:hover i,
        .mySwiper-bannner-12 .swiper-button-prev:hover i {
            background: #fff;
            color: #FF3E3E;
        }

    .mySwiper-bannner-12 .swiper-button-next {
        right: 120px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mySwiper-bannner-12 .swiper-button-next {
        right: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .mySwiper-bannner-12 .swiper-button-next {
        display: none;
    }
}

.mySwiper-bannner-12 .swiper-button-prev {
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mySwiper-bannner-12 .swiper-button-prev {
        left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .mySwiper-bannner-12 .swiper-button-prev {
        display: none;
    }
}

.bg-image-h-15 {
    background-image: url(../images/banner/13.jpg);
}

.bg-image-h-16 {
    background-image: url(../images/banner/14.jpg);
}

.bg-image-h-17 {
    background-image: url(../images/banner/15.jpg);
}

.banner-content-12-wrapper.with-thirteen {
    text-align: center;
}

    .banner-content-12-wrapper.with-thirteen p.disc {
        margin: auto;
    }

    .banner-content-12-wrapper.with-thirteen .rts-btn {
        margin: auto;
        margin-top: 50px;
    }

.social-wrapper-one ul {
    list-style: none;
    display: flex;
    align-items: unset;
    padding-left: 0;
    margin: 0;
}

.social-wrapper-one li {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

    .social-wrapper-one li a {
        width: 35px;
        height: 35px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        border: 1px solid #f6f6f640;
        border-radius: 50%;
        margin-top /: 1;
    }

        .social-wrapper-one li a i {
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #FFFFFF;
            margin-top: 9px;
        }

        .social-wrapper-one li a:hover {
            background: var(--color-primary);
        }

.rts-social-wrapper-three ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin-top: 34px;
}

    .rts-social-wrapper-three ul li {
        margin: 0;
        padding: 0;
    }

        .rts-social-wrapper-three ul li a i {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: block;
            background: #22282C;
            color: #fff;
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            justify-content: center;
            transition: 0.3s;
        }

        .rts-social-wrapper-three ul li a:hover i {
            background: var(--color-primary);
        }

.rts-single-project-one {
    background: #FFFFFF;
    border-radius: 5px;
}

    .rts-single-project-one .thumbnail {
        display: block;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
        position: relative;
    }

        .rts-single-project-one .thumbnail::after {
            position: absolute;
            content: "01";
            right: 0;
            bottom: 0;
            width: 69px;
            height: 69px;
            background: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: 24px;
            line-height: 37px;
            font-family: var(--font-primary);
            border-radius: 5px 0 0 0;
        }

        .rts-single-project-one .thumbnail img {
            border-radius: 5px 5px 0 0;
            transition: 1.3s;
            transform: scale(1);
            width: 100%;
        }

        .rts-single-project-one .thumbnail:hover img {
            transform: scale(1.15);
        }

        .rts-single-project-one .thumbnail.two::after {
            content: "02";
        }

        .rts-single-project-one .thumbnail.three::after {
            content: "03";
        }

    .rts-single-project-one .project-inner {
        padding: 40px;
        border-radius: 0 0 5px 5px;
    }

@media only screen and (max-width: 479px) {
    .rts-single-project-one .project-inner {
        padding: 25px;
        margin-bottom: 25px;
    }
}

.rts-single-project-one .project-inner a.rts-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 28px;
}

.rts-single-project-one .project-inner a .title {
    margin-bottom: 10px;
    transition: 0.3s;
}

.rts-single-project-one .project-inner a:hover .title {
    color: var(--color-primary);
}

.rts-single-project-one .project-inner p {
    margin-bottom: 20px;
}

.rts-latest-project-area.home-seven .elecate-center-title .title {
    text-transform: unset;
}

.rts-latest-project-area.home-seven .rts-single-project-one .thumbnail::after {
    display: none;
}

.rts-latest-project-area.home-seven .rts-single-project-one .thumbnail .icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .rts-latest-project-area.home-seven .rts-single-project-one .thumbnail .icon img {
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 25px;
        display: block;
        background: #FFFFFF;
        border-radius: 0;
        transform: scale(1) !important;
    }

.rts-latest-project-area.home-seven .rts-single-project-one .project-inner {
    background: #171717;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .rts-latest-project-area.home-seven .rts-single-project-one .project-inner .content .pre-title {
        color: #424242;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
    }

    .rts-latest-project-area.home-seven .rts-single-project-one .project-inner .content .title {
        color: #FFFFFF;
        transition: all 0.3s;
        margin: 0;
    }

        .rts-latest-project-area.home-seven .rts-single-project-one .project-inner .content .title:hover {
            color: var(--color-primary);
        }

    .rts-latest-project-area.home-seven .rts-single-project-one .project-inner .icon a {
        background: var(--color-primary);
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
    }

        .rts-latest-project-area.home-seven .rts-single-project-one .project-inner .icon a i {
            color: #FFFFFF;
        }

.rts-latest-project-area.home-seven2 {
    background: #F2F2F2;
}

    .rts-latest-project-area.home-seven2 .heading-title {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 50px;
    }

        .rts-latest-project-area.home-seven2 .heading-title .elecate-center-title {
            text-align: start;
        }

            .rts-latest-project-area.home-seven2 .heading-title .elecate-center-title .title {
                text-transform: unset;
                font-weight: 600;
                font-size: 48px;
                line-height: 58px;
                margin-bottom: 0;
            }

@media (max-width: 768px) {
    .rts-latest-project-area.home-seven2 .heading-title .right-side-btn {
        display: none;
    }
}

.rts-latest-project-area.home-seven2 .heading-title .right-side-btn .rts-btn {
    border: 1px solid var(--color-primary);
    background: transparent;
    display: flex;
    align-items: center;
    color: #0C0A0A;
    padding: 5px 5px 5px 24px;
}

    .rts-latest-project-area.home-seven2 .heading-title .right-side-btn .rts-btn:hover {
        color: #FFFFFF;
    }

        .rts-latest-project-area.home-seven2 .heading-title .right-side-btn .rts-btn:hover i {
            background: #FFFFFF;
            color: var(--color-primary);
        }

    .rts-latest-project-area.home-seven2 .heading-title .right-side-btn .rts-btn i {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-primary);
        color: #FFFFFF;
        margin-left: 20px;
    }

.rts-latest-project-area.home-seven2 .project-inner {
    padding: 0;
}

    .rts-latest-project-area.home-seven2 .project-inner .item {
        display: flex;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        transition: all 0.4s;
        cursor: pointer;
    }

        .rts-latest-project-area.home-seven2 .project-inner .item:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.07);
        }

        .rts-latest-project-area.home-seven2 .project-inner .item:hover .pos {
            background: var(--color-primary);
            color: #FFFFFF;
        }

        .rts-latest-project-area.home-seven2 .project-inner .item:hover .image-title::before {
            height: 100%;
        }

        .rts-latest-project-area.home-seven2 .project-inner .item:hover .portfolio-button i {
            transform: rotate(0deg);
        }

        .rts-latest-project-area.home-seven2 .project-inner .item .pos {
            font-weight: 600;
            font-size: 14px;
            color: #0C0A0A;
            background: #FFFFFF;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 50%;
            text-align: center;
            display: block;
            transition: all 0.4s;
        }

        .rts-latest-project-area.home-seven2 .project-inner .item .image-title {
            font-weight: 400;
            font-size: 24px;
            line-height: 37px;
            position: relative;
            display: inline-block;
            z-index: 2;
            color: #0C0A0A;
            transition: all 0.4s;
            opacity: 1;
            margin-left: 30px;
        }

            .rts-latest-project-area.home-seven2 .project-inner .item .image-title::before {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                content: attr(data-letters);
                overflow: hidden;
                white-space: nowrap;
                transition: height 1s;
                color: var(--color-primary);
                height: 0;
                z-index: 999;
            }

        .rts-latest-project-area.home-seven2 .project-inner .item .portfolio-button {
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            text-align: center;
            display: block;
            transition: all 0.4s;
            background: #EFEFFE;
            color: var(--color-primary);
            transition: all 0.4s;
        }

            .rts-latest-project-area.home-seven2 .project-inner .item .portfolio-button:hover {
                background: var(--color-primary);
                color: #fff;
            }

            .rts-latest-project-area.home-seven2 .project-inner .item .portfolio-button i {
                transform: rotate(-45deg);
                transition: all 0.4s;
            }

@media (max-width: 768px) {
    .rts-latest-project-area.home-seven2 .project-inner .item .portfolio-button {
        display: none;
    }
}

.rts-latest-project-area.home-seven2 .rts-img-reveal-wrapper {
    width: 350px;
    height: 370px;
}

.rts-latest-project-area.home-seven2 .rts-hover-wrapper {
    display: none;
}

.no-repeat {
    background-repeat: no-repeat;
}

.container-full-screen {
    width: 100%;
    margin: auto;
}

.title-wrapper-case {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .title-wrapper-case .left-title-area-case span.pre-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .title-wrapper-case .left-title-area-case .title {
        margin-top: 15px;
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #FFFFFF;
        font-family: var(--font-primary);
    }

    .title-wrapper-case .swiper-btn-case {
        display: flex;
        align-items: center;
        top: 50px;
        bottom: auto;
    }

@media (max-width: 768px) {
    .title-wrapper-case .swiper-btn-case {
        display: none;
    }
}

.title-wrapper-case .swiper-btn-case .swiper-button-next {
    background-image: none;
    position: relative;
    right: 0;
    left: auto;
}

    .title-wrapper-case .swiper-btn-case .swiper-button-next::after {
        position: absolute;
        content: "\f061";
        font-size: 20px;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        font-family: "fontawesome";
        font-weight: 200;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: 0.3s;
    }

.title-wrapper-case .swiper-btn-case .swiper-button-prev {
    background-image: none;
    position: relative;
    right: 110px;
    left: auto;
}

    .title-wrapper-case .swiper-btn-case .swiper-button-prev::after {
        position: absolute;
        content: "\f060";
        font-size: 20px;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        font-family: "fontawesome";
        font-weight: 200;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: 0.3s;
    }

.swiper-button-next, .swiper-button-prev {
    top: 1%;
}

    .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

.case-three .swiper-slide-active .content {
    bottom: 0 !important;
}

.rts-single-case-three {
    position: relative;
    max-width: 100%;
}

    .rts-single-case-three .wrapper {
        overflow: hidden;
        display: block;
        position: relative;
    }

        .rts-single-case-three .wrapper .content {
            position: absolute;
            width: 100%;
            background: #F8F8F8;
            bottom: -250px;
            padding: 29.5px;
            transition: 0.6s;
        }

@media (max-width: 1200px) {
    .rts-single-case-three .wrapper .content {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .rts-single-case-three .wrapper .content {
        text-align: center;
    }
}

.rts-single-case-three .wrapper .content .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    color: #0C0A0A;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .rts-single-case-three .wrapper .content .title {
        font-size: 24px;
        line-height: 34px;
    }
}

.rts-single-case-three .wrapper .content p.disc {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6E777D;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.title-wrapper-2-case {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .title-wrapper-2-case .button-area {
        margin-bottom: 50px;
    }

@media (max-width: 768px) {
    .title-wrapper-2-case .button-area {
        display: none;
    }
}

.title-wrapper-2-case .button-area a.rts-view-more {
    display: flex;
    align-items: center;
    color: #0C0A0A;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    position: relative;
    z-index: 1;
}

    .title-wrapper-2-case .button-area a.rts-view-more::after {
        position: absolute;
        content: "";
        right: -50px;
        width: 100%;
        height: 100%;
        padding: 27px 25px;
        background: #F4F4F4;
        top: 50%;
        bottom: 0;
        z-index: -1;
        transform: translateY(-50%);
        border-radius: 2px;
        transition: 0.3s;
    }

    .title-wrapper-2-case .button-area a.rts-view-more i {
        margin-left: 10px;
        color: #0C0A0A;
    }

    .title-wrapper-2-case .button-area a.rts-view-more:hover::after {
        right: -25px;
        width: 130%;
    }

.cse-two-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

    .cse-two-wrapper:hover img.main {
        transform: scale(1.15);
    }

    .cse-two-wrapper img.main {
        width: 100%;
        transition: 1.3s;
    }

    .cse-two-wrapper::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000065;
        z-index: 0;
        opacity: 0;
        transition: 0.3s;
    }

    .cse-two-wrapper::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        bottom: -7px;
        background-image: url(../images/project/icon/02.png);
        z-index: 0;
        opacity: 0;
        transition: 0.3s;
        background-repeat: no-repeat;
        background-position: right, bottom;
    }

    .cse-two-wrapper .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        z-index: 2;
        transition: 1s;
    }

@media (max-width: 991px) and (min-width: 768px) {
    .cse-two-wrapper .icon {
        width: 70px;
    }
}

@media (max-width: 500px) {
    .cse-two-wrapper .icon {
        width: 70px;
    }
}

.case-two .swiper-wrapper .swiper-slide.swiper-slide-active .cse-two-wrapper img.main {
    transform: scale(1.15);
    filter: grayscale(1);
}

.case-two .swiper-wrapper .swiper-slide.swiper-slide-active .cse-two-wrapper::after {
    opacity: 1;
}

.case-two .swiper-wrapper .swiper-slide.swiper-slide-active .cse-two-wrapper::before {
    opacity: 1;
    z-index: 2;
}

.case-two .swiper-wrapper .swiper-slide.swiper-slide-active .cse-two-wrapper .icon {
    transform: translate(-50%, -50%) scale(1);
}

.head-engineer-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .head-engineer-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .head-engineer-wrapper {
        display: block;
    }
}

.head-engineer-wrapper .thumbnail {
    width: 100%;
    margin-right: 40px;
}

    .head-engineer-wrapper .thumbnail img {
        width: 100%;
    }

@media (max-width: 768px) {
    .head-engineer-wrapper .thumbnail {
        margin-bottom: 30px;
    }
}

.head-engineer-wrapper .inner-content {
    margin-left: 15px;
}

    .head-engineer-wrapper .inner-content p.quote {
        color: #0C0A0A;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        padding-left: 20px;
        border-left: 2px solid #0C0A0A;
        margin-bottom: 60px;
    }

.personal-skill-two-wrapper {
    padding: 30px;
    border: 1px solid #E9E9E9;
}

    .personal-skill-two-wrapper .image-area {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E9E9E9;
    }

@media (max-width: 1200px) and (min-width: 991px) {
    .personal-skill-two-wrapper .image-area {
        display: block;
    }
}

.personal-skill-two-wrapper .image-area a {
    display: block;
    overflow: hidden;
}

    .personal-skill-two-wrapper .image-area a img {
        width: 100%;
        transition: 0.3s;
    }

    .personal-skill-two-wrapper .image-area a:hover img {
        transform: scale(1.2);
    }

@media (max-width: 1200px) and (min-width: 991px) {
    .personal-skill-two-wrapper .image-area .content {
        text-align: center;
        margin-top: 20px;
    }
}

.personal-skill-two-wrapper .image-area .content .name {
    margin-bottom: 5px;
}

.personal-skill-two-wrapper .image-area .content span {
    margin-bottom: 5px;
}

.social-transparent {
    margin-top: -10px;
}

    .social-transparent ul {
        display: flex;
        align-items: center;
        list-style: none;
        padding-left: 0;
        margin: 0;
        margin-top: 15px;
        gap: 20px;
    }

@media (max-width: 1200px) and (min-width: 991px) {
    .social-transparent ul {
        justify-content: center;
    }
}

.social-transparent ul li {
    margin: 0;
}

    .social-transparent ul li a i {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #0C0A0A;
    }

.progress-wrapper-area-two {
    margin-top: 30px;
}

    .progress-wrapper-area-two .single-progress {
        margin-bottom: 22px;
    }

        .progress-wrapper-area-two .single-progress:last-child {
            margin-bottom: 0;
        }

        .progress-wrapper-area-two .single-progress .top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .progress-wrapper-area-two .single-progress .top span {
                font-weight: 400;
                font-size: 14px;
                line-height: 15px;
                color: #0C0A0A;
            }

        .progress-wrapper-area-two .single-progress .progress {
            border-radius: 0;
            height: 6px;
        }

            .progress-wrapper-area-two .single-progress .progress .progress-bar {
                background-color: var(--color-primary);
                border-radius: 0;
            }

.single-case-wrapper {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(0.97);
}

    .single-case-wrapper a {
        display: block;
        overflow: hidden;
    }

        .single-case-wrapper a img {
            width: 100%;
            transition: 1.3s;
        }

        .single-case-wrapper a:hover img {
            transform: scale(1.15);
        }

    .single-case-wrapper .content {
        position: absolute;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        bottom: -30px;
        left: 30px;
        right: 30px;
        display: block;
        width: 90%;
        padding: 33px;
        opacity: 0;
        transition: 1s;
    }

@media only screen and (max-width: 1199px) {
    .single-case-wrapper .content {
        padding: 10px;
        font-size: 18px;
        left: 15px;
        right: 15px;
    }
}

.single-case-wrapper .content a .title {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .single-case-wrapper .content a .title {
        font-size: 18px;
    }
}

.projects-wrapper-inner-page .single-case-wrapper:hover .content span {
    color: #676767 !important;
}

@media (max-width: 1199px) {
    .projects-wrapper-inner-page .single-case-wrapper:hover .content span {
        font-size: 16px;
    }
}

.main-wrapper-case-swiper-tab .swiper-slide.swiper-slide-active .single-case-wrapper {
    transform: scale(1.03);
}

    .main-wrapper-case-swiper-tab .swiper-slide.swiper-slide-active .single-case-wrapper .content {
        opacity: 1;
        bottom: 30px !important;
    }

.main-wrapper-case-swiper-tab {
    padding: 11px 0 110px 0 !important;
}

.case-tab-swipers {
    position: relative;
}

    .case-tab-swipers .swiper-paginations {
        position: absolute;
        bottom: -108px;
        left: 47.5%;
        max-width: max-content;
        background: #fff;
        padding: 12px 15px;
        border-radius: 33px;
    }

@media only screen and (max-width: 1199px) {
    .case-tab-swipers .swiper-paginations {
        left: 44.5%;
    }
}

@media only screen and (max-width: 575px) {
    .case-tab-swipers .swiper-paginations {
        bottom: -98px;
        left: 38.5%;
    }
}

@media only screen and (max-width: 479px) {
    .case-tab-swipers .swiper-paginations {
        left: 33.5%;
    }
}

.case-tab-swipers .swiper-paginations .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #EDEDED;
    border-radius: 50%;
    opacity: 1;
}

.case-tab-swipers .swiper-paginations .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    background: var(--color-primary);
    border-radius: 50%;
    opacity: 1;
}

.title-wrapper-casestudies-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .title-wrapper-casestudies-one .next-prev-btn {
        display: none;
    }
}

.title-wrapper-casestudies-one .next-prev-btn .swiper-button-next,
.title-wrapper-casestudies-one .next-prev-btn .swiper-button-prev {
    background-image: none;
    top: 33px;
}

    .title-wrapper-casestudies-one .next-prev-btn .swiper-button-next i,
    .title-wrapper-casestudies-one .next-prev-btn .swiper-button-prev i {
        font-size: 22px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #000a42;
        transition: 0.3s;
    }

    .title-wrapper-casestudies-one .next-prev-btn .swiper-button-next:hover i,
    .title-wrapper-casestudies-one .next-prev-btn .swiper-button-prev:hover i {
        background: var(--color-primary);
        color: #fff;
    }

.title-wrapper-casestudies-one .next-prev-btn .swiper-button-next {
    right: 40px;
}

.title-wrapper-casestudies-one .next-prev-btn .swiper-button-prev {
    right: 120px;
    left: auto;
}

.big-bg-porduct-details {
    position: relative;
}

    .big-bg-porduct-details img {
        width: 100%;
        border-radius: 0;
    }

    .big-bg-porduct-details .project-info {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 386px;
        box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
        border-radius: 0 0 0 0;
    }

@media only screen and (max-width: 1199px) {
    .big-bg-porduct-details .project-info {
        bottom: -66px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-bg-porduct-details .project-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -33px;
    }
}

@media only screen and (max-width: 767px) {
    .big-bg-porduct-details .project-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -33px;
    }
}

.big-bg-porduct-details .project-info .info-head {
    padding: 24px 40px;
    background: var(--color-primary);
    border-radius: 0 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-bg-porduct-details .project-info .info-head {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .big-bg-porduct-details .project-info .info-head {
        border-radius: 0 0 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-head {
        padding: 12px 14px;
    }
}

.big-bg-porduct-details .project-info .info-head .title {
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-head .title {
        font-size: 18px;
    }
}

.big-bg-porduct-details .project-info .info-body {
    padding: 15px 40px;
}

@media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-body {
        padding: 15px 10px;
    }
}

.big-bg-porduct-details .project-info .info-body .single-info {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #E9E9E9;
}

@media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-body .single-info {
        padding: 15px 0;
    }
}

.big-bg-porduct-details .project-info .info-body .single-info:last-child {
    border-bottom: none;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
    height: 50px;
    width: 50px;
    background: #F9F0F0;
    color: var(--color-primary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details {
    margin-left: 20px;
}

    .big-bg-porduct-details .project-info .info-body .single-info .info-details span {
        margin-bottom: 5px;
    }

    .big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 3px;
    }

@media only screen and (max-width: 479px) {
    .product-details-main-inner {
        padding: 0 10px;
    }
}

.product-details-main-inner span {
    color: var(--color-primary);
    font-weight: 500;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
}

.product-details-main-inner .title {
    margin-bottom: 20px;
}

.product-details-main-inner p.disc {
    font-size: 16px;
    margin-bottom: 25px;
}

.product-details-main-inner p.italic {
    font-size: 20px;
    color: #1C2539;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: var(--font-primary);
}

.single-project-details-challenge {
    margin-bottom: 20px;
    display: flex;
}

    .single-project-details-challenge .details {
        color: #1C2539;
        line-height: 26px;
        font-weight: 400;
        font-size: 16px;
    }

    .single-project-details-challenge:last-child {
        margin-bottom: 0;
    }

    .single-project-details-challenge .icon {
        margin-right: 15px;
    }

        .single-project-details-challenge .icon i {
            width: max-content;
            border-radius: 50%;
            color: var(--color-primary);
            font-size: 19px;
            margin-top: 4px;
        }

.rts-project-details-thumbnail .thumbnail {
    position: relative;
    display: block;
    transition: 0.3s;
    overflow: hidden;
}

    .rts-project-details-thumbnail .thumbnail img {
        transition: 0.6s;
        width: 100%;
    }

    .rts-project-details-thumbnail .thumbnail:hover img {
        transform: scale(1.2);
    }

.rts-left-write-blog-wrapper-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    background: #F8F8F8;
}

@media only screen and (max-width: 767px) {
    .rts-left-write-blog-wrapper-main {
        padding: 25px;
    }
}

.rts-left-write-blog-wrapper-main .single {
    display: flex;
    align-items: center;
    gap: 50px;
    cursor: pointer;
}

    .rts-left-write-blog-wrapper-main .single .writing-content span {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #6E777D;
        font-family: var(--font-primary);
        transition: 0.3s;
    }

    .rts-left-write-blog-wrapper-main .single .writing-content .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 37px;
        color: #0C0A0A;
        transition: 0.3s;
    }

@media only screen and (max-width: 767px) {
    .rts-left-write-blog-wrapper-main .single .writing-content .title {
        font-size: 16px;
    }
}

.rts-left-write-blog-wrapper-main .single .writing-content:hover span {
    color: var(--color-primary);
}

.rts-left-write-blog-wrapper-main .single .writing-content:hover .title {
    color: var(--color-primary);
}

.rts-left-write-blog-wrapper-main .single .icon-1 i {
    color: #0C0A0A;
}

.rts-left-write-blog-wrapper-main .single .icon-1:hover i {
    color: var(--color-primary);
}

.rts-left-write-blog-wrapper-main .single.right-icon-area {
    text-align: right;
}

.rts-left-write-blog-wrapper-main .single.left-icon-area {
    text-align: left;
}

.projects-wrapper-inner-page ul.nav {
    padding: 0;
    margin: 0;
    justify-content: center;
    border: none;
}

    .projects-wrapper-inner-page ul.nav li {
        margin: 20px 20px;
    }

@media only screen and (max-width: 767px) {
    .projects-wrapper-inner-page ul.nav li {
        margin: 5px 20px;
    }
}

.projects-wrapper-inner-page ul.nav li button {
    padding: 0;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0C0A0A;
}

    .projects-wrapper-inner-page ul.nav li button[aria-selected=true] {
        color: var(--color-primary);
        position: relative;
    }

        .projects-wrapper-inner-page ul.nav li button[aria-selected=true]::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: -1px;
            height: 2px;
            width: 100%;
            background: var(--color-primary);
        }

.projects-wrapper-inner-page .single-case-wrapper {
    transform: scale(1);
}

    .projects-wrapper-inner-page .single-case-wrapper a img.main-2 {
        width: 100%;
    }

    .projects-wrapper-inner-page .single-case-wrapper:hover .content {
        opacity: 1;
        bottom: 30px !important;
    }

@media only screen and (max-width: 1199px) {
    .projects-wrapper-inner-page .single-case-wrapper:hover .content {
        bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .projects-wrapper-inner-page .single-case-wrapper:hover .content span {
        color: #1f1f1f;
    }
}

.home-four-case .single-case-wrapper .content {
    opacity: 1;
    bottom: 30px !important;
}

.bg-h-5-project {
    background-image: url(../images/project/30.jpg);
}

.latest-project-horizental-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .latest-project-horizental-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.latest-project-horizental-title-wrapper .title {
    color: #ffff !important;
}

@media only screen and (max-width: 479px) {
    .latest-project-horizental-title-wrapper .title br {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .latest-project-horizental-title-wrapper .title br {
        display: none;
    }
}

.thumbnail-pc img {
    width: 100%;
}

.single-varticle-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #212121;
}

@media only screen and (max-width: 767px) {
    .single-varticle-product {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-varticle-product:first-child {
    border-top: 1px solid #212121;
}

.single-varticle-product .name-area {
    display: flex;
    align-items: center;
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .single-varticle-product .name-area {
        margin-bottom: 10px;
    }
}

.single-varticle-product .name-area span {
    height: 45px;
    width: 45px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.single-varticle-product .name-area a .title {
    transition: 0.3s;
}

.single-varticle-product .name-area a:hover .title {
    color: var(--color-primary);
}

.single-varticle-product .name-area .title {
    margin-bottom: 0;
    margin-left: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
}

@media only screen and (max-width: 479px) {
    .single-varticle-product .name-area .title {
        font-size: 16px;
        line-height: 37px;
    }
}

.single-varticle-product .mid-disc p.disc {
    color: #656565;
}

@media only screen and (max-width: 767px) {
    .single-varticle-product .mid-disc p.disc {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-varticle-product .mid-disc p.disc br {
        display: none;
    }
}

.single-varticle-product .end button i {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .thumbnail-pc {
        max-width: 100%;
    }
}

.project-title-btn-wrapper-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .project-title-btn-wrapper-8 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.project-title-btn-wrapper-8 span.pre {
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.rts-third-section-wrapper {
    background: #F8F8F8;
}

.home-nine-swiper-area {
    overflow: hidden;
    position: relative;
}

.nav-wrapper-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .nav-wrapper-title .main-title-area-center {
        text-align: left !important;
    }

    .nav-wrapper-title .swiper-pagination {
        left: auto;
        right: 0;
        margin-top: 90px;
        display: flex;
        align-items: center;
    }

        .nav-wrapper-title .swiper-pagination .swiper-pagination-bullet {
            background: #c0c0c0;
            opacity: 1;
            margin-left: 30px;
            height: 5px;
            width: 5px;
        }

        .nav-wrapper-title .swiper-pagination .swiper-pagination-bullet-active {
            background: none;
            background-image: url(../images/project/icon/03.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 1;
            height: 21px;
            width: 21px;
        }

body.index-nine .single-case-wrapper {
    border-radius: 0;
}

.home-nine-swiper-area .project-home-nine .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: 50px;
}

.about-inner-left-nine .main-title-area-center {
    text-align: left !important;
}

.background-dark-ten-portfolio {
    position: relative;
    z-index: 1;
}

    .background-dark-ten-portfolio::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 617px;
        background: #171717;
        width: 100%;
        z-index: -1;
    }

    .background-dark-ten-portfolio .heading-title .title {
        color: #fff;
        text-transform: capitalize;
    }

.mt-dec-process {
    margin-top: -150px;
}

.case-tab-swipers-11 .swiper-slide.swiper-slide-active .single-case-wrapper {
    transform: none !important;
}

.case-tab-swipers-11 .swiper-slide {
    border-radius: 0;
}

    .case-tab-swipers-11 .swiper-slide .single-case-wrapper {
        transform: none;
        border-radius: 0;
    }

.single-project-13 {
    position: relative;
}

    .single-project-13 .inner-content {
        position: absolute;
        left: 0;
        bottom: 30px;
        transition: 0.5s;
        opacity: 0;
    }

        .single-project-13 .inner-content span {
            max-width: max-content;
            padding: 5px 10px;
            display: block;
            background: #fff;
            color: #000;
        }

        .single-project-13 .inner-content a {
            max-width: max-content;
            background: #171717;
            color: #fff;
            padding: 8px 18px;
            display: block;
        }

            .single-project-13 .inner-content a .title {
                margin: 0;
                color: #fff;
                font-size: 24px;
            }

@media only screen and (max-width: 479px) {
    .single-project-13 .inner-content a .title {
        font-size: 18px;
        font-weight: 500;
    }
}

.single-project-13:hover .inner-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 1;
}

.mySwiper-project-13 {
    position: relative;
}

    .mySwiper-project-13 .swiper-slide.swiper-slide-active .inner-content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        opacity: 1;
    }

.fun-facts-bg {
    background-image: url(../images/fun-facts/01.jpg);
    background-size: cover;
}

.rts-fun-facts-area .elecate-left-title .title {
    color: #fff;
    margin-top: 15px;
}

.single-fun-facts-one {
    padding: 19px 35px;
    background: #3F51B5;
    height: 100%;
    border-radius: 40px 10px;
}

    .single-fun-facts-one .inner .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 50%;
        background: #fff;
        height: 80px;
        width: 80px;
        margin-bottom: 25px;
    }

    .single-fun-facts-one .inner .title {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 40px;
        line-height: 61px;
    }

        .single-fun-facts-one .inner .title span.plus {
            position: relative;
        }

            .single-fun-facts-one .inner .title span.plus::after {
                position: absolute;
                content: "+";
                font-family: "FontAwesome";
                right: -33px;
                top: 53%;
                font-size: 29px;
                font-weight: 900;
                transform: translateY(-50%);
            }

    .single-fun-facts-one .inner p {
        font-weight: 600;
        font-size: 20px;
        font-family: var(--font-primary);
        color: #fff;
        margin-bottom: 0;
    }

.funfacts-three-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-bottom-seperator {
    position: relative;
    z-index: 2;
}

    .section-bottom-seperator::after {
        position: absolute;
        left: 0;
        content: "";
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #252525;
        z-index: 1;
    }

.single-fun-facts-three {
    flex-basis: 19%;
}

@media (max-width: 1200px) {
    .single-fun-facts-three {
        flex-basis: 23%;
    }
}

@media (max-width: 991px) {
    .single-fun-facts-three {
        flex-basis: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .single-fun-facts-three {
        flex-basis: 100%;
        text-align: center;
    }
}

.single-fun-facts-three .header-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .single-fun-facts-three .header-area {
        justify-content: center;
    }
}

.single-fun-facts-three .header-area .logo img {
    width: 80px;
    height: 80px;
    padding: 20px;
    overflow: visible;
    background: #303030;
    border-radius: 50%;
}

.single-fun-facts-three .header-area .title {
    margin-bottom: 0;
    margin-left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 91px;
    position: relative;
}

    .single-fun-facts-three .header-area .title::after {
        position: absolute;
        content: "";
        right: -30px;
        font-size: 46px;
        color: #fff;
    }

    .single-fun-facts-three .header-area .title.plus::after {
        content: "+";
    }

    .single-fun-facts-three .header-area .title.parcent::after {
        content: "%";
    }

    .single-fun-facts-three .header-area .title.million::after {
        content: "m";
        right: -40px;
    }

.single-fun-facts-three p.disc {
    color: #6E777D;
}

.rts-single-service-two {
    padding: 50px;
    border: 1px solid #E9E9E9;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    height: 100%;
}

@media (max-width: 400px) {
    .rts-single-service-two {
        padding: 30px 20px;
    }
}

.rts-single-service-two::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 250px;
    width: 250px;
    background: var(--color-primary);
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    top: -30%;
    left: -10%;
    transition: 0.3s;
    opacity: 0;
}

.rts-single-service-two .title-main {
    font-size: 72px;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .rts-single-service-two .title-main {
        font-size: 46px;
    }
}

.rts-single-service-two .title-main .counter {
    position: relative;
}

    .rts-single-service-two .title-main .counter::after {
        position: absolute;
        right: -50px;
        content: "+";
        top: 50%;
        transform: translateY(-50%);
        color: #252525;
    }

@media only screen and (max-width: 575px) {
    .rts-single-service-two .title-main .counter::after {
        right: -34px;
    }
}

.rts-single-service-two a .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    color: #0C0A0A;
    font-family: var(--font-primary);
    margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
    .rts-single-service-two a .title {
        font-size: 26px;
    }
}

.rts-single-service-two:hover {
    border: 1px solid var(--color-primary);
}

    .rts-single-service-two:hover::after {
        opacity: 0.5;
    }

    .rts-single-service-two:hover .title-main {
        border-color: var(--color-primary);
    }

.title-mid-wrapper-home-two {
    text-align: center;
}

    .title-mid-wrapper-home-two span.pre {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #0C0A0A;
        font-family: var(--font-primary);
    }

    .title-mid-wrapper-home-two .title {
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #0C0A0A;
    }

@media only screen and (max-width: 575px) {
    .title-mid-wrapper-home-two .title {
        font-size: 30px;
        line-height: 43px;
        margin-top: 12px;
    }
}

.rts-single-offer {
    padding: 4px;
    border: 1px solid #E9E9E9;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .rts-single-offer {
        padding: 15px;
    }
}

.rts-single-offer::after {
    position: absolute;
    content: "";
    left: -10%;
    top: -30%;
    height: 250px;
    width: 250px;
    filter: blur(50px);
    background: var(--color-primary);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.rts-single-offer a.thumbnail {
    overflow: hidden;
    display: block;
    max-height: max-content;
    margin-bottom: 30px;
}

    .rts-single-offer a.thumbnail:hover img {
        transform: scale(1.3);
    }

    .rts-single-offer a.thumbnail img {
        transition: 1.3s;
        max-height: max-content;
        width: 100%;
    }

.rts-single-offer .content-wrapper .title {
    margin-bottom: 10px;
    transition: all 0.4s;
}

    .rts-single-offer .content-wrapper .title:hover {
        color: var(--color-primary);
    }

.rts-single-offer .content-wrapper .disc {
    margin-bottom: 20px;
}

.rts-single-offer .content-wrapper .rts-btn {
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 28px;
    color: #0C0A0A;
}

    .rts-single-offer .content-wrapper .rts-btn:hover {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
    }

    .rts-single-offer .content-wrapper .rts-btn i {
        margin-left: 5px;
    }

.rts-single-offer:hover {
    border-color: var(--color-primary);
}

    .rts-single-offer:hover::after {
        opacity: 0.6;
    }

.bg_about-f {
    background: #F8F8F8;
}

.about-fun-facts-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
}

@media only screen and (max-width: 1199px) {
    .about-fun-facts-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}

.about-fun-facts-wrapper .single-funfacts-about .top .icon img {
    width: 80px;
    height: 80px;
    padding: 20px;
}

.single-funfacts-about .top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

    .single-funfacts-about .top .title {
        margin-bottom: 0;
        font-size: 60px;
        position: relative;
    }

        .single-funfacts-about .top .title::after {
            position: absolute;
            content: "";
            right: -37px;
            top: 50%;
            transform: translateY(-50%);
            color: #0C0A0A;
            font-size: 60px;
            font-weight: 600;
        }

        .single-funfacts-about .top .title.plus::after {
            content: "+";
        }

        .single-funfacts-about .top .title.percent::after {
            content: "%";
        }

        .single-funfacts-about .top .title.million::after {
            content: "m";
            right: -52px;
        }

.single-funfacts-about p.disc {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
}

.single-funfacts-about .icon {
    width: 80px;
    height: 80px;
    background: #FF6600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .funfacts-and-casestudy-wrapper.bg_image--5 {
        background-size: cover;
    }
}

.rts-company-experties-area .latest-project-horizental-title-wrapper .button-area .rts-btn {
    text-transform: capitalize;
    background: #1F1F1F;
    display: flex;
    align-items: center;
    padding: 7px 7px 10px 25px;
}

    .rts-company-experties-area .latest-project-horizental-title-wrapper .button-area .rts-btn i {
        height: 40px;
        width: 40px;
        background: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        transition: 0.3s;
    }

    .rts-company-experties-area .latest-project-horizental-title-wrapper .button-area .rts-btn:hover i {
        background: #fff;
        color: #0C0A0A;
    }

.after-none::after {
    display: none;
}

.experties-area-inner {
    padding: 48px 0;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .experties-area-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .experties-area-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px;
    }
}

.single-experties {
    display: flex;
    align-items: center;
    position: relative;
    max-width: max-content;
}

    .single-experties::after {
        position: absolute;
        content: "";
        height: 213%;
        width: 1px;
        background: #242424;
        top: 50%;
        right: -70px;
        transform: translateY(-50%);
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-experties::after {
        right: -36px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-experties::after {
        display: none;
    }
}

.single-experties .counter-inner {
    margin-left: 20px;
}

    .single-experties .counter-inner .title {
        margin-bottom: 0;
        color: #fff;
    }

        .single-experties .counter-inner .title span.plus {
            position: relative;
        }

            .single-experties .counter-inner .title span.plus::after {
                position: absolute;
                right: -25px;
                top: 14px;
                content: "+";
                font-size: 36px;
                color: #fff;
            }

@media only screen and (max-width: 575px) {
    .single-experties .counter-inner .title span.plus::after {
        right: -25px;
        top: 3px;
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .single-experties .counter-inner .title span.plus::after {
        top: 0;
    }
}

.single-experties .counter-inner span.sub {
    color: #656565;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.single-blog-area-one .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}

    .single-blog-area-one .thumbnail::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "BUILDING";
        padding: 11px 17px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        background: var(--color-primary);
        left: 25px;
        top: 25px;
        color: #fff;
        letter-spacing: 0.05em;
    }

    .single-blog-area-one .thumbnail img {
        transition: 1.3s;
        width: 100%;
    }

    .single-blog-area-one .thumbnail:hover img {
        transform: scale(1.15);
    }

.single-blog-area-one .inner {
    padding: 31px 35px 40px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .single-blog-area-one .inner {
        padding: 25px;
    }
}

.single-blog-area-one .inner .blog-top {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

    .single-blog-area-one .inner .blog-top span {
        margin-right: 18px;
        padding-right: 18px;
        position: relative;
        font-family: var(--font-primary);
        font-weight: 600;
    }

@media only screen and (max-width: 1199px) {
    .single-blog-area-one .inner .blog-top span {
        min-width: max-content;
        font-size: 14px;
    }
}

.single-blog-area-one .inner .blog-top span:first-child {
    position: relative;
}

    .single-blog-area-one .inner .blog-top span:first-child::after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #D6D6D6;
    }

.single-blog-area-one .inner a.title .title {
    transition: 0.3s;
    line-height: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .single-blog-area-one .inner a.title .title {
        font-size: 18px;
        line-height: 26px;
    }
}

.single-blog-area-one .inner a.title:hover .title {
    color: var(--color-primary);
}

.blog-single-two-wrapper {
    border: 1px solid #E9E9E9;
}

    .blog-single-two-wrapper .image-area {
        position: relative;
    }

        .blog-single-two-wrapper .image-area .date-area {
            position: absolute;
            width: 70px;
            height: 78px;
            right: 0;
            bottom: -25.5px;
            text-align: center;
        }

            .blog-single-two-wrapper .image-area .date-area .date {
                background: var(--color-primary);
                color: #fff;
                padding: 7px 10px;
            }

                .blog-single-two-wrapper .image-area .date-area .date span.day {
                    font-size: 26px;
                }

                .blog-single-two-wrapper .image-area .date-area .date span.month {
                    font-weight: 600;
                    font-size: 11px;
                    line-height: 12px;
                }

                .blog-single-two-wrapper .image-area .date-area .date span {
                    display: block;
                }

            .blog-single-two-wrapper .image-area .date-area .year {
                background: #0C0A0A;
            }

                .blog-single-two-wrapper .image-area .date-area .year span {
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 16px;
                    color: #fff;
                }

        .blog-single-two-wrapper .image-area .thumbnail {
            overflow: hidden;
            display: block;
        }

            .blog-single-two-wrapper .image-area .thumbnail img {
                width: 100%;
                transition: 1.3s;
            }

            .blog-single-two-wrapper .image-area .thumbnail:hover img {
                transform: scale(1.15);
            }

    .blog-single-two-wrapper .inner {
        padding: 40px;
        margin-top: -9px;
    }

@media only screen and (max-width: 1199px) {
    .blog-single-two-wrapper .inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single-two-wrapper .inner {
        padding: 20px 10px;
    }
}

.blog-single-two-wrapper .inner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-top: 5px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .blog-single-two-wrapper .inner .title {
        font-size: 22px;
        line-height: 28px;
    }
}

.blog-single-two-wrapper .inner .title:hover {
    color: var(--color-primary);
}

.blog-single-two-wrapper .inner .pre-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #6E777D;
    margin-top: -5px;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog {
    color: var(--color-primary);
    align-items: center;
}

    .blog-single-two-wrapper .inner a.btn-read-more-blog i {
        margin-left: 5px;
        position: relative;
    }

.pd-control-bg--40 {
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .pd-control-bg--40 {
        margin-top: 20px;
        padding-left: 15px;
    }
}

.bg-journey {
    background: #171717;
}

    .bg-journey .thumbnail-area {
        position: relative;
    }

@media (max-width: 991px) {
    .bg-journey .thumbnail-area {
        margin-bottom: 100px;
    }
}

.bg-journey .thumbnail-area .reveal-item img {
    width: 100%;
}

.bg-journey .thumbnail-area .happy-clients-area-start {
    padding: 70px 40px 40px;
    background: #FF6600;
    max-width: max-content;
    position: absolute;
    margin-top: -100px;
    margin-left: -100px;
}

@media (max-width: 1500px) {
    .bg-journey .thumbnail-area .happy-clients-area-start {
        margin-left: 0;
    }
}

.bg-journey .thumbnail-area .happy-clients-area-start::after {
    position: absolute;
    content: "";
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 36px solid var(--color-primary);
    border-bottom: 25px solid transparent;
    top: -83px;
    transform: translate(-50%, -50%);
    left: 135%;
}

.bg-journey .thumbnail-area .happy-clients-area-start .img-area-person {
    display: flex;
    align-items: center;
    position: relative;
}

    .bg-journey .thumbnail-area .happy-clients-area-start .img-area-person img {
        position: absolute;
        margin-top: -140px;
        left: 0;
        z-index: 3;
        border: 5px solid #fff;
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer;
    }

        .bg-journey .thumbnail-area .happy-clients-area-start .img-area-person img:nth-child(2) {
            margin-left: 40px;
            z-index: 2;
        }

        .bg-journey .thumbnail-area .happy-clients-area-start .img-area-person img:nth-child(3) {
            margin-left: 80px;
            z-index: 1;
        }

        .bg-journey .thumbnail-area .happy-clients-area-start .img-area-person img:hover {
            z-index: 5;
        }

.bg-journey .thumbnail-area .happy-clients-area-start p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--font-primary);
}

@media (max-width: 991px) {
    .bg-journey .pl--75 {
        padding-left: 10px !important;
    }
}

.title-mid-wrapper-home-two.left {
    text-align: left;
}

    .title-mid-wrapper-home-two.left span,
    .title-mid-wrapper-home-two.left .title {
        color: #0C0A0A;
        font-family: var(--font-primary);
    }

    .title-mid-wrapper-home-two.left .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

@media (max-width: 500px) {
    .title-mid-wrapper-home-two.left .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 400px) {
    .title-mid-wrapper-home-two.left .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 768px) {
    .title-mid-wrapper-home-two.left .title br {
        display: none;
    }
}

.title-mid-wrapper-home-two .inner-content a.rts-btn.btn-primary {
    background: #FFFFFF !important;
}

.rts-journey-area .title-mid-wrapper-home-two.left {
    text-align: left;
}

    .rts-journey-area .title-mid-wrapper-home-two.left span,
    .rts-journey-area .title-mid-wrapper-home-two.left .title {
        color: #fff;
        font-family: var(--font-primary);
    }

    .rts-journey-area .title-mid-wrapper-home-two.left .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

.rts-journey-area .title-mid-wrapper-home-two .inner-content a.rts-btn.btn-primary {
    background: #FFFFFF !important;
}

.journey-main-wrapper .inner-content p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6E777D;
    width: 80%;
}

.journey-main-wrapper .inner-content a.rts-btn {
    background: #FFFFFF;
    color: var(--color-primary);
}

    .journey-main-wrapper .inner-content a.rts-btn:hover {
        background: var(--color-primary);
        color: #fff;
    }

.rts-single-wized {
    background: transparent;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 40px;
    border: 1px solid #f1dac3;
}

    .rts-single-wized:last-child {
        margin-bottom: 0;
        position: sticky;
        top: 48px;
    }

@media only screen and (max-width: 479px) {
    .rts-single-wized {
        padding: 20px;
    }
}

.rts-single-wized.service {
    border-radius: 0;
}

    .rts-single-wized.service .single-categories li a {
        border-radius: 0;
    }

.rts-single-wized.download {
    background: #171717;
}

    .rts-single-wized.download .title {
        color: #fff;
    }

    .rts-single-wized.download .single-download-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #2D2D2D;
    }

        .rts-single-wized.download .single-download-area:first-child {
            padding-top: 0;
        }

        .rts-single-wized.download .single-download-area:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .rts-single-wized.download .single-download-area .mid {
            margin-right: auto;
            margin-left: 15px;
        }

            .rts-single-wized.download .single-download-area .mid .title {
                margin-bottom: 0;
                font-size: 18px;
                font-family: var(--font-primary);
            }

            .rts-single-wized.download .single-download-area .mid span {
                font-weight: 400;
                font-size: 14px;
                line-height: 18px;
                color: #FFFFFF;
            }

        .rts-single-wized.download .single-download-area a.rts-btn {
            padding: 11px 15px;
            border-radius: 0;
        }

.rts-single-wized.contact {
    background: #1C2539;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
}

@media only screen and (max-width: 479px) {
    .rts-single-wized.contact {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-single-wized.contact:last-child {
        margin-bottom: 0;
    }
}

.rts-single-wized.contact .wized-body {
    text-align: center;
}

    .rts-single-wized.contact .wized-body .title {
        color: #fff;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 32px;
    }

    .rts-single-wized.contact .wized-body a.rts-btn {
        display: block;
        max-width: max-content;
        margin: auto;
    }

.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
}

.rts-single-wized .wized-body {
    margin-top: 3px;
}

    .rts-single-wized .wized-body .rts-search-wrapper {
        position: relative;
    }

        .rts-single-wized .wized-body .rts-search-wrapper input {
            background: transparent;
            height: 55px;
            border-radius: 0;
            padding-right: 70px;
            padding-left: 25px;
            border: 1px solid #E9E9E9;
        }

            .rts-single-wized .wized-body .rts-search-wrapper input:focus {
                border: 1px solid var(--color-primary);
            }

        .rts-single-wized .wized-body .rts-search-wrapper button {
            position: absolute;
            max-width: max-content;
            height: 55px;
            width: 55px;
            border-radius: 0;
            background: var(--color-primary);
            display: inline-block;
            padding: 0 19px;
            right: 0;
        }

            .rts-single-wized .wized-body .rts-search-wrapper button i {
                color: #fff;
                font-size: 16px;
                line-height: 16px;
            }

.rts-single-wized .single-categories {
    margin-bottom: 10px;
    padding: 0;
}

    .rts-single-wized .single-categories:last-child {
        margin-bottom: 0;
    }

    .rts-single-wized .single-categories li {
        list-style: none;
    }

        .rts-single-wized .single-categories li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 2px 8px;
            background: transparent;
            color: #434950;
            font-weight: 500;
            transition: 0.3s;
            border-radius: 0;
            border-bottom: 1px solid #E9E9E9;
            font-size: 14px;
        }

            .rts-single-wized .single-categories li a i {
                color: var(--color-primary);
                transition: 0.3s;
            }

            .rts-single-wized .single-categories li a:hover {
                background: var(--color-primary);
                transform: translateY(-5px) scale(1.03);
                color: var(--color-white);
            }

                .rts-single-wized .single-categories li a:hover i {
                    color: #fff;
                }

.rts-single-wized .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .rts-single-wized .recent-post-single:last-child {
        margin-bottom: 0;
    }

    .rts-single-wized .recent-post-single .thumbnail {
        margin-right: 20px;
        overflow: hidden;
        max-width: max-content;
        width: 100%;
        border-radius: 0;
    }

        .rts-single-wized .recent-post-single .thumbnail img {
            min-width: 85px;
            height: auto;
            transition: 0.3s;
        }

        .rts-single-wized .recent-post-single .thumbnail:hover img {
            transform: scale(1.2);
        }

    .rts-single-wized .recent-post-single .user {
        display: flex;
        align-items: center;
    }

        .rts-single-wized .recent-post-single .user span {
            margin-left: 9px;
        }

    .rts-single-wized .recent-post-single .post-title .title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        color: #1C2539;
        line-height: 26px;
        margin-top: 5px;
        transition: 0.3s;
    }

@media only screen and (max-width: 479px) {
    .rts-single-wized .recent-post-single .post-title .title {
        font-size: 14px;
        line-height: 26px;
        margin-top: 0;
    }
}

.rts-single-wized .recent-post-single .post-title:hover .title {
    color: var(--color-primary);
}

.rts-single-wized .gallery-inner {
    display: flex;
    flex-direction: column;
}

    .rts-single-wized .gallery-inner .single-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .rts-single-wized .gallery-inner .single-row a {
            overflow: hidden;
            border-radius: 0;
        }

@media only screen and (max-width: 479px) {
    .rts-single-wized .gallery-inner .single-row a {
        display: block;
        width: 100%;
    }
}

.rts-single-wized .gallery-inner .single-row a img {
    max-width: 97px;
    height: auto;
    transition: 0.6s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-single-wized .gallery-inner .single-row a img {
        max-width: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 269px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 193px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 135px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 80px;
    }
}

.rts-single-wized .gallery-inner .single-row a:hover img {
    transform: scale(1.2);
}

.rts-single-wized .gallery-inner .single-row.row-1 {
    margin-bottom: 20px;
}

.rts-single-wized .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

    .rts-single-wized .tags-wrapper a {
        padding: 5px 16px;
        background: transparent;
        border-radius: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #1C2539;
        font-size: 14px;
        font-weight: 500;
        transition: 0.5s;
        border: 1px solid #E9E9E9;
    }

        .rts-single-wized .tags-wrapper a:hover {
            background: var(--color-primary);
            color: #fff;
            transform: translateY(-3px) scale(1.09);
            border: 1px solid transparent;
        }

.blog-single-post-listing {
    border: 1px solid #E6E9F0;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .blog-single-post-listing {
        margin-right: 0;
    }
}

.blog-single-post-listing.details {
    border-radius: 0;
}

    .blog-single-post-listing.details .thumbnail {
        border-radius: 0;
    }

        .blog-single-post-listing.details .thumbnail.details {
            border-radius: 0;
            width: 100%;
            max-width: max-content;
        }

@media only screen and (max-width: 1199px) {
    .blog-single-post-listing.details .thumbnail.details {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 0;
    }
}

.blog-single-post-listing.details .rts-quote-area {
    padding: 50px;
    background: #F6F6F6;
    border-radius: 0;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single-post-listing.details .rts-quote-area {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .rts-quote-area {
        padding: 10px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-single-post-listing.details .rts-quote-area {
        margin-top: 15px;
    }
}

.blog-single-post-listing.details .rts-quote-area .title {
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .blog-single-post-listing.details .rts-quote-area .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.blog-single-post-listing.details .rts-quote-area .name {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700;
}

.blog-single-post-listing.details .rts-quote-area span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #5D666F;
}

.blog-single-post-listing.details .check-area-details .single-check {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .blog-single-post-listing.details .check-area-details .single-check i {
        margin-right: 15px;
        color: var(--color-primary);
    }

@media only screen and (max-width: 479px) {
    .blog-single-post-listing.details .check-area-details .single-check i {
        margin-top: -26px;
    }
}

.blog-single-post-listing.details .check-area-details .single-check span {
    color: #5D666F;
}

.blog-single-post-listing.details .details-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
    .blog-single-post-listing.details .details-tag {
        justify-content: flex-start;
    }
}

.blog-single-post-listing.details .details-tag h6 {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 15px;
}

.blog-single-post-listing.details .details-tag button {
    padding: 8px 12px;
    background: #F6F6F6;
    max-width: max-content;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    color: #1C2539;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog-single-post-listing.details .details-tag button:last-child {
        margin-top: 10px;
        margin-left: -2px;
    }
}

.blog-single-post-listing.details .details-tag button:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px) scale(1.02);
}

.blog-single-post-listing.details .details-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.blog-single-post-listing.details .details-share button {
    max-width: max-content;
    position: relative;
    z-index: 1;
    margin-left: 23px;
    color: #1C2539;
    transition: 0.3s;
    font-size: 14px;
}

    .blog-single-post-listing.details .details-share button::after {
        position: absolute;
        content: "";
        background: #F6F6F6;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.3s;
    }

    .blog-single-post-listing.details .details-share button:hover {
        color: #fff;
        transform: scale(1.2);
    }

        .blog-single-post-listing.details .details-share button:hover::after {
            background: var(--color-primary);
        }

.blog-single-post-listing.details .details-share h6 {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 15px;
}

.blog-single-post-listing.details .author-area {
    margin-top: 44px;
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #E6E9F0;
    border-bottom: 1px solid #E6E9F0;
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .author-area {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing.details .author-area {
        flex-wrap: wrap;
    }
}

.blog-single-post-listing.details .author-area .thumbnail {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .author-area .thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing.details .author-area .author-details {
        margin-left: 15px;
    }
}

.blog-single-post-listing.details .author-area .author-details h5 {
    margin-bottom: 10px;
}

.blog-single-post-listing.details .author-area .author-details p {
    line-height: 26px;
}

.blog-single-post-listing .replay-area-details {
    margin-top: 40px;
}

    .blog-single-post-listing .replay-area-details form input {
        height: 55px;
        border-radius: 0;
        background: transparent;
        border: 1px solid #E9E9E9;
    }

        .blog-single-post-listing .replay-area-details form input:focus {
            border: 1px solid var(--color-primary);
        }

    .blog-single-post-listing .replay-area-details form textarea {
        border-radius: 0;
        background: transparent;
        height: 140px;
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #E9E9E9;
    }

        .blog-single-post-listing .replay-area-details form textarea:focus {
            border: 1px solid var(--color-primary);
        }

.blog-single-post-listing .thumbnail {
    overflow: hidden;
}

    .blog-single-post-listing .thumbnail img {
        transition: 0.8s;
        width: 100%;
    }

    .blog-single-post-listing .thumbnail:hover img {
        transform: scale(1.2);
    }

.blog-single-post-listing .blog-listing-content {
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing .blog-listing-content {
        padding: 25px 10px;
    }
}

.blog-single-post-listing .blog-listing-content .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 30px;
        min-width: max-content;
    }

@media only screen and (max-width: 767px) {
    .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 5px;
    }
}

.blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 10px;
    color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing .blog-listing-content .user-info .single i {
        margin-right: 2px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-single-post-listing .blog-listing-content .user-info .single span {
        font-size: 13px;
    }
}

.blog-single-post-listing .blog-listing-content .blog-title {
    transition: 0.3s;
}

    .blog-single-post-listing .blog-listing-content .blog-title .title {
        transition: 0.3s;
        margin-bottom: 16px;
    }

    .blog-single-post-listing .blog-listing-content .blog-title:hover .title {
        color: var(--color-primary);
    }

.blog-single-post-listing .blog-listing-content p.disc {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 479px) {
    .blog-single-post-listing .blog-listing-content p.disc {
        margin-bottom: 15px;
    }
}

.blog-single-post-listing .blog-listing-content a.rts-btn {
    margin-top: 35px;
    display: block;
    max-width: max-content;
}

@media only screen and (max-width: 479px) {
    .blog-single-post-listing .blog-listing-content a.rts-btn {
        margin-top: 20px;
    }
}

.single-leaders-area .rts-btn {
    padding: 14px 25px;
}

.pl-b-list-controler {
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .pl-b-list-controler {
        padding-left: 15px;
    }
}

.blog-style-four .thumbnail {
    overflow: hidden;
    display: block;
}

    .blog-style-four .thumbnail img {
        transition: 0.6s;
        width: 100%;
    }

    .blog-style-four .thumbnail:hover img {
        transform: scale(1.2);
    }

.blog-style-four .inner-content {
    padding: 30px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .blog-style-four .inner-content {
        padding: 15px;
    }
}

.blog-style-four .inner-content .head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 13px;
}

    .blog-style-four .inner-content .head .icon-area-single i {
        margin-right: 10px;
        color: var(--color-primary);
    }

.blog-style-four .inner-content a.main-title .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEE;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .blog-style-four .inner-content a.main-title .title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.blog-style-four .inner-content a.main-title .title:hover {
    color: var(--color-primary);
}

.blog-style-four .inner-content .footer-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blog-style-four .inner-content .footer-area .left-area {
        display: flex;
        align-items: center;
    }

        .blog-style-four .inner-content .footer-area .left-area .info {
            margin-left: 10px;
        }

            .blog-style-four .inner-content .footer-area .left-area .info .title {
                margin-bottom: -2px;
                font-size: 18px;
            }

@media only screen and (max-width: 575px) {
    .blog-style-four .inner-content .footer-area .left-area .info .title {
        font-size: 14px;
    }
}

.blog-style-four .inner-content .footer-area .rts-btn {
    padding: 15px 18px;
    font-size: 14px;
}

.single-blog-post-style-six {
    display: flex;
    align-items: center;
    background: #1F1F1F;
}

@media only screen and (max-width: 767px) {
    .single-blog-post-style-six {
        flex-direction: column;
    }
}

.single-blog-post-style-six .thumbnail {
    margin-right: 40px;
    display: block;
    overflow: hidden;
    max-width: max-content;
    min-width: max-content;
}

@media only screen and (max-width: 767px) {
    .single-blog-post-style-six .thumbnail {
        max-width: inherit;
        min-width: inherit;
        width: 100%;
        margin-right: 0;
    }
}

.single-blog-post-style-six .thumbnail img {
    transition: 1.2s;
}

@media only screen and (max-width: 767px) {
    .single-blog-post-style-six .thumbnail img {
        width: 100%;
    }
}

.single-blog-post-style-six .thumbnail:hover img {
    transform: scale(1.2);
}

@media only screen and (max-width: 767px) {
    .single-blog-post-style-six .inner-info {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-blog-post-style-six .inner-info {
        padding: 15px;
    }
}

.single-blog-post-style-six .inner-info .head {
    display: flex;
    align-items: center;
}

    .single-blog-post-style-six .inner-info .head .single {
        display: flex;
        align-items: center;
        margin-right: 25px;
    }

        .single-blog-post-style-six .inner-info .head .single p {
            color: #fff;
        }

        .single-blog-post-style-six .inner-info .head .single i {
            margin-right: 10px;
            color: var(--color-primary);
        }

.single-blog-post-style-six .inner-info a .title {
    color: #fff;
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #171717;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
    .single-blog-post-style-six .inner-info a .title {
        margin-top: 15px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post-style-six .inner-info a .title {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }
}

.single-blog-post-style-six .inner-info a .title:hover {
    color: var(--color-primary);
}

.single-blog-post-style-six .inner-info .btn-read-more-border {
    border: 1px solid #171717;
    color: #fff;
    margin-top: 25px;
    transition: 0.3s;
    padding: 15px 23px;
}

    .single-blog-post-style-six .inner-info .btn-read-more-border:hover {
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

.single-blog-six-right {
    height: 100%;
    background: #1F1F1F;
}

    .single-blog-six-right .thumbnail {
        display: block;
        overflow: hidden;
    }

        .single-blog-six-right .thumbnail img {
            transition: 1.2s;
            width: 100%;
        }

        .single-blog-six-right .thumbnail:hover img {
            transform: scale(1.2);
        }

    .single-blog-six-right .inner-content-b-6 {
        padding: 30px;
    }

        .single-blog-six-right .inner-content-b-6 .head {
            display: flex;
            align-items: center;
        }

            .single-blog-six-right .inner-content-b-6 .head .single {
                margin-right: 25px;
                display: flex;
                align-items: center;
            }

                .single-blog-six-right .inner-content-b-6 .head .single i {
                    margin-right: 10px;
                    color: var(--color-primary);
                }

                .single-blog-six-right .inner-content-b-6 .head .single p {
                    color: #fff;
                }

@media only screen and (max-width: 1199px) {
    .single-blog-six-right .inner-content-b-6 .head .single p {
        font-size: 15px;
    }
}

.single-blog-six-right .inner-content-b-6 a .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 13px;
    padding-bottom: 25px;
    transition: 0.3s;
    border-bottom: 1px solid #171717;
}

@media only screen and (max-width: 1199px) {
    .single-blog-six-right .inner-content-b-6 a .title {
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        margin-top: 8px;
    }
}

.single-blog-six-right .inner-content-b-6 a .title:hover {
    color: var(--color-primary);
}

.single-blog-six-right .inner-content-b-6 .btn-read-more-border {
    border: 1px solid #171717;
    color: #fff;
    margin-top: 25px;
    transition: 0.3s;
    padding: 15px 23px;
}

    .single-blog-six-right .inner-content-b-6 .btn-read-more-border:hover {
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

#elevate-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    z-index: 999999;
}

    #elevate-load .preloader {
        width: 50px;
        height: 50px;
        display: inline-block;
        padding: 0px;
        text-align: left;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }

        #elevate-load .preloader span {
            position: absolute;
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background: #111111;
            animation: preloader 1.3s linear infinite;
        }

            #elevate-load .preloader span:last-child {
                animation-delay: -0.8s;
                -webkit-animation-delay: -0.8s;
            }

.loaded {
    display: none;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.single-blog-ten-single .content-wrapper {
    padding: 40px;
    background: #F6F6F6;
}

@media only screen and (max-width: 767px) {
    .single-blog-ten-single .content-wrapper {
        padding: 10px;
    }
}

.single-blog-ten-single .content-wrapper .header-area-blg {
    display: flex;
    align-items: center;
}

    .single-blog-ten-single .content-wrapper .header-area-blg .single {
        margin-right: 40px;
    }

@media only screen and (max-width: 767px) {
    .single-blog-ten-single .content-wrapper .header-area-blg .single {
        margin-right: 10px;
    }
}

.single-blog-ten-single .content-wrapper .content-area .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #0C0A0A;
    margin-top: 10px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .single-blog-ten-single .content-wrapper .content-area .title {
        font-size: 16px;
        line-height: 24px;
    }
}

.single-blog-ten-single .content-wrapper .content-area .title:hover {
    color: var(--color-primary);
}

.single-blog-ten-single .header-area-blg .single {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

    .single-blog-ten-single .header-area-blg .single i {
        margin-right: 10px;
        color: var(--color-primary);
    }

.blog-eleven-area .single-blog-area-one .inner {
    border: 1px solid #F0F0F0;
}

.blog-eleven-area .single-blog-area-one .thumbnail::after {
    display: none;
}

.container-cta {
    max-width: 1920px;
    margin: auto;
    background: var(--color-primary);
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .container-cta {
        background: #0C0A0A;
    }
}

.single-cta-area.bg {
    background-image: url(../images/cta/01.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .single-cta-area.bg {
        background-image: none;
    }
}

.single-cta-area.bg .inner {
    margin-left: 100px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .single-cta-area.bg .inner {
        margin-left: 25px;
    }
}

.single-cta-area.bg .inner .icon-area {
    margin-right: 20px;
}

.single-cta-area.bg .dec-area span {
    font-family: var(--font-primary);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.single-cta-area.bg .dec-area .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-cta-area.bg .dec-area .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-cta-area.bg .dec-area .title {
        font-size: 22px;
    }
}

.single-cta-area .inner {
    margin-left: 100px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .single-cta-area .inner {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .single-cta-area .inner {
        margin-left: 25px;
    }
}

.single-cta-area .inner .icon-area {
    margin-right: 20px;
}

.single-cta-area .dec-area span {
    font-family: var(--font-primary);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.single-cta-area .dec-area .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-cta-area .dec-area .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-cta-area .dec-area .title {
        font-size: 22px;
    }
}

.bg-experience {
    background-image: url(../images/cta/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rts-experience-area .experience-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .rts-experience-area .experience-main-wrapper {
        display: grid;
    }
}

.rts-experience-area .experience-main-wrapper .title {
    color: #fff;
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .rts-experience-area .experience-main-wrapper .left {
        order: 2;
    }
}

.rts-experience-area .experience-main-wrapper .left .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    font-family: var(--font-primary);
}

@media (max-width: 768px) {
    .rts-experience-area .experience-main-wrapper .left .title {
        line-height: 55px;
    }
}

@media (max-width: 450px) {
    .rts-experience-area .experience-main-wrapper .left .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.rts-experience-area .experience-main-wrapper .left p.disc {
    color: #6E777D;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .rts-experience-area .experience-main-wrapper .left p.disc br {
        display: none;
    }
}

@media (max-width: 991px) {
    .rts-experience-area .experience-main-wrapper .right {
        margin-bottom: 20px;
    }
}

.rts-experience-area .experience-main-wrapper .right .title {
    font-size: 120px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .rts-experience-area .experience-main-wrapper .right .title {
        overflow: visible;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .rts-experience-area .experience-main-wrapper .right .title {
        font-size: 90px;
    }
}

@media (max-width: 450px) {
    .rts-experience-area .experience-main-wrapper .right .title {
        font-size: 75px;
    }
}

.rts-experience-area .experience-main-wrapper .right span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: -20px;
    display: block;
    margin-left: 7px;
}

    .rts-experience-area .experience-main-wrapper .right span.counter {
        font-size: 40px;
    }

.container-cta-150 {
    max-width: 1620px;
    margin: auto;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    height: 220px;
    background: linear-gradient(-70deg, #171717 50%, #F0F1F2 50%);
}

@media (max-width: 1440px) {
    .container-cta-150 {
        height: auto;
    }
}

@media (max-width: 991px) {
    .container-cta-150 {
        background: linear-gradient(-70deg, #171717 50%, #171717 50%);
    }
}

@media only screen and (max-width: 575px) {
    .container-cta-150 {
        clip-path: none;
    }
}

.container-cta-150 .path-cta-left {
    margin-left: 150px;
    padding: 60px 0;
}

@media (max-width: 1400px) {
    .container-cta-150 .path-cta-left {
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .container-cta-150 .path-cta-left {
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .container-cta-150 .path-cta-left {
        padding: 60px 20px;
    }
}

.container-cta-150 .path-cta-left .title {
    color: #0C0A0A;
    font-weight: 600;
    font-size: 40px;
    line-height: 61px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .container-cta-150 .path-cta-left .title {
        color: #ffffff;
    }
}

@media (max-width: 576px) {
    .container-cta-150 .path-cta-left .title {
        font-size: 30px;
        line-height: 50px;
    }
}

.container-cta-150 .path-cta-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6E777D;
}

@media (max-width: 991px) {
    .container-cta-150 .path-cta-left p {
        color: #ffffff;
    }
}

.container-cta-150 .path-call-area {
    display: flex;
    align-items: center;
    margin-left: 150px;
    padding: 60px 0;
}

@media (max-width: 1400px) {
    .container-cta-150 .path-call-area {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .container-cta-150 .path-call-area {
        justify-content: center;
        margin: 0;
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .container-cta-150 .path-call-area {
        padding: 60px 20px;
        padding-top: 0;
    }
}

.container-cta-150 .path-call-area .icon {
    margin-right: 13px;
}

    .container-cta-150 .path-call-area .icon i {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary);
        font-weight: 200;
        font-size: 40px;
    }

@media (max-width: 1200px) and (min-width: 991px) {
    .container-cta-150 .path-call-area .icon i {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .container-cta-150 .path-call-area .icon i {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

.container-cta-150 .path-call-area .detail span {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.container-cta-150 .path-call-area .detail a.number {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 37px;
    transition: 0.3s;
    font-weight: 700;
    font-size: 40px;
    line-height: 61px;
}

@media (max-width: 576px) {
    .container-cta-150 .path-call-area .detail a.number {
        font-size: 30px;
        line-height: 50px;
    }
}

.rts-cta-eight {
    background-image: url(../images/cta/05.jpg);
}

    .rts-cta-eight .cta-main-wrapper {
        display: flex;
        align-items: center;
    }

@media only screen and (max-width: 1199px) {
    .rts-cta-eight .cta-main-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.rts-cta-eight .cta-main-wrapper .cta-title-wrapper span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--font-primary);
}

.rts-cta-eight .cta-main-wrapper .cta-title-wrapper .title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

@media only screen and (max-width: 575px) {
    .rts-cta-eight .cta-main-wrapper .cta-title-wrapper .title {
        font-size: 26px;
        line-height: 42px;
    }
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper {
    margin-left: auto;
    background: #fff;
    padding: 40px;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .rts-cta-eight .cta-main-wrapper .cta-content-wrapper {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .rts-cta-eight .cta-main-wrapper .cta-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-cta-eight .cta-main-wrapper .cta-content-wrapper {
        padding: 10px;
    }
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info {
        display: flex;
        align-items: center;
    }
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info i {
    width: 60px;
    height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info.border-right {
    border-right: 1px solid #EBEDF8;
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info .info span {
    display: block;
}

.rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info .info a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0C0A0A;
    font-family: var(--font-primary);
    transition: 0.3s;
}

    .rts-cta-eight .cta-main-wrapper .cta-content-wrapper .single-info .info a:hover {
        color: var(--color-primary);
    }

.bg-blog-8 {
    background: #F7F7F7;
}

.bg-appoinment-short {
    background-image: url(../images/appoinment/03.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

    .bg-appoinment-short .single-details-appoinment {
        position: absolute;
        right: 25%;
        width: 450px;
        top: 20%;
        background: #FF6600;
        height: 450px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 35px;
    }

@media only screen and (max-width: 1199px) {
    .bg-appoinment-short .single-details-appoinment {
        padding: 20px;
        position: absolute;
        right: 20%;
        width: 350px;
        top: 44%;
        background: #FF6600;
        height: 350px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-appoinment-short .single-details-appoinment {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .bg-appoinment-short .single-details-appoinment {
        display: none;
    }
}

.bg-appoinment-short .single-details-appoinment .title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .bg-appoinment-short .single-details-appoinment .title {
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        margin-bottom: 3px;
    }
}

.bg-appoinment-short .single-details-appoinment p {
    margin-bottom: 20px;
    color: #fff;
}

    .bg-appoinment-short .single-details-appoinment p.disc {
        color: #fff;
        margin-bottom: 0;
    }

.bg-appoinment-short .single-details-appoinment.small {
    top: -10%;
    right: 5%;
    background: #101010 !important;
    width: 350px;
    height: 350px;
}

@media only screen and (max-width: 1199px) {
    .bg-appoinment-short .single-details-appoinment.small {
        top: -2%;
        right: 5%;
        background: #101010 !important;
        width: 250px;
        height: 250px;
    }
}

.bg-appoinment-short .single-details-appoinment.small p.disc {
    font-size: 12px;
}

    .bg-appoinment-short .single-details-appoinment.small p.disc br {
        display: none;
    }

.appoinment-inner-main-wrapper .pre {
    color: var(--color-primary);
    text-transform: uppercase;
}

.appoinment-inner-main-wrapper .title {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    margin-top: 5px;
}

@media only screen and (max-width: 479px) {
    .appoinment-inner-main-wrapper .title {
        font-size: 26px;
        line-height: 43px;
    }
}

.appoinment-inner-main-wrapper a.rts-btn {
    border: 2px solid #FFFFFF;
    color: #fff;
    margin-top: 40px;
}

.index-ten .rts-contact-page-form-area.contact-2 .mian-wrapper-form {
    padding: 50px;
    background: #f6f6f6;
}

.rts-team-one-start {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
    padding: 30px;
}

    .rts-team-one-start:hover .wrapper .thumbnail img {
        transform: scale(1.15);
    }

    .rts-team-one-start .wrapper {
        position: relative;
    }

        .rts-team-one-start .wrapper .thumbnail {
            overflow: hidden;
            display: block;
        }

            .rts-team-one-start .wrapper .thumbnail img {
                width: 100%;
                transition: 1.3s;
            }

    .rts-team-one-start .inner {
        text-align: center;
        padding: 45px 20px;
        background: #ffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -144px;
        width: 100.5%;
        transition: 1s;
    }

        .rts-team-one-start .inner a.name:hover .title {
            color: var(--color-primary);
        }

        .rts-team-one-start .inner .title {
            margin-bottom: 10px;
            font-size: 30px;
            font-family: var(--font-primary);
            transition: 0.3s;
        }

        .rts-team-one-start .inner span {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #6E777D;
            font-family: var(--font-primary);
        }

        .rts-team-one-start .inner .info-wrapper {
            margin-top: 0px;
            margin-bottom: -15px;
            max-height: 0;
            transition: 1s;
            height: 0;
            overflow: hidden;
        }

            .rts-team-one-start .inner .info-wrapper .single {
                position: relative;
                margin-bottom: 15px;
            }

                .rts-team-one-start .inner .info-wrapper .single a {
                    padding: 12px 25px 12px 55px;
                    border-radius: 100px;
                    display: block;
                    background: #F2F3F5;
                    max-width: max-content;
                    margin: auto;
                }

                .rts-team-one-start .inner .info-wrapper .single i {
                    position: absolute;
                    width: 46px;
                    height: 46px;
                    background: #FF6600;
                    border-radius: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    left: 55px;
                    top: 2px;
                }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 43px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 63px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 104px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 64px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-team-one-start .inner .info-wrapper .single i {
        left: 15px;
    }
}

.rts-team-one-start:hover .inner .info-wrapper {
    margin-top: 30px;
    max-height: 400px;
    display: block;
    visibility: visible;
    height: 130px;
}

.mySwiper-technical {
    overflow: hidden;
}

.swiper-technical-main-wrapper {
    position: relative;
}

    .swiper-technical-main-wrapper .swiper-button-next,
    .swiper-technical-main-wrapper .swiper-button-prev {
        background-image: none;
        top: 50%;
        transform: translateY(-50%);
    }

        .swiper-technical-main-wrapper .swiper-button-next i,
        .swiper-technical-main-wrapper .swiper-button-prev i {
            font-size: 22px;
            color: #0C0A0A;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            background: #fff;
            transition: 0.3s;
        }

        .swiper-technical-main-wrapper .swiper-button-next:hover i,
        .swiper-technical-main-wrapper .swiper-button-prev:hover i {
            background: var(--color-primary);
            color: #fff;
        }

    .swiper-technical-main-wrapper .swiper-button-next {
        right: -100px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-technical-main-wrapper .swiper-button-next {
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-technical-main-wrapper .swiper-button-next {
        right: -55px;
    }
}

.swiper-technical-main-wrapper .swiper-button-prev {
    left: -130px;
    right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-technical-main-wrapper .swiper-button-prev {
        left: -40px;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-technical-main-wrapper .swiper-button-prev {
        left: -85px;
    }
}

.team-3bg {
    background: #F8F8F8;
}

    .team-3bg .title-three-center .bg-title {
        z-index: 0;
    }

@media (max-width: 991px) {
    .team-3bg .title-three-center .bg-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .team-3bg .title-three-center .bg-title {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .team-3bg .title-three-center .bg-title {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .team-3bg .title {
        font-size: 40px;
        line-height: 54px;
    }
}

@media (max-width: 500px) {
    .team-3bg .title {
        font-size: 25px;
        line-height: 40px;
    }

        .team-3bg .title br {
            display: none;
        }
}

.single-team-three {
    position: relative;
    max-width: max-content;
    z-index: 1;
}

@media (max-width: 991px) {
    .single-team-three {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .single-team-three {
        max-width: 100%;
    }
}

.single-team-three:hover .thumbnail .social-team-wrapper {
    right: 30px;
}

.single-team-three .thumbnail {
    display: block;
    overflow: hidden;
    width: 97%;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-team-three .thumbnail {
        width: 100%;
    }
}

.single-team-three .thumbnail .social-team-wrapper {
    position: absolute;
    top: 0;
    right: -30px;
    top: 30px;
    transition: 0.3s;
}

    .single-team-three .thumbnail .social-team-wrapper ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .single-team-three .thumbnail .social-team-wrapper ul li {
            margin-bottom: 20px;
        }

            .single-team-three .thumbnail .social-team-wrapper ul li a {
                transition: all 0.3s;
            }

                .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
                    color: var(--color-primary);
                }

                .single-team-three .thumbnail .social-team-wrapper ul li a i {
                    color: #171717;
                    transition: all 0.3s;
                }

.single-team-three .thumbnail:hover img {
    transform: scale(1.15);
}

.single-team-three .thumbnail img {
    width: 100%;
    transition: 1.3s;
}

.single-team-three::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    height: 100%;
    width: 97%;
    border: 1px solid #E1E1E1;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .single-team-three::after {
        left: 0;
        width: 100%;
    }
}

.single-team-three .content-area {
    margin-left: 60px;
    margin-top: 30px;
}

@media only screen and (max-width: 575px) {
    .single-team-three .content-area {
        margin-left: 30px;
    }
}

.single-team-three .content-area span.designation {
    background: #171717;
    padding: 9px 34px 7px 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--font-primary);
    color: #FFFFFF;
}

.single-team-three .content-area .name {
    background: #171717;
    padding: 11px 21px 11px 21px;
    max-width: max-content;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 30px;
    transition: 0.3s;
}

    .single-team-three .content-area .name:hover {
        color: var(--color-primary);
    }

.rts-leaders-area-three {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .rts-leaders-area-three .title-three-center .bg-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .rts-leaders-area-three .title-three-center .bg-title {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .rts-leaders-area-three .title-three-center .bg-title {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    .rts-leaders-area-three .title-three-center .title br {
        display: none;
    }
}

@media (max-width: 991px) {
    .grid-lines-wrapper {
        display: none;
    }
}

.grid-lines-wrapper .grid-lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
}

    .grid-lines-wrapper .grid-lines .grid-line {
        height: 100%;
        width: 1px;
        background: #E9E9E9;
        position: absolute;
        top: 0;
        z-index: -1;
        margin-left: 120px;
    }

        .grid-lines-wrapper .grid-lines .grid-line.two {
            margin-left: 484px;
        }

        .grid-lines-wrapper .grid-lines .grid-line.three {
            margin-left: 848px;
        }

        .grid-lines-wrapper .grid-lines .grid-line.four {
            margin-left: 1212px;
        }

.g-60 {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 6rem;
}

.g-24 {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 2.4rem;
}

.single-leaders-area .thumbnail {
    overflow: hidden;
    transition: 1.3s;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

    .single-leaders-area .thumbnail:hover img {
        transform: scale(1.15);
    }

    .single-leaders-area .thumbnail img {
        width: 100%;
        transition: 1.3s;
    }

.single-leaders-area .content-area .top {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 13px;
}

    .single-leaders-area .content-area .top span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #6E777D;
        font-family: var(--font-primary);
    }

        .single-leaders-area .content-area .top span.name {
            position: relative;
        }

            .single-leaders-area .content-area .top span.name::after {
                position: absolute;
                content: "";
                height: 5px;
                width: 5px;
                background: #D6D6D6;
                right: -29px;
                top: 12px;
            }

.single-leaders-area .content-area a .title {
    transition: 0.3s;
    margin-bottom: 30px;
}

    .single-leaders-area .content-area a .title:hover {
        color: var(--color-primary);
    }

.personal-info-area-start .thumbnail.m-img img {
    width: 100%;
}

.personal-info-team {
    background: #151515;
    height: 100%;
    padding: 65px 80px 45px 80px;
}

@media only screen and (max-width: 1199px) {
    .personal-info-team {
        padding: 30px;
    }
}

.personal-info-team span.pre-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6600;
}

.personal-info-team .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 61px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .personal-info-team .title {
        font-size: 26px;
    }
}

.personal-info-team p.disc {
    color: #6E777D;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.personal-info-team .single-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    margin-bottom: 25px;
}

    .personal-info-team .single-info .icon i {
        width: 60px;
        height: 60px;
        color: var(--color-primary);
        background: #EDEDED;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
    }

@media only screen and (max-width: 575px) {
    .personal-info-team .single-info .icon i {
        width: 50px;
        height: 50px;
    }
}

.personal-info-team .single-info .info span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6E777D;
    font-family: var(--font-primary);
    transition: 0.3s;
}

.personal-info-team .single-info .info a.mail {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .personal-info-team .single-info .info a.mail {
        font-size: 16px;
    }
}

.personal-info-team .single-info .info a.mail:hover {
    color: var(--color-primary);
}

.single-about-skill-inner .title {
    position: relative;
    margin-bottom: 40px;
}

    .single-about-skill-inner .title::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #F1F1F1;
    }

.rts-progress-one-wrapper .meter {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    display: block;
    height: 8px;
    margin-bottom: 10px;
    position: relative;
}

    .rts-progress-one-wrapper .meter > span {
        display: block;
        height: 100%;
        background-color: var(--color-primary);
        position: relative;
        overflow: hidden;
        transition: width 2s ease-out;
    }

.rts-progress-one-wrapper .orange > span {
    background-color: var(--color-primary);
}

.rts-progress-one-wrapper .red > span {
    background-color: var(--color-primary);
}

.rts-progress-one-wrapper .cadetblue > span {
    background-color: var(--color-primary);
}

.rts-progress-one-wrapper .single-progress {
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.rts-progress-one-wrapper .progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .rts-progress-one-wrapper .progress-top p {
        margin-bottom: 0;
        color: var(--color-primary);
        font-weight: 500;
        font-size: 16px;
    }

    .rts-progress-one-wrapper .progress-top .persectage {
        color: var(--color-primary);
        font-weight: 500;
        font-size: 16px;
    }

.education-skill-wrapper {
    display: flex;
    box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
    flex-wrap: wrap;
}

    .education-skill-wrapper .number-area {
        position: absolute;
        height: 60px;
        width: 60px;
        background: var(--color-primary);
        border-radius: 50%;
        left: -4%;
        top: -10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .education-skill-wrapper .number-area p {
            font-size: 22px;
            color: #fff;
            margin-left: auto;
            margin-top: auto;
            margin-right: 12px;
            margin-bottom: 8px;
        }

            .education-skill-wrapper .number-area p span {
                font-size: 12px;
                color: #fff;
                margin-left: -3px;
            }

    .education-skill-wrapper .single-skill {
        padding: 30px 60px;
        border: 1px solid #F1F1F1;
        width: 50%;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        background: #fff;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .education-skill-wrapper .single-skill {
        padding: 30px 11px 30px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .education-skill-wrapper .single-skill {
        padding: 30px 10px 30px 40px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .education-skill-wrapper .single-skill {
        padding: 30px 10px 30px 50px;
    }
}

.education-skill-wrapper .single-skill .experience {
    margin-bottom: 3px;
}

.education-skill-wrapper .single-skill .date span {
    color: var(--color-primary);
}

.education-skill-wrapper .single-skill:hover {
    transform: scale(1.05);
}

.single-contact-one-inner {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
    height: 100%;
    margin-bottom: 10px;
}

    .single-contact-one-inner .thumbnail {
        display: block;
        overflow: hidden;
        border-radius: 15px 15px 0 0;
    }

        .single-contact-one-inner .thumbnail img {
            width: 100%;
            transition: 0.3s;
        }

        .single-contact-one-inner .thumbnail:hover img {
            transform: scale(1.1);
        }

    .single-contact-one-inner .content {
        display: flex;
        align-items: center;
        padding: 40px;
    }

@media only screen and (max-width: 767px) {
    .single-contact-one-inner .content {
        padding: 15px;
    }
}

.single-contact-one-inner .content .icone {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background-color: #0a7281;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

    .single-contact-one-inner .content .icone img {
        width: 35px;
        height: auto;
    }

.single-contact-one-inner .content .info span {
    margin-bottom: 0;
    color: #941c01;
    font-weight: 500;
}

.single-contact-one-inner .content .info a h5 {
    margin-bottom: 0;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-one-inner .content .info a h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .single-contact-one-inner .content .info a h5 {
        font-size: 18px;
    }
}

.single-contact-one-inner .content .info a:hover h5 {
    color: var(--color-primary);
}

.progress-wrapper-area-two.team-details .single-progress {
    padding-bottom: 7px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 13px;
}

    .progress-wrapper-area-two.team-details .single-progress .top span.name {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #0C0A0A;
    }

    .progress-wrapper-area-two.team-details .single-progress .top span.digit {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: var(--color-primary);
    }

    .progress-wrapper-area-two.team-details .single-progress .progress {
        height: 8px;
        background-color: transparent;
    }

        .progress-wrapper-area-two.team-details .single-progress .progress .progress-bar {
            background-color: #0C0A0A;
        }

.team-area-start-five .thumbnail {
    display: block;
    overflow: hidden;
}

    .team-area-start-five .thumbnail img {
        width: 100%;
        transition: 1.3s;
    }

    .team-area-start-five .thumbnail:hover img {
        transform: scale(1.15);
    }

.team-area-start-five .details-team {
    margin-top: -66px;
    z-index: 10;
    position: relative;
}

    .team-area-start-five .details-team .name {
        max-width: max-content !important;
        width: 275px;
    }

        .team-area-start-five .details-team .name:hover a {
            color: var(--color-primary);
        }

        .team-area-start-five .details-team .name a {
            color: #0C0A0A;
            /* max-width: max-content !important; */
            font-size: 24px;
            font-weight: 500;
            padding: 20px 18px;
            width: 275px;
            background: #ffffff;
            transition: 0.3s;
            max-width: 256px;
            display: block;
        }

    .team-area-start-five .details-team .desig {
        background: #171717;
        padding: 8px 28px;
        display: block;
        margin-top: 5px;
        width: 256px;
        margin-top: 0px;
    }

        .team-area-start-five .details-team .desig span {
            color: #fff;
        }

.bg-six-banner {
    background-image: url(../images/banner/06.jpg);
}

.bg-experties {
    background: #171717;
}

.bg-service-six {
    background-image: url(../images/bg/service-6.jpg);
}

.rts-team-area-start.home-seven {
    background: url(../images/team/team-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
}

    .rts-team-area-start.home-seven .title-mid-wrapper-home-two {
        text-align: start;
    }

        .rts-team-area-start.home-seven .title-mid-wrapper-home-two .pre {
            color: var(--color-primary);
            text-transform: uppercase;
            font-weight: 600;
        }

        .rts-team-area-start.home-seven .title-mid-wrapper-home-two .title {
            color: #FFFFFF;
        }

@media (max-width: 768px) {
    .rts-team-area-start.home-seven .title-mid-wrapper-home-two .title br {
        display: none;
    }
}

.rts-team-area-start.home-seven .details-team {
    position: absolute;
}

@media (max-width: 991px) {
    .rts-team-area-start.home-seven .team-area-start-five {
        margin-bottom: 50px;
    }
}

.rts-team-area-home-nine {
    overflow: hidden;
    position: relative;
}

    .rts-team-area-home-nine::after {
        position: absolute;
        content: "Officers";
        font-size: 190px;
        color: #a0a0a009;
        left: -30px;
        bottom: 35px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .rts-team-area-home-nine .main-title-area-center .title {
        color: #fff;
    }

.team-nine-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .team-nine-main-wrapper {
        gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .team-nine-main-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.single-team-nine {
    text-align: center;
}

    .single-team-nine .thumbnail {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

        .single-team-nine .thumbnail img {
            transition: 0.3s;
        }

        .single-team-nine .thumbnail::after {
            position: absolute;
            top: -17px;
            left: -8px;
            content: "";
            width: 240px;
            height: 240px;
            border-radius: 50%;
            border: 1px solid #595959;
            z-index: -1;
            transform: 0.6s;
        }

@media only screen and (max-width: 1199px) {
    .single-team-nine .thumbnail::after {
        display: none;
    }
}

.single-team-nine .inner-content a .title {
    color: #FFF;
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    transition: 0.3s;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .single-team-nine .inner-content a .title {
        font-weight: 400;
        font-size: 26px;
        line-height: 44px;
    }
}

.single-team-nine .inner-content a:hover .title {
    color: var(--color-primary);
}

.single-team-nine .inner-content span {
    transition: 0.3s;
}

.single-team-nine:hover .thumbnail img {
    transform: translateY(-8px);
}

.single-team-nine:hover .thumbnail::after {
    border: 1px solid var(--color-primary);
}

.single-team-nine:hover .inner-content span {
    color: var(--color-primary);
}

.single-team-nine.ten .inner-content .title {
    color: #0C0A0A;
}

.single-team-nine.ten .thumbnail::after {
    position: absolute;
    top: -15px;
    left: 8px;
    content: "";
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px solid #595959;
    z-index: -1;
    transform: 0.6s;
}

.single-team-nine:hover .thumbnail::after {
    border: 1px solid var(--color-primary);
}

.index-ten .main-title-area-center {
    text-align: center;
}

    .index-ten .main-title-area-center span.pre {
        text-transform: uppercase;
        color: var(--color-primary);
    }

.testimonials-ten-wrapper {
    padding: 50px;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
}

@media only screen and (max-width: 767px) {
    .testimonials-ten-wrapper {
        padding: 15px;
    }
}

.testimonials-ten-wrapper p.disc {
    margin-bottom: 30px;
}

.testimonials-ten-wrapper .stars-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 25px;
}

    .testimonials-ten-wrapper .stars-area-wrapper .stars {
        display: flex;
        align-items: center;
    }

        .testimonials-ten-wrapper .stars-area-wrapper .stars i {
            color: var(--color-primary);
            margin-right: 1px;
        }

    .testimonials-ten-wrapper .stars-area-wrapper p.disc {
        margin-bottom: 0;
        color: #0C0A0A;
        font-weight: 500;
    }

.testimonials-ten-wrapper .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .testimonials-ten-wrapper .footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
}

.testimonials-ten-wrapper .footer .thumbnail-profile {
    display: flex;
    align-items: center;
}

    .testimonials-ten-wrapper .footer .thumbnail-profile .info {
        margin-left: 20px;
    }

        .testimonials-ten-wrapper .footer .thumbnail-profile .info a {
            color: #0C0A0A;
            font-weight: 600;
        }

        .testimonials-ten-wrapper .footer .thumbnail-profile .info span {
            display: block;
        }

.testimonials-ten-wrapper-main {
    overflow: hidden;
}

.index-ten .elecate-center-title h3.title {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .index-ten .elecate-center-title h3.title {
        font-size: 24px;
        line-height: 37px;
    }
}

.rts-service-area-three {
    background: #F8F8F8;
}

    .rts-service-area-three .title-three-center .bg-title {
        z-index: 0;
    }

@media (max-width: 991px) {
    .rts-service-area-three .title-three-center .bg-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .rts-service-area-three .title-three-center .bg-title {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .rts-service-area-three .title-three-center .bg-title {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .rts-service-area-three .title-three-center .title {
        font-size: 40px;
        line-height: 54px;
    }
}

@media (max-width: 500px) {
    .rts-service-area-three .title-three-center .title {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {
    .rts-service-area-three .title-three-center span.pre-title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .rts-service-area {
        padding-top: 300px;
    }
}

@media (max-width: 768px) {
    .rts-service-area {
        padding-top: 120px;
    }
}

@media (max-width: 576px) {
    .rts-service-area {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .rts-service-area.career {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .rts-service-area.career {
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    .rts-service-area.career {
        padding-top: 70px;
    }
}

.rts-service-area.career .title-three-left {
    margin-bottom: 50px;
}

.rts-service-area.career .rts-single-service-two .title-main {
    border: none;
    font-size: 60px;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #00000021;
}

.rts-service-area.career .rts-single-service-two p.disc {
    margin-bottom: 10px;
}

.rts-service-area.career .rts-single-service-two .loc-text {
    margin-bottom: 25px;
}

.rts-service-area.career .rts-single-service-two .rts-btn {
    padding: 18px 30px;
}

.rts-single-service-three {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #E1E1E1;
}

    .rts-single-service-three .thumbnail-area {
        overflow: hidden;
        position: relative;
        flex-basis: 56%;
    }

        .rts-single-service-three .thumbnail-area img {
            max-width: 100%;
            transition: 0.3s;
            min-width: max-content;
            width: max-content;
        }

        .rts-single-service-three .thumbnail-area:hover img {
            transform: scale(1.05);
        }

    .rts-single-service-three .content-area {
        margin-left: 22px;
    }

        .rts-single-service-three .content-area a .title {
            margin-bottom: 9px;
            padding-bottom: 15px;
            border-bottom: 1px solid #E1E1E1;
            transition: 0.3s;
        }

            .rts-single-service-three .content-area a .title:hover {
                color: var(--color-primary);
            }

        .rts-single-service-three .content-area p.disc {
            margin-bottom: 5px;
        }

        .rts-single-service-three .content-area a.read-more-btn {
            display: flex;
            align-items: center;
            color: #0C0A0A;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            font-family: var(--font-primary);
            transition: 0.3s;
        }

            .rts-single-service-three .content-area a.read-more-btn i {
                margin-left: 7px;
                transition: 0.3s;
                margin-bottom: -3px;
            }

            .rts-single-service-three .content-area a.read-more-btn:hover {
                color: var(--color-primary);
            }

                .rts-single-service-three .content-area a.read-more-btn:hover i {
                    margin-left: 10px;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr-sm {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-sm {
        padding: 0 15px;
    }
}

.pading-controler {
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .pading-controler {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pading-controler {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pading-controler {
        padding: 0 15px;
    }
}

.container-210 {
    max-width: 1500px;
    margin: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .container-210 {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1199px) {
    .container-210 {
        max-width: 960px;
    }
}

.service-about-bg {
    background-image: url(../images/service/12.jpg);
}

.service-about-wrapper .title-three-left span.pre-title {
    color: var(--color-primary);
}

.service-about-wrapper .title-three-left .title {
    color: #fff;
}

.single-service-sm {
    padding: 37px;
    text-align: center;
    transition: 0.3s;
    background-image: url(../images/service/14.png);
    border: 1px solid #1f1f1f;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-service-sm {
        padding: 15px 0;
    }
}

.single-service-sm p {
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--font-primary);
    color: #fff;
}

.single-service-sm:hover {
    background-color: var(--color-primary);
    background-image: none;
}

.accordion-service-bg {
    background-image: url(../images/service/bg-03.jpg);
}

@media only screen and (max-width: 1199px) {
    .accordion-service-bg {
        background-image: none;
        background: #F6F6F6;
    }
}

.rts-accordion-area.service {
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 1199px) {
    .rts-accordion-area.service {
        padding-left: 0;
        padding-right: 0;
    }
}

.accordion-service-inner .accordion-area {
    padding-right: 130px;
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area {
        padding-right: 15px;
    }
}

.accordion-service-inner .accordion-area .accordion {
    margin-top: 45px;
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area .accordion {
        margin-left: 0;
        margin-top: 30px;
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item {
    background: transparent;
    border: none;
    padding-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

    .accordion-service-inner .accordion-area .accordion .accordion-item:last-child {
        padding-bottom: 0;
    }

@media only screen and (max-width: 1199px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item {
        padding-left: 98px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item {
        padding-left: 52px;
    }
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item {
        padding-left: 0;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item {
        padding-left: 0;
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item:last-child::after {
    display: none;
}

.accordion-service-inner .accordion-area .accordion .accordion-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed var(--color-primary);
    top: 3px;
    left: 18px;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header {
        margin-bottom: 10px;
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button {
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    box-shadow: none;
    padding: 0;
    position: relative;
    color: #1C2539;
}

@media only screen and (max-width: 767px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true] {
        color: var(--color-primary);
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/service/icon/dot.png);
    height: 20px;
    width: 20px;
    left: -11.5%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    background-color: #fff;
    z-index: 5;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::before {
        left: -51px;
    }
}

@media only screen and (max-width: 1199px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::before {
        left: -12.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::before {
        left: -18.5%;
    }
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::before {
        display: none;
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: none;
    height: 50px;
    width: 50px;
    left: -14.6%;
    background: var(--color-primary);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::before {
        left: -66px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::before {
        left: -21.6%;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::before {
        left: -17.6%;
    }
}

@media only screen and (max-width: 575px) {
    .accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::before {
        display: none;
    }
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-header button::after {
    display: none;
}

.accordion-service-inner .accordion-area .accordion .accordion-item .accordion-body {
    padding: 0;
}

.sd-pad-r {
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .sd-pad-r {
        padding-right: 0;
    }
}

.service-detials-step-1 .thumbnail {
    margin-bottom: 45px;
}

    .service-detials-step-1 .thumbnail img {
        width: 100%;
    }

.service-detials-step-1 .title {
    margin-bottom: 16px;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}

.service-detials-step-1 p.disc {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 28px;
}

.service-detials-step-1 .service-details-card {
    padding: 30px;
    box-shadow: 0px 8px 30px #6a6a6a1a;
    display: flex;
    align-items: flex-start;
    border-left: 5px solid var(--color-primary);
}

    .service-detials-step-1 .service-details-card .thumbnail img {
        height: 29px;
        width: 74px;
    }

    .service-detials-step-1 .service-details-card .details {
        margin-left: 20px;
    }

        .service-detials-step-1 .service-details-card .details .title {
            margin-bottom: 5px;
            font-size: 20px;
        }

        .service-detials-step-1 .service-details-card .details p {
            margin-bottom: 0;
        }

.service-detials-step-2 .single-service-step {
    background: #fff;
    padding: 40px 20px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 6px 39px #0000000a;
}

    .service-detials-step-2 .single-service-step p.step {
        position: relative;
        color: #fff;
        z-index: 1;
        margin-bottom: 52px;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-top: 29px;
    }

        .service-detials-step-2 .single-service-step p.step::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            background: var(--color-primary);
            height: 60px;
            width: 60px;
            transform: translate(-50%, -50%);
            z-index: -1;
            border-radius: 50%;
        }

        .service-detials-step-2 .single-service-step p.step::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            background: #e81c2e1a;
            height: 90px;
            width: 90px;
            transform: translate(-50%, -50%);
            z-index: -1;
            border-radius: 50%;
        }

    .service-detials-step-2 .single-service-step .title {
        margin-bottom: 8px;
    }

    .service-detials-step-2 .single-service-step p.disc {
        font-size: 16px;
        line-height: 26px;
    }

.service-detials-step-3 .title {
    margin-bottom: 8px;
}

.service-detials-step-3 p.disc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.service-detials-step-3 .single-banifits {
    margin-bottom: 10px;
}

    .service-detials-step-3 .single-banifits i {
        margin-right: 15px;
        color: var(--color-primary);
    }

.bg-appoinment {
    background: #F5F5F5;
}

    .bg-appoinment .thumbnail img {
        width: 100%;
    }

.appoinment-inner-content-wrapper {
    padding: 40px 60px 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appoinment-inner-content-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .appoinment-inner-content-wrapper {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .appoinment-inner-content-wrapper {
        margin-top: 30px;
        padding-left: 0;
    }
}

.appoinment-inner-content-wrapper.career span.pre {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
}

form.appoinment-form .input-half-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 26px;
}

    form.appoinment-form .input-half-wrapper .single-input {
        display: block;
        width: 50%;
    }

        form.appoinment-form .input-half-wrapper .single-input.phone {
            margin-top: 25px;
        }

        form.appoinment-form .input-half-wrapper .single-input.file {
            width: 100%;
        }

            form.appoinment-form .input-half-wrapper .single-input.file input {
                height: unset;
                padding: 20px;
            }

        form.appoinment-form .input-half-wrapper .single-input input {
            height: 60px;
            background: #FFFFFF;
            display: block;
            padding: 0 30px;
            border: 1px solid transparent;
        }

            form.appoinment-form .input-half-wrapper .single-input input:focus {
                border: 1px solid var(--color-primary);
            }

form.appoinment-form .form-control {
    background: #ffffff;
    border: none;
    height: 120px;
    padding: 20px;
    font-size: 16px;
}

    form.appoinment-form .form-control:focus {
        border: none;
        box-shadow: none;
    }

form.appoinment-form select {
    height: 60px;
    background: #FFFFFF;
    display: block;
    margin-top: 25px;
    padding: 0 30px;
}

    form.appoinment-form select option {
        border-radius: 0;
        padding: 5px 6px;
    }

@media (max-width: 1200px) {
    .rts-make-an-appoinemtn-area.career .pr--80 {
        padding-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper form.appoinment-form .input-half-wrapper {
        display: block;
    }

        .rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper form.appoinment-form .input-half-wrapper .single-input {
            width: 100%;
        }

            .rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper form.appoinment-form .input-half-wrapper .single-input:first-child {
                margin-bottom: 25px;
            }
}

.rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper form.appoinment-form .input-half-wrapper select {
    width: 50%;
}

@media (max-width: 576px) {
    .rts-make-an-appoinemtn-area.career .appoinment-inner-content-wrapper form.appoinment-form .input-half-wrapper select {
        width: 100%;
    }
}

.thumbnail-service-about {
    position: relative;
}

    .thumbnail-service-about img {
        width: 100%;
    }

    .thumbnail-service-about .vedio-icone {
        position: absolute;
        left: 75px;
        bottom: 61px;
    }

@media only screen and (max-width: 575px) {
    .thumbnail-service-about .vedio-icone {
        left: 50px;
        bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-a-p-cont {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .about-a-p-cont {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .rts-single-wized.filter {
        margin-top: 50px;
    }
}

.rts-single-wized.filter .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .rts-single-wized.filter .wrapper .title {
        margin-bottom: 20px;
    }

    .rts-single-wized.filter .wrapper .filter-price {
        width: 100%;
        border: 0;
        padding: 0;
        /* Reset style for input range */
    }

        .rts-single-wized.filter .wrapper .filter-price .price-title {
            position: relative;
            color: #111111;
            font-size: 14px;
            line-height: 1.2em;
            font-weight: 400;
        }

        .rts-single-wized.filter .wrapper .filter-price .filter-btn .btn {
            background: none;
            color: var(--color-primary);
            border-radius: 0;
            padding: 0;
            margin-left: 95px;
        }

@media (max-width: 1400px) and (min-width: 1200px) {
    .rts-single-wized.filter .wrapper .filter-price .filter-btn .btn {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .filter-btn .btn {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .filter-btn .btn {
        margin-left: 75px;
    }
}

@media (max-width: 400px) {
    .rts-single-wized.filter .wrapper .filter-price .filter-btn .btn {
        margin-left: 45px;
    }
}

.rts-single-wized.filter .wrapper .filter-price .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range] {
        position: absolute;
    }

    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range] {
        width: 300px;
        height: 2px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
        padding: 0;
    }

@media (max-width: 1300px) and (min-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range] {
        width: 220px;
    }
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]:active,
.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]:focus {
    outline: 0;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-ms-track {
    width: 300px;
    height: 4px;
    background: #111111;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    border-radius: 5px;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    cursor: ew-resize;
    margin-top: -5px;
    background-color: var(--color-primary);
    pointer-events: all;
    z-index: 100;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    height: 12px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--color-primary);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 12px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--color-primary);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 3px;
    cursor: pointer;
    background: var(--color-primary);
    border-radius: 5px;
}

@media (max-width: 1300px) and (min-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-webkit-slider-runnable-track {
        width: 220px;
    }
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-moz-range-track {
    width: 300px;
    height: 3px;
    cursor: pointer;
    background: #777777;
    border-radius: 5px;
}

@media (max-width: 1300px) and (min-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-moz-range-track {
        width: 220px;
    }
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-ms-track {
    /* IE */
    width: 300px;
    height: 2px;
    cursor: pointer;
    background: #777777;
    border-radius: 5px;
}

@media (max-width: 1300px) and (min-width: 991px) {
    .rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]::-ms-track {
        width: 220px;
    }
}

.rts-single-wized.filter .wrapper .filter-price .price-wrap {
    display: flex;
    color: #111111;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 30px;
    align-items: center;
}

.rts-single-wized.filter .wrapper .filter-price .price-wrap-1,
.rts-single-wized.filter .wrapper .filter-price .price-wrap-2 {
    display: flex;
    align-items: center;
}

.rts-single-wized.filter .wrapper .filter-price .price-title {
    margin-right: 5px;
}

.rts-single-wized.filter .wrapper .filter-price .price-wrap_line {
    margin: 0 10px;
}

.rts-single-wized.filter .wrapper .filter-price .price-wrap #one,
.rts-single-wized.filter .wrapper .filter-price .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.rts-single-wized.filter .wrapper .filter-price .price-wrap label {
    text-align: right;
    font-size: 15px;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.rts-single-wized.filter .wrapper .filter-price .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.rts-single-wized.shop .recent-post-single .thumbnail img {
    width: 50px;
}

.rts-single-wized.shop .recent-post-single .content-area .post-title .title {
    font-weight: 700;
}

.blog-single-two-wrapper.shop .inner .pre-tag {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--color-primary);
    margin-top: -5px;
}

@media (max-width: 991px) {
    .blog-single-two-wrapper.shop {
        margin-bottom: 30px;
    }
}

.ms-main {
    padding: 120px 0;
}

    .ms-main .single-product .ms-single-product .banner-horizental {
        margin-bottom: 40px;
    }

        .ms-main .single-product .ms-single-product .banner-horizental .swiper {
            overflow: hidden;
        }

            .ms-main .single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide .slider-inner img {
                width: 100%;
            }

        .ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area {
            position: relative;
        }

            .ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination {
                bottom: -120px;
                text-align: center;
                right: 50%;
                transform: translateX(50%);
                display: flex;
            }

                .ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
                    width: 100px;
                    height: 100px;
                    border-radius: 0;
                    background: url(../images/shop/shop-03.jpg);
                    border-width: 2px;
                    border-style: solid;
                    border-color: #f9f9f9;
                    opacity: 1;
                    background-size: cover;
                    background-position: center;
                    margin-right: 5px;
                }

@media (max-width: 450px) {
    .ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
        width: 80px;
        height: 80px;
    }
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:first-child {
    background: url(../images/shop/shop-01.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
    background: url(../images/shop/shop-02.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--color-primary);
}

@media (max-width: 991px) {
    .ms-main .single-product .ms-single-product .ms-single-product__content {
        margin-top: 0;
        padding-left: 0;
    }
}

.ms-main .single-product .ms-single-product .ms-single-product__content .cart .single_add_to_cart_button {
    line-height: 0;
}

@media (max-width: 520px) {
    .ms-main .single-product .ms-single-product .tab-area .nav-tabs {
        justify-content: center;
    }
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
        margin-bottom: 10px;
    }
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
    color: #777777;
    padding: 8pt 20pt;
    border-color: #dee2e6 #dee2e6;
}

    .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
        background: var(--color-primary);
        color: #ffffff;
        border-color: #dee2e6 #dee2e6;
    }

@media (max-width: 520px) {
    .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6 #dee2e6;
    }
}

.ms-main .single-product .ms-single-product .tab-area .tab-content {
    border: solid 1px #dee2e6;
    border-bottom-left-radius: 12pt;
    border-bottom-right-radius: 12pt;
    padding: 20pt;
    line-height: 1.8;
    margin-top: -1px;
}

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .ms-heading-title {
        font-size: 24px;
        font-weight: 700;
        margin: 1rem 0;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child th {
        border-bottom: none;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child td {
        border-bottom: none;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th {
        border-left: none;
        border-right: none;
        font-weight: 700;
        border: 1px solid #e2e2e2;
        border-left: 0;
        border-right: 0;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr td {
        border-left: none;
        border-right: none;
        border: 1px solid #e2e2e2;
        border-left: 0;
        border-right: 0;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .heading-title {
        font-size: 24px;
        font-weight: 700;
        margin: 1rem 0;
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box {
        width: 100%;
    }

        .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
            width: 100%;
            padding: 0.5em 1em 0.5em 1em;
            background: #F6F6F6 !important;
            border: 1px solid transparent;
            transition: all 0.4s;
            background: unset;
        }

@media (max-width: 991px) {
    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
        margin-bottom: 25px;
    }
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:hover {
    border: 1px solid var(--color-primary);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:focus {
    outline: 0;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea::placeholder {
    color: #000000;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input {
    width: 100%;
    padding: 0.5em 1em 0.5em 1em;
    background: #F6F6F6 !important;
    height: 55px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border: 1px solid transparent;
    margin-bottom: 25px;
    transition: all 0.4s;
    background: unset;
}

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:hover {
        border: 1px solid var(--color-primary);
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:focus {
        outline: 0;
        border-color: var(--color-primary);
        box-shadow: 0 0 0 4px var(--color-shadow);
        background-color: var(--color-bg);
        color: var(--color-contrast-higher);
    }

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input::placeholder {
        color: var(--color-primary);
    }

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating p {
        margin-bottom: 0;
    }

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .btn {
    width: 100%;
    max-width: 100%;
    border: none;
    display: block;
    height: 45px;
    border-radius: 0;
    color: #fff;
}

.ms-single-product .ms-single-product__content {
    padding-left: 3rem;
    position: relative;
}

    .ms-single-product .ms-single-product__content .ms-single-product_title {
        font-size: 28px;
        margin-bottom: 2rem;
    }

    .ms-single-product .ms-single-product__content .price {
        margin-bottom: 3rem;
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: baseline;
        font-size: 36px;
    }

        .ms-single-product .ms-single-product__content .price bdi {
            font-weight: 700;
            letter-spacing: -1pt;
            color: var(--color-primary);
        }

    .ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
        display: flex;
        align-items: center;
        line-height: initial;
        margin-bottom: 2rem;
    }

        .ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-icon svg {
            fill: #FFB03B;
        }

    .ms-single-product .ms-single-product__content .stock, .ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
        margin-bottom: 2rem;
        line-height: 1.8;
    }

        .ms-single-product .ms-single-product__content .stock.in-stock {
            color: #2eb740;
        }

    .ms-single-product .ms-single-product__content .cart {
        display: flex;
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.quantity-area {
    display: flex;
    margin-bottom: 30px;
}

    .quantity-area .cart-edit .quantity-edit {
        background: #f7f7f7;
        padding: 11px 15px;
        border-radius: 0;
    }

@media (max-width: 991px) {
    .quantity-area .rts-btn {
        padding: 20px 25px;
    }
}

@media (max-width: 400px) {
    .quantity-area .rts-btn {
        padding: 20px;
    }
}

.quantity-area .single_add_to_cart_button {
    border-radius: 0;
    border: none;
    color: #FFFFFF;
    background-color: var(--color-primary);
    padding: 5px 12px;
    margin-left: 8pt;
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product_meta {
    display: grid;
}

    .product_meta span {
        margin-bottom: 15px;
    }

.ms-single-product__content .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table th {
    border-top: none;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    padding-left: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .ms-single-product__content .shop_table thead,
    .ms-woocommerce-cart-form-wrapper .shop_table thead {
        display: none;
    }
}

.ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table td {
    padding: 2rem 0;
    text-align: center;
    border-left: none;
    border-right: none;
    border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
    .ms-single-product__content .shop_table td,
    .ms-woocommerce-cart-form-wrapper .shop_table td {
        border: none !important;
    }
}

.ms-single-product__content .shop_table th, .ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table td {
    border-left: none;
    border-right: none;
}

.ms-single-product__content .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table th {
    padding: 15px 0;
}

.ms-single-product__content .shop_table tr,
.ms-woocommerce-cart-form-wrapper .shop_table tr {
    text-align: left;
}

@media (max-width: 767px) {
    .ms-single-product__content .shop_table tr,
    .ms-woocommerce-cart-form-wrapper .shop_table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 40px;
    }
}

.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
    font-size: 28px;
}

@media (max-width: 767px) {
    .ms-single-product__content .product-remove,
    .ms-woocommerce-cart-form-wrapper .product-remove {
        width: 100% !important;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ms-single-product__content .product-remove svg,
    .ms-woocommerce-cart-form-wrapper .product-remove svg {
        width: 32px;
    }
}

.ms-single-product__content .product-thumbnail,
.ms-woocommerce-cart-form-wrapper .product-thumbnail {
    width: 10rem;
}

@media (max-width: 767px) {
    .ms-single-product__content .product-thumbnail,
    .ms-woocommerce-cart-form-wrapper .product-thumbnail {
        width: 100%;
    }
}

.ms-single-product__content .product-thumbnail img,
.ms-woocommerce-cart-form-wrapper .product-thumbnail img {
    width: 7rem;
    border-radius: 0;
}

@media (max-width: 767px) {
    .ms-single-product__content .product-thumbnail img,
    .ms-woocommerce-cart-form-wrapper .product-thumbnail img {
        width: 100%;
    }
}

.ms-single-product__content .product-name,
.ms-woocommerce-cart-form-wrapper .product-name {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .ms-single-product__content .product-name,
    .ms-woocommerce-cart-form-wrapper .product-name {
        border: none !important;
        width: 100%;
        text-align: left !important;
        font-size: 22px;
    }
}

.ms-single-product__content .product-name a,
.ms-woocommerce-cart-form-wrapper .product-name a {
    color: #000000;
    transition: all 0.3s;
}

    .ms-single-product__content .product-name a:hover,
    .ms-woocommerce-cart-form-wrapper .product-name a:hover {
        color: var(--color-primary);
    }

@media (max-width: 767px) {
    .ms-single-product__content .product-price,
    .ms-woocommerce-cart-form-wrapper .product-price {
        width: 50%;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .ms-single-product__content .product-subtotal,
    .ms-woocommerce-cart-form-wrapper .product-subtotal {
        width: 100%;
        text-align: left !important;
    }
}

.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
    width: 3rem;
    padding-left: 0;
}

@media (max-width: 767px) {
    .ms-single-product__content .product-remove,
    .ms-woocommerce-cart-form-wrapper .product-remove {
        border: none !important;
    }
}

.ms-single-product__content .product-remove svg,
.ms-woocommerce-cart-form-wrapper .product-remove svg {
    fill: var(--color-contrast-higher);
    transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ms-single-product__content .product-remove svg:hover,
    .ms-woocommerce-cart-form-wrapper .product-remove svg:hover {
        fill: var(--color-error);
    }

.ms-single-product__content .ms-quantity,
.ms-woocommerce-cart-form-wrapper .ms-quantity {
    position: relative;
    width: 8rem;
    display: flex;
}

    .ms-single-product__content .ms-quantity .input-text,
    .ms-woocommerce-cart-form-wrapper .ms-quantity .input-text {
        padding: 0.5em;
        height: 45px;
        border: none;
        width: 100%;
        text-align: center;
        color: #000000;
        background-color: #f7f7f7;
        appearance: none;
    }

        .ms-single-product__content .ms-quantity .input-text:focus-visible,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .input-text:focus-visible {
            outline: none;
        }

    .ms-single-product__content .ms-quantity input::-webkit-outer-spin-button,
    .ms-single-product__content .ms-quantity input::-webkit-inner-spin-button,
    .ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-outer-spin-button,
    .ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-inner-spin-button {
        appearance: none;
        margin: 0;
    }

    .ms-single-product__content .ms-quantity .button-minus,
    .ms-single-product__content .ms-quantity .button-plus,
    .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus,
    .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
        border: none;
        background-color: transparent;
        display: flex;
        align-items: center;
        background-color: var(--color-contrast-lower);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .ms-single-product__content .ms-quantity .button-minus svg,
        .ms-single-product__content .ms-quantity .button-plus svg,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
            width: 20px;
            stroke-width: 2pt;
            stroke: var(--color-contrast-higher);
        }

        .ms-single-product__content .ms-quantity .button-minus:hover,
        .ms-single-product__content .ms-quantity .button-plus:hover,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:hover,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:hover {
            background-color: var(--color-contrast-low);
        }

        .ms-single-product__content .ms-quantity .button-minus:active,
        .ms-single-product__content .ms-quantity .button-plus:active,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:active,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:active {
            transform: translateY(2px);
        }

    .ms-single-product__content .ms-quantity .button-minus,
    .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus {
        border-top-left-radius: 6pt;
        border-bottom-left-radius: 6pt;
        border-right: solid 1px var(--color-bg);
    }

        .ms-single-product__content .ms-quantity .button-minus svg,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg {
            margin-left: 1pt;
        }

    .ms-single-product__content .ms-quantity .button-plus,
    .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
        border-top-right-radius: 6pt;
        border-bottom-right-radius: 6pt;
        border-left: solid 1px var(--color-bg);
    }

        .ms-single-product__content .ms-quantity .button-plus svg,
        .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
            margin-right: 1pt;
        }

.ms-single-product__content .ms-actions-inner,
.ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .ms-single-product__content .ms-actions-inner,
    .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
        display: block;
    }
}

.ms-single-product__content .coupon,
.ms-woocommerce-cart-form-wrapper .coupon {
    display: inline-flex;
    overflow: hidden;
    background-color: var(--color-contrast-lower);
}

@media (max-width: 767px) {
    .ms-single-product__content .coupon,
    .ms-woocommerce-cart-form-wrapper .coupon {
        width: 100%;
    }
}

.ms-single-product__content .coupon .button,
.ms-woocommerce-cart-form-wrapper .coupon .button {
    border: none;
    padding: 15px 33px;
    color: var(--color-white);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    line-height: 1;
}

@media (max-width: 400px) {
    .ms-single-product__content .coupon .button,
    .ms-woocommerce-cart-form-wrapper .coupon .button {
        width: 50%;
    }
}

.ms-single-product__content .coupon + .button,
.ms-woocommerce-cart-form-wrapper .coupon + .button {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    margin-right: 0;
    margin-left: auto;
    line-height: 2.4;
    font-size: 15px;
    border: solid 1px transparent;
    transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ms-single-product__content .coupon + .button:disabled,
    .ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
        color: var(--color-contrast-high);
        background-color: transparent;
        border: solid 1px var(--color-contrast-high);
    }

@media (max-width: 767px) {
    .ms-single-product__content .coupon + .button:disabled,
    .ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
        display: none;
    }
}

.ms-single-product__content .coupon + .button:active,
.ms-woocommerce-cart-form-wrapper .coupon + .button:active {
    transform: translateY(2px);
}

.ms-single-product__content #coupon_code,
.ms-woocommerce-cart-form-wrapper #coupon_code {
    border: none;
    background-color: #f7f7f7;
    padding: 0.5em 1em 0.5em 1em;
    height: 45px;
}

@media (max-width: 400px) {
    .ms-single-product__content #coupon_code,
    .ms-woocommerce-cart-form-wrapper #coupon_code {
        width: 50%;
    }
}

.ms-single-product__content #coupon_code:focus-visible,
.ms-woocommerce-cart-form-wrapper #coupon_code:focus-visible {
    outline: none;
}

.ms-single-product__content .ms-cart-totals,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals {
    margin-top: 6rem;
    margin-bottom: 6rem;
    background-color: #f7f7f7;
    padding: 2rem;
}

    .ms-single-product__content .ms-cart-totals .cart-subtotal td,
    .ms-single-product__content .ms-cart-totals .order-total td,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .cart-subtotal td,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
        text-align: right;
    }

    .ms-single-product__content .ms-cart-totals tr,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals tr {
        border-bottom: 1px solid #e2e2e2;
    }

    .ms-single-product__content .ms-cart-totals th, .ms-single-product__content .ms-cart-totals td,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
        border: none;
        padding: 0 0 1rem;
        text-align: start;
    }

    .ms-single-product__content .ms-cart-totals .order-total th, .ms-single-product__content .ms-cart-totals .order-total td,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
        padding: 1rem 0 1rem;
    }

    .ms-single-product__content .ms-cart-totals h3,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals h3 {
        margin-bottom: 2rem;
        font-size: 24px;
        font-weight: 700;
    }

    .ms-single-product__content .ms-cart-totals .woocommerce-shipping-methods,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-methods {
        padding-left: 0;
        list-style: none;
    }

    .ms-single-product__content .ms-cart-totals .woocommerce-shipping-destination,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-destination {
        margin: 4pt 0;
    }

    .ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
        margin-top: 3rem;
        display: flex;
        flex-direction: row-reverse;
    }

@media (max-width: 767px) {
    .ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
        flex-direction: unset;
    }
}

.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a {
    padding: 0.5em 1.2em 0.5em 1.2em;
    height: 45px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

    .ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a:active,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:active {
        transform: translateY(2px);
    }

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

    .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form,
    .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
        text-align: left;
    }

        .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p,
        .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
            max-width: 100%;
            padding-top: 15px;
        }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
                background-color: #f7f7f7;
                width: 100%;
                height: 45px;
                padding-left: 1rem;
                padding-right: 1rem;
                border-radius: 0;
                color: #000000;
                transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
            }

                .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover,
                .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
                    border-color: var(--color-primary);
                }

                .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible,
                .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
                    z-index: 1;
                    border-color: var(--color-primary);
                    outline: 0;
                }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single {
                height: 45px;
                display: flex;
                align-items: center;
                border-radius: 6pt;
                background-color: var(--color-bg);
                border: 1px solid #f7f7f7;
            }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: var(--color-contrast-higher);
            }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
                padding-left: 1rem;
                width: 100%;
            }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 45px;
                right: 8pt;
            }

            .ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button,
            .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
                height: 45px;
                padding: 0 1rem;
                border: none;
                color: #ffffff;
                border-radius: 6pt;
                float: right;
            }

.ms-single-product__content .ms-cart-totals .shop_table td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
    text-align: right;
}

.ms-woocommerce-MyAccount-content h3,
.ms-woocommerce-checkout h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 25px;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label {
        font-size: 14px;
        margin-bottom: 4pt;
    }

        .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label .required,
        .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label .required,
        .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label .required,
        .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label .required,
        .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label .required,
        .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label .required {
            text-decoration: none;
        }

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text {
        width: 100%;
        padding: 0.5em 1.2em 0.5em 1.2em;
        height: 45px;
        border: none;
        border-radius: 0;
        color: #000000;
        background-color: #f7f7f7;
        transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
    }

        .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:hover,
        .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
        .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover,
        .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:hover,
        .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
        .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover {
            border-color: var(--color-primary);
        }

        .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
        .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
        .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible,
        .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
        .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
        .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible {
            z-index: 1;
            border-color: var(--color-primary);
            outline: 0;
        }

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row select,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row select,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row select,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row select,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row select,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select {
        background: #f7f7f7;
        padding: 1em 1.2em 1em 1.2em;
    }

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    padding: 0.5em 1.2em 0.5em 1.2em;
    height: 45px;
    position: relative;
    border: solid 1px #e2e2e2;
}

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 0;
        bottom: 0;
        right: 8px;
        width: 32px;
    }

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000000;
        background-color: #f7f7f7;
        padding-left: 0;
    }

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    transition: border-color 150ms var(--ease-in-out);
}

    .ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
    .ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
    .ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
    .ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
    .ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
    .ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover {
        border-color: var(--color-primary);
    }

.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row {
    display: flex;
    flex-direction: column;
}

    .ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row label,
    .ms-woocommerce-checkout .woocommerce-additional-fields .form-row label {
        margin-bottom: 8pt;
    }

    .ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row .input-text,
    .ms-woocommerce-checkout .woocommerce-additional-fields .form-row .input-text {
        width: 100%;
        border-radius: 0;
        padding: 0.5em 1.2em 0.5em 1.2em;
        margin-bottom: 2rem;
        background-color: #f7f7f7;
        color: #000000;
    }

.woocommerce-form-coupon-toggle {
    margin-bottom: 3rem;
}

.wc_payment_methods {
    list-style: none;
    padding-left: 0;
}

.woocommerce-checkout-review-order .wc_payment_methods,
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    margin-bottom: 2rem;
}

.woocommerce-checkout-review-order .button {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    max-width: 100%;
    border-radius: 0;
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order .woocommerce-checkout-payment {
        margin-bottom: 50px;
    }
}

.woocommerce-info {
    padding: 2.5rem 2rem;
    border-radius: 6pt;
    background-color: #f7f7f7;
}

    .woocommerce-info .showcoupon {
        position: relative;
        color: var(--color-primary);
        text-decoration: none;
    }

.ms-checkout-review-order-table .ms-checkout-product {
    display: flex;
    align-items: center;
}

    .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__thumbnail img {
        width: 90px;
        margin-right: 20px;
    }

    .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content h5 {
        font-size: 16px;
    }

    .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .woocommerce-Price-amount {
        color: var(--color-primary);
    }

.ms-checkout-review-order-table .cart_item td {
    border: none;
    padding: 0;
    padding-bottom: 2rem;
}

.ms-checkout-review-order-table tfoot th {
    text-align: left;
    padding-left: 0;
}

.ms-checkout-review-order-table tfoot td {
    text-align: right;
    padding-right: 0;
}

.ms-checkout-review-order-table tfoot th, .ms-checkout-review-order-table tfoot td {
    border: none;
}

.ms-checkout-review-order-table tfoot tr {
    border-bottom: dotted 1px #e2e2e2;
}

    .ms-checkout-review-order-table tfoot tr:last-child {
        border-bottom: none;
    }

.ms-checkout-review-order-table tfoot .woocommerce-shipping-methods {
    list-style: none;
}

.checkout_coupon.woocommerce-form-coupon {
    margin-bottom: 2rem;
}

    .checkout_coupon.woocommerce-form-coupon p:first-child {
        margin-bottom: 1rem;
    }

    .checkout_coupon.woocommerce-form-coupon .form-row-first,
    .checkout_coupon.woocommerce-form-coupon .form-row-last {
        display: inline-flex;
    }

        .checkout_coupon.woocommerce-form-coupon .form-row-first input {
            border: none;
            border-radius: 6pt;
            background-color: #f7f7f7;
            padding: 0.5em 1.6em 0.5em 1em;
            height: 45px;
        }

            .checkout_coupon.woocommerce-form-coupon .form-row-first input:focus-visible {
                outline: none;
            }

    .checkout_coupon.woocommerce-form-coupon .form-row-last {
        margin-left: -12pt;
    }

        .checkout_coupon.woocommerce-form-coupon .form-row-last button {
            border: none;
            height: 45px;
            background-color: var(--color-primary);
            color: var(--color-white);
            border-radius: 6pt;
            padding-left: 1.2rem;
            padding-right: 1.2rem;
            line-height: 2.4;
        }

.ms-woocommerce-order .ms-woocommerce-order-overview {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 2rem 0 4rem;
}

    .ms-woocommerce-order .ms-woocommerce-order-overview li {
        display: flex;
        flex-direction: column;
        margin-right: 1.5rem;
        padding-right: 1.5rem;
        color: #000000;
    }

        .ms-woocommerce-order .ms-woocommerce-order-overview li strong {
            margin-top: 4pt;
            color: #000000;
        }

        .ms-woocommerce-order .ms-woocommerce-order-overview li:last-child {
            border-right: none;
        }

.ms-woocommerce-order .woocommerce-order-details h2 {
    margin: 2rem 0;
    font-weight: 700;
}

.ms-woocommerce-order .woocommerce-order-details thead, .ms-woocommerce-order .woocommerce-order-details tfoot {
    text-align: left;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
    margin-bottom: 4rem;
    background-color: #f7f7f7;
    border-radius: 12pt;
    overflow: hidden;
}

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead > tr > th {
        font-weight: 700;
        font-size: 24px;
        border-bottom: solid 1px #e2e2e2;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr > th,
    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr > td {
        padding: 1rem 2rem;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details a {
        font-weight: bold;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th {
        border: none;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr {
        border-bottom: solid 1px #e2e2e2;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot {
        border-top: solid 1px #e2e2e2;
        background-color: #f7f7f7;
    }

        .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
            font-weight: 700;
        }

        .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td {
            padding-bottom: 0;
        }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child th,
    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child td {
        padding-bottom: 1rem;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child {
        border-bottom: none;
    }

    .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
        display: flex;
    }

.ms-woocommerce-order .woocommerce-columns--addresses {
    display: flex;
    flex-wrap: wrap;
}

    .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column__title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address,
    .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address {
        width: auto;
    }

        .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address,
        .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address {
            font-style: italic;
        }

            .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address .woocommerce-customer-details--email,
            .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address .woocommerce-customer-details--email {
                margin-top: 8pt;
            }

    .ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address {
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details strong.product-quantity {
    margin-left: 4pt;
    color: #000000;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
    list-style: none;
    padding-left: 0;
}

    .ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
        display: flex;
    }

        .ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li strong {
            margin-right: 8pt;
        }

        .ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p {
            color: #000000;
        }

.woocommerce-page.woocommerce-order-received .woocommerce {
    margin-bottom: 8vh;
}

.pl-lg-5 {
    padding-left: 4rem !important;
}

.coupon-toggle .accordion .card {
    border: unset;
    border-top: 3px solid var(--color-primary);
    border-radius: 0;
}

    .coupon-toggle .accordion .card .card-header {
        border: none;
        margin: 0;
        border-radius: unset;
        padding: 15px 10px;
    }

        .coupon-toggle .accordion .card .card-header .card-title {
            margin: 0;
        }

            .coupon-toggle .accordion .card .card-header .card-title span i {
                margin-right: 10px;
            }

            .coupon-toggle .accordion .card .card-header .card-title button {
                background: unset;
                width: unset;
                border: none;
                color: var(--color-primary);
                transition: all 0.3s ease;
                outline: none;
                cursor: pointer;
            }

                .coupon-toggle .accordion .card .card-header .card-title button:hover {
                    color: var(--color-primary);
                }

    .coupon-toggle .accordion .card .card-body {
        border: 1px solid #d3ced2;
        padding: 20px 20px 50px 20px;
        margin-top: 2em;
        text-align: left;
    }

        .coupon-toggle .accordion .card .card-body .coupon-code-input {
            width: 47%;
            float: left;
        }

            .coupon-toggle .accordion .card .card-body .coupon-code-input input {
                width: 100%;
                height: 50px;
                outline: none;
                padding: 10px 18px;
                color: #454545;
                background: #f7f7f7;
            }

.full-grid {
    margin-top: 25px;
}

    .full-grid .form-content-box {
        margin-bottom: 50px;
    }

        .full-grid .form-content-box .form-group label {
            line-height: 2;
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .full-grid .form-content-box .form-group select {
            color: #666666;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f7f7f7;
            border-radius: 0;
            height: 45px;
            line-height: 45px;
            cursor: pointer;
            width: 100%;
            outline: none;
        }

        .full-grid .form-content-box .form-group textarea {
            height: 4em;
            line-height: 1.5;
            display: block;
            box-shadow: none;
            width: 100%;
            padding: 10px 18px;
            background: #f7f7f7;
            margin: 0;
            outline: none;
        }

        .full-grid .form-content-box .form-group .form-control-mod {
            height: 45px;
            padding: 10px 18px;
            background: #f7f7f7;
            width: 100%;
            margin: 0;
            outline: none;
            line-height: normal;
            border-radius: unset;
        }

            .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
                margin-bottom: 10px !important;
            }

    .full-grid .ordered-product table {
        width: 100%;
    }

        .full-grid .ordered-product table tr th {
            border: 1px solid #ccc;
            padding: 9px 12px;
        }

        .full-grid .ordered-product table tr td {
            border: 1px solid #ccc;
            padding: 6px 12px;
        }

    .full-grid .payment-method .top-area {
        border-bottom: 1px solid #d3ced2;
    }

        .full-grid .payment-method .top-area .payment-co {
            margin-bottom: 20px;
        }

            .full-grid .payment-method .top-area .payment-co span {
                font-weight: 600;
                margin-right: 10px;
            }

        .full-grid .payment-method .top-area .p-msg {
            position: relative;
            box-sizing: border-box;
            width: 100%;
            padding: 1em;
            margin: 1em 0 2em;
            font-size: 0.92em;
            border-radius: 2px;
            line-height: 1.5;
            background-color: #f9f9f9;
        }

            .full-grid .payment-method .top-area .p-msg:before {
                content: "";
                display: block;
                border: 1em solid #f9f9f9;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-color: transparent;
                position: absolute;
                top: -0.75em;
                left: 0;
                margin: -1em 0 0 2em;
            }

.woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 35px !important;
}

.from-control {
    float: right;
    font-size: 15px;
    color: #454545;
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 0;
    margin-bottom: 35px;
}

    .from-control:hover {
        border: 1px solid var(--color-primary);
    }

@media (max-width: 576px) {
    .rts-service-two-col {
        padding-bottom: 130px !important;
    }
}

.single-service-four {
    position: relative;
    height: 100%;
    background: #171717;
}

    .single-service-four:hover .thumbnail img {
        transform: scale(1.2);
    }

    .single-service-four:hover .thumbnail::after {
        left: -50px;
        top: -50px;
    }

    .single-service-four:hover .content-area .rts-btn {
        transform: scale(1);
    }

    .single-service-four .icon-area {
        position: absolute;
        top: 42px;
        left: 40px;
        background: #FFFFFF;
        width: 100px;
        height: 100px;
        padding: 20px;
        display: flex;
    }

@media only screen and (max-width: 1199px) {
    .single-service-four .icon-area {
        position: absolute;
        top: 34px;
        left: 28px;
        background: #FFFFFF;
        width: 60px;
        height: 60px;
        padding: 16px;
    }
}

.single-service-four .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}

    .single-service-four .thumbnail::after {
        position: absolute;
        content: "";
        height: 150px;
        width: 150px;
        background: var(--color-primary);
        filter: blur(50px);
        left: -250px;
        top: -250px;
        transition: 0.3s;
    }

    .single-service-four .thumbnail img {
        width: 100%;
        transition: 0.3s;
    }

.single-service-four .content-area {
    padding: 32px 40px;
    position: relative;
}

    .single-service-four .content-area a.rts-btn {
        position: absolute;
        right: 25px;
        top: -25px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 20px;
        text-transform: capitalize;
        transform: scaleY(0);
        transition: 0.3s;
    }

        .single-service-four .content-area a.rts-btn i {
            font-size: 14px;
        }

    .single-service-four .content-area span {
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        color: #424242;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-family: var(--font-primary);
    }

    .single-service-four .content-area a .title {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 37px;
        letter-spacing: 0.02em;
        transition: 0.3s;
    }

@media only screen and (max-width: 1199px) {
    .single-service-four .content-area a .title {
        font-size: 20px;
        line-height: 28px;
    }
}

.single-service-four .content-area a:hover .title {
    color: var(--color-primary);
}

.bg-h4-why-chooseus {
    background-image: url(../images/about/09.jpg);
    background-size: cover;
}

.why-choose-style-4 {
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid #242424;
}

@media only screen and (max-width: 1199px) {
    .why-choose-style-4 {
        padding-right: 19px;
        margin-right: 19px;
        border: none;
    }
}

.why-choose-style-4.all-none {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.why-choose-style-4 .icon {
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .why-choose-style-4 .icon img {
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media only screen and (max-width: 1199px) {
    .why-choose-style-4 .icon img {
        width: 38px;
    }
}

.why-choose-style-4 .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 7px;
}

.why-choose-style-4 p.disc-1 {
    margin-bottom: 20px;
}

.why-choose-style-4 .inner-check {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

    .why-choose-style-4 .inner-check .single {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
    }

        .why-choose-style-4 .inner-check .single i {
            margin-right: 10px;
        }

        .why-choose-style-4 .inner-check .single p {
            margin-bottom: 0;
        }

.why-choose-style-4 .read-more-btn {
    color: #fff;
    align-items: center;
    transition: 0.3s;
}

    .why-choose-style-4 .read-more-btn i {
        margin-left: 6px;
        transition: 0.3s;
    }

    .why-choose-style-4 .read-more-btn:hover {
        color: var(--color-primary);
    }

.service-area-five-inner {
    background: #fff;
}

    .service-area-five-inner:hover .icon {
        background: var(--color-primary);
    }

        .service-area-five-inner:hover .icon svg path {
            fill: #fff;
        }

    .service-area-five-inner .content-area {
        padding: 50px;
    }

@media only screen and (max-width: 1199px) {
    .service-area-five-inner .content-area {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area-five-inner .content-area {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area-five-inner .content-area {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .service-area-five-inner .content-area {
        padding: 22px;
    }
}

.service-area-five-inner .icon {
    padding: 20px;
    width: 100px;
    height: 100px;
    background: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.3s;
}

    .service-area-five-inner .icon svg path {
        transition: 0.3s;
    }

.service-area-five-inner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #0C0A0A;
    margin-bottom: 10px;
}

.service-area-five-inner .thumbnail-area {
    position: relative;
}

    .service-area-five-inner .thumbnail-area a.rts-btn {
        position: absolute;
        left: 50px;
        top: 0;
    }

    .service-area-five-inner .thumbnail-area img {
        border-top: 2px solid var(--color-primary);
        width: 100%;
    }

.featurte-1stwrapper .inner-content-feature-five-wrapper p.disc {
    margin-bottom: 30px;
    width: 85%;
}

.featurte-1stwrapper .btn-group-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media only screen and (max-width: 575px) {
    .featurte-1stwrapper .btn-group-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

.featurte-1stwrapper .btn-group-area .user {
    display: flex;
    align-items: center;
}

    .featurte-1stwrapper .btn-group-area .user .info {
        margin-left: 15px;
    }

        .featurte-1stwrapper .btn-group-area .user .info .title {
            margin-bottom: 0;
        }

.featurte-1stwrapper.last .inner-content-feature-five-wrapper p.disc {
    margin-bottom: 30px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .featurte-1stwrapper.last .inner-content-feature-five-wrapper p.disc {
        margin-bottom: 20px;
    }
}

.single-news-area-start-five:hover .thumbnail img {
    transform: scale(1.1);
}

.single-news-area-start-five .thumbnail {
    display: block;
    overflow: hidden;
}

    .single-news-area-start-five .thumbnail img {
        width: 100%;
        max-width: max-content;
        transition: 1s;
    }

.single-news-area-start-five .content {
    padding: 40px;
    background: #fff;
}

@media only screen and (max-width: 575px) {
    .single-news-area-start-five .content {
        padding: 22px;
    }
}

.single-news-area-start-five .content .head-area {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .single-news-area-start-five .content .head-area span {
        color: #6E777D;
    }

    .single-news-area-start-five .content .head-area i {
        color: var(--color-primary);
        margin-right: 10px;
    }

    .single-news-area-start-five .content .head-area .right {
        margin-left: 30px;
    }

.single-news-area-start-five .content .body a.title:hover .title {
    color: var(--color-primary);
}

.single-news-area-start-five .content .body .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #0C0A0A;
    margin-bottom: 30px;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .single-news-area-start-five .content .body .title {
        font-size: 18px;
        line-height: 25px;
    }
}

.single-news-area-start-five .content .body .rts-btn {
    background: none;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

    .single-news-area-start-five .content .body .rts-btn:hover {
        border-color: #0C0A0A;
        color: #FFFFFF;
    }

.main-content-wrapper-s-service {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-varticle-product.active::after {
        display: none;
    }
}

.single-varticle-product.one.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/project/31.jpg);
    height: 431px;
    max-width: 530px;
    width: 530px;
    overflow: hidden;
    left: -510px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.single-varticle-product.two.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/project/42.jpg);
    height: 431px;
    max-width: 530px;
    width: 530px;
    overflow: hidden;
    left: -510px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.single-varticle-product.three.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/project/43.jpg);
    height: 431px;
    max-width: 530px;
    width: 530px;
    overflow: hidden;
    left: -510px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.single-varticle-product.four.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/project/44.jpg);
    height: 431px;
    max-width: 530px;
    width: 530px;
    overflow: hidden;
    left: -510px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.rts-specials-offer-area {
    margin-bottom: 40px;
}

    .rts-specials-offer-area .main-wrapper-service {
        display: flex;
        align-items: center;
        gap: 65px;
    }

@media only screen and (max-width: 1199px) {
    .rts-specials-offer-area .main-wrapper-service {
        gap: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-specials-offer-area .main-wrapper-service {
        flex-direction: column;
        align-items: flex-start;
    }
}

.rts-specials-offer-area .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0C0A0A;
    margin-bottom: 15px;
}

.rts-specials-offer-area .single-special-service {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .rts-specials-offer-area .single-special-service p {
        margin-left: 12px;
    }

@media only screen and (max-width: 1199px) {
    .rts-specials-offer-area .single-special-service p {
        font-size: 12px;
    }
}

.rts-specials-offer-area .single-special-service i {
    color: var(--color-primary);
}

.rts-service-bg-8 {
    background-image: url(../images/service/26.jpg);
}

.index-eight .title-mid-wrapper-home-two span.pre {
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.index-eight .title-mid-wrapper-home-two .title {
    line-height: 60px;
}

@media only screen and (max-width: 575px) {
    .index-eight .title-mid-wrapper-home-two .title {
        line-height: 35px;
        font-size: 26px;
    }
}

.service-area-eight {
    position: relative;
    overflow: hidden;
}

    .service-area-eight .thumbnail img {
        width: 100%;
    }

    .service-area-eight .badge-area {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 1;
        background: #171717;
        padding: 7px 30px;
        transition: 0.5s;
    }

@media only screen and (max-width: 575px) {
    .service-area-eight .badge-area {
        padding: 4px 15px;
    }
}

.service-area-eight .badge-area span {
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .service-area-eight .badge-area span {
        font-size: 18px;
        line-height: 32px;
    }
}

.service-area-eight .badge-area .icon {
    -webkit-clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: var(--color-primary);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

    .service-area-eight .badge-area .icon svg {
        margin-top: 13px;
    }

.service-area-eight .hov-area {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #171717ec;
    padding: 40px;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.5s;
}

    .service-area-eight .hov-area .badge {
        position: absolute;
        right: 0;
        top: 0;
        height: 100px;
        width: 100px;
        background: var(--color-primary);
        clip-path: polygon(100% 0, 100% 100%, 50% 79%, 0 100%, 0 0);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

        .service-area-eight .hov-area .badge svg {
            margin-top: -30px;
        }

    .service-area-eight .hov-area .title {
        margin-top: 80px;
        color: #fff;
    }

    .service-area-eight .hov-area .disc {
        color: #fff;
        margin-bottom: 10px;
    }

    .service-area-eight .hov-area .check-area .single-check {
        display: flex;
        align-items: center;
    }

        .service-area-eight .hov-area .check-area .single-check p {
            color: #fff;
            font-weight: 300;
        }

        .service-area-eight .hov-area .check-area .single-check i {
            margin-right: 12px;
        }

    .service-area-eight .hov-area .button {
        margin-top: 15px;
    }

        .service-area-eight .hov-area .button a {
            color: #fff;
            transition: 0.3s;
        }

            .service-area-eight .hov-area .button a i {
                margin-left: 6px;
            }

            .service-area-eight .hov-area .button a:hover {
                color: var(--color-primary);
            }

.service-area-eight:hover .badge-area {
    opacity: 0;
    transform: translateY(100%);
}

.service-area-eight:hover .hov-area {
    opacity: 1;
    transform: translateY(0);
}

.bg_cta-eight {
    background-image: url(../images/cta/04.jpg);
    background-repeat: no-repeat;
}

.cta-wrapper-eight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .cta-wrapper-eight {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cta-wrapper-eight .title {
    color: #fff;
}

.service-right-area-start .title-s-service-inner span.pre {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FF6600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.service-right-area-start .title-s-service-inner .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-right-area-start .title-s-service-inner .title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .service-right-area-start .title-s-service-inner .title {
        font-size: 36px;
        line-height: 43px;
    }
}

.short-service-wrapper .single-short-service {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .short-service-wrapper .single-short-service i {
        margin-right: 15px;
        font-size: 24px;
        color: var(--color-primary);
    }

    .short-service-wrapper .single-short-service p {
        margin-bottom: 0;
        margin: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #0C0A0A;
    }

.index-ten .elecate-left-title h3.title {
    text-transform: capitalize;
}

.service-main-wrapper-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}

    .service-main-wrapper-swiper .swiper-pagination {
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .service-main-wrapper-swiper .swiper-pagination .swiper-pagination-bullet {
            margin: 0 15px;
            width: 6px;
            height: 6px;
        }

            .service-main-wrapper-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: none;
                background-image: url(../images/service/icon/pagi.png);
                background-repeat: no-repeat;
                background-size: cover;
                height: 21px;
                width: 21px;
                background-position: center;
            }

.rts-news-area-five-start.home-seven .title-mid-wrapper-home-two .pre {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
}

.rts-company-experties-area.home-seven .title-left-wrapper-home-two .pre {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
}

.rts-news-area-five-start.home-seven .single-news-area-start-five .thumbnail img {
    max-width: 100%;
}

.service-main-wrapper-ten {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-main-wrapper-ten {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-main-wrapper-ten {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

.rts-single-service-ten {
    text-align: center;
}

    .rts-single-service-ten .icon {
        width: 170px;
        height: 170px;
        background: #F7F7F7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 30px;
    }

    .rts-single-service-ten .title {
        margin-bottom: 10px;
    }

    .rts-single-service-ten p.disc {
        width: 70%;
        margin: auto;
    }

.bg-service-black {
    background: #171717;
}

.elecate-center-title.bg-dak-title span {
    color: var(--color-primary);
}

.elecate-center-title.bg-dak-title h3.title {
    color: #FFFFFF;
    text-transform: capitalize;
}

.service-area-main-wrapper-ten {
    background: #fff;
}

    .service-area-main-wrapper-ten .thumbnail {
        position: relative;
    }

        .service-area-main-wrapper-ten .thumbnail img {
            width: 100%;
        }

        .service-area-main-wrapper-ten .thumbnail .icon {
            position: absolute;
            bottom: -60px;
            transform: translateX(-50%);
            left: 50%;
            height: 150px;
            width: 150px;
            background: #F8F8F8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .service-area-main-wrapper-ten .content-area-start {
        padding: 45px;
        text-align: center;
        margin-top: 40px;
    }

        .service-area-main-wrapper-ten .content-area-start .title {
            font-weight: 600;
            font-size: 24px;
            line-height: 37px;
            margin-bottom: 8px;
        }

        .service-area-main-wrapper-ten .content-area-start p.disc {
            margin-bottom: 20px;
        }

        .service-area-main-wrapper-ten .content-area-start a.rts-btn {
            margin: auto;
        }

.more-about-company-inner .inner-content-company .disc {
    margin-bottom: 40px;
}

.more-about-company-inner .inner-content-company .img-area {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .more-about-company-inner .inner-content-company .img-area {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.more-about-company-inner .inner-content-company .img-area img {
    width: max-content;
}

.more-about-company-inner .inner-content-company .img-area .content-wrapper {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .more-about-company-inner .inner-content-company .img-area .content-wrapper {
        padding-left: 0;
        margin-left: 0;
        margin-top: 20px;
    }
}

.more-about-company-inner .inner-content-company .img-area .content-wrapper .title {
    margin-bottom: 10px;
}

.more-about-company-inner .inner-content-company .img-area .content-wrapper p.disc {
    margin-bottom: 0;
}

.more-about-company-inner .inner-content-company .support-area {
    display: flex;
    align-items: center;
}

    .more-about-company-inner .inner-content-company .support-area .icon {
        margin-right: 25px;
    }

    .more-about-company-inner .inner-content-company .support-area .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #0C0A0A;
        font-family: "Titillium Web";
    }

.main-support-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #EFEFEF;
    padding: 40px;
    margin-top: 45px;
    gap: 89px;
    flex-wrap: wrap;
}

    .main-support-wrapper .support-area.after {
        position: relative;
    }

        .main-support-wrapper .support-area.after::after {
            position: absolute;
            right: -45px;
            content: "";
            height: 255%;
            background: #EFEFEF;
            width: 1px;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-support-wrapper .support-area {
        z-index: 1;
    }

        .main-support-wrapper .support-area .icon {
            position: relative;
        }

            .main-support-wrapper .support-area .icon::before {
                position: absolute;
                content: "";
                left: -20px;
                top: -3;
                height: 61px;
                z-index: -1;
                width: 61px;
                background: #FFF3EB;
                border-radius: 50%;
            }

.title-area-left-align-11 .pre-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .title-area-left-align-11 .pre-title span {
        color: #F60;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -0.32px;
    }

.title-area-left-align-11 .title {
    margin-top: 20px;
}

.index-ten .elecate-left-title h3.title {
    font-size: 40px;
    line-height: 60px;
}

.index-ten span.pre {
    color: var(--color-primary);
    text-transform: uppercase;
}

.bg_service-11 {
    background: #F6F6F6;
}

.mian-title-service-wrapper-11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .mian-title-service-wrapper-11 {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}

.mian-title-service-wrapper-11 p.disc {
    max-width: 440px;
    margin-bottom: 0;
}

.mian-title-service-wrapper-11 .title {
    margin: 0;
}

.mian-title-service-wrapper-11 .icon-more-circle-11 {
    color: #FF6600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    max-width: max-content;
}

    .mian-title-service-wrapper-11 .icon-more-circle-11::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 7px;
        width: 72%;
        height: 1px;
        background: #F60;
    }

    .mian-title-service-wrapper-11 .icon-more-circle-11 i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #F60;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.service-area-eleven-start .thumbnail {
    display: block;
    overflow: hidden;
}

    .service-area-eleven-start .thumbnail img {
        width: 100%;
        transition: 0.5s;
    }

    .service-area-eleven-start .thumbnail:hover img {
        transform: scale(1.1);
    }

.service-area-eleven-start .body {
    padding: 26px 30px;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .service-area-eleven-start .body a {
        display: block;
        margin-left: -30px;
    }

        .service-area-eleven-start .body a .title {
            margin-bottom: 0;
            color: #fff;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: 34px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area-eleven-start .body a .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area-eleven-start .body a .title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area-eleven-start .body a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .service-area-eleven-start .body a {
        margin-left: 0;
    }
}

.service-area-eleven-start .body span {
    text-align: right;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 100% */
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #3e3e3e;
}

.swiper-thumbnail-main-single .swiper-slide {
    border: 3px solid transparent;
}

.swiper-thumbnail-main-single .swiper-slide-thumb-active {
    border: 3px solid var(--color-primary);
}

.bg_service-12 {
    background-image: url(../images/about/26.jpg);
    background-repeat: no-repeat;
    background-position: top, center;
}

.title-main-wrapper-between-12 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-main-wrapper-between-12 {
        flex-direction: column;
        align-items: flex-start;
        grid-area: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .title-main-wrapper-between-12 {
        flex-direction: column;
        align-items: flex-start;
        grid-area: 30px;
    }
}

.title-main-wrapper-between-12 .left-title {
    max-width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-main-wrapper-between-12 .left-title {
        max-width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .title-main-wrapper-between-12 .left-title {
        max-width: 100%;
        text-align: left;
    }
}

.title-main-wrapper-between-12 .left-title .pre-title {
    color: #FF3E3E;
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
}

    .title-main-wrapper-between-12 .left-title .pre-title::after {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        width: 45px;
        background: #FF3E3E;
    }

.title-main-wrapper-between-12 .left-title .title {
    color: #fff;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 15px;
}

@media only screen and (max-width: 575px) {
    .title-main-wrapper-between-12 .left-title .title {
        font-size: 26px;
    }
}

.title-main-wrapper-between-12 p.disc {
    max-width: 40%;
    margin-bottom: 0;
    color: #CACACA;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-main-wrapper-between-12 p.disc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .title-main-wrapper-between-12 p.disc {
        max-width: 100%;
    }
}

.single-service-main-wrapper-12 {
    padding: 30px;
    background: #fff;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .single-service-main-wrapper-12 .icon {
        top: 37%;
        left: 60px;
        position: absolute;
    }

@media only screen and (max-width: 575px) {
    .single-service-main-wrapper-12 .icon {
        top: 27%;
        left: 50px;
    }
}

.single-service-main-wrapper-12 .thumbnail {
    margin-bottom: 70px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .single-service-main-wrapper-12 .thumbnail img {
        width: 100%;
    }
}

.single-service-main-wrapper-12 p.disc {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .header-area-twelve .header-mid-one-wrapper .logo-area a img {
        max-width: 120px;
    }

    .header-area-twelve .header-mid-one-wrapper {
        padding: 10px 0;
    }
}

.bg_pricing {
    background-image: url(../images/pricing/01.png);
    background-repeat: no-repeat;
    background-position: top, center;
}

.title-main-wrapper-between-12.center.color-dark {
    text-align: center;
    justify-content: center;
}

    .title-main-wrapper-between-12.center.color-dark .title {
        color: #1C2539;
    }

.single-pricing-area-wrapper {
    padding: 50px 60px;
    border: 1px solid #E9ECF1;
    background: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pricing-area-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-pricing-area-wrapper {
        padding: 25px;
    }
}

.single-pricing-area-wrapper .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #E9ECF1;
    margin-bottom: 15px;
}

    .single-pricing-area-wrapper .head .pre {
        font-size: 24px;
    }

    .single-pricing-area-wrapper .head .price {
        font-size: 48px;
    }

        .single-pricing-area-wrapper .head .price span {
            font-size: 16px;
        }

.single-pricing-area-wrapper .body {
    margin-bottom: 30px;
}

    .single-pricing-area-wrapper .body .single-check-area {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 14px 0;
    }

        .single-pricing-area-wrapper .body .single-check-area i {
            color: #FF3E3E;
        }

.title-area-wrapper-12 span {
    color: #FF3E3E;
}

.title-area-wrapper-12 h2.title {
    color: #fff;
}

.bg_dark-small {
    background: #242424;
}

.accordion-choose-us-12 {
    margin-top: 50px;
}

    .accordion-choose-us-12 .accordion {
        background: transparent;
    }

        .accordion-choose-us-12 .accordion .accordion-item {
            margin-bottom: 30px;
            border: 1px solid #323232;
            background: transparent;
        }

            .accordion-choose-us-12 .accordion .accordion-item .accordion-header button {
                background: transparent;
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                padding: 28px 30px;
            }

                .accordion-choose-us-12 .accordion .accordion-item .accordion-header button:focus {
                    background: #fff;
                    border: none;
                    box-shadow: none;
                    color: #0C0A0A;
                }

                .accordion-choose-us-12 .accordion .accordion-item .accordion-header button:hover {
                    background: #fff;
                    border: none;
                    color: #0C0A0A;
                    box-shadow: none;
                }

                .accordion-choose-us-12 .accordion .accordion-item .accordion-header button[aria-expanded=true] {
                    background: #fff;
                    border: none;
                    color: #0C0A0A;
                    box-shadow: none;
                }

            .accordion-choose-us-12 .accordion .accordion-item .accordion-body {
                padding: 15px 30px;
            }

.index-twelve .single-footer-wized-two.user-number .single-number .number i {
    background: #FF3E3E;
}

.index-twelve .progress-wrapper-area-two .single-progress .progress .progress-bar {
    background: #FF3E3E;
}

.title-area-wrapper-13 span {
    color: #FF3E3E;
}

.title-area-wrapper-13 .title {
    margin-top: 15px;
}

.offer-main-wrapper {
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    transition: 0.3s;
}

    .offer-main-wrapper .single-offer-area-13 {
        display: flex;
        align-items: flex-start;
        gap: 25px;
        padding: 25px;
        transition: 0.3s;
    }

@media only screen and (max-width: 575px) {
    .offer-main-wrapper .single-offer-area-13 {
        flex-direction: column;
    }
}

.offer-main-wrapper .single-offer-area-13 svg path {
    transition: 0.3s;
}

.offer-main-wrapper .single-offer-area-13 .title {
    margin-bottom: 7px;
    transition: 0.3s;
}

.offer-main-wrapper .single-offer-area-13 p.disc {
    margin-bottom: 10px;
    transition: 0.3s;
}

.offer-main-wrapper .single-offer-area-13 a {
    transition: 0.3s;
}

.offer-main-wrapper .single-offer-area-13:hover {
    background-size: cover;
    background-image: url(../images/service/46.jpg);
}

    .offer-main-wrapper .single-offer-area-13:hover .title {
        color: #fff;
    }

    .offer-main-wrapper .single-offer-area-13:hover p.disc {
        color: #fff;
    }

    .offer-main-wrapper .single-offer-area-13:hover svg path {
        fill: #fff;
    }

    .offer-main-wrapper .single-offer-area-13:hover a {
        color: #fff;
    }

.rts-our-offer-area-main {
    position: relative;
    z-index: 1;
}

    .rts-our-offer-area-main .bg-shape {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.main-wrapper-testimonials {
    padding: 0 60px;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .main-wrapper-testimonials {
        padding: 0 30px;
    }
}

.testimonials-mian-wrapepr {
    display: flex;
    align-items: center;
    gap: 80px;
}

@media only screen and (max-width: 1199px) {
    .testimonials-mian-wrapepr {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials-mian-wrapepr {
        gap: 40px;
    }
}

.testimonials-mian-wrapepr .image-area {
    flex-basis: 80%;
}

    .testimonials-mian-wrapepr .image-area .title {
        margin-bottom: 44px;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        font-family: var(--font-primary);
        color: #0C0A0A;
    }

@media only screen and (max-width: 575px) {
    .testimonials-mian-wrapepr .image-area .title {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonials-mian-wrapepr .image-area .thumbnail {
    position: relative;
    margin-left: 75px;
}

    .testimonials-mian-wrapepr .image-area .thumbnail::after {
        position: absolute;
        left: -18%;
        bottom: 0;
        top: 70%;
        content: "";
        background-image: url(../images/testimonials/logo/01.png);
        height: 150px;
        width: 150px;
        background-repeat: no-repeat;
    }

.testimonials-mian-wrapepr .testimonials-right .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    font-family: var(--font-primary);
    color: #0C0A0A;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .testimonials-mian-wrapepr .testimonials-right .title {
        font-size: 18px;
        line-height: 33px;
    }
}

.testimonials-mian-wrapepr .testimonials-right .name {
    color: #0C0A0A;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-primary);
}

    .testimonials-mian-wrapepr .testimonials-right .name span {
        color: var(--color-primary);
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }

.swiper-testimonials-1 {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}

@media only screen and (max-width: 575px) {
    .swiper-testimonials-1 {
        padding: 30px 0;
    }
}

.main-wrapper-testimonials {
    position: relative;
}

    .main-wrapper-testimonials .swiper-button-next,
    .main-wrapper-testimonials .swiper-button-prev {
        background-image: none;
        top: 87%;
    }

        .main-wrapper-testimonials .swiper-button-next i,
        .main-wrapper-testimonials .swiper-button-prev i {
            font-size: 26px;
            padding: 15px 18px;
            background: var(--color-primary);
            color: #fff;
            font-weight: 200;
            transition: 0.3s;
        }

        .main-wrapper-testimonials .swiper-button-next:hover i,
        .main-wrapper-testimonials .swiper-button-prev:hover i {
            background: #0C0A0A;
        }

    .main-wrapper-testimonials .swiper-button-next {
        right: 60px;
    }

    .main-wrapper-testimonials .swiper-button-prev {
        right: 118px;
        left: auto;
    }

@media only screen and (max-width: 479px) {
    .main-wrapper-testimonials .button-wrapper {
        display: none;
    }
}

.rts-clients-feedback-four {
    background: #fff;
    padding: 45px;
    box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 479px) {
    .rts-clients-feedback-four {
        padding: 20px;
    }
}

.rts-clients-feedback-four .thumbnail-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

    .rts-clients-feedback-four .thumbnail-area .title-area .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }

.rts-clients-feedback-four p.disc {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
    width: 95%;
}

.rts-clients-feedback-four .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rts-testimonials-area-4 {
    background-image: url(../images/cta/03.jpg);
}

.cta-main-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-4 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.cta-main-wrapper-4 .left span {
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.cta-main-wrapper-4 .left .title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .cta-main-wrapper-4 .left .title {
        font-size: 22px;
        line-height: 34px;
    }
}

.main-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-top: 44px;
    border-top: 1px solid #D9D9D9;
}

.single-working-process-three {
    position: relative;
    width: 22%;
}

@media (max-width: 991px) {
    .single-working-process-three {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .single-working-process-three {
        width: 100%;
        text-align: center;
    }
}

.single-working-process-three::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #D9D9D9;
}

@media (max-width: 991px) {
    .single-working-process-three::after {
        display: none;
    }
}

.single-working-process-three::before {
    position: absolute;
    content: "01";
    right: 30px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 700;
    font-family: var(--font-primary);
    color: rgba(0, 0, 0, 0.05);
}

.single-working-process-three:nth-child(2)::before {
    content: "02";
}

.single-working-process-three:nth-child(3)::before {
    content: "03";
}

.single-working-process-three:nth-child(4)::before {
    content: "04";
}

.single-working-process-three:nth-child(5)::before {
    content: "05";
}

.single-working-process-three:nth-child(6)::before {
    content: "06";
}

.single-working-process-three .icon {
    margin-bottom: 25px;
}

.single-working-process-three .title {
    margin-bottom: 10px;
}

.rts-company-process.career .main-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-top: 44px;
    border-top: 1px solid #D9D9D9;
}

.rts-company-process.career .single-working-process-three {
    position: relative;
    width: 22%;
}

@media (max-width: 991px) {
    .rts-company-process.career .single-working-process-three {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .rts-company-process.career .single-working-process-three {
        width: 100%;
        text-align: center;
    }
}

.rts-company-process.career .single-working-process-three::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #D9D9D9;
}

@media (max-width: 991px) {
    .rts-company-process.career .single-working-process-three::after {
        display: none;
    }
}

.rts-company-process.career .single-working-process-three::before {
    position: absolute;
    content: "01";
    right: 30px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 700;
    font-family: var(--font-primary);
    color: rgba(0, 0, 0, 0.05);
}

.rts-company-process.career .single-working-process-three:nth-child(2)::before {
    content: "02";
}

.rts-company-process.career .single-working-process-three:nth-child(3)::before {
    content: "03";
}

.rts-company-process.career .single-working-process-three:nth-child(4)::before {
    content: "04";
}

.rts-company-process.career .single-working-process-three:nth-child(5)::before {
    content: "05";
}

.rts-company-process.career .single-working-process-three:nth-child(6)::before {
    content: "06";
}

.rts-company-process.career .single-working-process-three .icon {
    margin-bottom: 25px;
}

.rts-company-process.career .single-working-process-three .title {
    margin-bottom: 10px;
}

.rts-single-process-wrapper-eight {
    background: #fff;
    padding: 40px;
    position: relative;
    transition: 0.3s;
    border-right: 1px solid #F1F1F1;
    box-shadow: 0px 15px 62px rgba(0, 0, 0, 0.04);
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .rts-single-process-wrapper-eight {
        padding: 25px;
    }
}

.rts-single-process-wrapper-eight.border-none {
    border-right: none;
}

.rts-single-process-wrapper-eight .icon-1 {
    display: block;
    height: 108px;
    width: 108px;
    border: 2px dotted #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: transparent;
}

    .rts-single-process-wrapper-eight .icon-1::after {
        position: absolute;
        content: "";
        height: 88px;
        width: 88px;
        background: #ffffff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
        transition: 0.3s;
    }

.rts-single-process-wrapper-eight .title {
    margin-bottom: 10px;
    transition: 0.3s;
}

.rts-single-process-wrapper-eight p.disc {
    margin-bottom: 0;
    transition: 0.3s;
}

.rts-single-process-wrapper-eight .icon {
    position: absolute;
    bottom: -26px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-single-process-wrapper-eight .icon {
        position: relative;
        margin-top: 10px;
        display: flex;
        background: #f0f0f0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-single-process-wrapper-eight .icon {
        position: relative;
        margin-top: 10px;
        display: flex;
        background: #f0f0f0;
    }
}

.rts-single-process-wrapper-eight .icon i {
    color: var(--color-primary);
}

.rts-single-process-wrapper-eight:hover {
    background: var(--color-primary);
}

    .rts-single-process-wrapper-eight:hover .title {
        color: #fff;
    }

    .rts-single-process-wrapper-eight:hover p.disc {
        color: #fff;
    }

.rts-working-process-area.home-seven {
    background-color: #E1E6E9;
}

    .rts-working-process-area.home-seven .heading-title {
        margin-bottom: 80px;
    }

        .rts-working-process-area.home-seven .heading-title span {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
        }

        .rts-working-process-area.home-seven .heading-title .title {
            font-weight: 600;
            font-size: 48px;
            line-height: 58px;
            margin-top: 15px;
        }

@media only screen and (max-width: 1199px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 30px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-working-process-area.home-seven .heading-title .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.rts-working-process-area.home-seven .working-process-inner .working-wrapper {
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .rts-working-process-area.home-seven .working-process-inner .working-wrapper {
        margin-bottom: 50px;
    }
}

.rts-working-process-area.home-seven .working-process-inner .working-wrapper:hover .icon::before {
    right: -15px;
    bottom: -15px;
}

.rts-working-process-area.home-seven .working-process-inner .working-wrapper:hover .content .main-title {
    color: var(--color-primary);
}

.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    background: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    box-shadow: 0px 17px 64px rgba(0, 0, 0, 0.07);
}

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon::before {
        content: url("../images/p1.png");
        position: absolute;
        right: -15px;
        bottom: 0px;
        width: 140px;
        height: 140px;
        line-height: 210px;
        border-radius: 50%;
        background: #ffffff;
        z-index: -1;
        transition: all 0.5s;
    }

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.two::before {
        content: url("../images/p2.png");
    }

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.three::before {
        content: url("../images/p4.png");
    }

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.four::before {
        content: url("../images/p3.png");
    }

.rts-working-process-area.home-seven .working-process-inner .working-wrapper .content {
    margin-top: 25px;
    transition: all 0.4s;
}

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .content .main-title {
        font-size: 35px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 5px;
        transition: all 0.4s;
    }

    .rts-working-process-area.home-seven .working-process-inner .working-wrapper .content .desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        padding-right: 50px;
    }

@media only screen and (max-width: 575px) {
    .project-title-btn-wrapper-8.clients-feedback {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

.working-step-nine {
    text-align: center;
    background: #fff;
    padding: 50px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .working-step-nine {
        padding: 23px;
    }
}

@media only screen and (max-width: 1199px) {
    .working-step-nine {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .working-step-nine {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .working-step-nine {
        padding: 20px;
    }
}

.working-step-nine::after {
    position: absolute;
    content: "";
    left: 0;
    top: -150px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #FF6600;
    filter: blur(50px);
    opacity: 0;
    transition: 0.6s;
}

.working-step-nine .icon {
    width: 120px;
    height: 120px;
    background: #F3F3F3;
    border-radius: 50%;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .working-step-nine .icon {
        width: 80px;
        height: 80px;
    }
}

@media md-layout {
    .working-step-nine .icon {
        width: 80px;
        height: 80px;
    }
}

.working-step-nine .wrapper-inner span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.working-step-nine .wrapper-inner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #0C0A0A;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    transition: 0.3s;
}

.working-step-nine:hover {
    background: #171717;
}

    .working-step-nine:hover::after {
        opacity: 1;
        top: -50px;
    }

    .working-step-nine:hover .wrapper-inner .title {
        color: #fff !important;
    }

.index-nine .main-wrapper-testimonials {
    padding: 0 60px;
    border: 1px solid #A7A7A7;
}

.feature-wrapper-full-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .feature-wrapper-full-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-wrapper-full-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.feature-wrapper-full-wrap .single-wrapper {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: #fff;
    width: 312px;
    transition: 0.3s;
}

    .feature-wrapper-full-wrap .single-wrapper svg {
        margin-right: 10px;
    }

        .feature-wrapper-full-wrap .single-wrapper svg path {
            transition: 0.3s;
        }

    .feature-wrapper-full-wrap .single-wrapper p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #0C0A0A;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .feature-wrapper-full-wrap .single-wrapper:hover {
        background: var(--color-primary);
        transform: scale(1.02) translateY(-7px);
    }

        .feature-wrapper-full-wrap .single-wrapper:hover svg path {
            fill: #fff;
        }

        .feature-wrapper-full-wrap .single-wrapper:hover p {
            color: #fff;
        }

.feature-wrapper-three-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .feature-wrapper-three-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-wrapper-three-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.feature-wrapper-three-wrap .single-wrapper {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: #fff;
    width: 312px;
    transition: 0.3s;
}

    .feature-wrapper-three-wrap .single-wrapper svg {
        margin-right: 10px;
        transition: 0.3s;
    }

    .feature-wrapper-three-wrap .single-wrapper p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #0C0A0A;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .feature-wrapper-three-wrap .single-wrapper:hover {
        background: var(--color-primary);
        transform: scale(1.02) translateY(-7px);
    }

        .feature-wrapper-three-wrap .single-wrapper:hover svg path {
            fill: #fff;
        }

        .feature-wrapper-three-wrap .single-wrapper:hover p {
            color: #fff;
        }

.bg--dark {
    background: #171717;
}

.bg_process-image {
    background-image: url(../images/working-process/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rts-working-process-area-13 {
    position: relative;
    background-image: url(../images/working-process/03.jpg);
}

    .rts-working-process-area-13 .left-image-process img {
        position: absolute;
        bottom: 0;
        left: 120px;
    }

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .rts-working-process-area-13 .left-image-process img {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-working-process-area-13 .left-image-process img {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-working-process-area-13 .left-image-process img {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
}

.container-2 {
    max-width: 1620px;
    margin: auto;
}

.rts-faq-area-three-start {
    background: #151515;
    height: 495px;
}

@media (max-width: 1400px) {
    .rts-faq-area-three-start {
        height: auto;
    }
}

@media (max-width: 991px) {
    .rts-faq-area-three-start .first-child {
        order: 2;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .rts-faq-area-three-start .last-child {
        padding-left: 0 !important;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .rts-faq-area-three-start .last-child .thumbnail {
        margin-bottom: 50px;
    }
}

.rts-faq-area-three-start .last-child .thumbnail img {
    width: 100%;
}

.faq-main-wrapper-three {
    padding: 120px;
    background: #FDFDFD;
    box-shadow: 0px 7px 68px 7px rgba(0, 0, 0, 0.06);
    margin-top: -120px;
}

@media (max-width: 1400px) {
    .faq-main-wrapper-three {
        padding: 120px 40px;
    }
}

@media (max-width: 500px) {
    .faq-main-wrapper-three {
        padding: 120px 15px;
    }
}

.faq-main-wrapper-three .pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: #0C0A0A;
}

.faq-main-wrapper-three .title-main {
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    font-family: var(--font-primary);
}

@media (max-width: 500px) {
    .faq-main-wrapper-three .title-main {
        font-size: 45px;
        line-height: 55px;
    }
}

.accordion-three .accordion-item {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 14px;
    padding-bottom: 15px;
}

    .accordion-three .accordion-item h2 {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 10px;
        background: transparent;
    }

        .accordion-three .accordion-item h2 button {
            font-weight: 600;
            font-size: 20px;
            line-height: 30px;
            color: #0C0A0A;
            border: none;
            background: transparent;
            padding: 0;
        }

            .accordion-three .accordion-item h2 button::after {
                background-image: none;
                content: "+";
            }

            .accordion-three .accordion-item h2 button[aria-expanded=true] {
                padding: 0;
                background: transparent;
                border: none;
                box-shadow: none;
            }

                .accordion-three .accordion-item h2 button[aria-expanded=true]::after {
                    background-image: none;
                    content: "-";
                    transform: none;
                    margin-top: -17px;
                }

    .accordion-three .accordion-item .accordion-body {
        padding: 0;
    }

        .accordion-three .accordion-item .accordion-body p.disc {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
        }

.award-single-wrapper {
    height: 350px;
    display: flex;
    align-items: center;
}

    .award-single-wrapper.bg-1 {
        background-image: url(../images/award/01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .award-single-wrapper.bg-2 {
        background-image: url(../images/award/02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .award-single-wrapper .title {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .award-single-wrapper .inner {
        padding-left: 60px;
    }

@media (max-width: 1200px) and (min-width: 991px) {
    .award-single-wrapper .inner {
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .award-single-wrapper .inner {
        padding-left: 20px;
    }
}

.award-single-wrapper .rts-readmore-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0C0A0A;
    transition: 0.3s;
}

    .award-single-wrapper .rts-readmore-btn:hover {
        color: var(--color-primary);
    }

    .award-single-wrapper .rts-readmore-btn i {
        margin-left: 6px;
    }

@media (max-width: 991px) {
    .rts-faw-area-2 .first-child {
        order: 2;
    }
}

@media (max-width: 991px) {
    .rts-faw-area-2 .last-child .thumbanil {
        margin-bottom: 50px;
    }
}

.faq-bg-2 {
    background-image: url(../images/faq-area/07.jpg);
    padding: 60px 0px 75px;
}

.accordion-two {
    margin-top: 10px;
}

    .accordion-two .accordion-item {
        border: none;
        background: transparent;
        background-color: transparent;
        margin-bottom: 6px;
    }

        .accordion-two .accordion-item .accordion-header .accordion-button {
            background: #FFFFFF;
            border: 1px solid #EAEAEA;
            box-shadow: 0px 5px 52px rgba(0, 0, 0, 0.05);
            font-weight: 600;
            font-size: 14px;
            line-height: 26px;
            color: #000000;
            padding: 3px 13px;
        }

            .accordion-two .accordion-item .accordion-header .accordion-button::after {
                background-image: none;
                content: "+";
                margin-top: 0px;
                padding: 17px;
                background: #EAEAEA;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 22px;
            }

            .accordion-two .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
                transform: none;
                content: "\f068";
                font-family: "fontawesome";
                font-weight: 400;
                background: var(--color-primary);
                color: #fff;
                font-size: 18px;
            }

.container-full {
    max-width: 1920px;
    margin: auto;
}

.main-wrapper-sevice-col-2 {
    position: relative;
}

    .main-wrapper-sevice-col-2 .content-wrapper {
        position: absolute;
        left: 18%;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 991px) {
    .main-wrapper-sevice-col-2 .content-wrapper {
        left: 10%;
    }
}

@media (max-width: 850px) {
    .main-wrapper-sevice-col-2 .content-wrapper {
        top: 60%;
    }
}

@media (max-width: 768px) {
    .main-wrapper-sevice-col-2 .content-wrapper {
        left: 5%;
    }
}

@media (max-width: 576px) {
    .main-wrapper-sevice-col-2 .content-wrapper {
        position: unset;
        transform: translateY(0);
        padding-left: 10px;
        padding-top: 50px;
    }
}

.main-wrapper-sevice-col-2 .content-wrapper .single-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E9E9E9;
}

@media (max-width: 850px) {
    .main-wrapper-sevice-col-2 .content-wrapper .single-wrapper {
        display: block;
    }
}

.main-wrapper-sevice-col-2 .content-wrapper .single-wrapper .single {
    display: flex;
    align-items: center;
}

@media (max-width: 850px) {
    .main-wrapper-sevice-col-2 .content-wrapper .single-wrapper .single {
        margin-bottom: 30px;
    }
}

.main-wrapper-sevice-col-2 .content-wrapper .single-wrapper .single i {
    padding: 15px;
    background: var(--color-primary);
    color: #ffff;
    margin-right: 20px;
}

.main-wrapper-sevice-col-2 .content-wrapper .single-wrapper .single .info .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0C0A0A;
    font-family: var(--font-secondary);
}

.main-wrapper-sevice-col-2 .content-wrapper .single-wrapper .single .info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #6E777D;
}

.main-wrapper-sevice-col-2 .path-right {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    width: 1285px;
    height: 526px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-wrapper-sevice-col-2 .path-right {
        width: 938px;
    }
}

@media (max-width: 1200px) {
    .main-wrapper-sevice-col-2 .path-right {
        width: 900px;
        height: 400px;
    }
}

@media (max-width: 991px) {
    .main-wrapper-sevice-col-2 .path-right {
        width: 100%;
        position: unset;
        transform: translateY(0);
        clip-path: none;
    }
}

.rts-faw-area-2.faq-seven {
    background: #F2F2F2;
    padding-top: 160px;
}

    .rts-faw-area-2.faq-seven .thumbanil {
        position: relative;
    }

        .rts-faw-area-2.faq-seven .thumbanil .shape {
            width: 180px;
            height: 180px;
            line-height: 180px;
            border-radius: 100%;
            background: #ffffff;
            position: absolute;
            text-align: center;
            display: block;
            bottom: 50%;
            right: 50%;
            transform: translate(50%, 20%);
        }

        .rts-faw-area-2.faq-seven .thumbanil .top {
            margin-bottom: 20px;
        }

@media (max-width: 576px) {
    .rts-faw-area-2.faq-seven .thumbanil .top {
        width: 100%;
    }
}

.rts-faw-area-2.faq-seven .thumbanil .bottom {
    margin-left: 30px;
}

@media (max-width: 1400px) and (min-width: 991px) {
    .rts-faw-area-2.faq-seven .thumbanil .bottom {
        margin-left: 0px;
    }
}

@media (max-width: 576px) {
    .rts-faw-area-2.faq-seven .thumbanil .bottom {
        width: 100%;
        margin-left: 0;
    }
}

.rts-faw-area-2.faq-seven .title-mid-wrapper-home-two .pre {
    color: var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1400px) and (min-width: 991px) {
    .rts-faw-area-2.faq-seven .title-mid-wrapper-home-two h2 br {
        display: none;
    }
}

.rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-header {
    background: none;
}

    .rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-header .accordion-button {
        background: #FFFFFF;
        border: none;
        box-shadow: none;
    }

        .rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-header .accordion-button::after {
            display: none;
        }

        .rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-header .accordion-button.collapsed {
            background: none;
            border-bottom: 1px solid #E1E1E1;
        }

.rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-collapse {
    background: #FFFFFF;
}

    .rts-faw-area-2.faq-seven .accordion-two .accordion-item .accordion-collapse.show {
        background: #FFFFFF;
    }

.rts-faw-area-2.faq-seven .bottom-btn {
    margin-top: 40px;
}

    .rts-faw-area-2.faq-seven .bottom-btn .rts-btn {
        border: 1px solid var(--color-primary);
        background: transparent;
        display: flex;
        align-items: center;
        color: #0C0A0A;
        padding: 5px 5px 5px 25px;
    }

        .rts-faw-area-2.faq-seven .bottom-btn .rts-btn:hover {
            color: #FFFFFF;
        }

            .rts-faw-area-2.faq-seven .bottom-btn .rts-btn:hover i {
                background: #FFFFFF;
                color: var(--color-primary);
            }

        .rts-faw-area-2.faq-seven .bottom-btn .rts-btn i {
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color-primary);
            color: #FFFFFF;
            margin-left: 20px;
        }

.goal-time-wrapper-two {
    display: flex;
    align-items: center;
    gap: 300px;
    position: relative;
    z-index: 1;
}

    .goal-time-wrapper-two::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #EFEFEF;
        left: 11px;
        bottom: 4px;
        z-index: -2;
    }

    .goal-time-wrapper-two .rts-single-time {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .goal-time-wrapper-two .rts-single-time .title {
            margin-bottom: 36px;
            color: var(--color-primary);
            font-size: 22px;
        }

        .goal-time-wrapper-two .rts-single-time span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -10px;
            position: relative;
        }

            .goal-time-wrapper-two .rts-single-time span::after {
                position: absolute;
                content: "";
                padding: 15px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.14);
            }

.content-goal-time p {
    max-width: 90%;
}

.title-goal-doller {
    font-weight: 700;
    font-size: 120px;
    line-height: 183px;
    color: #FF6600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px) {
    .title-goal-doller {
        justify-content: left;
    }
}

@media (max-width: 576px) {
    .title-goal-doller {
        font-size: 84px;
    }
}

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
    outline: 0;
}

.h--timeline-container,
.h--timeline-events {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

    .h--timeline-navigation-container ul, .h--timeline-navigation-container li,
    .h--timeline-events ol, .h--timeline-events li,
    .h--timeline-line ol, .h--timeline-line li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.h--timeline {
    opacity: 0;
    transition: opacity 0.2s;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}

.h--timeline--loaded {
    opacity: 1;
}

.h--timeline-container {
    height: 100px;
}

.h--timeline-dates {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

    /* Timeline blur effect for start and end */
    /* --------------------------------------- */
    .h--timeline-dates::after, .h--timeline-dates::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        height: 100%;
        width: 50px;
    }

    .h--timeline-dates::before {
        left: 0;
        background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    }

    .h--timeline-dates::after {
        right: 0;
        background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    }

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 1px;
    background-color: #f7f7f7;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
    position: absolute;
    bottom: 12px;
    z-index: 2;
    text-align: center;
    font-size: 22px;
    font-family: var(--font-primary);
    font-weight: 700;
    padding-bottom: 14px;
    color: var(--color-primary);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

    .h--timeline-date:hover {
        font-weight: 700;
    }

    .h--timeline-date::after,
    .h--timeline-date::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -25px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        background-color: #f7f7f7;
        transition: background-color 0.3s, border-color 0.3s, top 0.3s;
    }

    .h--timeline-date::before {
        bottom: -14px;
        height: 9px;
        width: 9px;
        border-width: 0px;
        border-color: transparent;
        background-color: transparent;
        z-index: 2;
    }

    .h--timeline-date:hover::before,
    .h--timeline-date:hover::after {
        transition: background-color 0.3s, border-color 0.3s, top 0.3s;
    }

    .h--timeline-date:hover::after {
        background-color: #f7f7f7;
        border-color: var(--color-primary);
    }

.h--timeline-date--selected {
    pointer-events: none;
}

    .h--timeline-date--selected::after {
        background-color: #f7f7f7;
        border-color: var(--color-primary);
    }

    .h--timeline-date--selected::before {
        background-color: var(--color-primary);
    }

.h--timeline-date--older-event::after {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #f7f7f7;
    transition: border-color 0.3s;
}

    .h--timeline-navigation::after {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
    }

    .h--timeline-navigation:hover {
        border-color: var(--color-primary);
    }

.h--timeline-navigation--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
    right: 0;
}

.h--timeline-navigation--inactive {
    cursor: not-allowed;
}

    .h--timeline-navigation--inactive::after {
        background-position: 0 -16px;
    }

    .h--timeline-navigation--inactive:hover {
        border-color: #f7f7f7;
    }

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
    overflow: hidden;
    transition: height 0.4s;
    padding-bottom: 0;
}

.h--timeline-event {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 0;
    border-radius: 5px;
}

.h--timeline-event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right, .h--timeline-event--leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.h--timeline-event--enter-left, .h--timeline-event--leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.h--timeline-event--leave-right, .h--timeline-event--leave-left {
    animation-direction: reverse;
}

.h--timeline-event-title {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
}

.h--timeline-event-date {
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}

    .h--timeline-event-date::before {
        content: "- ";
    }

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before {
    background-color: #fff;
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.14);
}

.h--timeline-date::before {
    background-color: var(--color-primary);
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.14);
}

.h--timeline-date--selected::after {
    background-color: #f7f7f7;
    border-color: var(--color-primary);
}

.h--timeline-date--older-event::after {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
    bottom: 15px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
    width: 21px;
    height: 21px;
    bottom: -20px;
    background-color: #f7f7f7;
    border-color: var(--color-primary);
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
    bottom: -28px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
    bottom: -24px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
    bottom: -18px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
    bottom: -14px;
}

/**/
.single-contact-one-inner {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .single-contact-one-inner .thumbnail {
        display: block;
        overflow: hidden;
    }

        .single-contact-one-inner .thumbnail img {
            width: 100%;
            transition: 6s;
        }

    .single-contact-one-inner .content {
        display: flex;
        align-items: center;
        padding: 25px;
        background-color: transparent;
        /* margin-top: 10px; */
        border: 1px solid #941c01;
        border-radius: 10px;
    }

@media (max-width: 767px) and (min-width: 576px) {
    .single-contact-one-inner .content {
        padding: 40px 15px;
    }
}

.single-contact-one-inner .content .icone {
    margin-right: 20px;
}

.single-contact-one-inner .content .info span {
    margin-bottom: 0;
    color: #941c01;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.single-contact-one-inner .content .info a h5 {
    margin-bottom: 0;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
}

    .single-contact-one-inner .content .info a h5:hover {
        color: var(--color-primary);
    }

.mian-wrapper-form {
    padding: 20px 20px;
    border: 1px solid #941c01;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mian-wrapper-form {
        padding: 25px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .mian-wrapper-form {
        padding: 25px 30px;
        margin-bottom: 10px;
    }
}

.rts-contact-page-form-area.contact-2 .mian-wrapper-form {
    padding: 50px;
}

@media (max-width: 991px) {
    .rts-contact-page-form-area.contact-2 .mian-wrapper-form {
        margin-top: 50px;
    }
}

.contact-form-contact {
    margin-top: 20px;
}

    .contact-form-contact .name-email {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .contact-form-contact .name-email input {
            width: 48.8%;
            background: #F6F6F6;
            height: 42px;
            margin-bottom: 12px;
            border: 1px solid transparent;
            font-size: 14px;
        }

    .contact-form-contact input {
        background: #F6F6F6;
        height: 42px;
        margin-bottom: 12px;
        border: 1px solid transparent;
    }

        .contact-form-contact input:focus {
            border: 1px solid var(--color-primary);
        }

    .contact-form-contact textarea {
        height: 100px;
        background: #F6F6F6;
        padding: 15px 15px;
        border: 1px solid transparent;
    }

        .contact-form-contact textarea:focus {
            border: 1px solid var(--color-primary);
        }

    .contact-form-contact button {
        margin: auto;
        margin-top: 12px;
    }

.wrapper-404 .rts-btn.btn-primary {
    margin: auto;
}

.wrapper-404 .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    color: #0C0A0A;
    font-family: var(--font-primary);
}

@media only screen and (max-width: 575px) {
    .wrapper-404 .title {
        font-size: 24px;
        line-height: 34px;
    }
}

.rts-contact-page-form-area.account .mian-wrapper-form {
    padding: 60px;
    height: 100%;
    border: 1px solid #f5f5f5;
    margin: 0 15px;
}

@media (max-width: 767px) {
    .rts-contact-page-form-area.account .mian-wrapper-form {
        padding: 40px 30px;
    }
}

.rts-contact-page-form-area.account .mian-wrapper-form .checkbox {
    width: 100%;
    margin-bottom: 30px;
}

    .rts-contact-page-form-area.account .mian-wrapper-form .checkbox input {
        width: 20%;
    }

        .rts-contact-page-form-area.account .mian-wrapper-form .checkbox input[type=checkbox] ~ label::before {
            background: none;
            border-width: 1px;
            border-style: solid;
            border-color: var(--color-primary);
        }

        .rts-contact-page-form-area.account .mian-wrapper-form .checkbox input[type=checkbox] ~ label::after {
            border-bottom: 2px solid var(--color-primary);
            border-left: 2px solid var(--color-primary);
        }

.rts-contact-page-form-area.account .mian-wrapper-form .forgot-password {
    margin-top: 30px;
}

.rts-contact-page-form-area.account .mian-wrapper-form .title-mid-wrapper-home-two {
    text-align: left;
}

.rts-contact-page-form-area.account .mian-wrapper-form #contact-form-contact button {
    margin: unset;
}

.bg-contact-6 {
    background-image: url(../images/contact/06.jpg);
    height: 598px;
}

@media only screen and (max-width: 575px) {
    .bg-contact-6 {
        height: 433px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-6-wrapper .contact-btn span {
        height: 180px !important;
        width: 180px !important;
    }
}

.contact-6-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

    .contact-6-wrapper span {
        color: var(--color-primary);
        text-transform: uppercase;
    }

    .contact-6-wrapper .title {
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        color: #FFFFFF;
        font-family: var(--font-primary);
        margin-top: 30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-6-wrapper .title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-6-wrapper .title {
        font-size: 26px;
        line-height: 46px;
    }
}

.contact-6-wrapper .contact-btn span {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -10%);
    width: 246px;
    height: 246px;
    border: 1px solid #646464;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
    color: #fff;
    text-transform: capitalize;
}

.appoinment-area-nine-left .title-left-wrapper-home-nine {
    padding-bottom: 45px;
    border-bottom: 5px solid #242424;
}

    .appoinment-area-nine-left .title-left-wrapper-home-nine .title {
        color: #fff;
    }

.appoinment-area-nine-left .inner-content-area {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 5px solid #242424;
    gap: 25px;
}

@media only screen and (max-width: 575px) {
    .appoinment-area-nine-left .inner-content-area {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 30px;
    }
}

.appoinment-area-nine-left .inner-content-area .single-inner-content {
    position: relative;
}

    .appoinment-area-nine-left .inner-content-area .single-inner-content::after {
        position: absolute;
        content: "";
        right: 30px;
        top: -80px;
        width: 1px;
        height: 141%;
        background: #242424;
    }

@media only screen and (max-width: 767px) {
    .appoinment-area-nine-left .inner-content-area .single-inner-content::after {
        display: none;
    }
}

.appoinment-area-nine-left .inner-content-area .single-inner-content.border-n::after {
    display: none;
}

.appoinment-area-nine-left .inner-content-area .single-inner-content .location-area {
    display: flex;
    align-items: center;
}

    .appoinment-area-nine-left .inner-content-area .single-inner-content .location-area h5 {
        margin: 0;
    }

    .appoinment-area-nine-left .inner-content-area .single-inner-content .location-area i {
        width: 100px;
        height: 100px;
        background: #242424;
        box-shadow: 0px 16px 33px #171717;
        font-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .appoinment-area-nine-left .inner-content-area .single-inner-content .location-area h5 {
        font-size: 60px;
        color: rgba(255, 255, 255, 0.05);
        margin-left: 28px;
    }

.appoinment-area-nine-left .inner-content-area .single-inner-content .location-disc {
    margin-top: 30px;
}

    .appoinment-area-nine-left .inner-content-area .single-inner-content .location-disc h6 {
        font-weight: 700;
        font-size: 24px;
        line-height: 37px;
        color: #FFFFFF;
    }

    .appoinment-area-nine-left .inner-content-area .single-inner-content .location-disc p {
        width: 70%;
    }

.appoinment-area-nine-left .inner-content-area .single-inner-content .contact-area {
    margin-top: 30px;
}

    .appoinment-area-nine-left .inner-content-area .single-inner-content .contact-area a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--font-primary);
        color: #C5C5C5;
        margin-top: 5px;
        transition: 0.3s;
    }

        .appoinment-area-nine-left .inner-content-area .single-inner-content .contact-area a:hover {
            color: var(--color-primary);
        }

.appoinment-area-nine-left .inner-content-area .single-inner-content .icon-location {
    margin-top: 30px;
}

    .appoinment-area-nine-left .inner-content-area .single-inner-content .icon-location i {
        width: 45px;
        height: 45px;
        border: 1px solid #303030;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.appoinment-area-nine-right {
    background: #fff;
    padding: 100px;
    margin-right: -130px;
}

@media only screen and (max-width: 1199px) {
    .appoinment-area-nine-right {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appoinment-area-nine-right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .appoinment-area-nine-right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .appoinment-area-nine-right {
        margin-right: 0;
        padding: 25px;
    }
}

.appoinment-form-nine {
    margin-top: 30px;
}

    .appoinment-form-nine input {
        background: #F9F9F9;
        height: 60px;
        margin-bottom: 15px;
        border: 1px solid transparent;
        padding: 5px 15px;
    }

        .appoinment-form-nine input:focus {
            border: 1px solid var(--color-primary);
        }

    .appoinment-form-nine textarea {
        padding: 15px;
        height: 165px;
        background: #F9F9F9;
        margin-bottom: 35px;
        border: 1px solid transparent;
    }

        .appoinment-form-nine textarea:focus {
            border: 1px solid var(--color-primary);
        }

#form-messages.success {
    color: green;
}

#form-messages.error {
    color: red;
}

.ui-state-default {
    text-decoration: none !important;
}

.calendar {
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #333333;
    box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
    -webkit-box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
    -moz-box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: var(--color-primary);
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

    .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px;
    }

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

    .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px;
    }

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        content: "";
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover,
    .ui-datepicker-prev:hover:after,
    .ui-datepicker-next:hover:after {
        border-color: #333333;
    }

.ui-datepicker-title {
    text-align: center;
    font-size: 20px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

    .ui-datepicker-calendar thead tr th span {
        display: block;
        width: 40px;
        color: var(--color-primary);
        margin-bottom: 5px;
        font-size: 15px;
    }

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
    line-height: 27px;
    padding: 0 5px;
}

    .ui-state-default:hover {
        color: #ffffff;
        background: var(--color-primary);
        border-radius: 0;
        transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
        text-decoration: none;
    }

.ui-state-highlight {
    color: #ffffff;
    background-color: var(--color-primary);
    border-radius: 0;
}

.ui-state-active {
    color: #ffffff;
    background-color: var(--color-primary);
    border-radius: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.icon-2 {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: var(--color-primary);
    font-size: 20px;
}

.rts-elevate-pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

    .rts-elevate-pagination ul li {
        margin: 0;
        margin-right: 10px;
    }

        .rts-elevate-pagination ul li button {
            width: 50px;
            height: 50px;
            background: transparent;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #000;
            border: 1px solid #E9E9E9;
            transition: 0.3s;
        }

            .rts-elevate-pagination ul li button.active {
                background: var(--color-primary);
                color: #fff;
            }

            .rts-elevate-pagination ul li button:hover {
                background: var(--color-primary);
                color: #fff;
            }

.rts-company-storyhear {
    /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}

    .rts-company-storyhear .intro {
        background: #FFE4C4;
        padding: 100px 0;
    }

    .rts-company-storyhear .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .rts-company-storyhear h1 {
        font-size: 3.5rem;
    }

    .rts-company-storyhear .timeline ul {
        background: #fff;
        padding: 0 0;
        margin: 0;
    }

@media only screen and (max-width: 575px) {
    .rts-company-storyhear .timeline ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.rts-company-storyhear .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 137px;
    background: #E4E4E4;
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li.first {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li {
        width: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li {
        width: 0;
    }
}

@media screen and (max-width: 600px) and (min-width: 575px) {
    .rts-company-storyhear .timeline ul li {
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rts-company-storyhear .timeline ul li {
        padding-top: 0;
        margin-top: -40px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-company-storyhear .timeline ul li {
        padding-top: 30px;
    }
}

.rts-company-storyhear .timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.rts-company-storyhear .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
}

    .rts-company-storyhear .timeline ul li div::before {
        content: "";
        position: absolute;
        bottom: 102px;
        width: 0;
        height: 0;
        border-style: solid;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li div::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li div::before {
        display: none;
    }
}

.rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 165px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div {
        left: unset;
    }
}

.rts-company-storyhear .timeline ul li:nth-child(even) div section {
    text-align: left;
}

    .rts-company-storyhear .timeline ul li:nth-child(even) div section svg {
        right: auto;
        left: -102px;
    }

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div section svg {
        left: 0;
    }
}

.rts-company-storyhear .timeline ul li:nth-child(even) div::before {
    left: -163px;
    border-width: 1px 75px 1px 0;
    border-color: #E4E4E4;
}

.rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -560px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li:nth-child(odd) div {
        left: -334px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li:nth-child(odd) div {
        left: -329px;
    }
}

@media screen and (max-width: 600px) and (min-width: 575px) {
    .rts-company-storyhear .timeline ul li:nth-child(odd) div {
        left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rts-company-storyhear .timeline ul li:nth-child(odd) div {
        left: -55px;
    }
}

.rts-company-storyhear .timeline ul li:nth-child(odd) div section img {
    left: auto;
    right: -103px;
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li:nth-child(odd) div section img {
        right: 0;
    }
}

.rts-company-storyhear .timeline ul li:nth-child(odd) div::before {
    right: -161px;
    border-width: 1px 73px 1px 0;
    border-color: #E4E4E4;
}

.rts-company-storyhear .timeline ul li .time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FF6600;
    font-family: var(--font-primary);
}

.rts-company-storyhear .timeline ul li.item {
    position: relative;
}

    .rts-company-storyhear .timeline ul li.item img {
        position: absolute;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li.item img {
        position: relative;
    }
}

@media screen and (max-width: 600px) and (min-width: 575px) {
    .rts-company-storyhear .timeline ul li.item img {
        position: relative;
    }
}

@media only screen and (max-width: 575px) {
    .rts-company-storyhear .timeline ul li.item img {
        position: relative;
    }
}

.rts-company-storyhear .timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.rts-company-storyhear .timeline ul li.in-view::after {
    background: transparent;
    display: none;
}

.rts-company-storyhear .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.rts-company-storyhear .timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.rts-company-storyhear .timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.rts-company-storyhear .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    background: transparent;
}

@media screen and (max-width: 900px) {
    .rts-company-storyhear .timeline ul li div {
        width: 250px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li div {
        left: -326px;
    }
}

@media screen and (max-width: 900px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div {
        left: 90px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 767px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div {
        left: -327px;
        padding: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .rts-company-storyhear .timeline ul li {
        margin-left: 20px;
    }

        .rts-company-storyhear .timeline ul li div {
            width: calc(100vw - 91px);
        }

        .rts-company-storyhear .timeline ul li:nth-child(even) div {
            left: 45px;
        }
}

@media only screen and (max-width: 600px) and (max-width: 575px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div {
        left: -39px;
    }
}

@media screen and (max-width: 600px) {
    .rts-company-storyhear .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
    }
}

.rts-company-storyhear .timeline section {
    position: relative;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline section {
        text-align: left;
    }
}

.rts-company-storyhear .timeline section img {
    position: absolute;
    bottom: 100%;
    left: -103px;
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline section img {
        left: 0;
    }
}

.rts-company-storyhear .timeline section svg {
    position: absolute;
    right: -103px;
    top: 0;
    height: 80px;
    width: 80px;
    padding: 17px;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 5px 37px rgba(84, 84, 84, 0.18);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-company-storyhear .timeline section svg {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .rts-company-storyhear .timeline section svg {
        position: relative;
        right: 0;
        top: -20px;
    }
}

@media (max-width: 991px) {
    .rts-company-process .title-three-left .bg-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .rts-company-process .title-three-left .bg-title {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .rts-company-process .title-three-left .bg-title {
        font-size: 50px;
    }
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: "fontawesome";
        content: "\f077";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: #981b00;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        border: 2px solid #981b00;
        box-shadow: none;
        border-radius: 50% !important;
        border-radius: 5px;
    }

    .progress-wrap:hover::after {
        opacity: 1;
        content: "\f077";
        border: 2px solid #981b00;
    }

    .progress-wrap::before {
        position: absolute;
        font-family: "fontawesome";
        content: "\f077";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background: #981b00;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::before {
        opacity: 0;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg {
        color: #981b00;
        border-radius: 50%;
        background: #fff;
    }

        .progress-wrap svg.progress-circle path {
            stroke: #981b00;
            stroke-width: 34px;
            box-sizing: border-box;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
        }

.home-blue .progress-wrap svg.progress-circle path {
    stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
    border-color: var(--color-primary-2);
    box-shadow: 0px 3px 20px 6px #0742e952;
    color: var(--color-primary-2);
}

.great-quality-skill-four {
    padding: 130px 180px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .great-quality-skill-four {
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .great-quality-skill-four {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .great-quality-skill-four {
        padding: 20px;
    }
}

.infor-exp-content p.disc {
    width: 90%;
}

.rts-skill-area.four img {
    width: 100%;
}

.rts-banner-area-ten .vedio-icone {
    position: absolute;
}

.rts-banner-area-ten .video-play-button {
    position: absolute;
    z-index: 2;
    top: 35% !important;
    margin-top: -75px;
    left: 30px;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-banner-area-ten .video-play-button {
        right: -70%;
        left: auto;
    }
}

.rts-banner-area-ten .video-play-button span.outer-text {
    border: none;
    min-width: max-content;
    margin-left: 85px;
    position: relative;
    margin-top: -12px;
    color: #fff;
    font-weight: 500;
}

.rts-banner-area-ten .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -32%;
    top: -31%;
    display: block;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    animation: waves 3s ease-in-out infinite;
}

.rts-banner-area-ten .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 57px;
    height: 57px;
    background: #FBF0F0;
    border-radius: 50%;
    transition: all 200ms;
}

.rts-banner-area-ten .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
    display: none;
}

.rts-banner-area-ten .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.rts-banner-area-ten .video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
    display: block;
}

.rts-banner-area-ten .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: auto;
    height: 20px;
    line-height: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 45%;
}

    .rts-banner-area-ten .video-play-button span i {
        color: var(--color-primary);
    }

.rts-banner-area-ten .video-overlay iframe {
    width: 70%;
    height: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .rts-banner-area-ten .header-one-btn.rts-btn {
        padding: 10px 7px;
        font-size: 14px;
    }
}

.gallery-wrapper-style-2 {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 10px;
    overflow: hidden;
}

    .gallery-wrapper-style-2::after {
        display: none;
    }

    .gallery-wrapper-style-2 .overlink {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 2 !important;
        display: block;
    }

    .gallery-wrapper-style-2 img {
        transform: scale(100%);
        transition: all 0.3s;
    }

@media (max-width: 768px) {
    .gallery-wrapper-style-2 img {
        width: 100%;
    }
}

.gallery-wrapper-style-2:hover img {
    transform: scale(110%);
}

.gallery-wrapper-style-2:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(100%);
}

.gallery-wrapper-style-2:hover .gallery-image img {
    transform: scale(110%);
}

.gallery-wrapper-style-2:hover .gallery-image .item-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-wrapper-style-2:hover .center-icon {
    opacity: 1;
}

.gallery-wrapper-style-2 .gallery-image {
    overflow: hidden;
    display: block;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .gallery-wrapper-style-2 .gallery-image img {
        transform: scale(100%);
        transition: all 0.3s;
    }

    .gallery-wrapper-style-2 .gallery-image .item-overlay {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        visibility: hidden;
        -webkit-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        z-index: 3;
    }

        .gallery-wrapper-style-2 .gallery-image .item-overlay span {
            color: #ffff;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border: 2px solid var(--color-primary-2);
            border-radius: 50%;
            background: var(--color-white);
            transform: translate(-50%, -50%);
            z-index: 3;
        }

            .gallery-wrapper-style-2 .gallery-image .item-overlay span i {
                color: var(--color-primary-2);
                font-size: 20px;
                font-weight: 500;
            }

.footer-bg {
    /* background: #703400;*/
    background-image: url(/assets/images/footer_bg.png)
}

.fooetr-bg-3 {
    background-image: url(../images/footer/02.jpg);
    background-size: cover;
    background-position: center;
}

.footer-one .footer-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-one .footer-top-wrapper {
        display: block;
    }
}

.footer-one .footer-top-wrapper a {
    padding: 24px 30px;
    background: #171717;
    border: 1px solid #222222;
    box-shadow: 0px 4px 35px #121212;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .footer-one .footer-top-wrapper a {
        width: 20%;
        padding: 22px 30px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .footer-one .footer-top-wrapper a {
        width: 20%;
        padding: 18px 30px;
    }
}

@media (max-width: 991px) {
    .footer-one .footer-top-wrapper a {
        padding: 24px 30px 30px 30px;
    }
}

.footer-one .footer-top-wrapper .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 29px;
    line-height: 40px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .footer-one .footer-top-wrapper .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .footer-one .footer-top-wrapper .title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .footer-one .footer-top-wrapper .title {
        margin: 60px 0 30px 0;
    }
}

.footer-one .footer-top-wrapper .subscribe-area {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 576px) {
    .footer-one .footer-top-wrapper .subscribe-area {
        display: block;
    }
}

.footer-one .footer-top-wrapper .subscribe-area form {
    position: relative;
}

.footer-one .footer-top-wrapper .subscribe-area button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.footer-one .footer-top-wrapper .subscribe-area input {
    background: #1A1A1A;
    border: 1px solid #222222;
    height: 60px;
    width: 537px;
    padding-right: 180px;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .footer-one .footer-top-wrapper .subscribe-area input {
        width: 450px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .footer-one .footer-top-wrapper .subscribe-area input {
        width: 390px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .footer-one .footer-top-wrapper .subscribe-area input {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .footer-one .footer-top-wrapper .subscribe-area input {
        height: 50px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .footer-one .footer-top-wrapper .subscribe-area .rts-btn {
        padding: 20px 25px;
    }
}

@media (max-width: 450px) {
    .footer-one .footer-top-wrapper .subscribe-area .rts-btn {
        padding: 20px;
    }
}

.main-footer-one-area {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-top: 0px solid #222222;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .main-footer-one-area {
        gap: 30px;
    }
}

.main-footer-one-area .body.one {
    max-width: 400px;
}

    .main-footer-one-area .body.one p.disc {
        margin-bottom: 20px;
        color: #fff;
        font-family: 'Poppins';
    }

.main-footer-one-area .single-footer-inner .footer-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

    .main-footer-one-area .single-footer-inner .footer-title::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background-image: url(../images/footer/icon/01.png);
        width: 61px;
        height: 2px;
        filter: contrast(0.5);
    }

.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single {
    display: block;
    margin: 10px 0;
    transition: 0.3s;
    color: #e9e7e7;
    font-size: 14px;
    font-family: 'Poppins';
}

    .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;
        color: #6E777D;
    }

.main-footer-one-area .contactus-link-wrapper .single {
    display: flex;
    align-content: center;
    margin-top: 30px;
    align-items: center;
}

    .main-footer-one-area .contactus-link-wrapper .single .icon i {
        display: flex;
        width: 35px;
        height: 35px;
        background: #c65e00;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 17px;
        line-height: 8px;
        color: #fff;
    }

    .main-footer-one-area .contactus-link-wrapper .single a.number {
        font-weight: 400;
        font-size: 14px;
        margin-top: 1px;
        margin-left: 10px;
        transition: 0.3s;
        line-height: 30px;
        color: #f4f4f4;
        font-family: 'Poppins';
    }

        .main-footer-one-area .contactus-link-wrapper .single a.number.mt-dec {
            margin-top: -6px;
        }

.main-footer-one-area .popular-post-wrapper .single-popular-post {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .main-footer-one-area .popular-post-wrapper .single-popular-post .thumbnail {
        overflow: hidden;
        display: block;
    }

        .main-footer-one-area .popular-post-wrapper .single-popular-post .thumbnail:hover img {
            transform: scale(1.2);
        }

        .main-footer-one-area .popular-post-wrapper .single-popular-post .thumbnail img {
            transition: 0.3s;
        }

    .main-footer-one-area .popular-post-wrapper .single-popular-post .logo {
        display: flex;
        align-items: center;
    }

        .main-footer-one-area .popular-post-wrapper .single-popular-post .logo i {
            margin-right: 8px;
        }

    .main-footer-one-area .popular-post-wrapper .single-popular-post .tilte-area .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        margin-bottom: 8px;
        margin-top: 5px;
        transition: 0.3s;
    }

    .main-footer-one-area .popular-post-wrapper .single-popular-post .tilte-area:hover .title {
        color: var(--color-primary);
    }

    .main-footer-one-area .popular-post-wrapper .single-popular-post .thumbnail {
        margin-right: 20px;
    }

.copyright-area-one {
    background: #ea7617f7;
    padding: 10px 0;
    text-align: center;
    border-top: 0px solid #703400;
}

    .copyright-area-one p {
        margin-bottom: 0;
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        font-family: 'Poppins';
    }

.copyright-area-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #222222;
}

@media (max-width: 768px) {
    .copyright-area-three {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .copyright-area-three .menu-area-copyright {
        margin-bottom: 10px;
    }
}

.copyright-area-three .menu-area-copyright ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

@media (max-width: 768px) {
    .copyright-area-three .menu-area-copyright ul {
        justify-content: center;
    }
}

.copyright-area-three .menu-area-copyright ul li {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    color: #fff;
}

@media (max-width: 500px) {
    .copyright-area-three .menu-area-copyright ul li {
        margin-right: 10px;
    }
}

.copyright-area-three .menu-area-copyright ul li a {
    transition: 0.3s;
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.copyright-area-three .condition ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

@media (max-width: 768px) {
    .copyright-area-three .condition ul {
        justify-content: center;
    }
}

.copyright-area-three .condition ul li {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffff;
}

@media (max-width: 768px) {
    .copyright-area-three .condition ul li {
        margin-left: 0;
        margin-right: 20px;
    }
}

.copyright-area-three .condition ul li a {
    transition: 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--font-primary);
}

@media (max-width: 768px) {
    .copyright-area-three .condition ul li a {
        font-size: 16px;
    }
}

.p--120 {
    padding: 120px;
}

.left-footer-wrapper-3 {
    border-right: 1px solid #262626;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .left-footer-wrapper-3 {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .left-footer-wrapper-3 {
        border: none;
    }
}

@media only screen and (max-width: 575px) {
    .left-footer-wrapper-3 {
        padding-top: 80px;
    }
}

.left-footer-wrapper-3 .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 50px;
}

@media (max-width: 450px) {
    .left-footer-wrapper-3 .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.left-footer-wrapper-3 .button-group-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 400px) {
    .left-footer-wrapper-3 .rts-btn {
        padding: 20px;
    }
}

.right-footer-wrapper-3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}

    .right-footer-wrapper-3 .single-information .title {
        color: #ffff;
        font-weight: 600;
    }

    .right-footer-wrapper-3 .single-information a {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        transition: 0.3s;
        font-family: var(--font-primary);
    }

        .right-footer-wrapper-3 .single-information a:hover {
            color: var(--color-primary);
        }

        .right-footer-wrapper-3 .single-information a.mail {
            display: block;
            color: #7E7E7E;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 13px;
            transition: 0.3s;
        }

            .right-footer-wrapper-3 .single-information a.mail:hover {
                color: var(--color-primary);
            }

        .right-footer-wrapper-3 .single-information a.number {
            font-weight: 600;
            font-size: 24px;
            line-height: 37px;
            color: #FFFFFF;
        }

            .right-footer-wrapper-3 .single-information a.number:hover {
                color: var(--color-primary);
            }

@media (max-width: 1400px) and (min-width: 991px) {
    .right-footer-wrapper-3 .single-information a.number {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .right-footer-wrapper-3 .single-information a.number {
        font-size: 18px;
    }
}

.rts-footer-two {
    background: #171717;
}

.menu-row-wrapper {
    border-bottom: 1px solid #252222;
    border-top: 1px solid #252222;
}

.copyright-footer-two {
    text-align: center;
    padding: 38px 0;
}

    .copyright-footer-two p.disc {
        color: #696969;
        margin-bottom: 0;
    }

.main-footer-wrapper-two {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-footer-wrapper-two {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-footer-wrapper-two {
        flex-direction: column;
        gap: 20px;
    }
}

.main-footer-wrapper-two .single-footer-wized-two.logo-area {
    flex-basis: 25%;
}

    .main-footer-wrapper-two .single-footer-wized-two.logo-area a.logo img {
        max-width: 150px;
    }

.main-footer-wrapper-two .single-footer-wized-two.pages {
    flex-basis: 20%;
}

.main-footer-wrapper-two .single-footer-wized-two.user-number {
    flex-basis: 25%;
}

.main-footer-wrapper-two .single-footer-wized-two.newsletter {
    flex-basis: 30%;
}

.main-footer-wrapper-two .footer-header-two.pages .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.main-footer-wrapper-two .footer-header-two.pages .pages ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    .main-footer-wrapper-two .footer-header-two.pages .pages ul li {
        margin: 0;
        margin-bottom: 10px;
    }

.single-footer-wized-two.logo-area a img {
    margin-bottom: 30px;
}

.single-footer-wized-two.logo-area .disc-f {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    color: #77787A;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-wized-two.logo-area .disc-f {
        width: 51%;
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-wized-two.logo-area .disc-f {
        width: 61%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-footer-wized-two.logo-area .disc-f {
        width: 80%;
    }
}

@media only screen and (max-width: 575px) {
    .single-footer-wized-two.logo-area .disc-f {
        width: 74%;
    }
}

.single-footer-wized-two.pages .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.single-footer-wized-two.pages ul li a {
    display: flex;
    align-items: center;
    transition: 0.3s;
    color: #77787A;
}

    .single-footer-wized-two.pages ul li a i {
        margin-right: 10px;
        font-weight: 900;
        transition: 0.3s;
        color: #77787A;
    }

    .single-footer-wized-two.pages ul li a:hover {
        color: var(--color-primary);
    }

        .single-footer-wized-two.pages ul li a:hover i {
            color: var(--color-primary);
        }

.single-footer-wized-two.user-number .user-number-wrapper {
    width: 90%;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-wized-two.user-number .user-number-wrapper {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-wized-two.user-number .user-number-wrapper {
        margin-left: 0;
    }
}

.single-footer-wized-two.user-number .single-number {
    margin-bottom: 22px;
}

    .single-footer-wized-two.user-number .single-number .title {
        font-weight: 700;
        font-size: 13px;
        line-height: 14px;
        text-transform: uppercase;
        color: #fff;
        font-family: var(--font-secondary);
        margin-bottom: 15px;
    }

    .single-footer-wized-two.user-number .single-number .number {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

        .single-footer-wized-two.user-number .single-number .number a {
            transition: 0.3s;
        }

        .single-footer-wized-two.user-number .single-number .number i {
            background: var(--color-primary);
            width: 25px !important;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: max-content;
            font-size: 13px;
            line-height: 21px;
            padding: 12px;
        }

        .single-footer-wized-two.user-number .single-number .number a.mt-dec {
            margin-top: -6px;
        }

.single-footer-wized-two.newsletter .footer-header-two {
    width: 90%;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-wized-two.newsletter .footer-header-two {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-wized-two.newsletter .footer-header-two {
        margin-left: 0;
    }
}

.single-footer-wized-two.newsletter .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.single-footer-wized-two.newsletter form input {
    background: #171717;
    border: 1px solid #2F3336;
    height: 50px;
    margin-bottom: 15px;
}

.single-footer-wized-two.newsletter form button {
    width: 100%;
    max-width: 100%;
}

.menu-wrapper-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .menu-wrapper-footer-row {
        display: none;
    }
}

.menu-wrapper-footer-row .single-menu:first-child a {
    border-left: 1px solid #252222;
    min-width: max-content;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrapper-footer-row .single-menu:first-child a {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .menu-wrapper-footer-row .single-menu:first-child a {
        border: none;
    }
}

.menu-wrapper-footer-row .single-menu a {
    padding: 24px 68px 24px 46px;
    display: block;
    border-right: 1px solid #252222;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .menu-wrapper-footer-row .single-menu a {
        padding: 24px 55px 24px 46px;
    }
}

@media only screen and (max-width: 1199px) {
    .menu-wrapper-footer-row .single-menu a {
        padding: 18px 47px 18px 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrapper-footer-row .single-menu a {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .menu-wrapper-footer-row .single-menu a {
        border: none;
    }
}

.rts-footer-area-start.fooetr-bg-3 a.rts-btn {
    font-size: 14px;
    font-weight: 600;
}

#anywhere-home.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#anywhere-home {
    cursor: url(../images/banner/shape/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;
}

.search-input-area {
    transition: all 500ms ease;
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 57px 0;
    background: white;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .search-input-area {
        padding: 15px 0;
    }
}

.search-input-area.show {
    visibility: visible;
    transform: inherit;
    opacity: 1;
}

.search-input-area .search-close-icon {
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 22px;
}

@media only screen and (max-width: 575px) {
    .search-input-area .search-close-icon {
        right: 14px;
        top: 9px;
    }
}

.search-input-area .search-close-icon i {
    position: relative;
    z-index: 1;
    color: var(--color-primary);
    transition: 0.3s;
    font-size: 18px;
}

    .search-input-area .search-close-icon i:hover {
        color: #ffffff;
    }

        .search-input-area .search-close-icon i:hover::after {
            background: var(--color-primary);
        }

    .search-input-area .search-close-icon i::after {
        position: absolute;
        height: 45px;
        width: 45px;
        content: "";
        border-radius: 5px;
        background: #fff8f3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.3s;
    }

@media only screen and (max-width: 575px) {
    .search-input-area .search-close-icon i::after {
        height: 31px;
        width: 28px;
    }
}

.search-input-area .search-input-inner {
    display: flex;
    align-items: center;
    position: relative;
}

    .search-input-area .search-input-inner .input-div {
        width: 80%;
        display: flex;
        align-items: center;
        margin: auto;
    }

        .search-input-area .search-input-inner .input-div input {
            background: #F7F7F7;
            border-radius: 5px;
            height: 55px;
        }

        .search-input-area .search-input-inner .input-div button {
            max-width: max-content;
            padding: 19px;
            background: var(--color-primary);
            display: flex;
            color: #fff;
            align-items: center;
            justify-content: center;
            display: block;
            margin-left: -9px;
            border-radius: 0 5px 5px 0;
        }

.footer-8 .single-footer-wized-two.logo-area .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.footer-8 .single-fill-footer.info {
    display: flex;
    align-items: center;
}

    .footer-8 .single-fill-footer.info .icon i {
        height: 50px;
        width: 50px;
        background: #2B2B2B;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .footer-8 .single-fill-footer.info .info {
        margin-left: 15px;
    }

        .footer-8 .single-fill-footer.info .info span {
            display: block;
        }

        .footer-8 .single-fill-footer.info .info a {
            font-size: 20px;
            line-height: 24px;
            color: #fff;
        }

            .footer-8 .single-fill-footer.info .info a:hover {
                color: var(--color-primary);
            }

.footer-8 .main-ftop-wrapper .single-fill-footer {
    border: 1px solid #26282F;
    padding: 30px 20px;
    height: 100%;
}
/*# sourceMappingURL=../maps/style.css.map */

.logo-area {
    width: 700px;
}


.company-solution-four {
    background: #fff;
    padding: 16px;
}

.ups {
    color: #f36d00;
}

.info {
    /* border-bottom: 1px dashed #401b0254; */
}



.rts-singy {
    padding: 0px;
    border: 2px solid #ffffff30;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px;
}


.rts-singt {
    padding: 0px;
    border: 2px solid #ffffff30;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px;
}

.rts-singf {
    padding: 0px;
    border: 2px solid #ffffff30;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px;
}


.nav-link:focus, .nav-link:hover {
    color: #000000;
}

.main-nav-desk nav ul li.menu-item:hover a.nav-item {
    color: #f99620;
}


.top-leader {
    position: relative;
    padding: 40px 0px;
    background-image: url('../images/leader/leader-bg.jpg');
}

.leader-info .leader {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .leader-info .leader li {
        display: table;
        width: 19%;
        border: 1px solid #ddd;
        margin: 0px auto 4px auto;
        padding: 23px 10px;
        text-align: center;
        background-color: #005982;
        border-radius: 25px;
        background: linear-gradient(to bottom, #00444e, #0a7281);
    }

        .leader-info .leader li .leader-img img {
            max-width: 50%;
            border-radius: 30%;
            border: 3px solid #fff;
        }

        .leader-info .leader li .leader-content h4 {
            margin-top: 14px;
            margin-bottom: 5px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .leader-info .leader li .leader-content p {
            margin-bottom: 0px;
            font-size: 0.99em;
            font-weight: 300;
            color: #fff;
            font-size: 13px;
            line-height: 22px;
        }

@media only screen and (max-width: 767px) {
    .leader-info .leader li {
        width: 100%;
    }

    .banner-text .rborder {
        padding: 5px 10px 10px !important;
        margin-bottom: 10px;
    }

    .exp-img img {
        width: 100% !important;
    }

    .social-heading:after {
        border-top: 30px solid #005982 !important;
    }

    .social-heading:before {
        border-top: 30px solid #005982 !important;
    }

    .social-heading {
        font-size: 17px !important;
    }

    #cmprofile h3:before {
        border-top: 4px solid transparent !important;
    }

    #cmprofile {
        min-height: 38px !important;
        padding-top: 9px !important;
    }

        #cmprofile a {
            font-size: 14px !important;
        }

        #cmprofile h3 {
            padding: 4px 12px !important;
            font-size: 15px !important;
        }
}

.ml-4 {
    margin-right: 10px !important;
}

/*-------------------login------------------*/

.auth {
    background-color: #ff6e40;
}

    .auth .form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100%;
        padding: 30px 15px;
    }

        .auth .form-wrapper .container, .auth .form-wrapper .container-fluid, .auth .form-wrapper .container-lg, .auth .form-wrapper .container-md, .auth .form-wrapper .container-sm, .auth .form-wrapper .container-xl, .auth .form-wrapper .container-xxl {
            min-height: 100%;
        }

@media (min-width: 1200px) {
    .auth .form-wrapper {
        width: 1000px;
        margin: auto;
    }
}

.auth .card {
    border: none;
    margin: auto;
    border-radius: .5rem;
    overflow: hidden;
}

    .auth .card .row .col {
        padding: 30px;
        min-height: 500px;
    }

.auth .social-links {
    display: block;
}

    .auth .social-links a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #000;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid #ccc;
        padding: 2px 20px 2px 2px;
    }

        .auth .social-links a, .auth .social-links a i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .auth .social-links a i {
                width: 40px;
                font-size: 20px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #fff;
                height: 40px;
                border-radius: 10px;
                margin-right: 15px;
            }

            .auth .social-links a:focus, .auth .social-links a:hover {
                text-decoration: none;
                border-color: #4776e6;
            }

.face-text {
    margin: 0;
    padding: 10px 20PX;
    background: #5566c3;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.twitter-text {
    margin: 0;
    padding: 10px 20PX;
    background: #000000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.link-text {
    margin: 0;
    padding: 10px 20PX;
    background: #3784cf;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

/*---------------------------about expressway-----------------------*/
.about-expressway {
    position: relative;
    padding: 60px 0px;
}

.expressway {
    margin-bottom: 10px;
    /*padding-top: 57px;*/
}

.about h2 {
    color: #fff;
    background-color: #0a7281;
    font-size: 20px;
    margin: 0px 0 5px 0;
    padding: 5px 10px;
    position: relative;
}

.expressway a {
    display: block;
    font-weight: 500;
    text-align: center;
    background-color: #0a7281;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: -38px;
    padding: 5px 10px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    transition-duration: .3s;
    position: relative;
    /* z-index: 99999999999; */
}

    .expressway a:hover {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

.container-bg {
    background-color: #ffffff;
    padding: 6px 13px 0px 15px;
}
/*.agraexp {
    background-image: url(../images/about/agraexp.jpg);
}*/

/*.purvanchalexp {
    background-image: url(../images/about/purvanchalexp.jpg);
}

.bundelkhandexp {
    background-image: url(../images/about/bundelkhandexp.jpg);
}

.gorakhpurexp {
    background-image: url(../images/about/gorakhpurexp.jpg);
}

.allahabadexp {
    background-image: url(../images/about/agraexp.jpg);
}

.jhansiexp {
    background-image: url(../images/about/purvanchalexp.jpg);
}

.prayagexp {
    background-image: url(../images/about/bundelkhandexp.jpg);
}

.defenceexp {
    background-image: url(../images/about/gorakhpurexp.jpg);
}*/

.welcome {
    max-width: 100%;
    margin-bottom: 8px;
}

.sub-icon ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .sub-icon ul li {
        width: 31%;
        list-style: none;
        text-align: center;
        border: 1px solid #dbdbdb;
        /* border-bottom: 1px solid #dbdbdb; */
        margin-right: 4px;
        margin-bottom: 0px;
        padding: 4px 0px 0px;
        border-radius: 4px;
        margin-top: 6px;
    }

        .sub-icon ul li .ecp-icon img {
            width: 27px;
            height: auto;
        }

        .sub-icon ul li p {
            font-size: 11px;
            margin-bottom: 0px;
            line-height: 22px;
        }

.expressway h4 {
    font-size: 15px;
    color: #333232;
    margin-bottom: 0px;
    margin-top: 4px;
    font-weight: 600;
}

.about p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 8px;
}

.about .btn-default {
    border-radius: 0px;
    border: 2px solid #1d5b75;
    padding: 4px 20px;
    font-size: 13px;
}

.text-right {
    text-align: right !important;
}

#cmprofile {
    position: relative;
    background: #721c09;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    min-height: 45px;
    line-height: normal;
    padding-top: 13px;
}

    #cmprofile h3 {
        position: absolute;
        background: #0a7281;
        top: 0px;
        padding: 0px 12px;
        color: #fff;
        z-index: 9;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }

    #cmprofile a {
        color: #fff;
        font-size: 17px;
    }

    #cmprofile h3:before {
        border-top: 15px solid transparent;
        border-left: 20px solid #0a7281;
        border-bottom: 15px solid transparent;
        content: "";
        height: 0;
        right: -10px;
        position: absolute;
        top: 9px;
    }

.town-slide .thumbnail {
    border: 0px solid #ddd;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.amenities-exp img {
    max-width: 100%;
}

#photogallery .item img {
    width: 100%;
    height: 328px;
}

.amenities-exp {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.social-heading {
    color: #fff;
    display: inline-block;
    margin: 0px auto 30px auto !important;
    padding: 0px 40px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    font-size: 22px;
    background-color: #0a7281;
    text-transform: uppercase;
}

    .social-heading:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 54px solid #0a7281;
        border-left: 40px solid transparent;
        position: absolute;
        left: -40px;
        top: 0px;
    }

    .social-heading:after {
        content: "";
        position: absolute;
        right: -35px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 53px solid #0a7281;
        border-right: 35px solid transparent;
    }

.town-slide {
    padding: 39px 0;
    background: #fff;
    text-align: center;
}

.banner-text .rborder {
    text-align: center;
    margin-top: 0px;
    border: 2px solid #15648891;
    padding: 13px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.1);
    color: #005982;
}

.banner-text .rborder {
    height: 120px !important;
}

.banner-text span {
    color: #981b00;
    font-weight: 600;
    font-size: 17px;
}

.top-banner {
    position: relative;
    padding: 30px 0px;
}

.gallery-text {
    color: #fff;
    background-color: #0a7281;
    font-size: 18px;
    margin: 0px 0 0px 0;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}

.p-gallery {
    position: relative;
    padding: 40px 0px;
}

    .p-gallery .btn-default {
        border-radius: 0px;
        border: 2px solid #1d5b75;
        padding: 5px 20px;
        font-size: 13px;
        margin-top: 6px;
    }

.tollfree {
    background-image: url(../Images/tollfree.jpg);
    background-color: #00444e;
    padding: 3px 8px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    position: fixed;
    z-index: 99999;
    font-weight: 400;
    right: -145px;
    bottom: 40%;
    transform: rotate(90deg);
}

.skype {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px 10px 0px auto;
    border-radius: 150px;
    display: inline-block;
    float: left;
}

    .skype:after {
        background: #f4a612;
        background-size: 100% 100%;
        content: "\f095";
        color: #fff;
        font-size: 17px;
        line-height: 31px;
        font-family: "FontAwesome";
        font-weight: bold;
        text-align: center;
        width: 30px;
        height: 30px;
        margin: 0 auto 0 auto;
        position: absolute;
        border-radius: 150px;
        z-index: 99999 !important;
    }

.tollfree .block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toll-free-no .heading3 {
    border-bottom: 1px solid #d7dff1;
    color: #961614;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0 7px;
}

.toll-free-no .table tr th {
    background-color: #eee !important;
    font-weight: normal;
    color: #000 !important;
    font-size: 13px;
    text-transform: capitalize;
}

.toll-free-no .table tr td {
    color: #000 !important;
    font-size: 13px;
    text-transform: capitalize;
}

.toll-free-no .gallery {
    margin-top: 0px;
}

    .toll-free-no .gallery ul {
        margin: 0;
        padding: 0;
    }

        .toll-free-no .gallery ul li {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 0 3px #a3a3a3;
            float: left;
            list-style: outside none none;
            margin-top: 4px;
            padding: 1px;
            position: relative;
            width: 100%;
        }

            .toll-free-no .gallery ul li a {
                display: list-item;
                overflow: hidden;
            }

            .toll-free-no .gallery ul li img {
                background-size: cover;
                transition: all 0.3s ease 0s;
                width: 100%;
            }

            .toll-free-no .gallery ul li h5 {
                background-color: rgba(0, 0, 0, 0.63);
                bottom: 5px;
                color: #fff;
                display: block;
                font-size: 15px;
                left: 5px;
                margin: 0;
                padding: 5px;
                position: absolute;
                width: 90%;
            }

            .toll-free-no .gallery ul li i {
                /* line-height: 20px; */
                bottom: 3px;
                color: #fba714;
                padding: 10px 17px;
                position: absolute;
                right: 4px;
                background-color: #ffffff;
                height: 34px;
                width: 12px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

.toll-free-no {
    position: relative;
    padding: 30px 0px;
}

.important-link {
    position: relative;
    padding: 50px 0px 70px;
    text-align: center;
    background: #fff;
}

    .important-link .owl-carousel .item img {
        width: 100% !important;
        margin: 0 auto;
        height: auto;
        border: 1px solid #cfcfcf7a;
        padding: 10px;
        border-radius: 8px;
        object-fit: cover;
        background: #ffffff;
    }

    .important-link .owl-carousel .item {
        padding: 0px;
        text-align: center;
    }


.owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-prev, .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

    .owl-prev:hover, .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

.owl-prev {
    position: absolute;
    right: 40px;
    top: -173px;
    transform: translateY(-50%);
    width: 35px;
    font-size: 15px !important;
    height: 29px;
    line-height: 28px !important;
    color: #fff !important;
    background: linear-gradient(180deg, #ff9326 0, #d35606 100%) !important;
}

.owl-next {
    position: absolute;
    right: 0px;
    top: -173px;
    transform: translateY(-50%);
    color: white;
    background: linear-gradient(180deg, #ff9326 0, #d35606 100%) !important;
    width: 37px;
    font-size: 15px !important;
    height: 29px;
    line-height: 28px !important;
    color: #fff !important;
}

/*--------------------------sitemap-----------------------*/
.inner {
    /* border-right: 1px solid #e6e6e6; */
    padding: 0px 10px;
    margin-left: -15px;
    min-height: auto;
    overflow: hidden;
}

.sitemap {
    margin: 0 15px;
}

    .sitemap h4 {
        font-size: 18px;
    }

    .sitemap ul {
        background: transparent url("../images/icon/site_map_ul.gif") repeat-y scroll 0 -5px !important;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 5px 4px 6px !important;
        position: relative !important;
    }

        .sitemap ul li {
            background: transparent url("../images/icon/site_map_list.gif") no-repeat scroll -5px -5px !important;
            line-height: 16px !important;
            padding: 0 0 0 10px !important;
        }

    .sitemap ul {
        background: rgba(0, 0, 0, 0) url("../images/icon/site_map_ul.gif") repeat-y scroll 10px -5px;
        list-style-type: none;
        margin: 0;
        padding: 0 5px 4px 10px;
        position: relative;
    }

        .sitemap ul li {
            font-weight: normal;
            margin: 10px 0;
        }

            .sitemap ul li a {
                background-color: antiquewhite;
                border: 1px solid #ccc;
                color: #0c3156;
                display: inline-block;
                padding: 5px;
                transition-duration: 0.3s;
                font-size: 13px;
            }

                .sitemap ul li a:hover {
                    background-color: #c30;
                    color: #fff;
                    padding-left: 5px;
                    text-decoration: none;
                }

            .sitemap ul li ul {
                padding-bottom: 1px;
            }


.web-sitemap .gallery ul li {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #a3a3a3;
    float: left;
    list-style: outside none none;
    margin-top: 4px;
    padding: 1px;
    position: relative;
    width: 100%;
}

    .web-sitemap .gallery ul li a {
        display: list-item;
        overflow: hidden;
    }

    .web-sitemap .gallery ul li img {
        background-size: cover;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .web-sitemap .gallery ul li h5 {
        background-color: rgba(0, 0, 0, 0.63);
        bottom: 5px;
        color: #fff;
        display: block;
        font-size: 15px;
        left: 5px;
        margin: 0;
        padding: 5px;
        position: absolute;
        width: 90%;
    }

    .web-sitemap .gallery ul li i {
        /* line-height: 20px; */
        bottom: 3px;
        color: #fba714;
        padding: 10px 17px;
        position: absolute;
        right: 4px;
        background-color: #ffffff;
        height: 34px;
        width: 12px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.web-sitemap .gallery ul {
    margin: 0;
    padding: 0;
}

.web-sitemap {
    position: relative;
    padding: 30px 0px;
    background-color: #fff;
}

.inner p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 22px;
}

.list {
    padding: 0px 0 0 0px;
}

    .list li {
        list-style: outside none none;
        margin-bottom: 10px;
        padding-left: 5px;
        font-size: 13px;
        color: #000;
    }

        .list li::before {
            color: #000;
            content: "\f101";
            font-family: "FontAwesome";
            margin-left: -10px;
            margin-right: 5px;
            margin-top: 2px;
            position: relative;
            z-index: 0;
            font-size: 10px;
        }

.heading3 {
    border-bottom: 1px solid #d7dff1;
    color: #ac0000;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 7px;
}

.help a {
    color: #0070c2;
    font-size: 13px;
}

.help td {
    font-size: 13px;
}

.home-gallery {
    text-align: center;
}

marquee:hover {
    animation-play-state: paused;
}



.govt-logo {
    display: flex;
    align-items: center;
    padding: 0px 0px;
}

.logo-img {
    height: 75px;
    margin-right: 8px;
}

.logo-text h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    font-family: 'Poppins';
}

.logo-text p {
    margin: 0;
    font-size: 15px;
    color: #00343b;
    font-weight: 500;
}



/*-----------------------news and slider ----------------*/

.news-ticker {
    background-color: #ea7617f7;
    padding: 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-top: 0px;
    z-index: 99;
}

.flash-label {
    color: white;
    padding: 3px 12px;
    font-weight: bold;
    margin-right: 0px;
    border-radius: 0px;
    height: 44px;
    line-height: 37px;
    background: linear-gradient(180deg, #ff9326 0, #d35606 100%);
}

.ticker-wrap {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.ticker {
    display: inline-flex;
    gap: 30px;
    animation: scrollText 40s linear infinite;
}

    .ticker span {
        white-space: nowrap;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Poppins';
    }

.ticker-controls {
    display: flex;
    gap: 1px;
}

    .ticker-controls button {
        background: #e36c12;
        color: white;
        border: none;
        padding: 14px 15px;
        cursor: pointer;
        font-size: 11px;
    }

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}




/*---------------------middle slider----------------------*/

.gallery {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    z-index: 0;
}

.gallery-container {
    align-items: center;
    display: block;
    height: 220px; /*325px;*/
    margin: 0px auto;
    max-width: 600px;
    position: relative;
    margin-top: 20px;
}

.gallery-item a img {
    height: 130px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 130px;
    z-index: 0;
    background: #fff;
    padding: 10px;
    border: 3px inset rgba(47, 115, 201, 0.75);
}

.gallery-item-1 a img {
    left: -20%;
    opacity: 0.4;
    transform: translateX(-50%);
    top: 13%;
}

.gallery-item-2 a img {
    left: -5%;
    transform: translateX(-50%);
    top: 10%;
}

.gallery-item-3 a img {
    left: 19%;
    transform: translateX(-50%);
    top: 4%;
}

.gallery-item-4 a img {
    left: 30%;
    transform: translateX(-50%);
}

.gallery-item-5 a img {
    left: 81%;
    opacity: 0.4;
    transform: translateX(-50%);
    top: 4%;
}

.gallery-item-6 a img {
    left: 105%;
    opacity: 0.4;
    transform: translateX(-50%);
    top: 10%;
}

.gallery-item-7 a img {
    left: 120%;
    opacity: 0.4;
    transform: translateX(-50%);
    top: 13%;
}

.gallery-item-2 a img,
.gallery-item-6 a img {
    height: 150px;
    opacity: 1;
    width: 150px;
    z-index: 2;
}

.gallery-item-3 a img,
.gallery-item-5 a img {
    height: 180px;
    opacity: 1;
    width: 180px;
    z-index: 5;
}

.gallery-item-7 a img {
    height: 130px;
    opacity: 0.4;
    width: 130px;
    z-index: 1;
}

.gallery-item-4 a img {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: 200px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 9;
}

.gallery-controls {
    position: absolute;
    top: 50%;
    width: 99%;
    z-index: 9999;
}

    .gallery-controls button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 16px;
        margin: 0 20px;
        padding: 0 12px;
        text-transform: capitalize;
        color: #00000000;
    }

        .gallery-controls button:focus {
            outline: none;
        }

.gallery-controls-previous {
    position: relative;
    float: left;
}

    .gallery-controls-previous::before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        content: "";
        display: inline-block;
        height: 20px;
        left: -10px;
        padding: 2px;
        position: absolute;
        top: 0;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 20px;
    }

    .gallery-controls-previous:hover::before {
        left: -18px;
    }

.gallery-controls-next {
    position: relative;
    float: right;
}

    .gallery-controls-next::before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        content: "";
        display: inline-block;
        height: 20px;
        padding: 2px;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 20px;
    }

    .gallery-controls-next:hover::before {
        right: -18px;
    }

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .gallery-nav li {
        background: #ccc;
        border-radius: 50%;
        height: 10px;
        margin: 0 16px;
        width: 10px;
    }

        .gallery-nav li.gallery-item-selected {
            background: #555;
        }

@media screen and (min-width: 320px) and (max-width: 767px) {
    .gallery-container {
        margin-top: 20px;
    }
}

@media (max-width: 1280px) {
    .gallery-container {
        max-width: 610px; /* Adjust to fit smaller screens */
    }

    .gallery-item a img {
        width: 100px;
        height: 100px;
    }

    .gallery-item-2 a img,
    .gallery-item-6 a img {
        width: 140px;
        height: 140px;
    }

    .gallery-item-3 a img,
    .gallery-item-5 a img {
        width: 180px;
        height: 180px;
    }

    .gallery-item-4 a img {
        width: 220px;
        height: 220px;
    }

    .gallery-controls {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%; /* Adjust to fit smaller screens */
    }

    .gallery-item a img {
        width: 100px;
        height: 100px;
    }

    .gallery-item-2 a img,
    .gallery-item-6 a img {
        width: 120px;
        height: 120px;
    }

    .gallery-item-3 a img,
    .gallery-item-5 a img {
        width: 140px;
        height: 140px;
    }

    .gallery-item-4 a img {
        width: 160px;
        height: 160px;
    }

    .gallery-controls {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        height: 200px;
    }

    .gallery-item a img {
        width: 80px;
        height: 80px;
        top: 23%;
    }

    .gallery-item-2 a img,
    .gallery-item-6 a img {
        width: 100px;
        height: 100px;
        top: 21%;
    }

    .gallery-item-3 a img,
    .gallery-item-5 a img {
        width: 120px;
        height: 120px;
        top: 18%;
    }

    .gallery-item-4 a img {
        width: 140px;
        height: 140px;
        top: 15%;
    }
}






/*--------------------------------------all links-----------------------*/
.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* font-family: sans-serif; */
    width: 100%;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    flex: 1 1 362px;
    min-width: 362px;
    max-width: 362px;
    display: flex;
    flex-direction: column;
}

.card-header {
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header .icon {
        margin-right: 8px;
    }

.card-footer {
    padding: 10px;
    background: #e9f4fb;
    text-align: center;
    font-weight: 600;
    color: #007bff;
    border-top: 1px solid #ccc;
}

.card ul {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
}

    .card ul li {
        padding: 6px 0;
        border-bottom: 1px dotted #aaa;
        color: #444;
        position: relative;
    }

        .card ul li::before {
            content: "❯";
            margin-right: 6px;
            color: #f90;
        }

.card-body {
    padding: 15px;
    background: #fff;
    font-size: 14px;
}

    .card-body p {
        border-bottom: 1px solid #007bff;
        padding: 8px 0;
        margin: 0;
    }

    .card-body a {
        color: #007bff;
        text-decoration: none;
    }

.toggle-btns {
    display: flex;
    gap: 5px;
}

    .toggle-btns button {
        background: #333;
        color: white;
        border: none;
        padding: 4px 6px;
        cursor: pointer;
    }

/* Header colors */
.payment .card-header {
    background: #009fc5;
}

.request .card-header {
    background: #009688;
}

.booking .card-header {
    background: #7464aa;
}

.complaints .card-header {
    background: #0052cc;
}

.announcements .card-header {
    background: #0077b6;
}



.e_services_wrapper {
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(180deg, #fff0e1 0, #fff7ef 100%);
}

.view-content {
    /* line-height: 22px; */
    padding: 0px 20px;
    font-size: 13px;
}

.e_services_wrapper h2 {
    color: black;
    font-weight: 800;
    font-size: 22px;
    margin-top: 10px;
}

.e_services {
    /* border: 1px solid rgb(144 141 140 / 18%); */
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 410px;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
}

    .e_services .more-button {
        border-top: 0px solid #cacaca;
        display: block;
        padding: 4px 0px 2px;
        text-align: center;
        color: #ffffff;
        background: linear-gradient(180deg, #ff9326 0, #d35606 100%);
        border-radius: 80px;
        margin: 10px 15px 10px;
        width: 100px;
        font-weight: 600;
    }

.e_services_wrapper .widget-box h2 {
    background: linear-gradient(to right, #009ec6, #6641b0);
    color: white;
    padding: 15px 15px;
    margin-top: 1px;
    width: calc(100% + 30px);
    margin-left: -1px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding: 14px 5px;
    margin-bottom: 0px;
}

.e_services_list {
    list-style: none;
    padding: 0px 15px;
    margin: 0px 0px;
}

    .e_services_list li {
        padding: 10px 0px;
        border-bottom: 1px dotted #2e1a5f;
        margin: 0px;
    }

        .e_services_list li:before {
            content: "\f054";
            color: rgb(255, 136, 0);
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 10px;
        }

.e_services h3 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 7px 5px 5px;
    font-weight: 600;
    color: #ffffff;
    border-left: 0px solid #ff6600;
    line-height: 30px;
    font-family: 'Poppins';
}

.services-wrapper h3 {
    font-weight: 200;
    color: black;
}


.bg1 {
    background: #ea7617f7 !important;
}

.bg2 {
    background: #ea7617f7 !important;
}

.bg3 {
    background: #ea7617f7 !important;
}

.bg4 {
    background: #336fbb !important; /* #c16797 !important;*/
}

.bg5 {
    background: #994e3a !important;
}

.bg1_light {
    /* background: #f16d64; */
    background: #dfeddff0;
}

.bg2_light {
    background: #f2ebd2e8;
}

.bg3_light {
    background: #f6dfdfe0;
}

.bg4_light {
    background: #f6e9fad4;
}

.bg5_light {
    background: #f9eed1 !important;
}

.bg6 {
    background: #096b4e !important;
}

.bg6_light {
    background: #def9f5 !important;
}

.bg7 {
    background: #e94444 !important;
}

.bg8 {
    background: #7b49bc !important;
}

.bg9 {
    background: #ca289e !important;
}


.vertical-scroll .liststyles {
    max-width: 100%;
    margin: auto;
    margin: 0;
    padding: 0;
    min-height: 255px !important;
}

.vertical-scroll .liststyles-container {
    text-align: center;
}

    .vertical-scroll .liststyles-container i {
        font-size: 36px;
        margin: 8px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .vertical-scroll .liststyles-container i:hover {
            color: #333;
        }

.vertical-scroll .liststyles li {
    color: #4e4e4e;
    background: #f2f2f2;
    overflow: hidden;
    /* height: 60px; */
    padding: 10px;
    line-height: 20px;
    text-align: left;
    border-bottom: 2px dotted #3697d3;
    font-size: 15px;
}

.vertical-scroll {
    position: relative;
}

    .vertical-scroll .controllers {
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        background: #363636;
        padding: 5px 10px;
        border: solid 1px #8f9296;
        color: #ffffff;
    }

        .vertical-scroll .controllers.fa-angle-double-up {
            right: 5px;
            top: -60px;
        }

        .vertical-scroll .controllers.fa-angle-double-down {
            right: 35px;
            top: -60px;
        }

    .vertical-scroll .liststyles li:hover {
        background: #fff;
    }

    .vertical-scroll .controllers {
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }



.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.image-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-family: "Tiro Devanagari Hindi", serif;
}

/*-------------------------------------about us---------------------------*/

.about_section {
    padding: 20px 0px;
    background: url(../images/about/about_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

    .about_section p {
        color: white;
    }

    .about_section h2 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about_section h4 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 4px;
    }

    .about_section p {
        margin-bottom: 10px;
    }

    .about_section a {
        font-size: 18px;
        color: #ffffff;
        /* border: 1px solid #e27923; */
    }

.quicklinks {
    border: 2px solid white;
    border-radius: 8px;
}

    .quicklinks h4 {
        color: white;
        text-align: center;
        margin-top: 0.5rem;
    }

.e_services_list {
    list-style: none;
    padding: 27px 15px;
    /* margin: 15px 0px; */
}

    .e_services_list li {
        padding: 7px 0px;
        border-bottom: 1px dotted #c5c1d0;
        font-size: 16px;
        color: #000;
    }

.quicklinks a {
    color: white;
}

#QuickLnkCol {
    display: flex;
    justify-content: center;
    height: 100%;
}

.btn-outline-info {
    color: #ffffff;
    border-color: #ffffff;
}

.tab-content {
    height: 456px;
    overflow: auto;
    padding: 10px 25px !important;
}

.press-item {
    border-bottom: 1px dashed #3d3d3d73;
    padding: 10px 0px 10px;
}

    .press-item .title {
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 17px;
        line-height: 20px;
        color: #3a3939;
        font-family: "Tiro Devanagari Hindi", serif;
    }

    .press-item .date {
        font-size: 13px;
        color: gray;
    }

.press-footer {
    padding: 10px 8px;
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

    .press-footer button {
        background: #ea7617f7;
        color: white;
        border: none;
        padding: 6px 9px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 3px;
        width: 15%;
    }

    .press-footer .urdu-btn {
        background-color: #ea7617f7;
    }

.custom-tab {
    background-color: #fff;
    color: #ffffff;
    border: none;
    font-weight: 600;
    /* border-radius: 5px; */
    margin-right: 5px;
}

    .custom-tab.active {
        padding: 6px;
        font-size: 14px;
    }

.widget-box ul {
    margin-top: 0px;
    padding: 3px 10px;
    background: #ea7617f7 !important;
    align-items: center;
}


    .widget-box ul li {
        font-size: var(--font-size-b1);
        line-height: var(--line-height-b1);
        margin-top: 4px;
        margin-right: 20px;
        margin-bottom: 4px;
        color: var(--color-body);
    }



.thumbnail-area-about img {
    border-radius: 4px;
    /* box-shadow:0px 21px 46px rgb(0 0 0 /10%); */
    border: -1px solid #ea7516;
    padding: 8px;
    width: 160px;
    height: auto;
    text-align: center;
}

.main-content-area-about-p h5 {
    margin-bottom: 5px;
}

.name-tittle {
    margin-top: 0px;
    background: #fe8500;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .name-tittle h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
    }

    .name-tittle p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

.aboutbg {
    border-radius: 10px;
}

.mahakumbh {
    color: #fff;
    font-weight: 400;
    border: 1px solid #ffffff;
    align-items: center;
    padding: 2px 20px 0pc;
    border-radius: 2px;
    line-height: 26px;
    box-shadow: rgb(255 255 255) 2px 2px 0px;
    background: #703400;
}

.icond {
    margin-right: 10px;
    background: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
}

.image-caption_video {
    position: absolute;
    bottom: 36px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 9px;
    font-size: 15px;
    text-align: center;
    width: 97%;
}

.colopipie {
    color: #fff;
}



.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


ul.document-list {
    overflow-y: scroll;
    height: 343px;
}


h3.social-headings.animated.fadeIn {
    margin-bottom: 35px;
}


.owl-theme .owl-nav {
    margin-top: 6px;
}

.widget-box {
    min-height: 410px;
}

.w-100 {
    width: 100% !important;
    margin-top: 45px;
}


.bdtwo {
    border-bottom: 1px dashed #3d3d3d73;
    padding: 0px 0px 20px;
    font-size: 14px;
    font-family: 'Poppins';
}

.footersnew {
    text-align: center;
    padding: 0px 0px 20px;
    color: #ffffff;
    font-size: 20px;
}


.table > thead {
    vertical-align: bottom;
    background: #ea7617f7;
}

h5.title {
    background: #ea7617f7;
    padding: 10px 10px 7px;
    font-size: 16px;
    color: #ffffff;
    border-left: 4px solid #eb7717;
}

button.btndownload {
    background: #d75b09;
    padding: 5px 10px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
}


li.upmantri {
    background: #fff8f5;
    padding: 10px 16px 4px;
    border: 1px dashed #eb771878;
    margin: 14px 0px;
    list-style: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
}

.accordion-body {
    padding: 1px 0px 0px 15px;
    border: 1px solid #eaeaea;
    border-top: none;
}


    .accordion-body ul li {
        color: #6c6c6c;
        font-size: 14px;
        line-height: 40px;
        font-family: 'Poppins';
    }


        .accordion-body ul li a {
            color: #ef6700;
            font-family: 'Poppins';
        }

.etava_text {
    background: #ea7617f7;
    padding: 3px 5px;
    margin: 0;
    border-top: 2px solid #fff;
    height: 60px;
    align-items: center;
    display: grid;
}



    .etava_text h5 {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        color: #fff;
        font-family: 'Poppins';
    }

.img-100 {
    width: 100%;
}

.imgsize {
    width: 100%;
    height: 360px;
}


.card-image p {
    padding: 10px 8px 9px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    background: #014778;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.etava {
    border: 1px solid #ebebeb;
    padding: 6px;
    margin-bottom: 15px;
}

h6.Directorate-Level-Administration {
    margin: 0;
    padding: 10px 0px 0px;
    font-size: 14px;
}

.colr {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    list-style: none;
}

.brl {
    border-right: 1px solid #ededed;
}


.colr h5 {
    margin: 25px 0px 5px;
    font-size: 15px;
}

.read-btn {
    background-color: #ea7617f7;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #eb7a1e;
    border-radius: 2px;
    transition: 0.3s;
    display: inline-block;
    width: 150px;
}

.fd {
    background: #fff;
    padding: 30px 30px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #f4f4f4;
}

.form-label {
    margin-top: 10px;
    font-size: 15px;
}


.aboutus_heading {
    margin: 28px 0px 8px;
    font-size: 18px;
    font-weight: 500;
    color: #f88921;
    line-height: 34px;
    font-family: 'Poppins';
}




.header-mid::before {
    background: url(../images/icon/header-bg.svg) #fff;
    position: absolute;
    content: "";
    width: 100%;
    /* height: 76px; */
    animation: wave 10s linear -3s infinite;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
}


.red {
    color: red;
}


.field-content a {
    color: #f07e1b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 5px;
    font-size: 14px;
}


.card-image img {
    width: 100%;
    height: 200px !important;
}



.nav-link {
    display: block;
    padding: 5px 5px !important;
}

.e_services_other {
    border: 1px solid rgb(144 141 140 / 18%);
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px !important;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
    display: block;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0;
    border: 1px solid #ffffff4a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.p-gallery {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.ups {
    color: #f36d00;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Poppins';
}

.ghi {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.carousel-caption {
    background: #000000c7;
    border-radius: 4px;
}

    .carousel-caption p {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        font-family: 'Poppins';
        padding: 1px 20px;
    }

.img-fluids {
    width: 100%;
}
















@media only screen and (max-width: 600px) {
    .press-footer button {
        width: 30% !important;
    }

    .logo-text h1 {
        margin: 8px 0px 0px;
        font-size: 16px;
        line-height: 18px;
    }

    .imgsize {
        width: 100%;
        height: 200px;
    }

    .w-100 {
        width: 100% !important;
        margin-top: 2px;
        border-top: 2px solid #e36c12;
    }

    .main-footer-one-area .body.one {
        max-width: 100%;
    }


    .main-footer-one-area {
        display: block;
        align-items: flex-start;
        gap: 50px;
        border-top: 0px solid #222222;
        justify-content: space-between;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #000000;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-family: 'Titillium Web';
    }

    .main-footer-one-area .single-footer-inner .footer-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 13px;
        margin-top: 40px;
    }

    .carousel-caption {
        display: none;
    }

    .thumbnail-area-abouts img {
        border-radius: 0px;
        padding: 1px 4px;
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 4px !important;
    }

    .minister-style-1 .minister-photo img {
        width: 170px;
    }

    .minister-style-3 {
        display: flex;
        padding: 15px;
        background-image: url('/assets/images/bg-card-3.jpg');
    }

        .minister-style-3 .minister-photo, .minister-style-2 .minister-photo {
            width: 100px;
            padding: 0;
        }

        .minister-style-3 .minister-dta, .minister-style-2 .minister-dta {
            /* width: calc(100% - 110px); */
            padding: 0 0 0 10px;
            /* text-align: left !important; */
        }

    .map_background ul.d-flex.list-unstyled {
        flex-wrap: wrap;
    }

    .mis-btn img {
        max-height: 200px;
    }

    .minister-style-3 .minister-photo, .minister-style-2 .minister-photo {
        /* width: 100px !important; */
        padding: 0 !important;
    }

    .minister-style-3 {
        display: flex;
        padding: 15px;
        background-image: url(/assets/images/bg-card-3.jpg) !important;
    }

    .minister-style-1 {
        margin-bottom: 20px !important;
    }


    .header-mid-one-wrapper .header-right .single-component .menu-area .icon {
        display: block;
    }

    .thumbnail-area-abouts {
        padding: 8px 8px 8px 8px !important;
    }


    .mt40 {
        margin-top: 0px !important;
    }
}




.thumbnail-area-abous {
    text-align: center;
}


.thumbnail-area-abouts img {
    border-radius: 0px;
    padding: 0px 0px;
    text-align: center;
}

.thumbnail-area-abouts {
    /* position: relative; */
    text-align: center;
    padding: 0px 30px 0px 0px;
    /* box-shadow: rgba(100, 100, 111, 0.2) -1px 9px 29px 0px; */
    /* background-image: url(https://img.freepik.com/premium-photo/full-frame-shot-white-background_1048944-19680964.jpg?semt=ais_hybrid&w=740); */
}

.carousel {
    margin-top: 5px;
}














.minister-style-1 {
    background-color: white;
    background-image: url('/assets/images/bg-card-5a.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    padding: 19px;
}

    .minister-style-1 .minister-photo {
        padding: 15px 15px 0 15px;
    }

        .minister-style-1 .minister-photo img {
            border-radius: 10px;
            width: auto;
            display: block;
            margin: auto;
            max-height: 290px;
            object-fit: cover;
            object-position: top;
        }

    .minister-style-1 .minister-dta {
        text-align: center;
        padding: 15px;
    }

        .minister-style-1 .minister-dta .minister-name {
            font-size: 23px;
            margin-bottom: 0px;
            color: #eb7a1e;
            font-weight: 500;
        }

        .minister-style-1 .minister-dta .minister-post {
            font-size: 16px;
            color: #3a3939;
        }

.minister-style-2 {
    background-color: white;
    padding: 23px;
    background-image: url('/assets/images/bg-card-3.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    border: 1px solid #ef7d1b36;
    align-items: anchor-center;
    text-align: center;
}

    .minister-style-2 .minister-photo {
        width: 100%;
    }

        .minister-style-2 .minister-photo img {
            border-radius: 10px;
            width: 180px;
            margin-bottom: 16px;
            border: 1px solid #cfcac53b;
            padding: 4px;
        }

    .minister-style-2 .minister-dta {
        padding-left: 10px;
    }

        .minister-style-2 .minister-dta .minister-name {
            font-size: 22px;
            margin-bottom: 5px;
            color: #eb7a1e;
            font-weight: 500;
        }

        .minister-style-2 .minister-dta .minister-post {
            font-size: 16px;
            color: #3a3939;
            line-height: 26px;
        }

/* minister-style-3 */

.minister-style-3 {
    background-color: white;
    background-image: url(/assets/images/bg-card-5.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    border: 1px solid #ef7d1b36;
}

    .minister-style-3 .minister-photo {
        padding: 15px 15px 0 15px;
    }

        .minister-style-3 .minister-photo img {
            border-radius: 10px;
            width: 110px;
            display: block;
            margin: auto;
        }

    .minister-style-3 .minister-dta {
        text-align: center;
        padding: 15px;
    }

        .minister-style-3 .minister-dta .minister-name {
            font-size: 22px;
            margin-bottom: 5px;
            color: #eb7a1e;
            font-weight: 500;
        }

        .minister-style-3 .minister-dta .minister-post {
            font-size: 18px;
            color: #3a3939;
        }


.d-block {
    display: block !important;
    width: 100%;
}

.mt40 {
    margin-top: 40px;
}











/*-------------------------------------sitemap----------------------*/
ul.sitemap-line-main {
    border-left: 2px dashed #a1a1a1;
    margin-left: 0;
    list-style: none;
    padding: 0px;
}

    ul.sitemap-line-main li:hover {
        padding: 4px 15px 4px 20px;
        transition: .5s;
        color: #f50404;
    }

    ul.sitemap-line-main li {
        border: 1px solid #33333338;
        border-radius: 4px;
        margin: 4px 20px;
        padding: 4px 15px;
        max-width: 300px;
        color: #000;
        font-size: 16px;
        position: relative;
        background: #fff;
        margin-left: 23px;
        transition: .5s;
    }

        ul.sitemap-line-main li:before {
            position: absolute;
            content: '';
            background-image: url('../img/arrow_sitemap.png');
            width: 21px;
            height: 17px;
            left: -24px;
            top: 10px;
            background-size: 100%;
            opacity: .9;
        }

ul.oursubbb {
    margin-left: 120px;
    border-left: 2px dashed #a1a1a1;
    margin-top: 10px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0px;
}

.sitemap-st .title-section {
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 30px; /* color: #ef0707; */
}

.sitemap-st {
    background: #ffd3d38f;
    padding: 50px;
    border-radius: 0px;
    border: 0px solid #ebebeb;
}

.title-section {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    font-family: var(--title-font);
    /*margin: -0.07em 0 23px 0;*/
    color: var(--secondary-color);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    ul.oursubbb {
        margin-left: 30px;
        border-left: 2px dashed #a1a1a1;
    }

    .twitter {
        background-color: #22bbf4 !important;
        padding: 10px 10px 10px 10px !important;
        border-radius: 15px;
        margin-bottom: 6px !important;
    }

    .facebook {
        margin-bottom: 20px !important;
    }

    _2p3a {
        width: 326px !important;
    }

    .ups {
        color: #f36d00;
        font-size: 22px !important;
    }
}
/*-------------------------------------end--------------------------*/


.title-section {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    padding-bottom: 15px;
}

.span_text {
    font-weight: 600;
    color: #ff681a;
}

.time {
    color: #fff;
    padding: 0px 6px;
    text-decoration: none;
    font-size: 15px;
}


.facebook {
    background-color: #3a579d !important;
    padding: 10px 10px 20px 10px;
    border-radius: 15px;
    text-align: center;
    border: 8px solid #3a579d;
}


h3.e_services_title.bg2.animated.fadeIn {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Archivo';
    margin: 0 !important;
}



.twitter {
    background-color: #22bbf4 !important;
    padding: 10px 10px 20px 10px;
    border-radius: 15px;
}


.youtube {
    background: linear-gradient(346deg, rgb(238 0 0) 0%, rgb(255 0 51) 50%) !important;
    padding: 10px 10px 20px 10px;
    border-radius: 15px;
}


.eapps-twitter-feed {
    display: block;
    width: 100%;
    height: 430px !important;
}







@media only screen and (max-width: 1500px) {

    .twitter {
        background-color: #22bbf4 !important;
        padding: 10px 10px 96px 10px;
        border-radius: 15px;
    }
    .nav-area ul li a {
        font-size: 11px !important;
    }
}
