@charset "UTF-8";
@charset "UTF-8";

/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top



==============================================  */
/* Default  */
/* @import url("../../../css2");
@import url("../../../css2-1"); */
:root {
    --color-primary: #223c73;
    --color-secondary: #1f1f25;
    --color-body: #6b6b6b;
    --color-heading-1: #ffffff;
    --color-title: #141416;
    --color-heading-dark: #141416;
    --bg-dark-1: #1e1e20;
    --color-white: #fff;
    --color-border: #ddd8f9;
    --border-width: 1px;
    --radius: 10px;
    --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: "Gantari", serif;
    --font-secondary: "Inter", serif;
    --font-3: "fontawesome";
    --font-size-b1: 15px;
    --font-size-b2: 15px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 60px;
    --h2: 48px;
    --h3: 30px;
    --h4: 26px;
    --h5: 24px;
    --h6: 18px;
}

* {
    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: "Inter", serif; */
    font-family: var(--bs-font-sans-serif);
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    overflow-x: hidden;
    margin: 0;
    background: #efebe7;
}

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

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

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

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

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

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

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

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

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

    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 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: var(--color-body);
    margin: 0 0 40px;
}

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

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

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

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

var {
    font-family: "Gantari", 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: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

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

ul li a:hover {
    /* color: var(--color-primary); */
    color: #fbba00 !important;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 32px;
        line-height: 1.4;
    }
}

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

@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
==========================*/
.mb_dec--25 {
    margin-bottom: -25px;
}

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

.m--0 {
    margin: 0;
}

.rts-section-gap {
    /* padding: 120px 0; */
    padding: 60px 0;
}

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

.rts-section-gapBottom {
    padding-bottom: 120px;
}

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

.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: 100px 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: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 100px 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

.pb_xl--130 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .pb_xl--130 {
        padding-bottom: 110px;
    }
}

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

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.g-40 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

* {
    -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: var(--color-primary); */
    /* color: #fbba00; */
    color: white;
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

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

b,
strong {
    font-weight: bold;
}

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

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

kbd,
ins {
    color: #ffffff;
}

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

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

dd {
    margin: 0 15px 15px;
}

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

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

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

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

ol ul {
    margin-bottom: 0;
}

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

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

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

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

button,
input {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

del {
    color: #333;
}

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

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

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

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

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

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

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

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

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

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

blockquote blockquote {
    margin-right: 0;
}

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

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

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

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

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

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    font-size: var(--font-size-b2);
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    /* -- Placeholder -- */
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
}

input[type="text"].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: 1;
    position: relative;
    height: auto !important;
    max-width: 18px;
    width: max-content;
}

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 Image
=============================*/
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*===================
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;
}

/*!
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 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 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;
}

@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;
    transition: 0.2s;
}

@-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 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 scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-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.6, 0.6, 0.6);
        transform: scale3d(0.6, 0.6, 0.6);
    }

    50% {
        opacity: 1;
    }
}

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

/* header  */
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .banner-swiper-area-one {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-swiper-area-one {
        margin-right: 50px;
        margin-left: 50px;
    }
}

.heder-one {
    /*max-width: 1820px;*/
    /*margin: auto;*/

    /*margin-top: 50px;*/
    /*border-radius: 10px;*/
    /*margin-bottom: 19px;*/
        max-width: 1820px;
    margin:
auto;
    /* background:
#1e1e20; */
    background:
#162961;
    margin-top: 50px;
    border-radius:
10px;
    margin-bottom: 19px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .heder-one {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-one {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .heder-one {
        margin-top: 20px;
    }
}

.heder-one .logo-area {
    flex-basis: 13%;
}

@media only screen and (max-width: 1199px) {
    .heder-one .logo-area {
        flex-basis: auto;
    }
}

.heder-one .header-two-container {
    margin: auto;
    position: relative;
    padding-left: 50px;
}

@media screen and (max-width: 1919px) {
    .heder-one .header-two-container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .heder-one .header-two-container {
        padding-left: 0;
    }
}

.heder-one .header-two-container .header-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1300px) {
    .heder-one .header-two-container .header-main-wrapper {
        padding: 22px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .heder-one .header-two-container .header-main-wrapper {
        padding: 6px 0;
    }
}

.heder-one .header-two-container .header-main-wrapper .logo-area a {
    padding: 20px 35px 20px 0;
    display: block;
}

@media screen and (max-width: 1420px) {
    .heder-one .header-two-container .header-main-wrapper .logo-area a {
        padding: 0;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1250px) {
    .heder-one .header-two-container .header-main-wrapper .logo-area a {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .heder-one .header-two-container .header-main-wrapper .logo-area a {
        margin-left: 30px;
    }
}

@media (max-width: 400px) {
    .heder-one .header-two-container .header-main-wrapper .logo-area a {
        max-width: 180px;
    }
}

.heder-one .header-two-container .header-main-wrapper .rts-header-right {
    /* border-left: 1px solid #2c2c31; */
    border-left: 1px solid #c7b4ae;
    position: relative;
    flex-basis: 87%;
}

@media screen and (max-width: 1300px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right {
        margin: auto;
        border: none;
    }
}

@media screen and (max-width: 1200px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right {
        border-left: 0px solid #2c2c31 !important;
        border-right: 0px solid #2c2c31 !important;
    }
}

@media screen and (max-width: 1024px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right {
        margin: unset;
        border: none;
    }
}

.heder-one
    .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 #2c2c31;
    height: 55px;
    width: 55px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .menu-area {
        right: 0;
    }
}

.heder-one .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 #2c2c31; */
    border-bottom: 1px solid #c7b4ae;
    /* border-left: 1px solid #c7b4ae; */
}

@media screen and (max-width: 1820px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .top {
        gap: inherit;
    }
}

@media screen and (max-width: 1300px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .top {
        display: none;
    }
}

.heder-one
    .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-one
    .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-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .start-top
    .icon {
    margin-right: 10px;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .start-top
    .icon
    i {
    color: var(--color-primary);
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top {
    display: flex;
    align-items: center;
    gap: 50px;
    /* border-left: 1px solid #2c2c31; */
    border-left: 1px solid #c7b4ae;
    padding-left: 50px;
    padding: 18px 0;
    padding-right: 110px;
    padding-left: 30px;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info:first-child::after {
    position: absolute;
    content: "";
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info
    p,
.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info
    a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info
    i {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom {
        justify-content: flex-end;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area {
    padding: 0 30px;
}

@media (max-width: 1024px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area {
        display: none;
    }
}

@media (max-width: 1250px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area {
        padding: 0 0px 0 17px;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li {
    margin-left: 0;
    margin-right: 35px;
    margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area
        ul
        li {
        margin-right: 45px;
    }
}

@media (max-width: 1230px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area
        ul
        li {
        margin-right: 35px;
    }
}

@media (max-width: 1200px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area
        ul
        li {
        margin-right: 35px;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li
    a {
    padding: 0;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    .has-droupdown:hover
    .nav-link {
    color: var(--color-primary);
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    .has-droupdown:hover
    .nav-link::before {
    color: var(--color-primary);
}

.heder-one
    .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-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    .has-droupdown
    .nav-link::before {
    transition: all 0.4s;
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li
    a {
    display: block;
    transition: 0.3s;
    font-weight: 600;
}

.heder-one
    .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-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .nav-area
        ul
        li
        a {
        font-size: 14px;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li
    a:hover {
    color: var(--color-primary);
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area {
        padding-right: 0;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .rts-btn.btn-header {
    border-radius: 0 0 10px 0;
}

@media screen and (max-width: 1300px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .rts-btn.btn-header {
        border-radius: 10px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .rts-btn.btn-header {
        padding: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .rts-btn.btn-header {
        display: none;
    }
}

.heder-one
    .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-one
    .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-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .rts-btn.btn-seconday {
        display: none;
    }
}

.heder-one
    .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-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    display: flex;
    align-items: center;
    padding-right: 34px;
    border-right: 1px solid #2c2c31;
    margin-right: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 30px;
    border-left: 1px solid #2c2c31;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .icon-area {
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .icon-area {
        border: none;
    }
}

@media (max-width: 1200px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .icon-area {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .icon-area {
        padding-right: 0;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area
    i {
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 22px;
}

@media (max-width: 576px) {
    .heder-one
        .header-two-container
        .header-main-wrapper
        .rts-header-right
        .bottom
        .right-area
        .icon-area
        .cart {
        display: none;
    }
}

.heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area
    .cart
    i {
    position: relative;
}

.heder-one
    .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-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area
    .search {
    margin-right: 0;
    color: #0c0a0a;
}

.rts-mega-menu .mega-menu-item {
    gap: 7px;
}

.heder-one.header--sticky {
    display: none;
    position: fixed;
    top: 0px;
}

.heder-one.header--sticky.sticky {
    display: block;
}

.header--sticky.sticky {
    position: fixed !important;
    top: 0px;
    width: 100%;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
    z-index: 999;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
}

.header-top {
    background: #1e1e20;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-wrapper .left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-top-wrapper .left * {
    color: #fff;
}

.header-top-wrapper .left .call {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.header-top-wrapper .social-header * {
    color: #fff;
}

.header-top-wrapper .social-header ul {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.header-top-wrapper .social-header ul li {
    margin: 0;
}

.header-top-wrapper .social-header ul li a {
    padding: 13px 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .header-two .header-top {
        display: none;
    }
}

.header-two-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
}

@media only screen and (max-width: 1199px) {
    .header-two-wrapper {
        padding: 15px 0;
    }
}

.header-two-wrapper .header-end {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-two-wrapper .header-end .nav-btn {
    height: 50px;
    width: 50px;
    border: 1px solid #141416;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.header-two-main-wrapper {
    background: #fff;
    position: relative;
}

.header-two-main-wrapper .nav-area ul li.main-nav {
    padding: 31px 0;
}

.header-two-main-wrapper .has-dropdown::after {
    color: #141416;
}

.header-two-main-wrapper .has-dropdown.mega-menu > a::after {
    color: #141416;
}

.header-two-main-wrapper .rts-btn.btn-primary {
    padding: 13px 28px;
}

@media only screen and (max-width: 479px) {
    .header-two-main-wrapper .rts-btn.btn-primary {
        display: none;
    }
}

header.header-two .main-nav > a {
    color: #0c0a0a !important;
    font-weight: 600;
}

header.header-three {
    position: absolute;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(50px);
    padding-right: 95px;
}

@media only screen and (max-width: 767px) {
    header.header-three {
        padding-right: 15px;
    }
}

header.header-three .logo-area {
    width: 346px;
    background: #fff;
    padding: 46px 50px;
    border-radius: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    header.header-three .logo-area {
        width: 175px;
        padding: 23px;
        border-radius: 0 0 30px 0;
    }
}

header.header-three .nav-area {
    padding: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.13);
    padding: 0 20px;
    border-radius: 5px;
}

header.header-three .nav-area ul .main-nav {
    padding: 12px 5px;
}

header.header-three .rts-mega-menu {
    width: 65%;
    left: 50%;
    transform: scaleY(0) translateX(-50%);
    top: 68%;
}

header.header-three .has-dropdown.mega-menu:hover .rts-mega-menu {
    transform: scaleY(1) translateX(-50%);
    top: 68%;
}

header.header-three .header-end {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    header.header-three .header-end {
        gap: 10px;
    }
}

header.header-three .header-end .rts-btn {
    height: 50px;
}

@media only screen and (max-width: 767px) {
    header.header-three .header-end .rts-btn {
        display: none;
    }
}

header.header-three .header-end .button-wrapper .action-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    header.header-three .header-end .button-wrapper .action-btn {
        gap: 10px;
    }
}

header.header-three .header-end .button-wrapper .action-btn > div {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px);
    border-radius: 5px;
    cursor: pointer;
}

header.header-three .header-end .button-wrapper .action-btn > div i {
    color: #fff;
}

.header-three.sticky {
    background: rgba(0, 0, 0, 0.568627451);
}

.header-four {
    background: #151517;
}

.header-four .header-top {
    background: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .header-four .header-top {
        display: none;
    }
}

.header-four .header-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .header-four .header-bottom {
        padding: 15px 0;
    }
}

.header-four .header-bottom .header-end {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-four .header-bottom .header-end .rts-btn {
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .header-four .header-bottom .header-end .rts-btn {
        display: none;
    }
}

.header-four .header-bottom .button-wrapper .action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-four .header-bottom .button-wrapper .action-btn > div {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}

.header-four .header-bottom .button-wrapper .action-btn > div i {
    color: #fff;
}

.header-four .nav-area ul li.main-nav {
    padding: 52px 0;
    cursor: pointer;
}

.header-five .header-top-area .header-top-wrapper-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-five .header-top-area .header-top-wrapper-5 .right-area-info {
    display: flex;
    align-items: center;
    gap: 80px;
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info
    .logo {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-radius: 5px;
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info
    .logo
    i {
    color: #fff;
    font-size: 18px;
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info
    .info
    .title {
    margin: 0;
    font-size: 18px;
    color: #141416;
    margin-bottom: 5px;
    transition: 0.3s;
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info
    .info
    .title:hover {
    color: var(--color-primary);
}

.header-five
    .header-top-area
    .header-top-wrapper-5
    .right-area-info
    .single-contact-info
    .info
    span.pre {
    color: #7c7c84;
    font-size: 12px;
    text-transform: uppercase;
}

.header-five .header-bottom {
    background: #141416;
}

.header-five .header-bottom .rts-btn {
    padding: 21px 60px;
    border-radius: 0;
}

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

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

@media only screen and (max-width: 1199px) {
    .header-bottom-five-wrapper {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-four .nav-area ul {
        gap: 35px !important;
    }
}

header.heder-one .nav-btn {
    height: 64px;
    width: 64px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}

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

@media only screen and (max-width: 575px) {
    header.heder-one .nav-btn {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    header.heder-one .nav-btn {
        height: 50px;
        width: 50px;
    }
}

header.heder-one .nav-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(17%)
        hue-rotate(189deg) brightness(104%) contrast(100%);
}

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

header.header-four.sticky .nav-area ul li.main-nav {
    padding: 25px 0;
    cursor: pointer;
}

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

header.header-three.sticky .logo-area {
    padding: 20px 50px;
}

header.header-three.sticky .has-dropdown.mega-menu:hover .rts-mega-menu {
    transform: scaleY(1) translateX(-50%);
    top: 81%;
}

.header-three .nav-area .has-demo-down > a::after {
    position: absolute;
    content: "\f078";
    right: -22px;
    top: 51%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
}

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

.nav-area ul {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-area ul {
        gap: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-area ul {
        gap: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .nav-area ul {
        gap: 5px;
    }
}

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

.nav-area ul li a {
    color: #111032;
    font-weight: 600 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-three .nav-area ul {
        gap: 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    header.header-five .header-top-area {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-five .nav-area ul {
        gap: 25px !important;
    }
}

.header-bottom-five-wrapper .logo-hide-show {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-five-wrapper .logo-hide-show {
        display: block;
    }
}

.has-dropdown.mega-menu > a {
    position: relative;
}

.has-dropdown::after {
    position: absolute;
    content: "\f078";
    right: -22px;
    top: 51%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
}

.has-dropdown.mega-menu > a::after {
    position: absolute;
    content: "\f078";
    right: -22px;
    top: 53%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
}

.nav-area ul li.main-nav {
    padding: 21px 0;
    cursor: pointer;
}

header .main-nav > a {
    color: #fff !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-two .nav-area ul {
        gap: 40px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-five .nav-area ul {
        gap: 40px !important;
    }
}

.submenu:hover li a {
    opacity: 0.6;
}

li.has-dropdown {
    position: relative;
}

li.has-dropdown .submenu {
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    padding: 15px 10px;
    transform-origin: 0 0;
    transform: scaleY(0);
}

li.has-dropdown .submenu li {
    margin-right: 0;
    padding: 0;
}

li.has-dropdown .submenu li a {
    padding: 6px 16px !important;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 4px;
    display: block;
    padding: 12px 45px 12px 15px;
    border-radius: 5px;
    background: #ffffff;
    transition: all 0.3s;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

li.has-dropdown .submenu li a:hover {
    opacity: 1;
    background: #f2f2f8;
    opacity: 1;
    color: var(--color-primary) !important;
}

li.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
    transform: scaleY(1);
}

li.has-dropdown:hover::after {
    content: "\f077";
}

.has-dropdown.mega-menu::after {
    display: none;
}

.rts-btn.btn-primary.border.bg-transparent {
    color: var(--color-primary);
    border: 1px solid var(--color-primary) !important;
}

.rts-btn.btn-primary.border.bg-transparent img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(55%) saturate(5974%)
        hue-rotate(228deg) brightness(98%) contrast(103%);
}

.rts-btn.btn-primary.border.bg-transparent:hover {
    background: var(--color-primary) !important;
    color: #fff;
}

.rts-btn.btn-primary.border.bg-transparent:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7500%)
        hue-rotate(241deg) brightness(114%) contrast(108%);
}

header .nav-area ul li.main-nav:hover > a {
    transition: 0.3s;
    /* color: var(--color-primary) !important; */
    color: #ffffff !important;
}

header .nav-area ul li.main-nav:hover::after {
    color: var(--color-primary) !important;
}

.rts-mega-menu {
    position: absolute;
    width: 100%;
    height: auto;
    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 5px 5px !important;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
    transform-origin: 0 0 0;
    padding: 30px 30px;
}

.rts-mega-menu.with-add {
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.rts-mega-menu.with-add .menu-add-top-area {
    padding: 30px 0 25px 0;
    border-bottom: 1px solid #e1e1ff;
    margin-left: 50px;
}

.rts-mega-menu.with-add .menu-add-top-area .title {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--color-primary);
}

.rts-mega-menu.with-add .menu-right-add {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    max-width: max-content;
    margin-left: auto;
    position: relative;
    border-radius: 0 0 7px 0;
    overflow: hidden;
}

.rts-mega-menu.with-add .menu-right-add .absolute-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content {
    position: absolute;
    left: 23px;
    bottom: 23px;
}

.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .title {
    color: #fff;
    font-size: 24px;
}

.rts-mega-menu.with-add
    .menu-right-add
    .absolute-image
    .inner-content
    .rts-btn {
    background: #fff;
    color: var(--color-primary);
}

.rts-mega-menu.with-add .mega-menu-item li a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.rts-mega-menu.with-add .mega-menu-item li a img {
    max-width: 30px;
    height: auto;
    padding: 0;
    background: transparent;
    transition: 0.3s;
    margin-right: 5px;
}

.rts-mega-menu.with-add .mega-menu-item li a:hover img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%)
        hue-rotate(288deg) brightness(103%) contrast(100%);
}

.rts-mega-menu.with-add .mega-menu-item li a.active img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%)
        hue-rotate(288deg) brightness(103%) contrast(100%);
}

.mega-menu-item {
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start !important;
}

.mega-menu-item li {
    margin-bottom: 19px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.mega-menu-item li:hover a {
    border: 1px solid #e6e5ff;
    border-radius: 4px;
}

.mega-menu-item li a {
    display: flex !important;
    align-items: center;
    padding: 6px 12px !important;
    border: 1px solid transparent;
    width: 100%;
}

.mega-menu-item li a img {
    margin-right: 16px;
    padding: 10px;
    max-width: max-content;
    background: #f0f0ff;
    border-radius: 4px;
}

.mega-menu-item li a .info p {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #083a5e;
}

.mega-menu-item li a .info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #497696;
}

.has-dropdown.mega-menu {
    position: static !important;
}

.has-dropdown.mega-menu:hover .rts-mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
}

.container-full-header .rts-mega-menu {
    transform: translateX(-50%) scaleY(0);
    left: 50%;
    max-width: 80%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .container-full-header .rts-mega-menu {
        max-width: 90%;
    }
}

.container-full-header .has-dropdown.mega-menu:hover .rts-mega-menu {
    transform: translateX(-50%) scaleY(1);
}

.has-dropdown.mega-menu:hover > a::after {
    content: "\f077";
    color: var(--color-primary);
}

.appoinment-area-main.contact-page {
    border-radius: 10px;
    background: #f9f8ff;
    border: 1px solid #ddd8f9;
    background-image: none;
}

.appoinment-area-main.contact-page input,
.appoinment-area-main.contact-page textarea,
.appoinment-area-main.contact-page .custom-select {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.appoinment-area-main.contact-page input span,
.appoinment-area-main.contact-page textarea span,
.appoinment-area-main.contact-page .custom-select span {
    color: var(--color-primary) !important;
}

.appoinment-area-main.contact-page .rts-btn {
    background: var(--color-primary);
    color: #fff;
}

header.header-three .rts-mega-menu.service-mega-menu-style {
    width: 75%;
}

.rts-mega-menu.service-mega-menu-style {
    padding: 30px 30px 0 30px;
    z-index: 1000;
}

.rts-mega-menu.service-mega-menu-style li {
    margin-bottom: 20px;
}

.rts-mega-menu.service-mega-menu-style li a {
    border: none;
    width: 100%;
    padding: 18px 25px !important;
    border-radius: 5px;
    background: #f9f9f9;
    display: block;
    transition: 0.3s;
}

.rts-mega-menu.service-mega-menu-style li a.free-consultation {
    background: var(--color-primary);
}

.rts-mega-menu.service-mega-menu-style li a.free-consultation .title {
    color: #fff !important;
}

.rts-mega-menu.service-mega-menu-style li a.free-consultation p.details {
    color: #fff !important;
}

.rts-mega-menu.service-mega-menu-style li a.free-consultation:hover {
    background: var(--color-primary);
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu {
    display: flex;
    align-items: flex-start;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img {
    background: none;
    padding: 0;
    max-width: 40px;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(39%) sepia(62%) saturate(3233%)
        hue-rotate(349deg) brightness(98%) contrast(99%);
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu .title {
    color: var(--color-title);
    margin-bottom: 11px;
    line-height: 17px;
}

.rts-mega-menu.service-mega-menu-style li a .single-service-menu p.details {
    max-width: 100%;
    font-size: 14px;
    color: var(--color-body);
}

.rts-mega-menu.service-mega-menu-style li:hover a {
    border: none;
    background: #fff3f3;
}

.rts-mega-menu.service-mega-menu-style .menu-thumb {
    height: auto;
}

.rts-mega-menu.service-mega-menu-style .menu-thumb img {
    height: auto;
    object-fit: cover;
}

header .menu-item-open > a {
    /* color: var(--color-primary) !important; */
    color: #fff !important;
}

header .menu-item-open > a::after {
    content: "\f077" !important;
    /* color: var(--color-primary) !important; */
    color: #fff !important;
}

header .menu-item-open.project-a-after > a::after {
    display: none;
}

.menu-item-open::after {
    color: var(--color-primary) !important;
}

.mega-menu-item.with-list {
    gap: 0;
}

.mega-menu-item.with-list li a {
    border: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f3f3f3 !important;
    padding: 12px 12px !important;
    transition: 0.3s;
}

.mega-menu-item.with-list li a i {
    font-size: 12px;
}

.mega-menu-item.with-list li a.active {
    color: var(--color-primary);
    border: none !important;
    gap: 12px;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--color-primary) !important;
}

.mega-menu-item.with-list li:hover a {
    border: none !important;
    gap: 12px;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--color-primary) !important;
}

.sub-dropdown.down {
    position: relative !important;
    display: block !important;
}

.sub-dropdown.down::after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f054";
    font-family: var(--font-3);
}

.sub-dropdown.down .submenu.third-lvl.base {
    opacity: 0 !important;
    visibility: hidden;
    min-width: 225px !important;
    left: 100% !important;
    top: -25px !important;
    margin: 0;
    border-radius: 0 !important;
    border-radius: 10px !important;
    transition: 0.3s;
    display: block !important;
}

.sub-dropdown.down:hover::after {
    color: var(--color-primary);
}

.sub-dropdown.down:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    top: 0 !important;
    right: 0 !important;
    visibility: visible;
    margin-left: 0 !important;
    min-width: 225px !important;
}

li.has-dropdown .submenu li a.active {
    color: var(--color-primary);
    background: #f2f2f8;
}

.rts-mega-menu.service-mega-menu-style li a.active {
    background: #fff3f3;
}

.rts-mega-menu.service-mega-menu-style li a.active.free-consultation {
    background: var(--color-primary);
}

header.header-two .menu-item-open > a {
    color: var(--color-primary) !important;
}

.header-four .nav-area .has-demo-down > a::after {
    color: #ffffff;
}

.heder-one .nav-area .has-demo-down > a::after {
    color: #ffffff;
}

.nav-area .has-demo-down {
    position: unset;
}

.nav-area .has-demo-down::after {
    display: none;
}

.nav-area .has-demo-down .submenu.menu-home {
    flex-wrap: wrap;
    min-width: 1413px !important;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    padding: 25px;
    border-radius: 0;
    left: 50%;
    top: 83%;
    transform: translateX(-50%) scaleY(0);
    justify-content: flex-start;
    display: flex;
    gap: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-area .has-demo-down .submenu.menu-home {
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-area .has-demo-down .submenu.menu-home {
        min-width: 100% !important;
    }
}

.nav-area .has-demo-down .submenu.menu-home li {
    width: 19.4% !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-right: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-area .has-demo-down .submenu.menu-home li {
        margin-right: 0 !important;
        min-width: 19% !important;
    }
}

.nav-area .has-demo-down .submenu.menu-home li::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.829) 0%,
        rgba(0, 0, 0, 0.418) 35%,
        rgba(0, 212, 255, 0) 100%
    );
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    bottom: -100%;
}

.nav-area .has-demo-down .submenu.menu-home li .page {
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%) scale(0);
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.nav-area .has-demo-down .submenu.menu-home li .page li {
    width: 100% !important;
    padding: 0;
}

.nav-area .has-demo-down .submenu.menu-home li .page li::after {
    display: none;
}

.nav-area .has-demo-down .submenu.menu-home li .page li .rts-btn {
    margin: 0 auto 10px auto;
    padding: 5px 15px !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.nav-area .has-demo-down .submenu.menu-home li a span {
    transition: 0.3s;
}

.nav-area .has-demo-down .submenu.menu-home li:hover .page {
    opacity: 1;
    transform: translate(50%, 50%) scale(1);
}

.nav-area .has-demo-down .submenu.menu-home li:hover::after {
    opacity: 0;
    bottom: 0;
}

.nav-area .has-demo-down .submenu.menu-home li:hover a span {
    color: var(--color-primary);
    letter-spacing: 0.7px;
}

.nav-area .has-demo-down .submenu.menu-home:hover li a {
    opacity: 1;
}

.nav-area .has-demo-down:hover .submenu.menu-home {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateX(-50%) scaleY(1) !important;
}

.nav-area .has-demo-down > a {
    position: relative;
}

.nav-area .has-demo-down > a::after {
    position: absolute;
    content: "\f078";
    right: -22px;
    top: 51%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #111032;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
}

.nav-area .has-demo-down:hover > a::after {
    color: var(--color-primary);
    content: "\f077";
}

.nav-area .has-demo-down:hover::after {
    display: none;
}

li.coming-soon a img {
    pointer-events: none;
    cursor: none;
}

li.has-dropdown .submenu.menu-home li a {
    padding: 6px 5px !important;
}

.header-five .nav-area .has-demo-down > a::after {
    color: #ffffff;
}

.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;
    color: var(--color-title);
}

.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: -31px;
    margin-top: -51px;
    position: absolute;
    display: flex;
    min-height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--color-primary);
}

.side-bar button i {
    color: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.header-five .nav-btn {
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-five .nav-btn {
        display: flex;
    }
}

.header-five .nav-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(0%)
        hue-rotate(345deg) brightness(106%) contrast(106%);
}

.header-four .nav-btn {
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-four .nav-btn {
        display: flex;
    }
}

.header-four .nav-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(0%)
        hue-rotate(345deg) brightness(106%) contrast(106%);
}

.header-three .nav-btn {
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-three .nav-btn {
        display: flex;
    }
}

.header-three .nav-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(0%)
        hue-rotate(345deg) brightness(106%) contrast(106%);
}

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

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

.mobile-menu .social-wrapper-one {
    margin-top: 50px;
}

@media screen and (max-width: 1199px) {
    .side-bar.header-two .inner-main-wrapper-desk,
    .side-bar.header-three .inner-main-wrapper-desk {
        display: none;
    }
}

@media screen and (min-width: 1199px) {
    .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;
}

.side-bar .social-wrapper-one ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.side-bar .social-wrapper-one li {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.side-bar .social-wrapper-one li a {
    width: 40px;
    height: 40px;
    display: block;
    background: #171717;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.side-bar .social-wrapper-one li a i {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

.side-bar .social-wrapper-one li a:hover {
    background: var(--color-primary);
}

.mobile-menu nav ul li a {
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #f1f1f1;
}

/* elements  */
/* .bg_banner-one {
  background-image: url(../images/banner/01.webp);
  height: 820px;
  max-width: 1820px;
  margin: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .bg_banner-one {
    height: auto;
  }
}
.bg_banner-one.two {
  background-image: url(../images/banner/12.webp);
}
.bg_banner-one.three {
  background-image: url(../images/banner/13.webp);
} */

.bg_banner-one {
    background-image: url(../images/banners/banner-slider-1.webp);
    /* height: 820px; */
        height: 718px;
    max-width: 1820px;
    margin: auto;
    border-radius: 10px;

}

@media only screen and (max-width: 767px) {
    .bg_banner-one {
        height: auto;
    }
}

.bg_banner-one.two {
    background-image: url(../images/banners/banner-slider-2.webp);
}

.bg_banner-one.three {
    background-image: url(../images/banners/banner-slider-3.webp);
}

.banner-area-one-start {
    display: flex;
    align-items: center;
}

.banner-inner-content-one {
    max-width: 60%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-inner-content-one {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner-content-one {
        max-width: 100%;
    }
}

.banner-inner-content-one .title {
    font-size: 72px;
    margin-bottom: 25px;
    margin-top: 16px;
    line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-inner-content-one .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner-content-one .title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-inner-content-one .title {
        font-size: 32px;
    }
}

.banner-inner-content-one span.pre {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.banner-inner-content-one p.disc {
    color: #fff;
    max-width: 90%;
}

@media only screen and (max-width: 479px) {
    .banner-inner-content-one p.disc {
        max-width: 100%;
    }
}

.bg_banner-bg-area {
    background-image: url(../images/banner/02.webp);
    height: 737px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .bg_banner-bg-area {
        height: 500px;
    }
}

.banner-two-inner span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.banner-two-inner .title {
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .banner-two-inner .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-two-inner .title {
        font-size: 28px;
    }

    .banner-two-inner .title br {
        display: none;
    }
}

.banner-two-inner p.disc {
    max-width: 54%;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .banner-two-inner p.disc {
        max-width: 100%;
    }
}

.banner-two-swiper-main-wrapper {
    position: relative;
    z-index: 1;
}

.banner-two-swiper-main-wrapper .shape-image {
    position: absolute;
    bottom: 0;
    right: 120px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-two-swiper-main-wrapper .shape-image {
        right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .banner-two-swiper-main-wrapper .shape-image {
        right: 0;
        max-width: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-two-swiper-main-wrapper .shape-image {
        display: none;
    }
}

.banner-two-swiper-main-wrapper .swiper-pagination {
    position: absolute;
    right: 22.5%;
    left: auto;
    top: auto;
    bottom: 40px;
    max-width: max-content;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .banner-two-swiper-main-wrapper .swiper-pagination {
        display: none;
    }
}

.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #7e7b78;
}

@media only screen and (max-width: 1199px) {
    .banner-two-swiper-main-wrapper
        .swiper-pagination
        .swiper-pagination-bullet {
        opacity: 1;
    }
}

.banner-two-swiper-main-wrapper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.banner-two-swiper-main-wrapper .swiper-slide span {
    display: block;
    opacity: 0;
    transition-delay: 0.2s;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-two-swiper-main-wrapper .swiper-slide .title {
    transition-delay: 0.4s;
    opacity: 0;
}

.banner-two-swiper-main-wrapper .swiper-slide p.disc {
    transition-delay: 0.6s;
    opacity: 0;
}

.banner-two-swiper-main-wrapper .swiper-slide .button-wrapper {
    transition-delay: 0.8s;
    opacity: 0;
}

.banner-two-swiper-main-wrapper .swiper-slide-active span {
    display: block;
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.2s;
    opacity: 1;
}

.banner-two-swiper-main-wrapper .swiper-slide-active .title {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.4s;
    opacity: 1;
}

.banner-two-swiper-main-wrapper .swiper-slide-active p.disc {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.6s;
    opacity: 1;
}

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

.banner-area-start.bg_banner-bg-area.two {
    background-image: url(../images/banner/13.webp);
}

.banner-area-start.bg_banner-bg-area.three {
    background-image: url(../images/banner/12.webp);
}

.banner-swiper-area-one .mySwiper-banner-one .swiper-slide span.pre {
    display: block;
    opacity: 0;
    transition-delay: 0.5s;
}

.banner-swiper-area-one .mySwiper-banner-one .swiper-slide .title {
    transition-delay: 1s;
    opacity: 0;
}

.banner-swiper-area-one .mySwiper-banner-one .swiper-slide p.disc {
    transition-delay: 1.3s;
    opacity: 0;
}

.banner-swiper-area-one .mySwiper-banner-one .swiper-slide .button-wrapper {
    transition-delay: 1.6s;
    opacity: 0;
}

.banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide.swiper-slide-active
    .banner-inner-content-one
    span.pre {
    display: block;
    animation: fadeInUp2 0.2s linear;
    animation-delay: 0.2s;
    opacity: 1;
}

.banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide.swiper-slide-active
    .banner-inner-content-one
    .title {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.5s;
    opacity: 1;
}

.banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide.swiper-slide-active
    .banner-inner-content-one
    p.disc {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.8s;
    opacity: 1;
}

.banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide.swiper-slide-active
    .banner-inner-content-one
    .button-wrapper {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 1.2s;
    opacity: 1;
}

.banner-swiper-area-one .swiper-paginations {
    position: absolute;
    top: 50%;
    right: 240px;
    left: auto;
    max-width: max-content;
    z-index: 10;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 13px;
    transform: translateY(-50%);
}

@media screen and (min-width: 1921px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 15%;
    }
}

@media screen and (min-width: 2500px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 25%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-swiper-area-one .swiper-paginations {
        right: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-swiper-area-one .swiper-paginations {
        display: none;
    }
}

.banner-swiper-area-one .swiper-paginations .swiper-pagination-bullet {
    color: var(--color-primary);
    height: 45px;
    width: 45px;
    background: #fff;
    opacity: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-swiper-area-one .swiper-paginations .swiper-pagination-bullet-active {
    background: var(--color-primary);
    color: #fff;
}

.social-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-header span {
    font-size: 15px;
    color: #fff;
}

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

.social-header ul li {
    margin: 0;
    padding: 0;
}

.social-header ul li a i {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.social-header ul li a:hover i {
    /* color: var(--color-primary); */
    color: #fbba00 !important;
}

.rts-banner-three {
    height: 928px;
    background-image: url(../images/banner/06.webp);
    display: flex;
    align-items: center;
}

.rts-banner-three.two {
    background-image: url(../images/banner/14.webp);
}

.rts-banner-three.three {
    background-image: url(../images/banner/01.webp);
}

.rts-banner-three.four {
    background-image: url(../images/banner/12.webp);
}

.rts-banner-three.five {
    background-image: url(../images/banner/13.webp);
}

@media only screen and (max-width: 767px) {
    .rts-banner-three {
        height: auto;
    }
}

.banner-three-content {
    margin-top: 140px;
}

.banner-three-content span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 12px;
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    border-radius: 3px;
    max-width: max-content;
    margin-bottom: 25px;
    font-weight: 500;
}

.banner-three-content .title {
    font-size: 66px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
    .banner-three-content .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-three-content .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-three-content .title {
        font-size: 26px;
    }
}

.banner-three-area-swiper-wrapper .swiper-slide span {
    display: block;
    opacity: 0;
    transition-delay: 0.5s;
}

.banner-three-area-swiper-wrapper .swiper-slide .title {
    transition-delay: 1s;
    opacity: 0;
}

.banner-three-area-swiper-wrapper .swiper-slide p.disc {
    transition-delay: 1.3s;
    opacity: 0;
}

.banner-three-area-swiper-wrapper .swiper-slide .button-wrapper {
    transition-delay: 1.6s;
    opacity: 0;
}

.banner-three-area-swiper-wrapper .swiper-slide .button-wrapper .rts-btn {
    height: 50px;
}

.banner-three-area-swiper-wrapper
    .swiper-slide.swiper-slide-active
    .banner-three-content
    span {
    display: block;
    animation: fadeInUp2 0.7s linear;
    animation-delay: 0.5s;
    opacity: 1;
}

.banner-three-area-swiper-wrapper
    .swiper-slide.swiper-slide-active
    .banner-three-content
    .title {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 1s;
    opacity: 1;
}

.banner-three-area-swiper-wrapper
    .swiper-slide.swiper-slide-active
    .banner-three-content
    p.disc {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 1.3s;
    opacity: 1;
}

.banner-three-area-swiper-wrapper
    .swiper-slide.swiper-slide-active
    .banner-three-content
    .button-wrapper {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 1.6s;
    opacity: 1;
}

.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
    max-width: max-content;
    right: 230px;
    top: 50%;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    height: max-content;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        right: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        right: 91px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        display: none;
    }
}

.banner-three-area-swiper-wrapper
    .swiper-pagination.swiper-pagination-bullets::after {
    position: absolute;
    top: -65px;
    width: 2px;
    height: 50px;
    content: "";
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.banner-three-area-swiper-wrapper
    .swiper-pagination.swiper-pagination-bullets::before {
    position: absolute;
    bottom: -65px;
    width: 2px;
    height: 50px;
    content: "";
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.banner-three-area-swiper-wrapper
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.banner-three-area-swiper-wrapper
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.png) !important;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent;
    background-size: contain;
}

.banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
    position: absolute;
    right: 259px;
    top: 49%;
    z-index: 5000;
    height: 317px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
        right: 149px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
        right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
        display: none;
    }
}

.banner-three-area-swiper-wrapper
    .swiper-pagination-area-fraction
    .slide-range.activeslide {
    position: absolute;
    top: -100px;
    left: 20%;
    min-width: max-content;
}

.banner-three-area-swiper-wrapper
    .swiper-pagination-area-fraction
    .slide-range.totalslide {
    position: absolute;
    bottom: 0;
    left: 20%;
    min-width: max-content;
}

.bg-banner-four {
    background-image: url(../images/banner/07.webp);
    height: 750px;
    display: flex;
    align-items: center;
}

.bg-banner-four.two {
    background-image: url(../images/banner/14.webp);
}

.bg-banner-four.three {
    background-image: url(../images/banner/12.webp);
}

.bg-banner-four.four {
    background-image: url(../images/banner/11.webp);
}

.bg-banner-four.five {
    background-image: url(../images/banner/01.webp);
}

@media only screen and (max-width: 575px) {
    .bg-banner-four {
        height: 500px;
    }
}

.banner-four-inner-content .title {
    font-size: 60px;
}

@media only screen and (max-width: 767px) {
    .banner-four-inner-content .title {
        font-size: 45px;
    }

    .banner-four-inner-content .title br {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four-inner-content .title {
        font-size: 32px;
    }
}

.banner-four-inner-content p.disc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 48%;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-four-inner-content p.disc {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four-inner-content p.disc {
        max-width: 100%;
    }
}

.bg-home-4 {
    background: #1e1e20;
}

.banner-swiper-main-wrapper-four {
    position: relative;
}

.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets {
    max-width: max-content;
    right: 230px;
    top: 40%;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    height: max-content;
}

.banner-swiper-main-wrapper-four
    .swiper-pagination.swiper-pagination-bullets::after {
    position: absolute;
    top: -65px;
    width: 2px;
    height: 50px;
    content: "";
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.banner-swiper-main-wrapper-four
    .swiper-pagination.swiper-pagination-bullets::before {
    position: absolute;
    bottom: -65px;
    width: 2px;
    height: 50px;
    content: "";
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.banner-swiper-main-wrapper-four
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.banner-swiper-main-wrapper-four
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.png) !important;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent;
    background-size: contain;
}

.banner-swiper-main-wrapper-four .swiper-pagination-area-fraction {
    position: absolute;
    right: 259px;
    top: 39%;
    z-index: 5000;
    height: 317px;
}

.banner-swiper-main-wrapper-four
    .swiper-pagination-area-fraction
    .slide-range.activeslide {
    position: absolute;
    top: -100px;
    left: 20%;
    min-width: max-content;
}

.banner-swiper-main-wrapper-four
    .swiper-pagination-area-fraction
    .slide-range.totalslide {
    position: absolute;
    bottom: 0;
    left: 20%;
    min-width: max-content;
}

.banner-swiper-main-wrapper-four .swiper-slide span {
    display: block;
    opacity: 0;
    transition-delay: 0.3s;
}

.banner-swiper-main-wrapper-four .swiper-slide .title {
    transition-delay: 1s;
    opacity: 0;
}

.banner-swiper-main-wrapper-four .swiper-slide p.disc {
    transition-delay: 1.3s;
    opacity: 0;
}

.banner-swiper-main-wrapper-four .swiper-slide .button-wrapper {
    transition-delay: 1.6s;
    opacity: 0;
}

.banner-swiper-main-wrapper-four
    .swiper-slide.swiper-slide-active
    .banner-four-inner-content
    span {
    display: block;
    animation: fadeInUp2 0.3s linear;
    animation-delay: 0.3s;
    opacity: 1;
}

.banner-swiper-main-wrapper-four
    .swiper-slide.swiper-slide-active
    .banner-four-inner-content
    .title {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.5s;
    opacity: 1;
}

.banner-swiper-main-wrapper-four
    .swiper-slide.swiper-slide-active
    .banner-four-inner-content
    p.disc {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 0.8s;
    opacity: 1;
}

.banner-swiper-main-wrapper-four
    .swiper-slide.swiper-slide-active
    .banner-four-inner-content
    .button-wrapper {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 1.1s;
    opacity: 1;
}

.bg-banner-four {
    position: relative;
    z-index: 1;
}

.bg-banner-four .shape-area {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 1002px;
    mix-blend-mode: overlay;
}

.thumbnail-swiper-4 {
    position: absolute;
    top: 50%;
    right: 250px;
    transform: translateY(-50%);
    z-index: 15;
}

@media screen and (max-width: 1750px) {
    .thumbnail-swiper-4 {
        right: 157px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .thumbnail-swiper-4 {
        right: 58px;
    }
}

@media only screen and (max-width: 1199px) {
    .thumbnail-swiper-4 {
        right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .thumbnail-swiper-4 {
        display: none;
    }
}

.thumbnail-swiper-4 .mySwiper-thumbnail {
    height: 224px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .thumbnail-swiper-4 .mySwiper-thumbnail {
        display: none;
    }
}

.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-prev,
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-next {
    width: 100%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-weight: 500;
}

.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-prev::after,
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-next::after {
    display: none;
}

.thumbnail-swiper-4 .single-thumbnail {
    max-width: 120px;
}

.thumbnail-swiper-4 .swiper-button-prev {
    left: 0;
    bottom: 120px;
    width: 100%;
    top: auto;
    border-radius: 0 0 10px 10px;
}

.thumbnail-swiper-4 .swiper-button-next {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
}

.rts-banner-area-five {
    background-image: url(../images/banner/11.webp);
    height: 741px;
    position: relative;
}

.rts-banner-area-five.two {
    background-image: url(../images/banner/16.webp);
}

.rts-banner-area-five.three {
    background-image: url(../images/banner/17.webp);
}

@media only screen and (max-width: 1199px) {
    .rts-banner-area-five {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-banner-area-five {
        height: 400px;
    }
}

.reveal-item.overflow-hidden.aos-init img {
    width: 100%;
    border-radius: 10px;
}

.rts-banner-area-inner-five {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .rts-banner-area-inner-five {
        left: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-inner-five {
        left: 50px;
    }
}

.rts-banner-area-inner-five .pre {
    text-transform: uppercase;
    color: var(--color-primary);
}

.rts-banner-area-inner-five .title {
    font-size: 80px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-banner-area-inner-five .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-banner-area-inner-five .title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-banner-area-inner-five .title {
        font-size: 32px;
        line-height: 1.1;
    }
}

.rts-banner-area-inner-five .title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

.banner-swiper-area-five .swiper-slide span.pre {
    display: block;
    opacity: 0;
    transition-delay: 0.5s;
}

.banner-swiper-area-five .swiper-slide .title {
    transition-delay: 1s;
    opacity: 0;
}

.banner-swiper-area-five .swiper-slide p.disc {
    transition-delay: 1.3s;
    opacity: 0;
}

.banner-swiper-area-five .swiper-slide .button-wrapper {
    transition-delay: 1.6s;
    opacity: 0;
}

.banner-swiper-area-five .swiper-slide-active span.pre {
    display: block;
    animation: fadeInUp2 0.3s linear;
    animation-delay: 0.2s;
    opacity: 1;
}

.banner-swiper-area-five .swiper-slide-active .title {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 0.4s;
    opacity: 1;
}

.banner-swiper-area-five .swiper-slide-active p.disc {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 0.7s;
    opacity: 1;
}

.banner-swiper-area-five .swiper-slide-active .button-wrapper {
    animation: fadeInUp2 0.7s linear;
    animation-delay: 1s;
    opacity: 1;
}

.banner-swiper-area-five .mySwiper-banner-five {
    position: relative;
}

.banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
    max-width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    position: absolute;
    top: 46%;
    left: 160px;
    margin: 0;
    height: max-content;
}

@media only screen and (max-width: 1199px) {
    .banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
        left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
        display: none;
    }
}

.banner-swiper-area-five
    .mySwiper-banner-five
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0;
}

.banner-swiper-area-five
    .mySwiper-banner-five
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 80px;
    margin-left: auto;
}

.facts-right-area-3-main-wrapper {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .facts-right-area-3-main-wrapper {
        height: 500px;
    }
}

.facts-right-area-3-main-wrapper .thumb {
    height: 100%;
}

.rts-breadcrumb-area.company-values {
    background-image: url(../images/banner/breadcrumb-2.webp);
}

.rts-breadcrumb-area.offers {
    background-image: url(../images/banner/breadcrumb-3.webp);
}

.rts-breadcrumb-area.clients-bread {
    background-image: url(../images/banner/breadcrumb-4.webp);
}

.rts-breadcrumb-area.faq-bread {
    background-image: url(../images/banner/breadcrumb-5.webp);
}

.rts-breadcrumb-area.project-bread {
    background-image: url(../images/banner/breadcrumb-6.webp);
}

.rts-breadcrumb-area.pd-bread {
    background-image: url(../images/banner/breadcrumb-7.webp);
}

.rts-breadcrumb-area.blog-grid {
    background-image: url(../images/banner/breadcrumb-9.webp);
}

.rts-breadcrumb-area.blog-grid {
    background-image: url(../images/banner/breadcrumb-9.webp);
}

.rts-breadcrumb-area.details-bd {
    background-image: url(../images/banner/breadcrumb-10.webp);
}

.rts-breadcrumb-area.team-details {
    background-image: url(../images/banner/breadcrumb-11.webp);
}

.rts-breadcrumb-area.appoinment {
    background-image: url(../images/banner/breadcrumb-12.webp);
}

.rts-breadcrumb-area.contact-bd {
    background-image: url(../images/banner/breadcrumb-13.webp);
}

.demo-1.why-choose-us-area .vedio-icone .video-play-button {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    left: auto;
    top: auto;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 40px 0 0 0;
    padding: 12px 75px 12px 75px;
    display: flex;
    background: #fff;
    transform: none;
}

.demo-1.why-choose-us-area .vedio-icone .video-play-button::before {
    display: none;
}

.demo-1.why-choose-us-area .vedio-icone .video-play-button::after {
    display: none;
}

.demo-1.why-choose-us-area .vedio-icone .video-play-button span {
    display: flex;
    align-items: center;
    min-width: max-content;
    font-weight: 600;
    color: var(--color-primary);
}

.demo-1.why-choose-us-area .vedio-icone .video-play-button span b {
    width: 3px;
}

.bg_image-none {
    background-image: none !important;
}

.mega-menu-item.with-list li {
    width: 89%;
}

.industry-banner .bg_banner-bg-area {
    background-image: url(../images/banner/01.jpg);
    height: 790px;
}

.industry-banner .bg_banner-bg-area.two {
    background-image: url(../images/banner/02.jpg);
}

.industry-banner .bg_banner-bg-area.three {
    background-image: url(../images/banner/03.jpg);
}

.industry-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.industry-banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: var(--color-primary);
}

.industry-banner.banner-two-swiper-main-wrapper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.svg);
    background-color: transparent;
}

.factory-banner {
    position: relative;
}

.factory-banner .bg_banner-bg-area {
    text-align: center;
    background-image: url(../images/banner/01.jpg);
    height: 790px;
}

.factory-banner .bg_banner-bg-area .title {
    font-size: 80px;
    max-width: 60%;
    margin: auto;
    line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
    .factory-banner .bg_banner-bg-area .title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .factory-banner .bg_banner-bg-area .title {
        max-width: 100%;
    }
}

.factory-banner .bg_banner-bg-area p.disc {
    margin: auto;
    margin-bottom: 35px;
    margin-top: 35px;
}

.factory-banner .bg_banner-bg-area .button-wrapper {
    justify-content: center;
}

.factory-banner .bg_banner-bg-area.two {
    background-image: url(../images/banner/02.jpg);
}

.factory-banner .bg_banner-bg-area.three {
    background-image: url(../images/banner/03.jpg);
}

.factory-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.factory-banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: var(--color-primary);
}

.factory-banner.banner-two-swiper-main-wrapper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.svg);
    background-color: transparent;
}

.factory-banner .swiper-button-next,
.factory-banner .swiper-button-prev {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e20;
    border: 1px solid #34343a;
    border-radius: 10px;
    transition: 0.3s;
}

.factory-banner .swiper-button-next::after,
.factory-banner .swiper-button-prev::after {
    display: none;
}

.factory-banner .swiper-button-next i,
.factory-banner .swiper-button-prev i {
    color: #fff;
}

.factory-banner .swiper-button-next:hover,
.factory-banner .swiper-button-prev:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.factory-banner .swiper-button-next {
    right: 70px;
    left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .factory-banner .swiper-button-next {
        right: 50px;
    }
}

.factory-banner .swiper-button-prev {
    left: 70px;
    right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .factory-banner .swiper-button-prev {
        left: 50px;
    }
}

.engineering-banner {
    position: relative;
}

.engineering-banner .banner-area-start {
    position: relative;
    z-index: 1;
}

.engineering-banner .banner-area-start::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.884) 0%,
        rgba(0, 0, 0, 0.623) 35%,
        rgba(0, 212, 255, 0) 100%
    );
    z-index: -1;
}

.engineering-banner .bg_banner-bg-area {
    background-image: url(../images/banner/05.jpg);
    height: 790px;
}

@media only screen and (max-width: 991px) {
    .engineering-banner .bg_banner-bg-area {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .engineering-banner .bg_banner-bg-area {
        height: 550px;
    }
}

.engineering-banner .bg_banner-bg-area span {
    color: var(--color-primary);
    font-weight: 600;
}

.engineering-banner .bg_banner-bg-area .title {
    font-size: 80px;
    max-width: 60%;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .engineering-banner .bg_banner-bg-area .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .engineering-banner .bg_banner-bg-area .title {
        font-size: 54px;
        max-width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .engineering-banner .bg_banner-bg-area .title {
        font-size: 44px;
        max-width: 100%;
    }

    .engineering-banner .bg_banner-bg-area .title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .engineering-banner .bg_banner-bg-area .title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .engineering-banner .bg_banner-bg-area .title {
        font-size: 28px;
    }
}

.engineering-banner .bg_banner-bg-area.two {
    background-image: url(../images/banner/06.jpg);
}

.engineering-banner .bg_banner-bg-area.three {
    background-image: url(../images/banner/07.jpg);
}

.engineering-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.engineering-banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: var(--color-white);
}

.engineering-banner.banner-two-swiper-main-wrapper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.svg);
    background-color: transparent;
}

.engineering-banner .swiper-button-next,
.engineering-banner .swiper-button-prev {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e20;
    border: 1px solid #34343a;
    border-radius: 10px;
    transition: 0.3s;
}

.engineering-banner .swiper-button-next::after,
.engineering-banner .swiper-button-prev::after {
    display: none;
}

.engineering-banner .swiper-button-next i,
.engineering-banner .swiper-button-prev i {
    color: #fff;
}

.engineering-banner .swiper-button-next:hover,
.engineering-banner .swiper-button-prev:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

@media only screen and (max-width: 991px) {
    .engineering-banner .swiper-button-next,
    .engineering-banner .swiper-button-prev {
        display: none;
    }
}

.engineering-banner .swiper-button-next {
    right: 70px;
    left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .engineering-banner .swiper-button-next {
        right: 50px;
    }
}

.engineering-banner .swiper-button-prev {
    left: 70px;
    right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .engineering-banner .swiper-button-prev {
        left: 50px;
    }
}

.rts-banner-three.with-video {
    position: relative;
    z-index: 1;
}

.rts-banner-three.with-video::after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.836) 0%,
        rgba(0, 0, 0, 0.596) 35%,
        rgba(0, 212, 255, 0) 100%
    );
    top: 0;
    bottom: 0;
    z-index: -1;
}

.rts-banner-three.with-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rts-banner-three.with-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rtl-ltr-switcher-btn {
    position: fixed;
    right: 0;
    top: 55%;
    left: auto;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 25px 6px;
    background: var(--color-primary);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    z-index: 1000;
    color: #fff;
    cursor: pointer;
}

.rtl-ltr-switcher-btn .ltr,
.rtl-ltr-switcher-btn .rtl {
    display: none;
}

.rtl-ltr-switcher-btn .ltr.show,
.rtl-ltr-switcher-btn .rtl.show {
    display: block;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.onepage .demo-1.why-choose-us-area .vedio-icone .video-play-button p {
    min-width: max-content;
    margin-top: 9px;
}

.rts-btn {
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    max-width: max-content;
    padding: 12px 28px;
    min-width: max-content;
}

.rts-btn.btn-header {
    /* background: var(--color-primary); */
    /* background: #443b3b; */
    /*background: #fbba00;*/
    background:  #F9B901;
    /*padding: 21px 40px;*/
    padding: 15px 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rts-btn.btn-primary {
    color: #fff;
    font-weight: 700;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.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::after {
    transform: translateY(0);
}

.rts-btn.btn-primary-alta {
    color: var(--color-primary);
    font-weight: 700;
    background: rgba(239, 235, 231, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    transition-delay: 0.1s;
}

.rts-btn.btn-primary-alta::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-primary);
    transform: translateY(110%);
    transition: 0.3s;
    transition-delay: 0.1s;
    z-index: -1;
}

.rts-btn.btn-primary-alta:hover {
    color: #fff;
}

.rts-btn.btn-primary-alta:hover::after {
    transform: translateY(0);
}

.rts-btn.btn-white {
    color: var(--color-primary);
    font-weight: 700;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    transition-delay: 0.1s;
}

.rts-btn.btn-white img {
    transition: 0.3s;
    transition-delay: 0.1s;
}

.rts-btn.btn-white::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-primary);
    transform: translateY(110%);
    transition: 0.3s;
    transition-delay: 0.1s;
    z-index: -1;
}

.rts-btn.btn-white:hover {
    color: #fff;
}

.rts-btn.btn-white:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(197deg) brightness(106%) contrast(106%);
}

.rts-btn.btn-white:hover::after {
    transform: translateY(0);
}

.rts-btn.border {
    border: 2px solid var(--color-primary) !important;
    /* background: transparent; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 250px;
}

.rts-btn.border::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-primary);
    transform: translateY(110%);
    transition: 0.3s;
    transition-delay: 0.1s;
    z-index: -1;
}

.rts-btn.border img {
    transition: 0.3s;
    transition-delay: 0.1s;
}

.rts-btn.border:hover {
    color: #fff;
}

.rts-btn.border:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(197deg) brightness(106%) contrast(106%);
}

.rts-btn.border:hover::after {
    transform: translateY(0);
}

.read-more-btn {
    color: var(--color-heading-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    font-weight: 700;
}

.read-more-btn:hover {
    color: var(--color-primary);
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.single-fun-facts-area {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .single-fun-facts-area {
        padding: 30px;
    }
}

.single-fun-facts-area::after {
    content: "";
    position: absolute;
    left: -20%;
    top: -30%;
    width: 255px;
    height: 252.06px;
    background: radial-gradient(
        100% 100% at 50% 0%,
        rgba(255, 102, 0, 0) 0%,
        #ff6600 100%
    );
    opacity: 0.23;
    filter: blur(125px);
    z-index: -1;
}

.single-fun-facts-area .icons {
    margin-bottom: 45px;
}

.single-fun-facts-area .title {
    color: var(--color-primary);
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 72px;
}

@media only screen and (max-width: 1199px) {
    .single-fun-facts-area .title {
        font-size: 42px;
    }
}

.single-fun-facts-area .title span {
    color: #141416;
    font-weight: 800;
}

.g-24 {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 2.4rem;
}

.title-center-style-one {
    text-align: center;
}

.title-center-style-one .pre {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 13px;
    display: block;
}

.title-center-style-one .title {
    font-size: 44px;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .title-center-style-one .title {
        font-size: 26px;
    }
}

.single-service-one {
    background: #1e1e20;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-one {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-service-one {
        padding: 15px;
    }
}

.single-service-one .water-mark {
    color: #28282e;
    position: absolute;
    right: 40px;
    top: 75px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-one .water-mark {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .single-service-one .water-mark {
        display: none;
    }
}

.single-service-one .icon {
    height: 99px;
    width: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141416;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: 0.3s;
}

.single-service-one .inner {
    background: #141416;
    padding: 30px;
    border-radius: 10px;
}

.single-service-one .inner .title {
    margin-bottom: 16px;
    font-size: 22px;
}

.single-service-one .inner p {
    color: #7c7c84;
    margin-bottom: 16px;
    font-size: 15px;
}

.single-service-one .inner a.read-more-narrow {
    color: #223c73;
}

.single-service-one:hover .icon {
    background: #223c73;
}

.swiper-area-wrapper {
    position: relative;
}

.swiper-area-wrapper .swiper-button-next,
.swiper-area-wrapper .swiper-button-prev {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e20;
    border: 1px solid #34343a;
    border-radius: 10px;
    transition: 0.3s;
}

.swiper-area-wrapper .swiper-button-next::after,
.swiper-area-wrapper .swiper-button-prev::after {
    display: none;
}

.swiper-area-wrapper .swiper-button-next i,
.swiper-area-wrapper .swiper-button-prev i {
    color: #fff;
}

.swiper-area-wrapper .swiper-button-next:hover,
.swiper-area-wrapper .swiper-button-prev:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.swiper-area-wrapper .swiper-button-next {
    right: -100px;
    left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-area-wrapper .swiper-button-next {
        right: -27px;
    }
}

.swiper-area-wrapper .swiper-button-prev {
    left: -100px;
    right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-area-wrapper .swiper-button-prev {
        left: -27px;
    }
}

.mySwiper-service-one {
    position: relative;
}

.marque-area-wrapper {
    width: 130%;
}

.marque-area-wrapper span {
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #1b1b1e;
}

.title-wrapper-left span.pre {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.title-wrapper-left .title {
    color: #141416;
    font-size: 44px;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-wrapper-left .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .title-wrapper-left .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .title-wrapper-left .title {
        font-size: 26px;
    }

    .title-wrapper-left .title br {
        display: none;
    }
}

.single-choose-us-one {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .single-choose-us-one {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-choose-us-one:last-child {
    margin-bottom: 0;
}

.single-choose-us-one .icon {
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.single-choose-us-one .icon span {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e4ded8;
    box-shadow: 0px 4px 29px rgba(57, 46, 35, 0.18);
    color: #223c73;
    font-weight: 600;
}

.single-choose-us-one .title {
    color: #141416;
    font-size: 22px;
    margin-bottom: 10px;
}

.single-choose-us-one p.disc {
    color: #7c7c84;
}

.service-single-wrapper {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .service-single-wrapper {
        padding: 25px;
    }
}

.service-single-wrapper .icon {
    height: 90px;
    background: #efebe7;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.service-single-wrapper .title {
    color: #141416;
    font-size: 22px;
    margin-top: 33px;
    margin-bottom: 15px;
}

.service-single-wrapper p.disc {
    margin-bottom: 30px;
}

.tab-area-service-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .tab-area-service-button {
        justify-content: flex-start;
        gap: 10px;
    }
}

.tab-area-service-button li.nav-item {
    width: max-content;
    flex-basis: 24.5%;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .tab-area-service-button li.nav-item {
        flex-basis: 21.5%;
    }
}

.tab-area-service-button li.nav-item button.nav-link {
    background: #ffffff;
    height: 80px;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #141416;
    border: none;
    box-shadow: none;
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .tab-area-service-button li.nav-item button.nav-link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-area-service-button li.nav-item button.nav-link {
        height: 64px;
        font-size: 16px;
    }
}

.tab-area-service-button li.nav-item button.nav-link:hover {
    border: none;
    box-shadow: none;
}

.tab-area-service-button li.nav-item button.nav-link.active {
    background: #223c73;
    color: #fff;
}

.service-content-inner-wrapper {
    background-image: url(../images/service/02.webp);
    padding: 80px;
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 575px) {
    .service-content-inner-wrapper {
        padding: 30px;
    }
}

.service-content-inner-wrapper .inner {
    max-width: 63%;
}

@media only screen and (max-width: 991px) {
    .service-content-inner-wrapper .inner {
        max-width: 100%;
    }
}

.service-content-inner-wrapper .inner .title {
    font-size: 30px;
}

@media only screen and (max-width: 575px) {
    .service-content-inner-wrapper .inner .title {
        font-size: 22px;
    }
}

.service-content-inner-wrapper .inner p.disc {
    color: #7c7c84;
    margin-bottom: 28px;
}

.service-content-inner-wrapper .inner .wrapper-check-area-start {
    max-width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 15px;
}

.service-content-inner-wrapper .inner .wrapper-check-area-start .single {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-content-inner-wrapper .inner .wrapper-check-area-start .single p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
}

.service-content-inner-wrapper .inner .wrapper-check-area-start .single i {
    font-size: 18px;
    color: var(--color-primary);
}

.service-content-inner-wrapper .inner .rts-btn {
    margin-top: 35px;
}

.service-content-inner-wrapper .inner .rts-btn::after {
    background: #fff;
}

.service-content-inner-wrapper .inner .rts-btn:hover {
    color: var(--color-primary);
}

.cta-wrapper-inner .rts-btn::after {
    background: #141416;
}

.container-1730 {
    max-width: 1730px;
    margin: auto;
}

.service-bg_image-3 {
    border-radius: 10px;
    height: 406px;
    background-image: url(../images/service/03.webp);
}

.mt-dec--130 {
    margin-top: -130px;
}

.single-service-area-3 {
    padding: 40px;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    height: 100%;
}

.single-service-area-3 .icon {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 0;
    height: 106px;
    width: 106px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-area-3 span.number {
    position: absolute;
    color: #efebe7;
    right: 50px;
    top: 50px;
    font-size: 70px;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.single-service-area-3 a .title {
    margin-top: 100px;
    color: #141416;
    font-size: 22px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.single-service-area-3 a .title:hover {
    color: var(--color-primary);
}

.single-service-area-3 p.disc {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7c7c84;
}

.single-service-area-3 .read-more-btn {
    color: var(--color-primary);
    font-weight: 600;
    max-width: max-content;
}

.single-service-area-3 .read-more-btn i {
    transition: 0.3s;
}

.single-service-area-3 .read-more-btn:hover i {
    margin-left: 5px;
}

.title-center-wrapper-4 {
    text-align: center;
}

.title-center-wrapper-4 .title {
    font-size: 44px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .title-center-wrapper-4 .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .title-center-wrapper-4 .title {
        font-size: 26px;
    }
}

.single-service-style-4 {
    background: #141416;
    border-radius: 10px;
    overflow: hidden;
}

.single-service-style-4 .top {
    padding: 40px;
}

@media only screen and (max-width: 479px) {
    .single-service-style-4 .top {
        padding: 25px;
    }
}

.single-service-style-4 .top .icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e20;
    border: 1px solid #2e2e31;
    border-radius: 5px;
    margin-bottom: 26px;
}

.single-service-style-4 .top .title {
    margin-bottom: 7px;
}

.single-service-style-4 .top p.disc {
    color: #7c7c84;
    margin-bottom: 0;
}

.single-service-style-4 .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.single-service-style-4 .thumbnail::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    bottom: 0;
    background: var(--color-primary);
    z-index: 0;
    transition: 0.3s;
}

.single-service-style-4 .thumbnail .hidden-content {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: max-content;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    transition: 0.3s;
}

.single-service-style-4 .thumbnail .hidden-content .rts-btn {
    height: 45px;
}

.single-service-style-4 .thumbnail .hidden-content .rts-btn::after {
    background: #141416;
}

.single-service-style-4:hover .thumbnail::after {
    height: 100%;
}

.single-service-style-4:hover .hidden-content {
    transform: translate(-50%, -50%) scale(1);
}

.rts-service-area-five {
    background: #1b1b1e;
}

.wrapper-column-service-area {
    height: 100%;
}

.service-main-wrapper-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .service-main-wrapper-5 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-main-wrapper-5 > div {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .service-main-wrapper-5 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-main-wrapper-5 > div {
        flex-basis: 100%;
    }
}

.single-service-area-five {
    padding: 60px;
    width: 540px;
    border: 1px solid #2e2e31;
    height: 50%;
    height: 354px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-service-area-five {
        width: 440px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-service-area-five {
        flex-basis: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-service-area-five {
        padding: 40px;
    }
}

.single-service-area-five:hover::after {
    opacity: 0.2;
}

.single-service-area-five:hover .icon-area::after {
    background: rgb(248, 78, 29);
}

.single-service-area-five::after {
    content: "";
    position: absolute;
    width: 87px;
    height: 87px;
    left: 70px;
    top: 70px;
    background: #223c73;
    mix-blend-mode: normal;
    opacity: 0.2;
    filter: blur(30px);
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.single-service-area-five.bottom-border-none {
    border-bottom: none;
}

.single-service-area-five .icon-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.single-service-area-five .icon-area::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: -15px;
    top: -22px;
    background: rgba(248, 78, 29, 0.1);
    border-radius: 5px;
    z-index: -1;
    transition: 0.3s;
}

.single-service-area-five .icon-area .icon {
    width: 87px;
    height: 87px;
    background: #141416;
    border: 1px solid #2e2e31;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-area-five .icon-area p {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #28282e;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-service-area-five .icon-area p {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .single-service-area-five .icon-area p {
        font-size: 22px;
    }
}

.single-service-area-five a .title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    transition: 0.3s;
}

.single-service-area-five a:hover .title {
    color: var(--color-primary);
}

.single-service-area-five p.disc {
    color: #7c7c84;
    margin-bottom: 25px;
}

.single-service-area-five a.read-more {
    color: var(--color-primary);
    font-weight: 600;
}

.service-wrapper-bg-mid-5 {
    background-image: url(../images/service/07.webp);
    width: 100%;
    height: 709px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .service-wrapper-bg-mid-5 {
        height: 500px;
    }
}

.service-inner-title-wrapper-five {
    text-align: center;
    max-width: 529px;
    margin: auto;
}

.service-inner-title-wrapper-five span.pre {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-primary);
}

.service-inner-title-wrapper-five .title {
    text-transform: uppercase;
    font-size: 44px;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service-inner-title-wrapper-five .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-inner-title-wrapper-five .title {
        text-transform: uppercase;
        font-size: 28px;
        margin-top: 10px;
        line-height: 1.4;
    }
}

.service-inner-title-wrapper-five .rts-btn {
    margin: auto;
}

.service-inner-title-wrapper-five p.disc {
    font-size: 18px;
    color: #7c7c84;
    line-height: 1.6;
}

.single-service-area-inner {
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.single-service-area-inner .thumbnail {
    display: block;
    overflow: hidden;
}

.single-service-area-inner .thumbnail img {
    transition: 0.3s;
}

.single-service-area-inner .innr {
    padding: 30px;
    background: #fff;
}

.single-service-area-inner .innr .title {
    color: var(--color-title);
    transition: 0.3s;
    margin-bottom: 14px;
}

.single-service-area-inner .innr .title:hover {
    color: var(--color-primary);
}

.single-service-area-inner .innr p.disc {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-service-area-inner .innr .check-wrapper .single {
    display: flex;
    align-items: center;
    gap: 13px;
}

.single-service-area-inner .innr .check-wrapper .single i {
    color: var(--color-title);
}

.single-service-area-inner .innr .check-wrapper .single p {
    margin-bottom: 0;
    color: var(--color-title);
    font-weight: 500;
}

.single-service-area-inner .innr a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-title);
    transition: 0.3s;
    font-size: 18px;
    max-width: max-content;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.single-service-area-inner .innr a.btn:hover {
    color: var(--color-primary);
    gap: 15px;
}

.single-service-area-inner:hover .thumbnail img {
    transform: scale(1.05);
}

.service-main-wrapper-tabs {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background: #fff;
}

.service-main-wrapper-tabs .nav {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}

.service-main-wrapper-tabs .nav li {
    margin: 0;
    padding: 0;
    border: none !important;
}

.service-main-wrapper-tabs .nav li button {
    padding: 21px 25px;
    border-color: transparent !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #141416;
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .service-main-wrapper-tabs .nav li button {
        padding: 10px;
    }
}

.service-main-wrapper-tabs .nav li button.active {
    background-color: transparent;
    color: var(--color-primary);
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper {
    padding: 40px;
}

@media only screen and (max-width: 575px) {
    .service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper {
        padding: 20px;
    }
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .service-main-wrapper-tabs
        .tab-content
        .inner-wrapper-tab-service-wrapper
        .single {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single:last-child {
    margin-bottom: 0;
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single
    .icon {
    height: 50px;
    min-width: 50px;
    background: #f6f2f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single
    .icon
    i {
    color: var(--color-primary);
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single
    .inner-content {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .service-main-wrapper-tabs
        .tab-content
        .inner-wrapper-tab-service-wrapper
        .single
        .inner-content {
        font-size: 16px;
    }
}

.service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single
    .inner-content
    b {
    color: #141416;
}

.service-details-inner-area-wrapper {
    margin-top: 30px;
}

.service-details-inner-area-wrapper .title {
    color: var(--color-title);
    font-size: 40px;
}

.call-to-action-area-service {
    height: 393px;
    background-image: url(../images/cta/03.webp);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

@media only screen and (max-width: 767px) {
    .call-to-action-area-service {
        height: auto;
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-area-service {
        padding: 25px;
    }
}

.call-to-action-area-service .inner {
    max-width: 60%;
}

@media only screen and (max-width: 767px) {
    .call-to-action-area-service .inner {
        max-width: 100%;
    }
}

.call-to-action-area-service .inner .title {
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    .call-to-action-area-service .inner .title {
        font-size: 32px;
    }
}

.call-to-action-area-service .inner p.disc {
    color: #ffffff;
}

.rts-about-company-area {
    background-color: linear-gradient(
        180deg,
        rgba(20, 20, 22, 0) 26.96%,
        #141416 30.75%
    );
    /* background-image: url(../images/about/about-1-bg.webp); */
    height: auto;
    position: relative;
}

.about-inner-area-content-one {
    padding-right: 70px;
}

@media only screen and (max-width: 767px) {
    .about-inner-area-content-one {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-inner-area-content-one {
        padding-right: 0;
    }
}

.about-inner-area-content-one span {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
}

.about-inner-area-content-one .title {
    font-size: 44px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-inner-area-content-one .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-inner-area-content-one .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .about-inner-area-content-one .title {
        font-size: 28px;
    }
}


.about-inner-area-content-one p {
    color: #7c7c84;
        color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-inner-area-content-one p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-inner-area-content-one p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.about-thumbnail-inner-one {
    position: relative;
}

.about-thumbnail-inner-one .content-wrapper {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #1e1e20;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% - 60px);
}

.about-thumbnail-inner-one .content-wrapper .single {
    padding: 30px;
    /* padding-top: 100px; */
    flex-basis: 50%;
}

@media only screen and (max-width: 1199px) {
    .about-thumbnail-inner-one .content-wrapper .single {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .about-thumbnail-inner-one .content-wrapper .single {
        padding: 10px;
    }
}

.about-thumbnail-inner-one .content-wrapper .single .title {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .about-thumbnail-inner-one .content-wrapper .single .title {
        font-size: 22px;
    }
}

.about-thumbnail-inner-one .content-wrapper .single span.pp {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
}

.about-thumbnail-inner-one .content-wrapper .single * {
    color: #fff;
}

.about-thumbnail-inner-one .content-wrapper .single.primary {
    background: #223c73;
}

.bg_white {
    background: #fff;
}

.thumbnail-main-wrapper-2 {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.about-content-area-two .title-style-two-left p.disc {
    max-width: 100%;
}

.about-content-area-two p.disc {
    margin-bottom: 25px;
}

.about-content-area-two .check-about-main-wrapper {
    margin-bottom: 35px;
}

.check-about-main-wrapper .single-check {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 5px 0;
}

.check-about-main-wrapper .single-check p {
    color: #141416;
    font-weight: 500;
    font-size: 18px;
}

.check-about-main-wrapper .single-check i {
    color: var(--color-primary);
    font-size: 18px;
}

.thumbnail-about-three {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.about-area-right-3 {
    margin-left: -50px;
}

@media only screen and (max-width: 1199px) {
    .about-area-right-3 {
        margin-left: 0;
    }
}

.about-area-right-3 .title {
    color: var(--color-title);
    font-size: 44px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .about-area-right-3 .title {
        font-size: 32px;
    }
}

.about-area-right-3 .bold {
    color: #141416;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-area-right-3 p.disc {
    color: #7c7c84;
    margin-bottom: 33px;
}

.about-area-right-3 .call-area-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .about-area-right-3 .call-area-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.about-area-right-3 .call-area-wrapper::after {
    position: absolute;
    left: 37%;
    height: 100%;
    background: #d9d9d9;
    content: "";
    width: 1px;
}

@media only screen and (max-width: 767px) {
    .about-area-right-3 .call-area-wrapper::after {
        left: 51%;
    }
}

@media only screen and (max-width: 575px) {
    .about-area-right-3 .call-area-wrapper::after {
        display: none;
    }
}

.about-area-right-3 .call-area {
    display: flex;
    align-items: center;
    gap: 18px;
}

.about-area-right-3 .call-area img {
    max-width: 75px;
}

.about-area-right-3 .call-area .info .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.about-area-right-3 .call-area .info span {
    font-size: 15px;
    color: #7c7c84;
}

.about-area-right-3 .tab-area-about {
    margin-top: 15px;
}

.about-area-right-3 .tab-area-about ul {
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-area-right-3 .tab-area-about ul li {
    margin: 0;
    padding: 0;
}

.about-area-right-3 .tab-area-about ul li button {
    background: #fff;
    padding: 15px 27px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #141416;
    border: none;
    margin: 0;
}

.about-area-right-3 .tab-area-about ul li button[aria-selected="true"] {
    background: var(--color-primary);
    color: #fff;
}

.about-area-right-3 .tab-area-about .tab-content {
    background: #1e1e20;
    padding: 30px;
    border-radius: 0 10px 10px 10px;
}

.about-area-right-3 .tab-area-about .tab-content * {
    color: #7c7c84;
}

.bg-dark-large {
    background: #141416;
}

.about-four-left-wrapper .title {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .about-four-left-wrapper .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .about-four-left-wrapper .title {
        font-size: 28px;
    }
}

.about-four-left-wrapper p.disc {
    color: #7c7c84;
    margin-bottom: 35px;
}

.counter-area-wrapper-about-4 {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .counter-area-wrapper-about-4 {
        flex-wrap: wrap;
    }
}

.counter-area-wrapper-about-4 .single-counter {
    background: #1e1e20;
    border: 1px solid #333337;
    border-radius: 10px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 298px;
}

@media only screen and (max-width: 767px) {
    .counter-area-wrapper-about-4 .single-counter {
        padding: 15px;
        width: 100%;
    }
}

.counter-area-wrapper-about-4 .single-counter .right-content-wrapper .title {
    margin: 0;
    font-size: 36px;
}

.counter-area-wrapper-about-4 .single-counter .right-content-wrapper span.ss {
    color: #7c7c84;
}

.about-right-wrapper-rour .single-right-content {
    height: 232px;
    width: 492px;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .about-right-wrapper-rour .single-right-content {
        width: 100%;
    }
}

.about-right-wrapper-rour .single-right-content .title {
    margin-bottom: 5px;
}

.about-right-wrapper-rour .single-right-content p.disc {
    max-width: 70%;
    color: #fff;
    margin-bottom: 15px;
}

.about-right-wrapper-rour .single-right-content .btn-white {
    padding: 10px 16px;
    height: 40px;
}

.about-right-wrapper-rour .single-right-content .btn-white::after {
    background: #141416;
}

.about-right-wrapper-rour .single-right-content.bg-2 {
    background-image: url(../images/about/07.webp);
}

.about-right-wrapper-rour .single-right-content.bg-1 {
    background-image: url(../images/about/06.webp);
    margin-bottom: 20px;
}

.about-thumbnail-five {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.title-between-style-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .title-between-style-five {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.mr-dec-about-five {
    margin-right: -70px;
}

.title-left-align-five span.pre {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 700;
}

.title-left-align-five .title {
    font-size: 44px;
    text-transform: uppercase;
    color: #141416;
    margin-top: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .title-left-align-five .title {
        font-size: 26px;
    }
}

.counter-area-about-five .title {
    font-size: 120px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #141416;
    line-height: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .counter-area-about-five .title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .counter-area-about-five .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .counter-area-about-five .title {
        font-size: 46px;
    }
}

.counter-area-about-five .title span {
    line-height: 0.75;
    margin-bottom: 0;
}

.counter-area-about-five span.bottom {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-feature-area-wrapper-five {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

@media only screen and (max-width: 991px) {
    .about-feature-area-wrapper-five {
        flex-wrap: wrap;
    }
}

.about-feature-area-wrapper-five .left-card-about-five {
    flex-basis: 50%;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .about-feature-area-wrapper-five .left-card-about-five {
        flex-basis: 100%;
    }
}

.about-feature-area-wrapper-five .left-card-about-five .top-area {
    background: var(--color-primary);
}

.about-feature-area-wrapper-five .left-card-about-five .top-area p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 12px 20px;
}

.about-feature-area-wrapper-five .left-card-about-five .bottom-area {
    padding: 40px;
    background: #fff;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    .about-feature-area-wrapper-five
        .left-card-about-five
        .bottom-area
        .single-feature {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature:last-child {
    margin-bottom: 0;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature
    .info
    .title {
    color: var(--color-title);
    margin-bottom: 5px;
    font-size: 18px;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature
    .info
    p {
    margin-bottom: 0;
    font-size: 15px;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature
    .icon {
    height: 60px;
    min-width: 60px;
    border: 1px solid #edecec;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature
    .icon
    .ico {
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-feature-area-wrapper-five
    .left-card-about-five
    .bottom-area
    .single-feature
    .icon::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 102, 0, 0.1);
    left: -10px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
}

.about-feature-area-wrapper-five .right-card-about-five {
    flex-basis: 50%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .about-feature-area-wrapper-five .right-card-about-five {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .about-feature-area-wrapper-five .right-card-about-five {
        flex-basis: 100%;
    }
}

.about-feature-area-wrapper-five .right-card-about-five p.disc {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-title);
    line-height: 1.6;
    margin-bottom: 60px;
}

.about-wrapper-area-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five {
        flex-direction: column;
    }
}

.about-wrapper-area-five .about-left-wrapper {
    padding: 60px 60px 60px;
    max-width: 90%;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .about-left-wrapper {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrapper-area-five .about-left-wrapper {
        padding: 15px;
    }
}

.about-wrapper-area-five .about-left-wrapper span.pre {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 600;
}

.about-wrapper-area-five .about-left-wrapper .title {
    color: #141416;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrapper-area-five .about-left-wrapper .title br {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-wrapper-area-five .about-left-wrapper .title br {
        display: none;
    }
}

.about-wrapper-area-five .about-left-wrapper p.disc {
    margin-bottom: 35px;
    max-width: 100%;
    font-size: 15px;
}

.about-wrapper-area-five .about-left-wrapper .rts-btn {
    height: 50px;
}

.about-wrapper-area-five .right-thumbnail {
    max-width: 578px;
    min-width: 578px;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .right-thumbnail {
        max-width: 100%;
    }
}

.rts-breadcrumb-area {
    background-image: url(../images/banner/breadcrumb.webp);
    margin: auto;
    /* height: 500px; */
    height: 300px;
    max-width: 1820px;
    margin: auto;
    margin-top: 17px;
    border-radius: 10px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .rts-breadcrumb-area {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-breadcrumb-area {
        height: 375px;
    }
}

.breadcrumb-area-inner {
    z-index: 1;
}

.breadcrumb-area-inner .title {
    font-size: 60px;
    max-width: 65%;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-area-inner .title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-area-inner .title {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area-inner .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-area-inner .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb-area-inner .title {
        font-size: 24px;
    }
}

.breadcrumb-area-inner .nav-area-navigation {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 31px;
    border-radius: 10px 10px 0 0;
    gap: 33px;
    display: flex;
}

.breadcrumb-area-inner .nav-area-navigation a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-size: 15px;
    color: var(--color-title);
}

.breadcrumb-area-inner .nav-area-navigation a.current {
    color: var(--color-primary);
    position: relative;
}

.breadcrumb-area-inner .nav-area-navigation a.current::after {
    position: absolute;
    content: "";
    left: -20px;
    height: 4px;
    width: 4px;
    background: #d9d9d9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-area-inner .water-text {
    font-size: 180px;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    font-weight: 700;
    left: 320px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-area-inner .water-text {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-area-inner .water-text {
        font-size: 80px;
        left: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area-inner .water-text {
        font-size: 60px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-area-inner .water-text {
        display: none;
    }
}

.bg-color-gradient-2 {
    background-image: url(../images/about/12.webp);
}

.bg-color-gradient-2 .title-style-two-center .title {
    color: #fff;
}

.bg-color-gradient-2 .title-style-two-center p.disc {
    color: #fff;
}

.title-style-two-center.inner span.pre {
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 22px;
    display: block;
    font-weight: 700;
}

.large-video-area-inner {
    height: 650px;
    width: 100%;
    background-image: url(../images/about/11.webp);
    border-radius: 10px;
    position: relative;
}

.why-choose-us-area.in-about-page {
    padding-top: 450px;
    background: #1e1e20;
    margin-top: -450px;
}

.why-choose-us-area.in-about-page .title {
    color: #fff;
}

.process-testimonials-area-wrapper {
    background: #1e1e20;
}

.main-wrapper-testimonails-wrapper-values-page {
    padding: 80px 0 0 80px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .main-wrapper-testimonails-wrapper-values-page {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper-testimonails-wrapper-values-page {
        padding: 80px 0 0 20px;
    }
}

.main-wrapper-testimonails-wrapper-values-page > div {
    flex-basis: 50%;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .main-wrapper-testimonails-wrapper-values-page > div {
        width: 100%;
    }
}

.main-wrapper-testimonails-wrapper-values-page span {
    text-wrap: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.main-wrapper-testimonails-wrapper-values-page .title {
    font-size: 44px;
    line-height: 54px;
    color: var(--color-title);
}

@media only screen and (max-width: 767px) {
    .main-wrapper-testimonails-wrapper-values-page .title {
        font-size: 32px;
    }

    .main-wrapper-testimonails-wrapper-values-page .title br {
        display: none;
    }
}

.main-wrapper-testimonails-wrapper-values-page p.disc {
    max-width: 90%;
}

.main-wrapper-testimonails-wrapper-values-page .left-inner-testimonials {
    padding-top: 60px;
}

@media only screen and (max-width: 767px) {
    .main-wrapper-testimonails-wrapper-values-page .left-inner-testimonials {
        padding-top: 0;
    }
}

.main-wrapper-testimonails-wrapper-values-page
    .testimonials-area-single-wrapper-5 {
    background: #1d1d1d;
    border-radius: 10px 0 10px 0;
    border-right: 1px solid #404140;
    border-bottom: 1px solid #404140;
}

.main-wrapper-testimonails-wrapper-values-page
    .testimonials-area-single-wrapper-5
    .title {
    color: #fff !important;
}

.main-wrapper-testimonails-wrapper-values-page
    .testimonials-area-single-wrapper-5
    p.disc {
    max-width: 100%;
    color: #7c7c84;
}

@media only screen and (max-width: 767px) {
    .main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn {
        display: none;
    }
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-next,
.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-prev {
    height: 60px;
    width: 60px;
    background: var(--color-title);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-next
    i,
.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-prev
    i {
    color: #fff;
    font-size: 18px;
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-next::after,
.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-prev::after {
    display: none;
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-next:hover,
.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-prev:hover {
    background: var(--color-primary);
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-next {
    height: 60px;
    width: 60px;
    border-radius: 0 10px 10px 0;
    left: 140px;
    right: auto;
    top: 80%;
}

.main-wrapper-testimonails-wrapper-values-page
    .swiper-next-prev-btn
    .swiper-button-prev {
    height: 60px;
    width: 60px;
    border-radius: 10px 0 0 10px;
    left: 80px;
    right: auto;
    top: 80%;
}

.h-100-vh {
    height: 100vh;
}

.coming-soon-wrapper-main {
    text-align: center;
}

.coming-soon-wrapper-main h3 {
    font-size: 62px;
    margin-bottom: 70px;
    color: #141416;
}

@media only screen and (max-width: 575px) {
    .coming-soon-wrapper-main h3 {
        font-size: 44px;
    }
}

.coming-soon-wrapper-main .para {
    font-size: 18px;
    max-width: 40%;
    margin: auto;
    margin-top: 80px;
    font-size: 22px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .coming-soon-wrapper-main .para {
        max-width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-wrapper-main .para {
        margin-top: 40px;
        max-width: 98%;
        font-size: 18px;
    }
}

.coming-soon-wrapper-main #countdown .timer-section {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 25px;
}

.coming-soon-wrapper-main #countdown .timer-section .time-unit span {
    font-size: 44px;
    color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
    .coming-soon-wrapper-main #countdown .timer-section .time-unit span {
        font-size: 32px;
    }
}

.reveal-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.reveal-item .reveal-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: var(--color-primary);
    border-radius: 10px;
    overflow: hidden;
}

.reveal-item .reveal-animation::before {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 10px;
    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;
}

.portfolio-team-area-bg {
    background-image: url(../images/portfolio/01.webp);
}

.swiper-slide.swiper-slide-active .inner-content-project {
    opacity: 1;
    left: 20px;
    bottom: 20px;
}

.project-area-start-1 {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgb(94, 94, 94);
    position: relative;
}

.project-area-start-1:hover .inner-content-project {
    opacity: 1;
    left: 20px;
    bottom: 20px;
}

.project-area-start-1 .inner-content-project {
    position: absolute;
    border-radius: 15px;
    left: 120px;
    bottom: 20px;
    background: #fff;
    padding: 60px;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
}

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

@media only screen and (max-width: 575px) {
    .project-area-start-1 .inner-content-project {
        padding: 15px;
        background: rgba(255, 255, 255, 0.2392156863);
        backdrop-filter: blur(10px);
    }
}

.project-area-start-1 .inner-content-project .title {
    font-size: 30px;
    color: #141416;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .project-area-start-1 .inner-content-project .title {
        margin-bottom: 2px;
        font-size: 20px;
    }
}

.project-area-start-1 .inner-content-project a.location {
    margin-bottom: 20px;
    color: #141416;
    font-size: 15px;
}

.project-area-start-1 .inner-content-project a.location {
    border: 1px solid rgba(0, 0, 0, 0.46);
    padding: 15px 17px;
    max-width: 150px;
    color: #141416;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .project-area-start-1 .inner-content-project a.location {
        padding: 7px 17px;
    }
}

.project-area-start-1 .inner-content-project a.location:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.project-area-start-1 .inner-content-project .thumb-wrapper {
    max-width: 315px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

@media only screen and (max-width: 479px) {
    .project-area-start-1 .inner-content-project .thumb-wrapper {
        margin-top: 15px;
    }
}

.project-area-start-1 .inner-content-project .thumb-wrapper .single {
    padding: 20px;
    width: 152px;
    background: #f5f5f5;
    /* border color light */
    border: 1px solid #edecec;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .project-area-start-1 .inner-content-project .thumb-wrapper .single {
        padding: 5px;
        width: 120px;
    }
}

.project-area-start-1 .inner-content-project .thumb-wrapper .single p {
    margin: 0;
    font-weight: 600;
    color: #141416;
    font-size: 18px;
}

.single-team-single-area {
    padding: 30px;
    background: #1c1c1f;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .single-team-single-area {
        padding: 15px;
    }
}

.single-team-single-area .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.single-team-single-area .thumbnail img {
    transition: 0.3s;
}

.single-team-single-area.list {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .single-team-single-area.list {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.single-team-single-area.list .inner-content-area {
    margin-top: 0;
    padding-right: 15px;
}

.single-team-single-area.list:last-child {
    margin-bottom: 0;
}

.single-team-single-area .inner-content-area {
    margin-top: 25px;
}

.single-team-single-area .inner-content-area .title {
    margin-bottom: 9px;
    transition: 0.3s;
}

.single-team-single-area .inner-content-area .title:hover {
    color: var(--color-primary);
}

.single-team-single-area .inner-content-area .desig {
    color: var(--color-primary);
    display: block;
    margin-bottom: 12px;
}

.single-team-single-area .inner-content-area .disc {
    margin-bottom: 27px;
    color: #7c7c84;
}

.single-team-single-area .social-area-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: max-content;
    padding: 6px 25px;
    border-radius: 100px;
}

.single-team-single-area .social-area-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
}

.single-team-single-area .social-area-wrapper ul li {
    margin: 0;
    padding: 0;
}

.single-team-single-area .social-area-wrapper ul li a i {
    transition: 0.3s;
    color: #7c7c84;
}

.single-team-single-area:hover .thumbnail img {
    transition: 0.5s;
    transform: scale(1.1);
}

.single-construction-portfolio {
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.single-construction-portfolio:hover .thumbnail img {
    transform: scale(1.05);
}

.single-construction-portfolio .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.single-construction-portfolio .thumbnail img {
    transition: 0.5s;
}

.single-construction-portfolio .thumbnail .map-area {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(60px);
    border-radius: 5px;
}

.single-construction-portfolio .thumbnail .map-area * {
    color: #fff;
}

.single-construction-portfolio .inner-title-area {
    position: absolute;
    left: 30px;
    top: 30px;
}

.single-construction-portfolio .inner-title-area a .title {
    margin-bottom: 5px;
}

.single-construction-portfolio .inner-title-area p.disc {
    color: #fff;
}

.single-construction-portfolio .inner-content {
    padding: 30px;
}

.single-construction-portfolio .inner-content .tag-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1300px) {
    .single-construction-portfolio .inner-content .tag-wrapper {
        justify-content: center;
    }
}

.single-construction-portfolio .inner-content .tag-wrapper .single {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #edecec;
    flex-basis: 23.7%;
}

@media screen and (max-width: 1300px) {
    .single-construction-portfolio .inner-content .tag-wrapper .single {
        padding: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .single-construction-portfolio .inner-content .tag-wrapper .single {
        flex-basis: 24%;
    }
}

@media only screen and (max-width: 575px) {
    .single-construction-portfolio .inner-content .tag-wrapper .single {
        flex-basis: 31%;
    }
}

.single-construction-portfolio .inner-content .tag-wrapper .single span {
    color: #7c7c84;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .single-construction-portfolio .inner-content .tag-wrapper .single span {
        font-size: 12px;
    }
}

.single-construction-portfolio .inner-content .tag-wrapper .single p {
    margin: 0;
    color: #141416;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.title-area-wrapper-main-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .title-area-wrapper-main-two {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.title-area-wrapper-main-two .rts-btn {
    height: 50px;
}

.title-style-two-left {
    text-align: left;
}

.title-style-two-left .title {
    color: #141416;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    .title-style-two-left .title {
        font-size: 32px;
    }
}

.title-style-two-left p.disc {
    max-width: 70%;
}

@media only screen and (max-width: 767px) {
    .title-style-two-left p.disc {
        max-width: 100%;
    }
}

.title-style-two-center {
    text-align: center;
}

.title-style-two-center .title {
    color: #141416;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    .title-style-two-center .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .title-style-two-center .title {
        font-size: 24px;
    }
}

.title-style-two-center p.disc {
    max-width: 50%;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .title-style-two-center p.disc {
        max-width: 100%;
    }
}

.portfolio-bg_iamge {
    background-image: url(../images/portfolio/07.webp);
}

.portfolio-bg_iamge .title-style-two-left .title {
    color: #fff;
}

.portfolio-bg_iamge .title-style-two-left p.disc {
    color: #7c7c84;
    max-width: 45%;
}

@media only screen and (max-width: 767px) {
    .portfolio-bg_iamge .title-style-two-left p.disc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .project-finished-area-start.rts-section-gap.portfolio-bg_iamge.bg_image {
        background-position: left;
    }
}

.project-finished-area-start {
    position: relative;
}

.project-finished-area-start .person-image-large {
    position: absolute;
    right: 190px;
    bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .project-finished-area-start .person-image-large {
        max-width: 600px;
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .project-finished-area-start .person-image-large {
        display: none;
    }
}

.single-fun-facts {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #333338;
}

@media only screen and (max-width: 575px) {
    .single-fun-facts {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.single-fun-facts:last-child {
    border-bottom: 1px solid #333338;
}

.single-fun-facts .start-part {
    display: flex;
    align-items: center;
    gap: 29px;
    flex-basis: 50%;
    min-width: 50%;
    padding: 30px 0;
    border-right: 1px solid #333338;
}

@media only screen and (max-width: 575px) {
    .single-fun-facts .start-part {
        border-right: none;
        padding-bottom: 0;
    }
}

.single-fun-facts .start-part .icon {
    min-width: max-content;
}

.single-fun-facts .start-part .content-wrapper .title {
    margin-bottom: 0;
    font-size: 48px;
}

.single-fun-facts .start-part .content-wrapper span.deg {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

.single-fun-facts .end-part {
    padding: 22px 0 22px 22px;
}

@media only screen and (max-width: 575px) {
    .single-fun-facts .end-part {
        padding: 22px 0 22px 0;
    }
}

.single-fun-facts .end-part p.disc {
    font-size: 15px;
    color: #7c7c84;
}

.projects-contact-area-3 {
    background-image: url(../images/portfolio/09.webp);
}

.projects-contact-area-3 .title-style-two-left .pre {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--color-primary);
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

.projects-contact-area-3 .title-style-two-left .title {
    color: #fff;
    font-size: 44px;
}

@media only screen and (max-width: 575px) {
    .projects-contact-area-3 .title-style-two-left .title {
        font-size: 26px;
    }
}

.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn {
    background: #141416;
}

.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn::after {
    background: var(--color-primary);
}

.project-list-area-wrapper-3 .single-project-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #282828;
}

@media only screen and (max-width: 767px) {
    .project-list-area-wrapper-3 .single-project-3 {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
}

.project-list-area-wrapper-3 .single-project-3:hover .title {
    color: var(--color-primary);
}

.project-list-area-wrapper-3 .single-project-3:hover .left-side span {
    background: var(--color-primary);
}

.project-list-area-wrapper-3 .single-project-3:last-child {
    border-bottom: 1px solid #282828;
}

.project-list-area-wrapper-3 .single-project-3 .left-side {
    flex-basis: 50%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.project-list-area-wrapper-3 .single-project-3 .left-side .title {
    margin-bottom: 0;
    font-size: 22px;
    transition: 0.3s;
}

.project-list-area-wrapper-3 .single-project-3 .left-side span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #141416;
    border: 1px solid #282828;
    font-weight: 700;
    color: #fff;
    transition: 0.3s;
}

.project-list-area-wrapper-3 .single-project-3 .mid {
    flex-basis: 45%;
}

@media only screen and (max-width: 767px) {
    .project-list-area-wrapper-3 .single-project-3 .mid {
        flex-basis: 45%;
        justify-content: center;
        display: flex;
        text-align: center;
    }
}

.project-list-area-wrapper-3 .single-project-3 .mid p {
    max-width: 80%;
    margin: 0;
    color: #7c7c84;
}

.project-list-area-wrapper-3 .single-project-3 .end {
    flex-basis: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.thumbnail-portfolio-3 img {
    display: none;
    transition: 0.3s;
}

.thumbnail-portfolio-3 img.active {
    display: block;
}

.single-blog-three {
    background: #fff;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    height: 100%;
}

.single-blog-three .thumbnail {
    overflow: hidden;
    display: block;
}

.single-blog-three .thumbnail img {
    transition: 0.3s;
}

.single-blog-three:hover .thumbnail img {
    transform: scale(1.05);
}

.single-blog-three .inner-content-area {
    padding: 30px;
}

.single-blog-three .inner-content-area a .title {
    color: var(--color-title);
    font-size: 22px;
    margin-top: 17px;
    transition: 0.36s;
    line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
    .single-blog-three .inner-content-area a .title {
        font-size: 18px;
    }
}

.single-blog-three .inner-content-area a:hover .title {
    color: var(--color-primary);
}

.single-blog-three .inner-content-area .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid #edecec;
}

@media only screen and (max-width: 1199px) {
    .single-blog-three .inner-content-area .bottom-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.single-blog-three .inner-content-area .bottom-area .left {
    display: flex;
    align-items: center;
    gap: 13px;
}

.single-blog-three .inner-content-area .bottom-area .left .info .title {
    font-size: 18px;
    color: #141416;
    margin-bottom: 0px;
    line-height: 1;
}

.single-blog-three .inner-content-area .bottom-area .left .info span {
    color: #7c7c84;
    font-size: 15px;
}

.single-blog-three .inner-content-area .bottom-area .left img {
    max-width: 40px;
}

.single-blog-three .inner-content-area .bottom-area .rts-btn {
    height: 40px;
    padding: 10px 20px;
}

.single-blog-three .top-area {
    display: flex;
    align-items: center;
    gap: 23px;
}

.single-blog-three .top-area .tag {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-blog-three .top-area .tag span {
    color: #7c7c84;
}

.single-blog-three .top-area .tag i {
    color: #223c73;
}

.rts-title-between-area-four {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.rts-title-between-area-four .title-main {
    font-size: 44px;
}

@media only screen and (max-width: 575px) {
    .rts-title-between-area-four .title-main {
        font-size: 28px;
    }
}

.rts-title-between-area-four .title {
    margin-bottom: 0;
    font-family: "Gantari", serif;
}

.rts-title-between-area-four .title.counter {
    font-size: 120px;
    font-family: var(--font-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .rts-title-between-area-four .title.counter {
        font-size: 80px;
    }
}

.rts-title-between-area-four .title.counter span {
    font-family: "Gantari", serif;
}

.single-project-area-one {
    padding: 20px;
    background: #141416;
    border-radius: 10px;
    padding-bottom: 100px;
    position: relative;
    transition: 0.3s;
}

.single-project-area-one .thumbnail img {
    width: 100%;
}

.single-project-area-one .inner-content {
    padding: 30px;
    padding-top: 20px;
    position: absolute;
    height: 90px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    background: #141416;
    border-radius: 10px;
}

.single-project-area-one .inner-content .title {
    font-size: 22px;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
    transition: 0.3s;
}

.single-project-area-one .inner-content .title:hover {
    color: var(--color-primary);
}

.single-project-area-one .inner-content p.disc {
    color: #7c7c84;
    font-size: 15px;
    margin-bottom: 25px;
}

.single-project-area-one .inner-content .rts-btn {
    height: 40px;
    padding: 20px;
}

.single-project-area-one:hover .inner-content {
    height: 235px;
}

.rts-portfolio-area-case .title-between-style-five {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
    margin-bottom: 60px !important;
}

.rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
        display: none;
    }
}

.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-next::after,
.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-prev::after {
    display: none;
}

.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-next
    i,
.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-prev
    i {
    color: #141416;
}

.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-next {
    right: 0;
    left: auto;
}

.rts-portfolio-area-case
    .title-between-style-five
    .button-net-prev-area
    .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-recent-project-5-wrapper .single-case-studies-5 {
    position: relative;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.swiper-recent-project-5-wrapper .single-case-studies-5:hover svg {
    left: 0;
}

.swiper-recent-project-5-wrapper .single-case-studies-5:hover .inner {
    left: 0;
    opacity: 1;
}

.swiper-recent-project-5-wrapper .single-case-studies-5 svg {
    position: absolute;
    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;
    transition: 0.7s;
}

@media only screen and (max-width: 575px) {
    .swiper-recent-project-5-wrapper .single-case-studies-5 svg {
        display: none;
    }
}

.swiper-recent-project-5-wrapper .single-case-studies-5 .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    left: -120%;
    transition: 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .swiper-recent-project-5-wrapper .single-case-studies-5 .inner {
        position: relative;
        z-index: 1;
    }

    .swiper-recent-project-5-wrapper .single-case-studies-5 .inner::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(22, 22, 22, 0.7529411765);
        z-index: -1;
    }
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area {
    margin: 15px;
    padding: 40px 30px;
    background: rgba(204, 204, 204, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .swiper-recent-project-5-wrapper
        .single-case-studies-5
        .inner
        .active-text-area {
        padding: 25px 30px;
    }
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    p.disc {
    margin-bottom: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1176470588);
}

@media only screen and (max-width: 575px) {
    .swiper-recent-project-5-wrapper
        .single-case-studies-5
        .inner
        .active-text-area
        p.disc {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .feature {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .feature
    li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}

@media only screen and (max-width: 575px) {
    .swiper-recent-project-5-wrapper
        .single-case-studies-5
        .inner
        .active-text-area
        .feature
        li {
        margin: 0 0;
        font-size: 13px;
    }
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .feature
    li::after {
    content: "";
    height: 5px;
    width: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    position: absolute;
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .feature
    li
    p {
    font-weight: 600;
}

.swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area
    .rts-btn {
    height: 45px;
}

.swiper-recent-project-5-wrapper .single-case-studies-5 .inner * {
    color: #fff;
}

.swiper-recent-project-5-wrapper
    .swiper-slide-active
    .single-case-studies-5
    svg {
    left: 0;
}

.swiper-recent-project-5-wrapper
    .swiper-slide-active
    .single-case-studies-5
    .inner {
    left: 0;
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .swiper-recent-project-5-wrapper
        .swiper-slide-active
        .single-case-studies-5
        .inner {
        left: 0;
        bottom: 0;
        top: auto;
    }
}

.bg_primary {
    background: var(--color-primary);
}

.bg_primary .title-between-style-five {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg_primary .title-between-style-five * {
    color: #fff !important;
}

.bg_primary.rts-testimoanils-area .title-between-style-five .title {
    font-size: 40px;
}

@media only screen and (max-width: 575px) {
    .bg_primary.rts-testimoanils-area .title-between-style-five .title {
        font-size: 32px;
    }
}

.portfolio-two-swiper-main-wrapper {
    position: relative;
}

.portfolio-two-swiper-main-wrapper .swiper-button-next,
.portfolio-two-swiper-main-wrapper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #ffffff;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
}

.portfolio-two-swiper-main-wrapper .swiper-button-next i,
.portfolio-two-swiper-main-wrapper .swiper-button-prev i {
    font-size: 18px;
    color: var(--color-primary);
    transition: 0.3s;
}

.portfolio-two-swiper-main-wrapper .swiper-button-next::after,
.portfolio-two-swiper-main-wrapper .swiper-button-prev::after {
    display: none;
}

.portfolio-two-swiper-main-wrapper .swiper-button-next:hover,
.portfolio-two-swiper-main-wrapper .swiper-button-prev:hover {
    background: var(--color-primary);
}

.portfolio-two-swiper-main-wrapper .swiper-button-next:hover i,
.portfolio-two-swiper-main-wrapper .swiper-button-prev:hover i {
    color: #fff;
}

.portfolio-two-swiper-main-wrapper .swiper-button-next {
    right: -120px;
    left: auto;
}

@media only screen and (max-width: 1199px) {
    .portfolio-two-swiper-main-wrapper .swiper-button-next {
        right: 20px;
    }
}

.portfolio-two-swiper-main-wrapper .swiper-button-prev {
    left: -120px;
    right: auto;
}

@media only screen and (max-width: 1199px) {
    .portfolio-two-swiper-main-wrapper .swiper-button-prev {
        left: 20px;
    }
}

.portfolio-two-swiper-main-wrapper:hover .swiper-button-next,
.portfolio-two-swiper-main-wrapper:hover .swiper-button-prev {
    opacity: 1;
}

.single-project-card-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-project-card-inner .inner {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 30px;
    background: linear-gradient(90deg, #223c73 0%, rgba(248, 78, 29, 0) 100%);
    backdrop-filter: blur(2.5px);
    border-radius: 0px 0px 10px 10px;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .single-project-card-inner .inner {
        bottom: 0;
    }
}

.single-project-card-inner .inner .title {
    color: #fff;
    margin-bottom: 3px;
}

.single-project-card-inner .inner span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.single-project-card-inner:hover .inner {
    bottom: 0;
}

.rts-projects-area-inner .nav.nav-tabs {
    padding: 0;
    margin: auto;
    justify-content: center;
    margin-bottom: 50px;
    border: none !important;
    box-shadow: none !important;
    gap: 25px;
}

@media only screen and (max-width: 575px) {
    .rts-projects-area-inner .nav.nav-tabs {
        gap: 10px;
    }
}

.rts-projects-area-inner .nav.nav-tabs li button {
    text-transform: uppercase;
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    border: none;
    box-shadow: none;
}

.rts-projects-area-inner .nav.nav-tabs li button[aria-selected="true"] {
    color: var(--color-primary);
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: underline;
}

.single-project-info-wrapper-inner {
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .single-project-info-wrapper-inner {
        padding: 15px;
    }
}

.single-project-info-wrapper-inner .title {
    color: var(--color-title);
    font-size: 36px;
}

.single-project-info-wrapper-inner .single-project-info {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #edecec;
    border-radius: 6px;
}

.single-project-info-wrapper-inner .single-project-info span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7c7c84;
    display: block;
    margin-bottom: 8px;
}

.single-project-info-wrapper-inner .single-project-info p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #141416;
}

.project-details-content-bottom p.disc {
    margin-bottom: 30px;
    font-size: 15px;
}

.project-details-content-bottom p.bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #141416;
    margin-bottom: 30px;
}

.counterup-area-project-details {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 60px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .counterup-area-project-details {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .counterup-area-project-details {
        padding: 25px;
    }
}

.counterup-area-project-details .single-counter-up-area {
    flex-basis: 25%;
    border-right: 1px solid #edecec;
}

@media only screen and (max-width: 991px) {
    .counterup-area-project-details .single-counter-up-area {
        flex-basis: 45%;
        border: none;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .counterup-area-project-details .single-counter-up-area {
        flex-basis: 100%;
    }
}

.counterup-area-project-details .single-counter-up-area .icon {
    margin-bottom: 20px;
}

.counterup-area-project-details .single-counter-up-area .title {
    color: var(--color-title);
    margin-bottom: 12px;
}

.counterup-area-project-details .single-counter-up-area p.disc {
    max-width: 90%;
}

.counterup-area-project-details .single-counter-up-area.with-pl {
    padding-left: 50px;
}

@media only screen and (max-width: 991px) {
    .counterup-area-project-details .single-counter-up-area.with-pl {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .counterup-area-project-details .single-counter-up-area.with-pl {
        flex-basis: 100%;
    }
}

.counterup-area-project-details .single-counter-up-area.with-pl.b-n {
    border: none;
    justify-content: flex-end;
    margin-left: auto;
}

.faq-inner-wrapper-one.project-detils button {
    font-size: 22px !important;
}

@media only screen and (max-width: 575px) {
    .faq-inner-wrapper-one.project-detils button {
        font-size: 16px !important;
    }
}

.faq-inner-wrapper-one.project-detils .accordion-body .left {
    max-width: 436px;
}

.faq-inner-wrapper-one.project-detils .accordion-body .right-area .title {
    color: var(--color-title);
}

.next-prev-project-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 80px;
    border-top: 1px solid #ded7cf;
}

@media only screen and (max-width: 991px) {
    .next-prev-project-wrapper {
        flex-direction: column;
        gap: 35px;
    }
}

.next-prev-project-wrapper .single-next-prev-wrapper {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.next-prev-project-wrapper .single-next-prev-wrapper.last {
    text-align: right;
}

.next-prev-project-wrapper .single-next-prev-wrapper.last p {
    margin-left: auto;
}

.next-prev-project-wrapper .single-next-prev-wrapper img {
    max-width: 140px;
}

.next-prev-project-wrapper .single-next-prev-wrapper .info p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    color: #121212;
    max-width: 70%;
}

@media only screen and (max-width: 575px) {
    .next-prev-project-wrapper .single-next-prev-wrapper .info p {
        font-size: 17px;
        max-width: 100%;
    }
}

.inner .single-blog-card-style-5 {
    position: sticky;
    top: 120px;
}

.project-details-wrapper-image-top .with-video-area iframe {
    height: 650px;
}

.mySwiper-pd-slider {
    position: relative;
}

.mySwiper-pd-slider .swiper-button-next,
.mySwiper-pd-slider .swiper-button-prev {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper-pd-slider .swiper-button-next i,
.mySwiper-pd-slider .swiper-button-prev i {
    font-size: 18px;
    color: var(--color-primary) !important;
}

.mySwiper-pd-slider .swiper-button-next::after,
.mySwiper-pd-slider .swiper-button-prev::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mySwiper-pd-slider .swiper-button-next,
    .mySwiper-pd-slider .swiper-button-prev {
        display: none;
    }
}

.mySwiper-pd-slider .swiper-button-next {
    right: 60px;
    left: auto;
}

.mySwiper-pd-slider .swiper-button-prev {
    left: 60px;
    right: auto;
}

.hega-menu-head-wrapper {
    margin: 0;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--color-primary);
}

.hega-menu-head-wrapper p {
    font-weight: 700;
    color: var(--color-title);
    font-size: 17px;
    display: flex;
    align-items: center;
}

.hega-menu-head-wrapper p i {
    font-size: 24px;
    margin-right: 8px;
    color: var(--color-primary);
    font-weight: 600;
}

.title-center-style-one.dark-title .title {
    color: #141416;
}

.single-testimonials-area-one {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .single-testimonials-area-one {
        padding: 20px;
    }
}

.single-testimonials-area-one p.disc {
    font-size: 18px;
}

.single-testimonials-area-one .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #efece9;
}

@media only screen and (max-width: 575px) {
    .single-testimonials-area-one .bottom-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.single-testimonials-area-one .bottom-area .user {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 479px) {
    .single-testimonials-area-one .bottom-area .user {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.single-testimonials-area-one .bottom-area .user img {
    max-width: 60px;
}

.single-testimonials-area-one .bottom-area .user .info .title {
    color: #141416;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.single-testimonials-area-one .bottom-area .user .info span {
    color: #141416;
    font-size: 14px;
    font-weight: 500;
}

.single-testimonials-area-one .bottom-area .stars-area .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}

.single-testimonials-area-one .bottom-area .stars-area .stars i {
    color: #f6ae28;
}

.single-testimonials-area-one .bottom-area .stars-area p {
    font-weight: 500;
    color: #141416;
}

.single-testimonials-area-one .bottom-area .stars-area p span {
    font-weight: 400;
    color: #636166;
}

.swiper-silder-testimonials-wrapper {
    position: relative;
}

.swiper-silder-testimonials-wrapper .swiper-button-next,
.swiper-silder-testimonials-wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.3s;
}

.swiper-silder-testimonials-wrapper .swiper-button-next::after,
.swiper-silder-testimonials-wrapper .swiper-button-prev::after {
    display: none;
}

.swiper-silder-testimonials-wrapper .swiper-button-next i,
.swiper-silder-testimonials-wrapper .swiper-button-prev i {
    color: var(--color-title);
    transition: 0.3s;
}

.swiper-silder-testimonials-wrapper .swiper-button-next:hover,
.swiper-silder-testimonials-wrapper .swiper-button-prev:hover {
    background: var(--color-primary);
}

.swiper-silder-testimonials-wrapper .swiper-button-next:hover i,
.swiper-silder-testimonials-wrapper .swiper-button-prev:hover i {
    color: #fff;
}

.swiper-silder-testimonials-wrapper .swiper-button-next {
    right: -80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-silder-testimonials-wrapper .swiper-button-next {
        right: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-silder-testimonials-wrapper .swiper-button-next {
        right: -20px;
    }
}

.swiper-silder-testimonials-wrapper .swiper-button-prev {
    left: -80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-silder-testimonials-wrapper .swiper-button-prev {
        left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-silder-testimonials-wrapper .swiper-button-prev {
        left: -20px;
    }
}

.bg-primary {
    background: #223c73 !important;
}

.cta-wrapper-inner {
    background: #223c73;
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 80px;
}

@media only screen and (max-width: 1199px) {
    .cta-wrapper-inner {
        padding: 45px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-wrapper-inner {
        /*padding: 45px 30px;*/
        padding: 45px 25px;
    }
}

.cta-wrapper-inner .inner .title {
    margin-bottom: 40px;
    font-size: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cta-wrapper-inner .inner .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 1200px) {
    .cta-wrapper-inner .inner .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .cta-wrapper-inner .inner .title {
        font-size: 22px;
    }
}

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 575px) {
    .button-wrapper {
        flex-wrap: wrap;
    }
}

.single-testimonials-wrapper-three {
    background: #fff;
    padding: 60px 60px 0 60px;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .single-testimonials-wrapper-three {
        padding: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .single-testimonials-wrapper-three {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonials-wrapper-three {
        padding: 20px;
    }
}

.single-testimonials-wrapper-three .thumbnail {
    max-width: 474px;
    position: relative;
    z-index: 1;
}

.single-testimonials-wrapper-three .thumbnail::after {
    position: absolute;
    content: "";
    width: 386px;
    height: 386px;
    left: 35px;
    bottom: -15px;
    background: #223c73;
    opacity: 0.53;
    filter: blur(90px);
    z-index: -1;
}

.single-testimonials-wrapper-three .title {
    color: #141416;
    font-size: 30px;
    margin-top: 25px;
}

@media only screen and (max-width: 575px) {
    .single-testimonials-wrapper-three .title {
        font-size: 24px;
    }
}

.single-testimonials-wrapper-three p.disc {
    margin-bottom: 25px;
}

.single-testimonials-wrapper-three span.name {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
    color: var(--color-title);
}

.single-testimonials-wrapper-three span.degic {
    color: #141416;
    font-size: 15px;
    font-weight: 500;
}

.testimonials-area-three {
    position: relative;
}

.testimonials-area-three .swiper-button-next,
.testimonials-area-three .swiper-button-prev {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    top: 42%;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-three .swiper-button-next,
    .testimonials-area-three .swiper-button-prev {
        display: none;
    }
}

.testimonials-area-three .swiper-button-next i,
.testimonials-area-three .swiper-button-prev i {
    color: var(--color-primary);
}

.testimonials-area-three .swiper-button-next::after,
.testimonials-area-three .swiper-button-prev::after {
    display: none;
}

.testimonials-area-three .swiper-button-next {
    right: 8%;
}

.testimonials-area-three .swiper-button-prev {
    left: 8%;
}

.rts-footer-area.three .nav-footer-wrapper-one {
    margin-top: 0;
}

.testimonials-wrapper-area-4 {
    background: #141416;
    border-radius: 20px;
}

.testimonials-area-style-4 {
    background: #141416;
    border: 1px solid #7c7c84;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 35px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-style-4 {
        height: 500px;
    }
}

.testimonials-area-style-4 .thumbnail-left {
    max-width: 238px;
    min-width: 238px;
}

.testimonials-area-style-4 .right-content-area {
    width: 100%;
}

.testimonials-area-style-4 .right-content-area .disc-area {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 32px;
    color: #fff;
    width: 415px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px);
    border-radius: 10px 0px;
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-style-4 .right-content-area .disc-area {
        width: auto;
        padding: 15px;
        font-size: 16px;
    }
}

.testimonials-area-style-4 .right-content-area .author-quote-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.testimonials-area-style-4 .right-content-area .author-quote-area .avatar {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-style-4 .right-content-area .author-quote-area .avatar {
        flex-wrap: wrap;
    }
}

.testimonials-area-style-4 .right-content-area .author-quote-area .avatar img {
    max-width: 70px;
}

.testimonials-area-style-4
    .right-content-area
    .author-quote-area
    .avatar
    .title {
    margin-bottom: 2px;
    font-size: 22px;
}

.testimonials-area-style-4 .right-content-area .author-quote-area .avatar span {
    color: #7c7c84;
    font-size: 15px;
}

.testimonials-area-style-4 .right-content-area .author-quote-area .quote {
    padding-right: 20px;
}

@media screen and (max-width: 1400px) {
    .testimonials-area-style-4 .right-content-area .author-quote-area .quote {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .testimonials-area-style-4 .right-content-area .author-quote-area .quote {
        display: none;
    }
}

.testimonials-area-single-wrapper-5 {
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    padding: 60px;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-single-wrapper-5 {
        padding: 30px;
    }
}

.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left img {
    max-width: 190px;
}

.testimonials-area-single-wrapper-5
    .thumbnail-wrapper-left
    .inner-thumbnail-right
    .title {
    color: #141416;
    margin-bottom: 5px;
    font-size: 30px;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-single-wrapper-5
        .thumbnail-wrapper-left
        .inner-thumbnail-right
        .title {
        font-size: 16px;
    }
}

.testimonials-area-single-wrapper-5
    .thumbnail-wrapper-left
    .inner-thumbnail-right
    span {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-single-wrapper-5
        .thumbnail-wrapper-left
        .inner-thumbnail-right
        span {
        font-size: 13px;
    }
}

.testimonials-area-single-wrapper-5 .quote {
    position: absolute;
    right: 80px;
    top: 60px;
}

.testimonials-area-single-wrapper-5 p.disc {
    padding-top: 130px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .testimonials-area-single-wrapper-5 p.disc {
        padding-top: 145px;
        font-size: 16px;
    }
}

.mySwiper-testimonails-4 {
    padding-bottom: 70px;
    position: relative;
}

.mySwiper-testimonails-4 .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    max-width: max-content;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .mySwiper-testimonails-4 .swiper-pagination {
        display: none;
    }
}

.mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #7e7b78;
}

@media only screen and (max-width: 1199px) {
    .mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
    }
}

.mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/banner/01.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.rts-blog-card-one {
    background: #fff;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.rts-blog-card-one .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}

.rts-blog-card-one .thumbnail .tag-area {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 10px 0 0;
    overflow: hidden;
}

.rts-blog-card-one .thumbnail .tag-area span {
    padding: 9px 25px;
    font-weight: 700;
    font-size: 15px;
    color: #141416;
}

.rts-blog-card-one .thumbnail .tag-area span.location {
    background: var(--color-primary);
    color: #fff;
}

.rts-blog-card-one .thumbnail img {
    transition: 0.3s;
}

.rts-blog-card-one .thumbnail:hover img {
    transform: scale(1.1);
}

.rts-blog-card-one .inner-wrapper {
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .rts-blog-card-one .inner-wrapper {
        padding: 15px;
    }
}

.rts-blog-card-one .inner-wrapper a .title {
    color: var(--color-heading-dark);
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #edecec;
    margin-bottom: 22px;
    transition: 0.3s;
    text-align: center;
}

.rts-blog-card-one .inner-wrapper a .title:hover {
    color: var(--color-primary);
}

.rts-blog-card-one .inner-wrapper p.disc {
    margin-bottom: 25px;
    font-size: 15px;
}

.blog-list-card-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .blog-list-card-wrapper {
        padding: 20px;
    }
}

.single-blog-card-2 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edecec;
}

@media only screen and (max-width: 767px) {
    .single-blog-card-2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-blog-card-2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.single-blog-card-2 .thumbnail {
    display: block;
    overflow: hidden;
    max-width: 180px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .single-blog-card-2 .thumbnail {
        max-width: 100%;
    }
}

.single-blog-card-2 .thumbnail img {
    transition: 0.3s;
}

.single-blog-card-2 .thumbnail:hover img {
    transform: scale(1.1);
}

.single-blog-card-2 .inner-content .top-area {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 10px;
}

.single-blog-card-2 .inner-content .top-area .technology {
    display: block;
    background: #edecec;
    padding: 2px 16px;
    font-weight: 500;
    color: #141416;
    font-size: 15px;
    border-radius: 100px;
}

.single-blog-card-2 .inner-content .top-area .date {
    color: #7c7c84;
    font-weight: 500;
}

.single-blog-card-2 .inner-content .body-content .title {
    color: var(--color-title);
    font-size: 22px;
    margin-bottom: 12px;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .single-blog-card-2 .inner-content .body-content .title {
        font-size: 20px;
    }
}

.single-blog-card-2 .inner-content .body-content .title:hover {
    color: var(--color-primary);
}

.single-blog-card-2 .inner-content .body-content p.disc {
    margin-bottom: 15px;
}

.single-blog-card-2 .inner-content .body-content .read-more-btn {
    font-weight: 600;
    color: var(--color-primary);
}

.single-blog-card-2 .inner-content .body-content .read-more-btn i {
    transition: 0.3s;
}

.single-blog-card-2 .inner-content .body-content .read-more-btn:hover i {
    margin-left: 3px;
}

.single-blog-card-2.colum {
    flex-direction: column;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.single-blog-card-2.colum .thumbnail {
    max-width: 100%;
}

.single-blog-card-2.colum .inner-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.single-blog-card-2.colum .inner-content .top-area .date {
    color: #fff;
}

.single-blog-card-2.colum .inner-content .body-content .title {
    color: #fff;
}

.single-blog-card-2.colum .inner-content .body-content p.disc {
    color: #fff;
    max-width: 80%;
}

.blog-signle-style-four {
    background: #141416;
    padding: 20px;
    border-radius: 10px;
}

.blog-signle-style-four .thumbnail {
    max-width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.blog-signle-style-four .thumbnail img {
    width: 100%;
    transition: 0.3s;
}

.blog-signle-style-four .inner-content {
    padding: 30px 10px 10px;
}

@media only screen and (max-width: 575px) {
    .blog-signle-style-four .inner-content {
        padding: 30px 0 0;
    }
}

.blog-signle-style-four .inner-content .top-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-signle-style-four .inner-content .top-area .tag {
    color: #223c73;
    font-weight: 500;
    background: #edecec;
    display: block;
    padding: 4px 15px;
    border-radius: 100px;
    font-size: 15px;
}

.blog-signle-style-four .inner-content .top-area span.date {
    color: #fff;
}

.blog-signle-style-four .inner-content .title {
    font-size: 30px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .blog-signle-style-four .inner-content .title {
        font-size: 24px;
    }
}

.blog-signle-style-four .inner-content .title:hover {
    color: var(--color-primary);
}

.blog-signle-style-four .inner-content p.disc {
    color: #fff;
    max-width: 90%;
    margin-bottom: 20px;
}

.blog-signle-style-four .inner-content .rts-btn-read-more {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--color-primary);
}

.blog-signle-style-four .inner-content .rts-btn-read-more i {
    transition: 0.3s;
}

.blog-signle-style-four .inner-content .rts-btn-read-more:hover i {
    margin-left: 5px;
}

.blog-signle-style-four:hover .thumbnail img {
    transform: scale(1.05);
}

.rts-btn.btn-primary.border.style-two {
    border-color: #363639 !important;
    height: 50px;
    transition: 0.3s;
}

.rts-btn.btn-primary.border.style-two:hover {
    border-color: var(--color-primary) !important;
}

.single-blog-card-style-5 {
    background: #ffffff;
    border: 1px solid #ebe4e0;
    border-radius: 10px;
}

.single-blog-card-style-5.small-blog-five .author-area {
    display: none !important;
}

.single-blog-card-style-5.small-blog-five .title-content-area {
    padding-left: 0 !important;
}

.single-blog-card-style-5 .top-area-blog {
    padding: 20px;
}

.single-blog-card-style-5 .top-area-blog span {
    padding: 0 0 15px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ebe4e0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #141416;
    font-size: 14px;
}

.single-blog-card-style-5 .top-area-blog .thumbnail {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.single-blog-card-style-5 .top-area-blog .thumbnail img {
    transition: 0.5s;
}

.single-blog-card-style-5 .inner-content-area {
    border-top: 1px solid #ebe4e0;
    padding: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .single-blog-card-style-5 .inner-content-area {
        padding: 30px 20px;
    }
}

.single-blog-card-style-5 .inner-content-area .author-area {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-basis: 23%;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-blog-card-style-5 .inner-content-area .author-area {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .single-blog-card-style-5 .inner-content-area .author-area {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {
    .single-blog-card-style-5 .inner-content-area .author-area {
        display: none;
    }
}

.single-blog-card-style-5 .inner-content-area .author-area::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 229px;
    width: 3px;
    background: #ebe4e0;
}

.single-blog-card-style-5 .inner-content-area .author-area img {
    max-width: 60px;
}

.single-blog-card-style-5 .inner-content-area .author-area p {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #141416;
}

.single-blog-card-style-5 .inner-content-area .author-area .name {
    font-size: 14px;
    color: #141416;
    font-size: 18px;
    margin-bottom: 0;
}

.single-blog-card-style-5 .inner-content-area .title-content-area {
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .single-blog-card-style-5 .inner-content-area .title-content-area {
        padding-left: 0;
    }
}

.single-blog-card-style-5 .inner-content-area .title-content-area .tag-area {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 479px) {
    .single-blog-card-style-5
        .inner-content-area
        .title-content-area
        .tag-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.single-blog-card-style-5
    .inner-content-area
    .title-content-area
    .tag-area
    span {
    color: #7c7c84;
    text-transform: uppercase;
    font-size: 14px;
}

.single-blog-card-style-5
    .inner-content-area
    .title-content-area
    .tag-area
    span.intro {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.single-blog-card-style-5
    .inner-content-area
    .title-content-area
    .tag-area
    span.intro::after {
    content: "";
    position: absolute;
    left: -20px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    background: #eaeaea;
    border-radius: 50px;
}

.single-blog-card-style-5 .inner-content-area .title-content-area .title {
    color: #141416;
    font-size: 24px;
    text-transform: uppercase;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .single-blog-card-style-5 .inner-content-area .title-content-area .title {
        font-size: 18px;
        transition: 0.3s;
        line-height: 1.4;
    }
}

.single-blog-card-style-5 .inner-content-area .title-content-area .title:hover {
    color: var(--color-primary);
}

.single-blog-card-style-5 .inner-content-area .title-content-area .read-more {
    text-transform: uppercase;
    color: #141416;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.3s;
}

.single-blog-card-style-5
    .inner-content-area
    .title-content-area
    .read-more:hover {
    color: var(--color-primary);
}

.single-blog-card-style-5:hover .thumbnail img {
    transform: scale(1.1);
}

.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: 70px 0 30px 0;
    }
}

.search-input-area.show {
    visibility: visible;
    transform: inherit;
    opacity: 1;
}

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

@media only screen and (max-width: 575px) {
    .search-input-area .search-input-inner .input-div {
        width: 100%;
    }
}

.search-input-area .search-input-inner .input-div input {
    background: #f7f7f7;
    border-radius: 5px;
    height: 55px;
    border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
    border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
    max-width: max-content;
    padding: 18px 21px;
    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;
}

.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: 20px;
        top: 15px;
    }
}

.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: #f7f7f7;
}

.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: rgba(85, 60, 223, 0.0784313725);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 0.3s;
}

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

#anywhere-home.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    /* bottom: 30px; */
    bottom: 60px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 999;
    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: var(--font-3);
    content: "\f077";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--color-primary);
    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: 1px solid var(--color-primary);
    border: none !important;
    box-shadow: none;
    border-radius: 50% !important;
    border-radius: 5px;
}

.progress-wrap:hover::after {
    opacity: 1;
    content: "\f077";
}

.progress-wrap::before {
    position: absolute;
    font-family: var(--font-3);
    content: "\f077";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: var(--color-primary);
    -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: var(--color-primary);
    border-radius: 50%;
    background: transparent;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 4px;
    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);
}

.home-blue .progress-wrap::after {
    border-color: var(--color-primary);
    box-shadow: 0px 3px 20px 6px rgba(7, 66, 233, 0.3215686275);
    color: var(--color-primary);
}

.bg-dark-2 {
    background: #1e1e20;
}

.title-style-three-center {
    text-align: center;
}

.title-style-three-center .title {
    font-size: 48px;
}

@media only screen and (max-width: 991px) {
    .title-style-three-center .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .title-style-three-center .title {
        font-size: 28px;
    }
}

.title-style-three-center p.disc {
    max-width: 55%;
    margin: auto;
    color: #7c7c84;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-style-three-center p.disc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .title-style-three-center p.disc {
        max-width: 100%;
    }
}

.single-facts-three {
    background: #141416;
    border: 1px solid #313135;
    border-radius: 10px;
    padding: 32px 40px;
}

.single-facts-three .icon {
    margin-bottom: 45px;
}

.single-facts-three .inner .title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
}

.single-facts-three .inner .bottom {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.facts-right-area-3-main-wrapper {
    position: relative;
}

.facts-right-area-3-main-wrapper .inner-content {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 58.5%;
}

@media only screen and (max-width: 1199px) {
    .facts-right-area-3-main-wrapper .inner-content {
        max-width: 100%;
        left: 30px;
    }
}

.facts-right-area-3-main-wrapper .inner-content .title {
    font-size: 24px;
}

.facts-right-area-3-main-wrapper .inner-content p.disc {
    font-size: 15px;
    color: #7c7c84;
    margin-bottom: 25px;
}

.facts-right-area-3-main-wrapper .inner-content p.disc b {
    color: #fff;
}

.facts-right-area-3-main-wrapper .inner-content .call-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.facts-right-area-3-main-wrapper .inner-content .call-area .icon {
    height: 80px;
    width: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facts-right-area-3-main-wrapper .inner-content .call-area .inner span {
    font-size: 15px;
    color: #fff;
}

.facts-right-area-3-main-wrapper .inner-content .call-area .inner a .title {
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
    transition: 0.3s;
    margin-bottom: 0;
}

.facts-right-area-3-main-wrapper
    .inner-content
    .call-area
    .inner
    a:hover
    .title {
    color: var(--color-primary);
}

.bg-dark-5 .title-left-align-five span.pre {
    color: var(--color-primary);
}

.bg-dark-5 .title-left-align-five .title {
    color: #fff;
}

.funfacts-list-wrapper-5 {
    display: flex;
    align-items: center;
    border-top: 1px solid #2b2b30;
    border-bottom: 1px solid #2b2b30;
}

@media only screen and (max-width: 991px) {
    .funfacts-list-wrapper-5 {
        flex-wrap: wrap;
    }
}

.funfacts-list-wrapper-5 .single-fun-facts-area-5 {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 60px 0;
    border-right: 1px solid #2b2b30;
}

@media only screen and (max-width: 991px) {
    .funfacts-list-wrapper-5 .single-fun-facts-area-5 {
        flex-basis: 50%;
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .funfacts-list-wrapper-5 .single-fun-facts-area-5 {
        flex-basis: 100%;
        border: none;
        justify-content: center !important;
    }
}

.funfacts-list-wrapper-5 .single-fun-facts-area-5:last-child {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .funfacts-list-wrapper-5 .single-fun-facts-area-5:last-child {
        justify-content: center !important;
    }
}

.funfacts-list-wrapper-5 .single-fun-facts-area-5 .icon {
    width: 80px;
    height: 80px;
    background: #141416;
    border: 1px solid #2b2b30;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.funfacts-list-wrapper-5 .single-fun-facts-area-5 .counter-wrapper .title {
    margin-bottom: 0;
    font-size: 44px;
}

.funfacts-list-wrapper-5 .single-fun-facts-area-5 .counter-wrapper .bottom {
    font-weight: 700;
    color: #656565;
}

.bg_dark {
    background: #1e1e20;
}

.bg_dark .title {
    color: #fff;
}

.bg_dark .title-style-two-left p.disc {
    color: #7c7c84;
}

.how-we-work-area .how-we-work-area-content-wrapper p.disc {
    max-width: 90%;
}

.single-working-process-area {
    padding: 30px;
    background: #141416;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .single-working-process-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-working-process-area:last-child {
    margin-bottom: 0;
}

.single-working-process-area .icon {
    height: 99px;
    min-width: 99px;
    background: #1e1e20;
    border: 1px solid #303032;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-working-process-area .inner-content .title {
    margin-bottom: 7px;
}

.single-working-process-area .inner-content p.disc {
    font-size: 15px;
    max-width: 100%;
}

.single-working-process-area .inner-content * {
    color: #fff;
}

.our-working-process-area-4 {
    background-image: url(../images/working-process/03.webp);
    height: 600px;
}

.our-working-process-area-4 .marque-wrapper {
    padding-top: 100px;
}

.our-working-process-area-4 .marque-wrapper .marquee span {
    color: #fff !important;
}

.our-working-process-area-4 .title-center-wrapper-4 {
    text-align: center;
    margin-top: 80px;
}

.our-working-process-area-4 .title-center-wrapper-4 p.disc {
    max-width: 60%;
    margin: auto;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .our-working-process-area-4 .title-center-wrapper-4 p.disc {
        max-width: 100%;
    }
}

.working-process-mt-dec-4 {
    margin-top: -50px;
}

.bd-process {
    position: relative;
}

.bd-process::after {
    position: absolute;
    content: "";
    background: #2a2a31;
    height: 1px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

.single-process-wrapper-4 {
    text-align: center;
}

.single-process-wrapper-4 span.number {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    background: #1f1f23;
    border: 1px solid #2a2a31;
    box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.single-process-wrapper-4 span.number::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1f1f23;
    border: 1px solid #2a2a31;
    box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
    z-index: -1;
    border-radius: 50%;
    transition: 0.3s;
}

.single-process-wrapper-4 p.disc {
    color: #7c7c84;
    font-size: 15px;
    max-width: 90%;
    margin: auto;
}

.single-process-wrapper-4:hover span.number::after {
    background: var(--color-primary);
}

.small-cta-area .cta-small-left {
    display: flex;
    align-items: center;
    background: var(--color-primary);
    padding: 33px 25px;
    height: 80px;
    border-radius: 10px;
    gap: 15px;
}

.small-cta-area .cta-small-left i {
    font-size: 16px;
    color: #fff;
}

.small-cta-area .cta-small-left span {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.small-cta-area .cta-small-right {
    display: flex;
    align-items: center;
    background: var(--color-primary);
    padding: 33px 25px;
    height: 80px;
    border-radius: 10px;
    gap: 15px;
    box-sizing: border-box;
    height: 80px;
    left: 731px;
    top: 3422px;
    /* title color */
    background: #141416;
    border: 1px solid #2a2a31;
    border-radius: 10px;
    justify-content: space-between;
}

@media only screen and (max-width: 479px) {
    .small-cta-area .cta-small-right {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
}

.small-cta-area .cta-small-right p {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
}

.small-cta-area .cta-small-right a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    transition: 0.3s;
}

.small-cta-area .cta-small-right a:hover {
    color: var(--color-primary);
}

.cta-main-wrapper-two {
    height: 570px;
    background-image: url(../images/cta/02.webp);
}

.container-smx {
    max-width: 1800px;
    margin: auto;
}

.cta-main-wrapper-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-main-wrapper-two .inner-content-text {
    text-align: center;
}

.cta-main-wrapper-two .inner-content-text .pre {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-main-wrapper-two .inner-content-text .title {
    font-size: 80px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-two .inner-content-text .title {
        font-size: 40px;
    }
}

.cta-main-wrapper-two .inner-content-text a.mail {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.cta-main-wrapper-two .inner-content-text p {
    color: #fff;
    font-size: 24px;
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-two .inner-content-text p {
        font-size: 18px;
    }
}

.cta-main-wrapper-two .button-wrapper {
    margin: auto;
    justify-content: center;
}

.cta-main-wrapper-two .button-wrapper .rts-btn {
    height: 50px;
}

.cta-main-wrapper-two .button-wrapper .btn-white img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(56%) saturate(2161%)
        hue-rotate(349deg) brightness(98%) contrast(98%);
}

.cta-main-wrapper-two .button-wrapper .btn-white:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7447%)
        hue-rotate(171deg) brightness(109%) contrast(112%);
}

/*.bg_footer-1 {*/
/*    background-image: url(../images/footer/01.webp);*/
/*}*/

.contact-area-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .contact-area-footer-top {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.single-contact-area-box .icon {
    width: 70px;
    height: 70px;
    background: #141416;
    border: 1px solid #2b2b30;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.single-contact-area-box .icon i {
    color: #fff;
    font-size: 18px;
}

.single-contact-area-box .title {
    font-size: 18px;
    margin-bottom: 9px;
}

.single-contact-area-box a {
    display: block;
    color: #7c7c84;
    margin-bottom: 5px;
    transition: 0.3s;
}

.single-contact-area-box a:hover {
    color: var(--color-primary);
}

.single-contact-area-box a:last-child {
    margin-bottom: 0;
}

.nav-footer-wrapper-one {
    border-top: 1px solid #333338;
    border-bottom: 1px solid #333338;
    margin-top: 100px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 575px) {
    .nav-footer-wrapper-one {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 15px 0;
    }
}

.nav-footer-wrapper-one .footer-float-nav {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .nav-footer-wrapper-one .footer-float-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-footer-wrapper-one .footer-float-nav li a {
        padding: 8px 10px;
        min-width: max-content;
    }
}

@media only screen and (max-width: 479px) {
    .nav-footer-wrapper-one .footer-float-nav li a {
        padding: 8px 10px !important;
        min-width: max-content;
    }
}

.nav-footer-wrapper-one .footer-float-nav li {
    margin: 0;
    flex-basis: 14.27%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #333338;
}

@media only screen and (max-width: 767px) {
    .nav-footer-wrapper-one .footer-float-nav li {
        border: none !important;
    }
}

.nav-footer-wrapper-one .footer-float-nav li a {
    padding: 20px 49px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-footer-wrapper-one .footer-float-nav li a {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-footer-wrapper-one .footer-float-nav li a {
        padding: 20px 10px;
    }
}

.nav-footer-wrapper-one .footer-float-nav li:last-child {
    border-right: 1px solid #333338;
}

.social-area-wrapper-one ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
}

.social-area-wrapper-one ul li a {
    width: 40px;
    height: 40px;
    background: #171717;
    border: 1px solid #2f3336;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social-area-wrapper-one ul li a i {
    color: #fff;
}

.social-area-wrapper-one ul li a:hover {
    /* background: var(--color-primary); */
    background: #fbba00 !important;
    border: 1px solid transparent;
}

.footer-wrapper-left-one {
    padding-right: 70px;
}

@media only screen and (max-width: 575px) {
    .footer-wrapper-left-one {
        padding-right: 0;
    }
}

.footer-wrapper-left-one .logo {
    margin-bottom: 30px;
    display: block;
}

.footer-wrapper-left-one p.disc {
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-wrapper-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .footer-wrapper-right {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.single-nav-area-footer {
    flex-basis: 34%;
}

@media only screen and (max-width: 767px) {
    .single-nav-area-footer {
        flex-basis: 44%;
    }
}

@media only screen and (max-width: 575px) {
    .single-nav-area-footer {
        flex-basis: 100%;
    }
}

.single-nav-area-footer.use-link {
    flex-basis: 33%;
}

@media only screen and (max-width: 767px) {
    .single-nav-area-footer.use-link {
        flex-basis: 44%;
    }
}

@media only screen and (max-width: 575px) {
    .single-nav-area-footer.use-link {
        flex-basis: 100%;
    }
}

.single-nav-area-footer.use-link a {
    /*color: #7c7c84;*/
color: #ffffff;
}

.single-nav-area-footer.news-letter p {
    font-size: 15px;
    color: #7c7c84;
}

.single-nav-area-footer.news-letter input {
    background: #171717;
    border: 1px solid #2f3336;
    border-radius: 5px;
    height: 50px;
}

.single-nav-area-footer.news-letter input:focus {
    border-color: var(--color-primary);
    color: #fff;
}

.single-nav-area-footer .title {
    font-size: 22px;
    font-weight: 700;
}

.single-nav-area-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

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

.single-nav-area-footer ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #77787a;
    font-size: 15px;
    transition: 0.3s;
}

.single-nav-area-footer ul li a i {
    font-weight: 700;
    transition: 0.3s;
}

.single-nav-area-footer ul li a:hover {
    color: var(--color-primary);
}

.single-nav-area-footer ul li a:hover i {
    margin-right: 5px;
}

.btn-subscribe {
    background: var(--color-primary);
    padding: 14px 25px;
    display: block;
    max-width: 100%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.copyright-area-one {
    border-top: 1px solid #333338;
    margin-top: 80px;
}

@media only screen and (max-width: 479px) {
    .copyright-area-one {
        margin-top: 40px;
    }
}

.copyright-area-one .copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .copyright-area-one .copyright-wrapper {
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

.copyright-area-one * {
    font-size: 16px;
}

.copyright-area-one p {
    margin: 0;
    padding: 0;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .copyright-area-one p {
        text-align: center;
    }
}

.copyright-area-one .right-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
}

@media only screen and (max-width: 575px) {
    .copyright-area-one .right-nav ul {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }

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

.copyright-area-one .right-nav ul li a {
    padding: 12px 25px;
    display: block;
    color: #fff;
    transition: 0.3s;
}

@media only screen and (max-width: 479px) {
    .copyright-area-one .right-nav ul li a {
        padding: 9px 25px;
    }
}

.copyright-area-one .right-nav ul li a:hover {
    color: var(--color-primary);
}

.rts-footer-two-area {
    background-image: url(../images/footer/02.webp);
}

.footer-form-two {
    padding: 60px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

@media screen and (max-width: 1300px) {
    .footer-form-two {
        padding: 25px;
    }
}

.footer-form-two .title {
    color: var(--color-title);
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-form-two .rts-btn {
    border: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-form-two .single-input {
    margin-bottom: 25px;
}

.footer-form-two .single-input label {
    font-size: 15px;
    margin-bottom: 7px;
    color: #141416;
    font-weight: 500;
    display: block;
}

.footer-form-two .single-input input {
    height: 50px;
    border: 1px solid #edecec;
}

.footer-form-two .single-input input:focus {
    border-color: var(--color-primary);
}

.footer-form-two .single-input .nice-select {
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #edecec;
}

.footer-form-two .single-input .nice-select:focus {
    border-color: var(--color-primary);
}

.footer-form-two .single-input textarea {
    height: 140px;
    border: 1px solid #edecec;
}

.footer-form-two .single-input textarea:focus {
    border-color: var(--color-primary);
}

.contact-area-two-left-image {
    position: relative;
}

.contact-area-two-left-image .inner-content-large-image-footer {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .contact-area-two-left-image .inner-content-large-image-footer {
        left: 30px;
        bottom: 30px;
    }
}

.contact-area-two-left-image .inner-content-large-image-footer .pre {
    color: var(--color-primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-area-two-left-image .inner-content-large-image-footer .title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    max-width: 90%;
}

@media only screen and (max-width: 767px) {
    .contact-area-two-left-image .inner-content-large-image-footer .title {
        font-size: 26px;
    }
}

.contact-area-two-left-image .inner-content-large-image-footer p.disc {
    color: #7c7c84;
    max-width: 93%;
}

.contact-area-two-left-image .inner-content-large-image-footer .call-to-area {
    display: flex;
    align-items: center;
    gap: 17px;
}

.contact-area-two-left-image
    .inner-content-large-image-footer
    .call-to-area
    .icon {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background: #1e2127;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-area-two-left-image
    .inner-content-large-image-footer
    .call-to-area
    .inner
    span {
    color: #797e88;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.contact-area-two-left-image
    .inner-content-large-image-footer
    .call-to-area
    .inner
    a {
    font-size: 24px;
    color: #fff;
    transition: 0.3s;
}

.contact-area-two-left-image
    .inner-content-large-image-footer
    .call-to-area
    .inner
    a:hover {
    color: var(--color-primary);
}

.single-footer-contact-card {
    padding: 40px;
    background: #141416;
    border: 1px solid #333338;
    border-radius: 10px;
}

@media only screen and (max-width: 479px) {
    .single-footer-contact-card {
        padding: 20px;
    }
}

.single-footer-contact-card .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
}

.single-footer-contact-card p.disc {
    margin-bottom: 15px;
    color: #7c7c84;
}

.single-footer-contact-card a {
    color: #7c7c84;
    transition: 0.3s;
}

.single-footer-contact-card a:hover {
    color: var(--color-primary);
}

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

    100% {
        transform: translateX(-100%);
    }
}

.marque-wrapper .marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 500%;
    margin-left: -100%;
}

.marque-wrapper .marquee span {
    text-transform: lowercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    font-size: 190px;
    font-weight: 900;
    line-height: 1;
    color: #2a2a2f;
}

@media only screen and (max-width: 767px) {
    .marque-wrapper .marquee span {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .marque-wrapper .marquee span {
        font-size: 80px;
    }
}

.marque-wrapper.one .marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    color: rgb(27, 27, 30);
}

.copyright-area-wrapper {
    padding: 30px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #333338;
}

@media only screen and (max-width: 575px) {
    .copyright-area-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.copyright-area-wrapper p {
    margin: 0;
    color: #ffffff;
}

.footer-four-wrapper {
    background: #141416;
    padding: 30px;
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-four-wrapper {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer-four-wrapper {
        padding: 60px 0;
    }
}

.footer-float-right-4 {
    width: 1534px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .footer-float-right-4 {
        width: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .footer-float-right-4 {
        width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-float-right-4 {
        flex-wrap: wrap;
        gap: 25px;
        width: auto;
    }
}

.footer-float-right-4 .map-and-opening-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .footer-float-right-4 .map-and-opening-area {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-float-right-4 .map-and-opening-area {
        flex-wrap: wrap;
    }
}

.footer-float-right-4 .map-and-opening-area .map-area {
    width: 550px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .footer-float-right-4 .map-and-opening-area .map-area {
        width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-float-right-4 .map-and-opening-area .map-area {
        width: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-float-right-4 .map-and-opening-area .map-area {
        width: 100%;
    }
}

.footer-float-right-4 .map-and-opening-area .opening-area-wrapper {
    height: 366px;
    width: 390px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: -3px;
}

@media only screen and (max-width: 991px) {
    .footer-float-right-4 .map-and-opening-area .opening-area-wrapper {
        width: 100%;
    }
}

.footer-float-right-4 .map-and-opening-area .opening-area-wrapper .inner {
    text-align: center;
}

.footer-float-right-4 .map-and-opening-area .opening-area-wrapper .inner * {
    color: #fff;
}

.footer-float-right-4
    .map-and-opening-area
    .opening-area-wrapper
    .inner
    .title {
    font-size: 22px;
}

.footer-float-right-4 .left-content-area span {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.footer-float-right-4 .left-content-area .title {
    font-size: 72px;
    color: var(--color-primary);
    margin-top: 10px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .footer-float-right-4 .left-content-area .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .footer-float-right-4 .left-content-area .title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-float-right-4 .left-content-area .title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-float-right-4 .left-content-area .title {
        font-size: 40px;
    }
}

.footer-float-right-4 .left-content-area p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.footer-location-area-4 {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.footer-location-area-4 .icon {
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.footer-location-area-4 .icon i {
    font-size: 24px;
    color: var(--color-primary);
}

.footer-location-area-4 .inner-wrapper .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-location-area-4 .inner-wrapper .mail a {
    color: #7c7c84;
    transition: 0.3s;
}

.footer-location-area-4 .inner-wrapper .mail a:hover {
    color: var(--color-primary);
}

.copyright-area-4-wrapper {
    border-top: 1px solid #333338;
}

.copyright-area-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .copyright-area-4 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }
}

.copyright-area-4 p {
    margin: 0;
    color: #ffffff;
}

.copyright-area-4 a {
    color: #ffffff;
}

.copyright-area-4 .right-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.copyright-area-4 .right-nav a {
    transition: 0.3s;
}

.copyright-area-4 .right-nav a:hover {
    color: var(--color-primary);
}

.footer-five-wrapper-main {
    padding: 120px 120px 0 120px;
    background: #fff;
    border-radius: 30px 30px 0 0;
}

@media only screen and (max-width: 1199px) {
    .footer-five-wrapper-main {
        padding: 80px 50px 0 50px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-five-wrapper-main {
        padding: 35px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-five-wrapper-main {
        padding: 35px 25px 0 25px;
    }
}

.footer-five-wrapper-main .footer-five-left-area .title {
    font-size: 44px;
    color: #000;
    margin-bottom: 37x;
}

@media only screen and (max-width: 575px) {
    .footer-five-wrapper-main .footer-five-left-area .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-five-wrapper-main .footer-five-left-area .title br {
        display: none;
    }
}

.footer-five-wrapper-main .footer-five-left-area form input.email {
    height: 50px;
    background: rgba(247, 247, 247, 0.67);
    border: 1px solid #edecec;
    border-radius: 5px;
    max-width: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-five-wrapper-main .footer-five-left-area form input.email {
        max-width: 100%;
    }
}

.footer-five-wrapper-main .footer-five-left-area form input.email:focus {
    border-color: var(--color-primary);
}

.footer-five-wrapper-main .footer-five-left-area form .form-check {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 27px;
}

.footer-five-wrapper-main .footer-five-left-area form .form-check label {
    margin-top: -2px;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    max-width: 80%;
    line-height: 1.5;
}

@media only screen and (max-width: 479px) {
    .footer-five-wrapper-main .footer-five-left-area form .form-check label {
        max-width: 100%;
    }
}

.footer-five-wrapper-main .footer-five-left-area form .form-check label::after {
    display: none;
}

.footer-five-wrapper-main
    .footer-five-left-area
    form
    .form-check
    label::before {
    display: none;
}

.footer-five-wrapper-main .footer-five-left-area form button {
    border: none;
    box-shadow: none;
}

.footer-five-wrapper-main .single-usefull-name-five-footer .title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #141416;
    margin-bottom: 25px;
}

.single-usefull-name-five-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-usefull-name-five-footer ul li {
    margin: 10px 0;
}

.single-usefull-name-five-footer ul li a {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    color: #7c7c84;
}

.single-usefull-name-five-footer ul li a i {
    transition: 0.3s;
    color: #7c7c84;
}

.single-usefull-name-five-footer ul li a:hover {
    color: var(--color-primary);
}

.single-usefull-name-five-footer ul li a:hover i {
    margin-right: 5px;
}

.footer-contact-infor-wrapper-5 {
    padding: 40px 0;
    border-top: 1px solid #edecec;
    border-bottom: 1px solid #edecec;
}

.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .icon {
    height: 70px;
    width: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(251, 243, 241);
}

.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .icon i {
    font-size: 24px;
    color: var(--color-primary);
}

.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .inner span {
    font-size: 14px;
    color: #141416;
    text-transform: uppercase;
}

.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .inner a .title {
    font-weight: 700;
    font-size: 18px;
    color: #141416;
    margin: 0;
    margin-top: 7px;
    transition: 0.3s;
}

.footer-contact-infor-wrapper-5
    .single-cotact-info-wrapper
    .inner
    a:hover
    .title {
    color: var(--color-primary);
}

.copyright-5-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-5-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .copyright-5-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.copyright-5-wrapper p {
    margin: 0;
    color: #141416;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .copyright-5-wrapper p {
        text-align: center;
    }
}

.copyright-5-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
}

@media only screen and (max-width: 479px) {
    .copyright-5-wrapper ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.copyright-5-wrapper ul li {
    margin: 0;
    padding: 0;
}

.copyright-5-wrapper ul li a {
    color: #141416;
    font-size: 16px;
    transition: 0.3s;
}

.copyright-5-wrapper ul li a:hover {
    color: var(--color-primary);
}

.about-us-area-five {
    position: relative;
    z-index: 5;
}

.rts-footer-area-five {
    position: relative;
    z-index: 1;
}

.rts-footer-area-five::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 600px;
    background: #223c73;
    mix-blend-mode: plus-darker;
    opacity: 1;
    filter: blur(190px);
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.rts-footer-area-five::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 600px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #223c73;
    mix-blend-mode: normal;
    opacity: 1;
    filter: blur(500px);
}

.single-contact-area-box {
    position: relative;
}

.single-contact-area-box:last-child::after {
    display: none;
}

.single-contact-area-box::after {
    position: absolute;
    content: "";
    right: -80px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #333338;
}

@media only screen and (max-width: 1199px) {
    .single-contact-area-box::after {
        display: none;
    }
}

.rts-appoinment-area-3 .appoinment-three-wrapper {
    background: #141416;
    border-radius: 20px;
}

.rts-appoinment-area-3 .appoinment-three-wrapper .thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 20px;
}

.appoinment-area-main-form {
    padding-right: 100px;
    padding-left: 90px;
}

@media only screen and (max-width: 991px) {
    .appoinment-area-main-form {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .appoinment-area-main-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .appoinment-area-main-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.appoinment-area-main-form .title {
    font-size: 36px;
    margin-bottom: 40px;
    display: block;
}

@media only screen and (max-width: 575px) {
    .appoinment-area-main-form .title {
        font-size: 22px;
    }
}

.appoinment-area-main-form form .half-input-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.appoinment-area-main-form form .half-input-wrapper .single-input {
    width: 100%;
}

.appoinment-area-main-form form .half-input-wrapper .single-input .nice-select {
    display: flex;
    align-items: center;
}

.appoinment-area-main-form form .half-input-wrapper .single-input input,
.appoinment-area-main-form form .half-input-wrapper .single-input .nice-select {
    height: 55px;
    background: #1e1e20;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0 !important;
}

.appoinment-area-main-form form .half-input-wrapper .single-input input:focus,
.appoinment-area-main-form
    form
    .half-input-wrapper
    .single-input
    .nice-select:focus {
    border: 1px solid var(--color-primary);
}

.appoinment-area-main-form form textarea {
    background: #1e1e20;
    height: 160px;
    border: 1px solid transparent;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

.appoinment-area-main-form form textarea:focus {
    border: 1px solid var(--color-primary);
}

.appoinment-area-main-form form button {
    border: none;
}

.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;
    border: none;
}

.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;
    border: none !important;
}

.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;
    border: none;
}

.cart-edit .quantity-edit input {
    text-align: center;
    max-width: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
    border-radius: 2px;
    border-color: #f1f1f1;
}

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

.title-brand {
    color: #141416;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    .title-brand {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .title-brand {
        font-size: 28px;
    }
}

.title-brand span {
    color: var(--color-primary);
}

.single-brand-area-style {
    padding: 37px 30px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .single-brand-area-style {
        padding: 15px;
    }
}

.single-brand-area-style .icon {
    margin-bottom: 30px;
    padding-bottom: 33px;
    position: relative;
    display: block;
}

.single-brand-area-style .icon::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #223c73 0%, rgba(248, 78, 29, 0.1) 100%);
}

.single-brand-area-style .icon::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--color-primary);
}

.single-brand-area-style .title {
    color: #141416;
    font-size: 22px;
    margin-bottom: 10px;
}

.single-brand-area-style p.disc {
    font-size: 15px;
    color: #7c7c84;
}

.single-branding-area-wrapper-one {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.single-branding-area-wrapper-one .thumbnail {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.single-branding-area-wrapper-one .thumbnail img {
    transition: 0.3s;
}

.single-branding-area-wrapper-one .thumbnail p {
    position: absolute;
    padding: 55px 30px;
    background: var(--color-primary);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 100%;
    color: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.single-branding-area-wrapper-one .inner {
    padding: 25px 30px;
}

.single-branding-area-wrapper-one .inner a .title {
    font-size: 24px;
    margin-bottom: 0;
    color: var(--color-title);
    transition: 0.3s;
}

.single-branding-area-wrapper-one:hover .thumbnail img {
    transform: scale(1.05);
}

.single-branding-area-wrapper-one:hover .thumbnail p {
    top: 0;
}

.single-branding-area-wrapper-one:hover .inner a .title {
    color: var(--color-primary);
}

.progress-wrapper-main .single-progress-area-h {
    margin-top: 20px;
}

.progress-wrapper-main .single-progress-area-h .progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-wrapper-main .single-progress-area-h .progress-top .name {
    color: #141416;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.progress-wrapper-main .single-progress-area-h .progress-top .parcent {
    color: #141416;
    font-size: 15px;
    font-weight: 700;
}

.progress-wrapper-main .single-progress-area-h .progress {
    height: 15px;
    border-radius: 10px;
}

.progress-wrapper-main .single-progress-area-h .progress .progress-bar {
    background: linear-gradient(270deg, #223c73 0%, #1d1d1d 55%);
    border-radius: 100px;
}

.bg-3 {
    background-color: #151618;
}

.team-area-wrapper-4-main {
    background: #141416;
    border-radius: 20px;
}

.team-area-wrapper-4-main .rts-btn {
    height: 50px;
}

.single-team-area-four a.thumbnail {
    display: block;
}

.single-team-area-four .inner {
    text-align: center;
    padding-top: 25px;
}

.single-team-area-four .inner .title {
    margin-bottom: 5px;
}

.single-team-area-four .inner p.disc {
    margin-bottom: 0;
    color: #fff;
}

.team-area-swiper-main-4 {
    position: relative;
}

.team-area-swiper-main-4 .swiper-button-next,
.team-area-swiper-main-4 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #1e1e20;
    border: 1px solid #34343a;
    border-radius: 10px;
}

.team-area-swiper-main-4 .swiper-button-next i,
.team-area-swiper-main-4 .swiper-button-prev i {
    color: #fff;
}

.team-area-swiper-main-4 .swiper-button-next::after,
.team-area-swiper-main-4 .swiper-button-prev::after {
    display: none;
}

.team-area-swiper-main-4 .swiper-button-next {
    right: -80px;
}

.team-area-swiper-main-4 .swiper-button-prev {
    left: -80px;
}

.team-area-swiper-main-4 .swiper-pagination {
    top: auto;
    bottom: 0px;
    background: #38383f;
    height: 2px;
}

.team-area-swiper-main-4
    .swiper-pagination
    .swiper-pagination-progressbar-fill {
    background: var(--color-primary);
}

.team-area-swiper-main-4 .mySwiper-team-4 {
    padding-bottom: 40px;
}

.marque-area-wrapper-4 {
    background: var(--color-primary);
    padding: 50px;
    border-radius: 20px;
}

@media only screen and (max-width: 575px) {
    .marque-area-wrapper-4 {
        padding: 30px 10px;
    }
}

.marque-area-wrapper-4 .marque-wrapper.one {
    overflow: hidden;
}

.marque-area-wrapper-4 .marque-wrapper.one .marquee-2 {
    display: flex;
    align-items: center;
    margin-left: -50%;
}

.marque-area-wrapper-4 .marque-wrapper.one .marquee-2 span {
    min-width: max-content;
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
}

.bg-white-1 {
    background: #f5f3f2;
}

.single-team-style-five {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.single-team-style-five .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 340px;
}

.single-team-style-five .thumbnail img {
    transition: 0.5s;
}

.single-team-style-five .thumbnail .shape-social {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.single-team-style-five .inner-content-team {
    padding: 30px;
}

.single-team-style-five .inner-content-team .title {
    color: #141416;
    /*font-size: 24px;*/
    font-size: 22px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.single-team-style-five .inner-content-team .title:hover {
    color: var(--color-primary);
}

.single-team-style-five .share-btn {
    position: absolute;
    right: 60px;
    bottom: 101px;
    height: 38px;
    width: 38px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-team-style-five .share-btn i {
    color: #fff;
}

.single-team-style-five:hover .socail-area-wrapper-team {
    transform: scaleY(1);
}

.single-team-style-five:hover .thumbnail img {
    transform: scale(1.1);
}

.socail-area-wrapper-team {
    position: absolute;
    right: 55px;
    bottom: 99px;
    transform: scaleY(0);
    transition: 0.5s;
    transform-origin: bottom center;
}

.socail-area-wrapper-team ul {
    background: var(--color-primary);
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    border-radius: 100px;
}

.socail-area-wrapper-team ul li {
    margin: 0;
}

.socail-area-wrapper-team ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: #fff;
}

.socail-area-wrapper-team ul li a i {
    color: var(--color-primary);
}

.bg-color-dark-1 .title-center-style-one .title {
    color: #fff;
}

.single-team-area-inner {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.single-team-area-inner .thumbnail img {
    transition: 0.3s;
}

.single-team-area-inner .inner-content {
    position: absolute;
    left: 0;
    bottom: -85px;
    background: linear-gradient(90deg, #171717 0%, rgba(23, 23, 23, 0.1) 100%);
    opacity: 0.93;
    backdrop-filter: blur(17.5px);
    width: 100%;
    padding: 30px;
    transition: 0.3s;
}

.single-team-area-inner .inner-content .title {
    font-size: 30px;
    margin-bottom: 7px;
    transition: 0.3s;
}

.single-team-area-inner .inner-content .title:hover {
    color: var(--color-primary);
}

.single-team-area-inner .inner-content span {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 500;
}

.single-team-area-inner .inner-content .social-area-main-wrapper-team {
    margin-top: 15px;
}

.single-team-area-inner:hover .thumbnail img {
    transform: scale(1.05);
}

.single-team-area-inner:hover .inner-content {
    bottom: 0;
}

.social-area-main-wrapper-team ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.social-area-main-wrapper-team ul li a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: 0.3s;
}

.social-area-main-wrapper-team ul li a i {
    color: var(--color-title);
    transition: 0.3s;
}

.social-area-main-wrapper-team ul li:hover a {
    background: var(--color-primary);
}

.social-area-main-wrapper-team ul li:hover a i {
    color: #fff;
}

.team-support-area-wrapper-left-inner .about-wrapper-area-five {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.team-support-area-wrapper-left-inner
    .about-wrapper-area-five
    .about-left-wrapper {
    max-width: 100%;
    padding: 0;
}

.single-team-details-top-area {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .single-team-details-top-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

.single-team-details-top-area .thumbnail {
    max-width: 578px;
}

@media only screen and (max-width: 991px) {
    .single-team-details-top-area .thumbnail {
        max-width: 100%;
    }
}

.single-team-details-top-area .right-content-inner {
    padding: 40px 60px 40px 60px;
}

@media only screen and (max-width: 575px) {
    .single-team-details-top-area .right-content-inner {
        padding: 25px;
    }
}

.single-team-details-top-area .right-content-inner span {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 15px;
}

.single-team-details-top-area .right-content-inner .title {
    color: var(--color-title);
    margin-bottom: 10px;
}

.single-team-details-top-area .right-content-inner p.disc {
    margin-bottom: 20px;
}

.single-team-details-top-area .right-content-inner .contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media only screen and (max-width: 575px) {
    .single-team-details-top-area .right-content-inner .contact-info {
        flex-wrap: wrap;
    }
}

.single-team-details-top-area .right-content-inner .contact-info .single {
    width: max-content;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #edecec;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    transition: 0.3s;
}

.single-team-details-top-area .right-content-inner .contact-info .single i {
    color: var(--color-primary);
}

.single-team-details-top-area .right-content-inner .contact-info .single p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--color-title);
}

.single-team-details-top-area .right-content-inner .contact-info .single * {
    transition: 0.3s;
}

.single-team-details-top-area .right-content-inner .contact-info .single:hover {
    background: var(--color-primary);
}

.single-team-details-top-area
    .right-content-inner
    .contact-info
    .single:hover
    * {
    color: #fff;
}

.single-team-details-top-area .right-content-inner .social-area-wrapper-one {
    margin-top: 25px;
}

.single-team-details-top-area .right-content-inner .social-area-wrapper-one li {
    margin: 0;
}

.single-team-details-top-area
    .right-content-inner
    .social-area-wrapper-one
    li
    a {
    width: 45px;
    height: 45px;
    left: 988px;
    top: 1167px;
    background: rgba(250, 250, 250, 0.74);
    border: 1px solid #edecec;
    border-radius: 100px;
    transition: 0.3s;
}

.single-team-details-top-area
    .right-content-inner
    .social-area-wrapper-one
    li
    a
    i {
    color: #141416;
    transition: 0.3s;
}

.single-team-details-top-area
    .right-content-inner
    .social-area-wrapper-one
    li
    a:hover {
    background: #223c73;
}

.single-team-details-top-area
    .right-content-inner
    .social-area-wrapper-one
    li
    a:hover
    i {
    color: #fff;
}

.bg-image-none {
    background-image: none;
}

.professional-skill-area {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 92px;
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .professional-skill-area {
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .professional-skill-area {
        padding: 25px;
    }
}

.professional-skill-area .skill-area .title {
    color: var(--color-title);
    font-style: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #edecec;
    margin-bottom: 25px;
}

.professional-skill-area .progress {
    height: 8px !important;
}

.professional-skill-area .progress-bar {
    background: var(--color-primary) !important;
}

.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: -50%;
    top: -50%;
    display: block;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.4509803922);
    border-radius: 50%;
    border: 1px solid #ffffff;
    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: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.5490196078);
    border: 2px solid #ffffff;
    transition: all 200ms;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .vedio-icone .video-play-button::after {
        width: 60px;
        height: 60px;
    }
}

.vedio-icone .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid var(--color-primary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    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;
}

.quick-contact-page-1 {
    padding: 38px 30px;
    border-radius: 10px;
    background: #fff;
}

.quick-contact-page-1 .title {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 18px;
    color: var(--color-title);
}

.contact-main-wrapper-left span {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
}

.contact-main-wrapper-left .title-main {
    font-size: 44px;
    font-weight: 700;
    color: var(--color-title);
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .contact-main-wrapper-left .title-main {
        font-size: 32px;
        line-height: 1.3;
    }

    .contact-main-wrapper-left .title-main br {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .contact-main-wrapper-left .title-main {
        font-size: 26px;
        line-height: 1.3;
    }
}

.contact-main-wrapper-left p.disc {
    max-width: 90%;
}

.contact-form-area-wrapper {
    padding: 60px;
    background: #ffffff;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .contact-form-area-wrapper {
        padding: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form-area-wrapper {
        padding: 15px;
    }
}

.contact-form-area-wrapper .title {
    font-size: 36px;
    color: var(--color-title);
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .contact-form-area-wrapper .title {
        font-size: 26px;
    }
}

.contact-form-area-wrapper input {
    height: 50px;
    background: #f6f6f6;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding: 15px;
}

.contact-form-area-wrapper input:focus {
    border: 1px solid var(--color-primary);
}

.contact-form-area-wrapper .half-inpur-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.contact-form-area-wrapper .half-inpur-wrapper .single {
    width: 100%;
}

.contact-form-area-wrapper textarea {
    height: 150px;
    background: #f6f6f6;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding: 15px;
}

.contact-form-area-wrapper textarea:focus {
    border: 1px solid var(--color-primary);
}

.contact-form-area-wrapper button {
    border: none;
    box-shadow: none;
}

.blog-single-post-listing {
    margin-right: 30px;
    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: 15px;
    background: #ffffff;
}

.blog-single-post-listing.details .title {
    color: var(--color-title);
}

.blog-single-post-listing.details .thumbnail {
    border-radius: 15px 15px 0 0;
}

.blog-single-post-listing.details .thumbnail.details {
    border-radius: 15px;
    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: 15px;
    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;
        gap: 10px;
    }
}

.blog-single-post-listing.details .details-tag h6 {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 15px;
    color: var(--color-title);
}

.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: 5px;
    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;
    color: #000;
    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;
    color: var(--color-title);
}

.blog-single-post-listing.details .author-area .author-details p {
    line-height: 26px;
}

.blog-single-post-listing.inner {
    border: none;
    max-width: 950px;
    margin: 0 auto;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area {
    position: relative;
    background: #000;
    padding-top: 120px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area::before {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-primary);
    font-weight: 900;
    font-size: 20px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
    color: #f7f7f7;
}

.blog-single-post-listing .replay-area-details {
    margin-top: 40px;
}

.blog-single-post-listing .replay-area-details form input {
    height: 55px;
    border-radius: 5px;
    background: #f6f6f6;
    border: 1px solid transparent;
}

.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: 5px;
    background: #f6f6f6;
    height: 140px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid transparent;
}

.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.3s;
    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: 5px;
    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;
    }
}

.rts-single-wized {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 40px;
}

.rts-single-wized:last-child {
    margin-bottom: 0;
}

@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: #1c2539;
}

.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 #2e3951;
}

.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;
    color: var(--color-title);
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}

.rts-single-wized .wized-body .rts-search-wrapper {
    position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent;
}

.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: 5px;
    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: 15px;
    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: 15px 25px;
    background: #fff;
    color: #5d666f;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
}

.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: 5px;
}

.rts-single-wized .recent-post-single .thumbnail img {
    min-width: 85px;
    height: auto;
    transition: 0.3s;
    max-width: 85px;
}

.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: 6px;
}

@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.3s;
}

@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: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1c2539;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.rts-single-wized .tags-wrapper a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px) scale(1.09);
}

.single-history-area .year-history {
    width: 80px;
    height: 80px;
    background: var(--color-title);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 40px;
}

.single-history-area .year-history span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.single-history-area .body-history {
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.single-history-area .body-history .icon {
    height: 100px;
    width: 100px;
    background: #fff5f2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -50px;
    z-index: 10;
    position: relative;
}

.single-history-area .body-history .title {
    color: var(--color-title);
    font-size: 22px;
    margin-bottom: 12px;
}

.single-history-area .body-history p {
    margin-bottom: 0;
    max-width: 100%;
    margin: auto;
    padding-bottom: 30px;
    max-width: 80%;
}

.position-history-relative {
    position: relative;
    z-index: 1;
}

.position-history-relative hr.history {
    position: absolute;
    left: 0;
    top: 85px;
    z-index: -1;
}

hr.history {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.bg-color-dark-1 {
    background: #1e1e20;
}

.map-contact {
    height: 655px;
}

@media only screen and (max-width: 767px) {
    .map-contact {
        height: 500px;
    }
}

.rts-map-main-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    top: 25px;
    left: 10px;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.marker-card .face {
    position: absolute;
    width: 26px;
    height: 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    z-index: 100;
    background: var(--color-primary);
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: content-box;
    line-height: 46px;
    font-size: 24px;
}

.marker-card .face::before,
.marker-card .face::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.marker-card .face::before {
    content: "";
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.marker-card .face::after {
    content: "";
    position: absolute;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#singleListingMap .marker-container {
    cursor: default;
}

#singleListingMap .marker-container {
    cursor: default;
}

.marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

#map .infoBox {
    margin-left: 160px;
    margin-bottom: -140px;
}

.map-listing-item {
    position: relative;
}

.map-listing-item .infoBox-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 8px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.map-listing-item .inner-box {
    position: relative;
    border-radius: 16px;
    background: #fff;
    width: fit-content;
    box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
    display: flex;
    align-items: center;
    padding: 16px;
    padding-right: 40px;
    gap: 16px;
}

.map-listing-item .inner-box .image-box {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.map-listing-item .inner-box .image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

.map-listing-item .inner-box .box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #000;
}

.map-listing-item .inner-box .box-bottom .avt-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 19.6px;
}

.map-listing-item .inner-box .box-bottom .avt-box img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.map-listing-item .inner-box .box-bottom .price {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
}

.map-listing-item .content {
    position: relative;
    flex-grow: 1;
}

.map-listing-item .content .location {
    color: #f1f1f1;
    font-size: 14px;
    line-height: 19.6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.map-listing-item .content .location .text {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.map-listing-item .content .location .icon {
    font-size: 16px;
    color: #f1f1f1;
}

.map-listing-item .content .title {
    font-size: 18px;
    line-height: 25.2px;
    text-transform: capitalize;
    margin-top: 4px;
    font-weight: 600;
    margin-top: 8px;
}

.map-listing-item .content .title a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.map-listing-item .content .list-info {
    margin-top: 8px;
    display: flex;
    gap: 16px;
}

.map-listing-item .content .list-info li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 19.6px;
}

.map-listing-item .content .list-info li .icon {
    font-size: 16px;
    color: #000;
}

.contact-map-item i {
    color: #000;
}

.contact-map-item .inner-box {
    position: relative;
    border-radius: 16px;
    background: #fff;
    width: fit-content;
    border-radius: 20px;
    overflow: hidden;
}

.contact-map-item .infoBox-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: var(--color-primary);
    border-radius: 100%;
    line-height: 24px;
    font-size: 12px;
    border-radius: 8px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
    color: #000;
}

.contact-map-item .infoBox-close i {
    color: #ffffff;
}

.contact-map-item .content {
    padding: 20px;
}

.contact-map-item .content .title {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.86px;
    color: #1c1c1e;
}

.contact-map-item .content .list-info {
    padding-left: 0;
}

.contact-map-item .content .list-info li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 19.6px;
    color: #1c1c1e;
}

.contact-map-item .content .list-info li .icon {
    font-size: 16px;
    color: #1c1c1e;
}

.contact-map-item .content .list-info li:not(:last-child) {
    margin-bottom: 6px;
}

.cluster-map-visible {
    text-align: center;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: var(--color-primary);
    border: 8px solid rgba(238, 103, 66, 0.1);
    box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
    box-sizing: content-box;
    background-clip: content-box;
}

.flat-map .top-map {
    height: 800px;
}

.flat-map .wrap-filter-search {
    margin-top: -48px;
    position: relative;
}

.single-offer-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .single-offer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.single-offer-inner .thumbnail {
    max-width: 315px;
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (max-width: 1340px) {
    .single-offer-inner .thumbnail {
        max-width: 269px;
    }
}

@media only screen and (max-width: 767px) {
    .single-offer-inner .thumbnail {
        max-width: 100%;
    }
}

.single-offer-inner .thumbnail img {
    transition: 0.3s;
}

.single-offer-inner .content-area a.title {
    color: var(--color-title);
}

.single-offer-inner .content-area a.title .title {
    margin-bottom: 10px;
    color: var(--color-title);
}

.single-offer-inner .content-area a.call {
    color: var(--color-title);
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.single-offer-inner p.disc {
    margin-bottom: 15px;
}

.single-offer-inner a.call {
    margin-bottom: 3px;
}

.single-offer-inner:hover .thumbnail img {
    transform: scale(1.05);
}

.commit-ment-community-wrapper-one {
    background: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .commit-ment-community-wrapper-one {
        flex-direction: column;
        align-items: flex-start;
    }
}

.commit-ment-community-wrapper-one .thumbnail {
    max-width: 536px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .commit-ment-community-wrapper-one .thumbnail {
        max-width: 100%;
    }
}

.commit-ment-community-wrapper-one .inner-content {
    padding: 80px;
}

@media only screen and (max-width: 575px) {
    .commit-ment-community-wrapper-one .inner-content {
        padding: 35px;
    }
}

.commit-ment-community-wrapper-one .inner-content span {
    font-size: 16px;
    color: #223c73;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

@media only screen and (max-width: 479px) {
    .commit-ment-community-wrapper-one .inner-content span {
        font-size: 14px;
    }
}

.commit-ment-community-wrapper-one .inner-content h3.title {
    font-size: 44px;
    color: var(--color-title);
    margin-bottom: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .commit-ment-community-wrapper-one .inner-content h3.title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .commit-ment-community-wrapper-one .inner-content h3.title {
        line-height: 1.2;
        font-size: 28px;
    }
}

.commit-ment-community-wrapper-one .signle-check-area {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 575px) {
    .commit-ment-community-wrapper-one .signle-check-area {
        flex-direction: column;
        gap: 25px;
    }
}

.commit-ment-community-wrapper-one .signle-check-area .icon {
    min-width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #edecec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.commit-ment-community-wrapper-one .signle-check-area .icon i {
    color: var(--color-primary);
}

.commit-ment-community-wrapper-one .signle-check-area .info .title {
    color: #141416;
    margin-bottom: 10px;
    font-size: 20px;
}

.thumbnail-area-about-safety {
    position: relative;
}

.thumbnail-area-about-safety img.small {
    position: absolute;
    right: 0;
    top: 40px;
    animation: jump-2 5s linear infinite;
}

.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: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0c0a0a;
}

.title-three-left .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0c0a0a;
    margin-top: 12px;
}

@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: 24px;
        line-height: 41px;
    }
}

.rts-about-area-about.safety .title-three-left span.pre-title {
    color: var(--color-primary);
}

.about-a-p-cont {
    padding-left: 65px;
}

.main-content-area-about-p p.disc {
    margin-bottom: 40px;
    margin-top: 40px;
}

.rts-about-area-about.vision {
    background: #f2f3f5;
    position: relative;
    z-index: 1;
}

.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 .thumbnail-area-about {
    position: relative;
}

.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;
    left: auto;
    max-width: max-content;
    align-content: center;
    height: max-content;
}

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

.service-abot-area.sustain .one .thumbnail-service-about {
    margin-right: 120px;
}

.thumbnail-service-about {
    position: relative;
}

.service-abot-area.sustain .one {
    margin-bottom: 50px;
}

.service-abot-area.sustain .two .thumbnail-service-about {
    margin-left: 120px;
}

.thumbnail-service-about {
    position: relative;
}

.bg_about-f {
    background: #f8f8f8;
}

.about-fun-facts-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-fun-facts-wrapper {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .about-fun-facts-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-fun-facts-wrapper .single-funfacts-about {
        flex-basis: 33%;
    }
}

@media only screen and (max-width: 1199px) {
    .about-fun-facts-wrapper .single-funfacts-about {
        flex-basis: 46%;
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .about-fun-facts-wrapper .single-funfacts-about {
        flex-basis: 100%;
        width: 100%;
    }
}

.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;
    color: #0c0a0a;
}

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

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

.container-120 {
    max-width: 1500px;
    margin: auto;
}

.service-about-wrapper .title-three-left span.pre-title {
    color: var(--color-primary);
}

.title-three-left 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;
}

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

.pading-controler {
    padding-left: 50px;
}

.service-about-wrapper .title-three-left .title {
    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: transparent;
    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: #c6c6c6;
}

@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 section .title {
    color: var(--color-title);
}

.rts-company-storyhear .timeline ul li:nth-child(even) div::before {
    left: -163px;
    border-width: 1px 75px 1px 0;
    border-color: #c6c6c6;
}

.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: #c6c6c6;
}

.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 .title {
    color: var(--color-title);
}

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

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 0;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
    cursor: pointer;
}

.coming-soon-body {
    background: #fff;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.project-details-carousel-big {
    overflow: hidden;
    position: relative;
}

.product-single-two-wrapper {
    border: 1px solid #e9e9e9;
    background: #fff;
    height: 100%;
}

.product-single-two-wrapper .image-area {
    position: relative;
}

.product-single-two-wrapper .image-area .date-area {
    position: absolute;
    width: 70px;
    height: 78px;
    right: 0;
    bottom: -25.5px;
    text-align: center;
}

.product-single-two-wrapper .image-area .date-area .date {
    background: var(--color-primary);
    color: #fff;
    padding: 7px 10px;
}

.product-single-two-wrapper .image-area .date-area .date span.day {
    font-size: 26px;
}

.product-single-two-wrapper .image-area .date-area .date span.month {
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
}

.product-single-two-wrapper .image-area .date-area .date span {
    display: block;
}

.product-single-two-wrapper .image-area .date-area .year {
    background: #0c0a0a;
}

.product-single-two-wrapper .image-area .date-area .year span {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}

.product-single-two-wrapper .image-area .thumbnail {
    overflow: hidden;
    display: block;
}

.product-single-two-wrapper .image-area .thumbnail img {
    width: 100%;
    transition: 1.3s;
}

.product-single-two-wrapper .image-area .thumbnail:hover img {
    transform: scale(1.15);
}

.product-single-two-wrapper .inner {
    padding: 40px;
    margin-top: -9px;
}

@media only screen and (max-width: 1199px) {
    .product-single-two-wrapper .inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-single-two-wrapper .inner {
        padding: 20px 10px;
    }
}

.product-single-two-wrapper .inner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-top: 5px;
    transition: 0.3s;
    color: var(--color-title);
}

@media only screen and (max-width: 767px) {
    .product-single-two-wrapper .inner .title {
        font-size: 22px;
        line-height: 28px;
    }
}

.product-single-two-wrapper .inner .title:hover {
    color: var(--color-primary);
}

.product-single-two-wrapper .inner .pre-tag {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: var(--color-primary);
    margin-top: -5px;
}

.product-single-two-wrapper .inner a.btn-read-more-blog {
    color: var(--color-primary);
    align-items: center;
}

.product-single-two-wrapper .inner a.btn-read-more-blog i {
    margin-left: 5px;
    position: relative;
}

.shop-body {
    /* Reset style for input range */
}

.shop-body .rts-single-wized {
    padding: 25px;
}

.shop-body .text-divider h5 {
    color: var(--color-title);
}

.shop-body .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;
    display: flex;
    align-items: center;
    width: 100%;
}

.shop-body .from-control:hover {
    border: 1px solid var(--color-primary);
}

.shop-body .woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 35px !important;
}

.shop-body fieldset {
    border: none;
}

.shop-body .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.shop-body .price-field input[type="range"] {
    position: absolute;
}

.shop-body .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) {
    .shop-body .price-field input[type="range"] {
        width: 220px;
    }
}

.shop-body .price-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.shop-body .price-field input[type="range"]:active,
.shop-body .price-field input[type="range"]:focus {
    outline: 0;
}

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

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

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

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

.shop-body .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) {
    .shop-body .price-field input[type="range"]::-webkit-slider-runnable-track {
        width: 220px;
    }
}

.shop-body .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) {
    .shop-body .price-field input[type="range"]::-moz-range-track {
        width: 220px;
    }
}

.shop-body .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) {
    .shop-body .price-field input[type="range"]::-ms-track {
        width: 220px;
    }
}

.shop-body .price-wrap {
    display: flex;
    color: #111111;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    align-items: center;
}

.shop-body .price-wrap-1,
.shop-body .price-wrap-2 {
    display: flex;
    align-items: center;
}

.shop-body .price-title {
    margin-right: 5px;
}

.shop-body .price-wrap_line {
    margin: 0 10px;
}

.shop-body .price-wrap #one,
.shop-body .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;
}

.shop-body .price-wrap label {
    text-align: right;
    font-size: 15px;
}

.shop-body .price-field input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.shop-body .price-field input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.shop-single-body .ms-single-product .ms-single-product__content {
    padding-left: 3rem;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .shop-single-body .ms-single-product .ms-single-product__content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .shop-single-body .ms-single-product .ms-single-product__content {
        padding-left: 0;
        padding-top: 35px;
    }
}

.shop-single-body
    .ms-single-product
    .ms-single-product__content
    .ms-single-product_title {
    font-size: 34px;
    margin-bottom: 2rem;
    color: var(--color-title);
}

.shop-single-body .ms-single-product .ms-single-product__content .price {
    margin-bottom: 3rem;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: baseline;
    font-size: 36px;
}

.shop-single-body .ms-single-product .ms-single-product__content .price bdi {
    font-weight: 700;
    letter-spacing: -1pt;
    color: var(--color-primary);
}

.shop-single-body
    .ms-single-product
    .ms-single-product__content
    .ms-woocommerce-product-rating {
    display: flex;
    align-items: center;
    line-height: initial;
    margin-bottom: 2rem;
}

.shop-single-body
    .ms-single-product
    .ms-single-product__content
    .ms-woocommerce-product-rating
    .ms-rating-icon
    svg {
    fill: #ffb03b;
}

.shop-single-body .ms-single-product .ms-single-product__content .stock,
.shop-single-body
    .ms-single-product
    .ms-single-product__content
    .woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    line-height: 1.8;
}

.shop-single-body
    .ms-single-product
    .ms-single-product__content
    .stock.in-stock {
    color: #2eb740;
}

.shop-single-body .ms-single-product .ms-single-product__content .cart {
    display: flex;
}

.shop-single-body .quantity-area {
    display: flex;
    margin-bottom: 30px;
}

.shop-single-body .quantity-area .cart-edit .quantity-edit {
    background: #f7f7f7;
    padding: 11px 15px;
    border-radius: 0;
}

@media (max-width: 991px) {
    .shop-single-body .quantity-area .rts-btn {
        padding: 20px 25px;
    }
}

@media (max-width: 400px) {
    .shop-single-body .quantity-area .rts-btn {
        padding: 20px;
    }
}

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

.shop-single-body
    .ms-main
    .single-product
    .ms-single-product
    .banner-horizental
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slider-inner
    img {
    width: 100%;
}

.shop-single-body
    .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;
}

.shop-single-body
    .ms-main
    .single-product
    .ms-single-product
    .tab-area
    .nav-tabs
    .nav-item {
    margin-top: 0;
    margin-bottom: 0;
}

.shop-single-body .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.shop-single-body
    .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;
    background: #fff;
    margin-top: -1px;
}

.shop-single-body .tab-content > .active {
    display: block;
}

.shop-single-body
    .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;
}

.shop-single-body
    .ms-main
    .single-product
    .ms-single-product
    .tab-area
    .nav-tabs
    .nav-item
    .nav-link {
    color: #777777;
    padding: 8pt 20pt;
    border-color: #dee2e6 #dee2e6;
    background: #fff;
}

.shop-single-body h3.ms-heading-title {
    color: var(--color-title);
}

.shop-single-body h2.heading-title {
    color: var(--color-title);
}

.shop-single-body
    .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;
}

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

.shop-single-body
    .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;
}

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

.shop-single-body
    .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;
}

.shop-single-body
    .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: 0;
}

.shop-single-body .rts-btn.btn-primary {
    border: none;
}

.shop-single-body .title-related-shop {
    color: var(--color-title);
}

.shop-single-body .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 2px solid var(--color-primary);
}

.banner-horizental.left--single-product {
    display: flex;
    align-items: center;
}

.banner-horizental.left--single-product .swiper-thumbnail-main-single {
    width: 157px;
    display: block;
    min-width: 157px;
    margin-right: 20px;
}

.banner-horizental.left--single-product
    .swiper-thumbnail-main-single.right-tab {
    margin-right: 0;
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .banner-horizental.left--single-product .swiper-thumbnail-main-single {
        min-width: 80px;
    }
}

.banner-horizental.left--single-product
    .swiper-thumbnail-main-single
    .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner-horizental.left--single-product
    .swiper-thumbnail-main-single
    .swiper-wrapper
    .swiper-slide {
    width: 100% !important;
}

.bg_pricing {
    background-image: url(../images/pricing/01.png);
    background-repeat: no-repeat;
    background-position: top, center;
}

.working-process-inner
    .pricing-section-wrapper
    .title-main-wrapper-between-12
    .pre-title {
    color: var(--color-primary);
}

.working-process-inner
    .pricing-section-wrapper
    .title-main-wrapper-between-12
    .title {
    color: #fff;
}

.pricing-section-wrapper .title-main-wrapper-between-12 .pre-title {
    color: var(--color-primary);
    text-transform: uppercase;
}

.pricing-section-wrapper .title-main-wrapper-between-12 .title {
    color: var(--color-title);
    margin-top: 10px;
}

.pricing-section-wrapper .single-pricing-area-wrapper {
    padding: 50px 60px;
    border: 1px solid #e9ecf1;
    background: #ffffff;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-section-wrapper .single-pricing-area-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-section-wrapper .single-pricing-area-wrapper {
        padding: 25px;
    }
}

.pricing-section-wrapper .single-pricing-area-wrapper .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecf1;
    margin-bottom: 15px;
}

.pricing-section-wrapper .single-pricing-area-wrapper .head .pre {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.pricing-section-wrapper .single-pricing-area-wrapper .head .price {
    font-size: 48px;
    color: var(--color-title);
}

.pricing-section-wrapper .single-pricing-area-wrapper .head .price span {
    font-size: 16px;
}

.pricing-section-wrapper .single-pricing-area-wrapper .body {
    margin-bottom: 30px;
}

.pricing-section-wrapper .single-pricing-area-wrapper .body .single-check-area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
}

.pricing-section-wrapper
    .single-pricing-area-wrapper
    .body
    .single-check-area
    i {
    color: #ff3e3e;
}

.rts-single-offer {
    padding: 40px;
    border: 1px solid #cacaca;
    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;
    color: var(--color-title);
}

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

.rts-single-offer .rts-btn {
    transition: 0.3s;
    color: #fff !important;
}

.rts-single-offer .rts-btn::after {
    transition: 0.3s;
}

.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: 48px;
    line-height: 60px;
    color: #0c0a0a;
}

@media only screen and (max-width: 575px) {
    .title-mid-wrapper-home-two .title {
        font-size: 30px;
        line-height: 43px;
        margin-top: 12px;
    }
}

.thumbnail-why-choose-5 {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .thumbnail-why-choose-5 {
        height: 500px;
    }
}

.thumbnail-why-choose-5 .why-choose-option-five {
    position: absolute;
    padding: 40px;
    background: #1e1e20;
    z-index: 5;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .thumbnail-why-choose-5 .why-choose-option-five {
        padding: 15px;
    }
}

.thumbnail-why-choose-5 .why-choose-option-five .single {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.thumbnail-why-choose-5 .why-choose-option-five .single:last-child {
    margin-bottom: 0;
}

.thumbnail-why-choose-5 .why-choose-option-five .single i {
    color: var(--color-primary);
}

.thumbnail-why-choose-5 .why-choose-option-five .single p {
    margin: 0;
    color: #fff;
}

.accordion-area-five .accordion-item {
    padding: 13px 40px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

@media only screen and (max-width: 575px) {
    .accordion-area-five .accordion-item {
        padding: 13px 15px;
    }
}

.accordion-area-five .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-title);
    position: relative;
}

@media only screen and (max-width: 575px) {
    .accordion-area-five .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.accordion-area-five .accordion-item .accordion-button::before {
    content: "";
    height: 144px;
    width: 144px;
    background-image: url(../images/why-choose/icons/01.svg);
    position: absolute;
    right: 0px;
    top: 20px;
    width: 0px;
    transition: 0.3s;
}

.accordion-area-five .accordion-item .accordion-button::after {
    display: none;
}

.accordion-area-five
    .accordion-item
    .accordion-button[aria-expanded="true"]::before {
    opacity: 1;
    width: 144px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .accordion-area-five
        .accordion-item
        .accordion-button[aria-expanded="true"]::before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .accordion-area-five
        .accordion-item
        .accordion-button[aria-expanded="true"]::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-area-five
        .accordion-item
        .accordion-button[aria-expanded="true"]::before {
        display: none;
    }
}

.accordion-area-five .accordion-item .accordion-body {
    max-width: 75%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .accordion-area-five .accordion-item .accordion-body {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .accordion-area-five .accordion-item .accordion-body {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .accordion-area-five .accordion-item .accordion-body {
        max-width: 100%;
    }
}

.accordion-area-five .accordion-item .accordion-body .more {
    display: flex;
    margin-top: 15px;
    font-weight: 600;
    color: var(--color-primary);
    align-items: center;
    gap: 5px;
}

.accordion-area-five .accordion-item .accordion-body .more img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(3031%)
        hue-rotate(350deg) brightness(99%) contrast(97%);
}

.company-experties-area {
    background-image: url(../images/why-choose/01.webp);
}

.short-why-choose-us-area {
    padding: 80px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .short-why-choose-us-area {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .short-why-choose-us-area {
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .short-why-choose-us-area {
        padding: 25px;
    }
}

.short-why-choose-us-area > div {
    flex-basis: 50%;
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .short-why-choose-us-area > div {
        width: 100%;
    }
}

.short-why-choose-us-area .left-area-50 {
    flex-basis: 50%;
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .short-why-choose-us-area .left-area-50 {
        width: 100%;
    }
}

.short-why-choose-us-area .left-area-50 span {
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.short-why-choose-us-area .left-area-50 .title {
    color: var(--color-title);
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
    .short-why-choose-us-area .left-area-50 .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .short-why-choose-us-area .left-area-50 .title {
        font-size: 26px;
        line-height: 1.4;
    }
}

.short-why-choose-us-area .right-area-50 {
    flex-basis: 40%;
    width: 60%;
}

@media only screen and (max-width: 1199px) {
    .short-why-choose-us-area .right-area-50 {
        width: 100%;
    }
}

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

.career-page
    .rts-about-area-about.career
    .container
    .about-inner-wrapper-inner {
    margin-bottom: 40px;
}

.career-page .single-working-process-three {
    position: relative;
    width: 22%;
}

@media (max-width: 991px) {
    .career-page .single-working-process-three {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .career-page .single-working-process-three {
        width: 100%;
        text-align: center;
    }
}

.career-page .single-working-process-three::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d9d9d9;
}

@media (max-width: 991px) {
    .career-page .single-working-process-three::after {
        display: none;
    }
}

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

.career-page .single-working-process-three:nth-child(2)::before {
    content: "02";
}

.career-page .single-working-process-three:nth-child(3)::before {
    content: "03";
}

.career-page .single-working-process-three:nth-child(4)::before {
    content: "04";
}

.career-page .single-working-process-three:nth-child(5)::before {
    content: "05";
}

.career-page .single-working-process-three:nth-child(6)::before {
    content: "06";
}

.career-page .single-working-process-three .icon {
    margin-bottom: 25px;
}

.career-page .single-working-process-three .title {
    margin-bottom: 10px;
    color: var(--color-title);
}

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

.career-page .rts-company-process.career .single-working-process-three {
    position: relative;
    width: 22%;
}

@media (max-width: 991px) {
    .career-page .rts-company-process.career .single-working-process-three {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .career-page .rts-company-process.career .single-working-process-three {
        width: 100%;
        text-align: center;
    }
}

.career-page .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) {
    .career-page
        .rts-company-process.career
        .single-working-process-three::after {
        display: none;
    }
}

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

.career-page
    .rts-company-process.career
    .single-working-process-three:nth-child(2)::before {
    content: "02";
}

.career-page
    .rts-company-process.career
    .single-working-process-three:nth-child(3)::before {
    content: "03";
}

.career-page
    .rts-company-process.career
    .single-working-process-three:nth-child(4)::before {
    content: "04";
}

.career-page
    .rts-company-process.career
    .single-working-process-three:nth-child(5)::before {
    content: "05";
}

.career-page
    .rts-company-process.career
    .single-working-process-three:nth-child(6)::before {
    content: "06";
}

.career-page .rts-company-process.career .single-working-process-three .icon {
    margin-bottom: 25px;
}

.career-page .rts-company-process.career .single-working-process-three .title {
    margin-bottom: 10px;
}

.career-page .rts-single-service-two {
    padding: 50px;
    border: 1px solid #c4c4c4;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    height: 100%;
}

.career-page .rts-single-service-two .loc-text {
    margin-bottom: 25px;
}

@media (max-width: 400px) {
    .career-page .rts-single-service-two {
        padding: 30px 20px;
    }
}

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

.career-page .rts-single-service-two .title-main {
    font-size: 72px;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
    transition: 0.3s;
    color: var(--color-title);
}

@media only screen and (max-width: 575px) {
    .career-page .rts-single-service-two .title-main {
        font-size: 46px;
    }
}

.career-page .rts-single-service-two .title-main .counter {
    position: relative;
}

.career-page .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) {
    .career-page .rts-single-service-two .title-main .counter::after {
        right: -34px;
    }
}

.career-page .rts-single-service-two p.disc {
    margin-bottom: 25px;
}

.career-page .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) {
    .career-page .rts-single-service-two a .title {
        font-size: 26px;
    }
}

.career-page .rts-single-service-two:hover {
    border: 1px solid var(--color-primary);
}

.career-page .rts-single-service-two:hover::after {
    opacity: 0.5;
}

.career-page .rts-single-service-two:hover .title-main {
    border-color: var(--color-primary);
}

.career-page .bg-appoinment {
    background: #f5f5f5;
}

.career-page .appoinment-inner-content-wrapper {
    padding: 40px 60px 40px 0;
}

.career-page .appoinment-inner-content-wrapper .title {
    color: var(--color-title);
}

.career-page form.appoinment-form .input-half-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 26px;
}

.career-page form.appoinment-form .input-half-wrapper .single-input {
    display: block;
    width: 50%;
}

.career-page form.appoinment-form .input-half-wrapper .single-input.phone {
    margin-top: 25px;
}

.career-page form.appoinment-form .input-half-wrapper .single-input.file {
    width: 100%;
}

.career-page form.appoinment-form .input-half-wrapper .single-input.file input {
    height: unset;
    padding: 20px;
}

.career-page form.appoinment-form .input-half-wrapper .single-input input {
    height: 60px;
    background: #ffffff;
    display: block;
    padding: 0 30px;
    border: 1px solid transparent;
}

.career-page
    form.appoinment-form
    .input-half-wrapper
    .single-input
    input:focus {
    border: 1px solid var(--color-primary);
}

.career-page form.appoinment-form .form-control {
    background: #ffffff;
    border: none;
    height: 120px;
    padding: 20px;
    font-size: 16px;
}

.career-page form.appoinment-form .form-control:focus {
    border: none;
    box-shadow: none;
}

.career-page form.appoinment-form select {
    height: 60px;
    background: #ffffff;
    display: block;
    margin-top: 25px;
    padding: 0 30px;
}

.career-page form.appoinment-form select option {
    border-radius: 0;
    padding: 5px 6px;
}

.career-page form.appoinment-form button {
    border: transparent;
}

@media (max-width: 1200px) {
    .career-page .appoinment-inner-content-wrapper {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .career-page
        .appoinment-inner-content-wrapper
        form.appoinment-form
        .input-half-wrapper {
        display: block;
    }

    .career-page
        .appoinment-inner-content-wrapper
        form.appoinment-form
        .input-half-wrapper
        .single-input {
        width: 100%;
    }

    .career-page
        .appoinment-inner-content-wrapper
        form.appoinment-form
        .input-half-wrapper
        .single-input:first-child {
        margin-bottom: 25px;
    }
}

.career-page
    .appoinment-inner-content-wrapper
    form.appoinment-form
    .input-half-wrapper
    select {
    width: 50%;
}

@media (max-width: 576px) {
    .career-page
        .appoinment-inner-content-wrapper
        form.appoinment-form
        .input-half-wrapper
        select {
        width: 100%;
    }
}

.career-page .nice-select {
    width: 50%;
    height: 60px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .career-page .nice-select {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

.safty-demo .service-about-wrapper .title-three-left .title {
    color: var(--color-title);
}

.sustainablity-demo .rts-single-service-three {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #b4b4b4;
}

.sustainablity-demo .rts-single-service-three .content-area {
    margin-left: 22px;
}

.sustainablity-demo .rts-single-service-three .content-area .title {
    color: var(--color-title);
}

.sustainablity-demo .rts-about-area-about {
    position: relative;
    z-index: 1;
}

.sustainablity-demo .rts-about-area-about .bg-text {
    position: absolute;
    left: 35%;
    bottom: 50px;
    z-index: -1;
}

.sustainablity-demo .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: rgb(184, 184, 184);
    min-width: max-content;
}

@media only screen and (max-width: 1199px) {
    .sustainablity-demo .rts-about-area-about .bg-text .title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sustainablity-demo .rts-about-area-about .bg-text .title {
        font-size: 80px;
    }
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .about-inner-wrapper-inner
    .title-three-left
    .title {
    margin-top: 0;
    line-height: 1;
}

.sustainablity-demo .rts-about-area-about.sustain .container .sustain-inner {
    margin-top: 45px;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .single-fun-facts-one {
    background: none;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .single-fun-facts-one
    .inner
    .icon {
    padding: 0;
    margin-top: 10px;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .single-fun-facts-one
    .inner
    .title {
    color: #000000;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .single-fun-facts-one
    .inner
    p {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .rts-single-service-three {
    align-items: start;
}

.sustainablity-demo
    .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 #b4b4b4;
}

.sustainablity-demo
    .rts-about-area-about.sustain
    .container
    .sustain-inner
    .rts-single-service-three
    .thumbnail-area
    img {
    min-width: unset;
    width: 100%;
}

.sustainablity-demo
    .rts-about-area-about.career
    .container
    .about-inner-wrapper-inner {
    margin-bottom: 40px;
}

.sustainablity-demo
    .rts-about-area-about.career
    .container
    .about-inner-wrapper-inner
    .title-three-left
    .title {
    margin-top: 0;
    line-height: 1;
}

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

.sustainablity-demo .rts-about-area-about.vision {
    background: #f2f3f5;
}

@media (max-width: 767px) {
    .sustainablity-demo .rts-about-area-about.vision {
        padding: 60px 0 120px 0;
    }
}

.sustainablity-demo .rts-about-area-about.vision .container .vision-wrapper {
    position: relative;
}

.sustainablity-demo
    .rts-about-area-about.vision
    .container
    .vision-wrapper
    .swiper {
    overflow: hidden;
}

.sustainablity-demo
    .rts-about-area-about.vision
    .container
    .vision-wrapper
    .swiper
    .swiper-wrapper {
    position: relative;
}

@media (max-width: 991px) and (min-width: 767px) {
    .sustainablity-demo
        .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) {
    .sustainablity-demo
        .rts-about-area-about.vision
        .container
        .vision-wrapper
        .vision-main-wrapper
        .about-a-p-cont {
        margin-top: 30px;
        padding-left: 10px;
        text-align: center;
    }
}

.sustainablity-demo
    .rts-about-area-about.vision
    .container
    .vision-wrapper
    .vision-main-wrapper
    .thumbnail-area-about
    .main {
    width: 100%;
}

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

    .sustainablity-demo
        .rts-about-area-about.vision
        .container
        .vision-wrapper
        .vision-main-wrapper
        .about-inner-wrapper-inner
        .title-three-left
        .title
        br {
        display: none;
    }
}

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

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

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

.sustainablity-demo .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) {
    .sustainablity-demo .rts-about-area-about.vision .swiper-pagination {
        top: unset;
        bottom: 50px;
        right: 50%;
        transform: translateX(50%);
        display: flex;
        align-items: center;
    }
}

.sustainablity-demo
    .rts-about-area-about.vision
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .sustainablity-demo
        .rts-about-area-about.vision
        .swiper-pagination
        .swiper-pagination-bullet {
        margin-bottom: 0;
        margin: 0 10px;
    }
}

.sustainablity-demo
    .rts-about-area-about.vision
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .sustainablity-demo
        .rts-about-area-about.safety
        .thumbnail-area-about
        .small {
        right: 0;
    }
}

.sustainablity-demo
    .rts-about-area-about.safety
    .title-three-left
    span.pre-title {
    color: var(--color-primary);
}

.sustainablity-demo
    .rts-about-area-about.safety
    .main-content-area-about-p
    p.disc:first-child {
    margin-bottom: 0;
}

.sustainablity-demo
    .rts-about-area-about.safety
    .main-content-area-about-p
    p.disc:last-child {
    margin-top: 20px;
}

@media (max-width: 500px) {
    .sustainablity-demo
        .rts-about-area-about.safety
        .main-content-area-about-p
        p.disc
        br {
        display: none;
    }
}

.sustainablity-demo .service-abot-area {
    background: #f5f5f5;
}

@media (max-width: 991px) {
    .sustainablity-demo .service-abot-area.sustain .plr-sm {
        padding: 0 10px;
    }
}

.sustainablity-demo .service-abot-area.sustain .one {
    margin-bottom: 50px;
}

.sustainablity-demo .service-abot-area.sustain .one .thumbnail-service-about {
    margin-right: 120px;
}

@media (max-width: 991px) {
    .sustainablity-demo
        .service-abot-area.sustain
        .one
        .thumbnail-service-about {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.sustainablity-demo
    .service-abot-area.sustain
    .one
    .service-about-wrapper
    .title-three-left
    .title {
    color: #000000;
}

.sustainablity-demo .service-abot-area.sustain .two .thumbnail-service-about {
    margin-left: 120px;
}

@media (max-width: 991px) {
    .sustainablity-demo
        .service-abot-area.sustain
        .two
        .thumbnail-service-about {
        margin-left: 0;
        margin-top: 30px;
    }
}

.sustainablity-demo
    .service-abot-area.sustain
    .two
    .service-about-wrapper
    .title-three-left
    .title {
    color: #000000;
}

.sustainablity-demo .service-abot-area.sustain.safety {
    background: none;
}

.cart-page {
    background: #fff;
}

.cart-page .ms-single-product__content .shop_table tr,
.cart-page .ms-woocommerce-cart-form-wrapper .shop_table tr {
    text-align: left;
}

.cart-page .ms-single-product__content .shop_table th,
.cart-page .ms-single-product__content .shop_table td,
.cart-page .ms-woocommerce-cart-form-wrapper .shop_table th,
.cart-page .ms-woocommerce-cart-form-wrapper .shop_table td {
    border-left: none;
    border-right: none;
}

.cart-page .ms-single-product__content .shop_table td,
.cart-page .ms-woocommerce-cart-form-wrapper .shop_table td {
    padding: 2rem 0;
    text-align: center;
    border-left: none;
    border-right: none;
    border-color: #f1f1f1;
}

.cart-page .ms-single-product__content .product-remove,
.cart-page .ms-woocommerce-cart-form-wrapper .product-remove {
    width: 3rem;
    padding-left: 0;
}

.cart-page .ms-single-product__content .product-thumbnail,
.cart-page .ms-woocommerce-cart-form-wrapper .product-thumbnail {
    width: 10rem;
}

.cart-page .ms-single-product__content .product-name,
.cart-page .ms-woocommerce-cart-form-wrapper .product-name {
    font-size: 18px;
    font-weight: 600;
}

.cart-page .ms-single-product__content .ms-actions-inner,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: flex;
    justify-content: space-between;
}

.cart-page .ms-single-product__content .coupon,
.cart-page .ms-woocommerce-cart-form-wrapper .coupon {
    display: inline-flex;
    overflow: hidden;
    background-color: var(--color-contrast-lower);
}

.cart-page .ms-single-product__content #coupon_code,
.cart-page .ms-woocommerce-cart-form-wrapper #coupon_code {
    border: none;
    background-color: #f7f7f7;
    padding: 0.5em 1em 0.5em 1em;
    height: 45px;
    border-radius: 0;
    margin-left: 30px;
}

.cart-page .ms-single-product__content .ms-cart-totals,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals {
    margin-top: 6rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    padding: 2rem;
}

.cart-page .ms-single-product__content .ms-cart-totals h3,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals h3 {
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-title);
}

.cart-page .ms-single-product__content .ms-cart-totals tr,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals tr {
    border-bottom: 1px solid #e2e2e2;
}

.cart-page .ms-single-product__content .ms-cart-totals th,
.cart-page .ms-single-product__content .ms-cart-totals td,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
    border: none;
    padding: 0 0 1rem;
    text-align: start;
}

.cart-page .ms-single-product__content .shop_table th,
.cart-page .ms-woocommerce-cart-form-wrapper .shop_table th {
    padding: 15px 0;
}

.cart-page .ms-single-product__content .shop_table th,
.cart-page .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;
}

.cart-page .ms-single-product__content .ms-cart-totals .shop_table td,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
    text-align: right;
}

.cart-page .ms-single-product__content .ms-cart-totals .order-total th,
.cart-page .ms-single-product__content .ms-cart-totals .order-total td,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
    padding: 1rem 0 1rem;
}

.cart-page .ms-single-product__content .ms-cart-totals th,
.cart-page .ms-single-product__content .ms-cart-totals td,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
.cart-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
    border: none;
    padding: 0 0 1rem;
    text-align: start;
}

.cart-page .ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
.cart-page
    .ms-woocommerce-cart-form-wrapper
    .ms-cart-totals
    .ms-proceed-to-checkout {
    margin-top: 3rem;
    display: flex;
    flex-direction: row-reverse;
}

.checkout-page-body {
    background: #fff;
}

.checkout-page-body .ms-sp--header .title {
    color: var(--color-title);
    font-size: 64px;
}

.checkout-page-body .coupon-toggle .accordion .card .card-header {
    border: none;
    margin: 0;
    border-radius: unset;
    padding: 15px 10px;
}

.checkout-page-body .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.checkout-page-body .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.checkout-page-body .coupon-toggle .accordion .card .card-header .card-title {
    margin: 0;
}

.checkout-page-body
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title
    span
    i {
    margin-right: 10px;
}

.checkout-page-body
    .coupon-toggle
    .accordion
    .card
    .card-header
    .card-title
    button {
    background: unset;
    width: unset;
    border: none;
    color: var(--color-primary);
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.checkout-page-body .coupon-toggle .accordion .card .card-body {
    padding: 20px 20px 50px 20px;
    margin-top: 2em;
    text-align: left;
    border: 1px solid #f1f1f1;
}

.checkout-page-body
    .coupon-toggle
    .accordion
    .card
    .card-body
    .coupon-code-input {
    width: 47%;
    float: left;
}

.checkout-page-body
    .coupon-toggle
    .accordion
    .card
    .card-body
    .coupon-code-input
    input {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 10px 18px;
    color: #454545;
    background: #f7f7f7;
    border-radius: 0;
    border-color: #f1f1f1;
}

.checkout-page-body .coupon-toggle .accordion .card .card-body button {
    height: 50px;
    border-radius: 0;
}

.checkout-page-body .ms-woocommerce-MyAccount-content h3,
.checkout-page-body .ms-woocommerce-checkout h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 25px;
    color: var(--color-title);
}

.checkout-page-body .woocommerce-checkout-review-order .wc_payment_methods,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-terms-and-conditions-wrapper,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table {
    margin-bottom: 2rem;
}

.checkout-page-body .ms-checkout-review-order-table .cart_item td {
    border: none;
    padding: 0;
    padding-bottom: 2rem;
}

.checkout-page-body .ms-checkout-review-order-table .ms-checkout-product {
    display: flex;
    align-items: center;
}

.checkout-page-body
    .ms-checkout-review-order-table
    .ms-checkout-product
    .ms-checkout-product__thumbnail
    img {
    width: 90px;
    margin-right: 20px;
}

.checkout-page-body
    .ms-checkout-review-order-table
    .ms-checkout-product
    .ms-checkout-product__content
    h5 {
    font-size: 16px;
    color: var(--color-title);
}

.checkout-page-body
    .ms-checkout-review-order-table
    .ms-checkout-product
    .ms-checkout-product__content
    .woocommerce-Price-amount {
    color: var(--color-primary);
}

.checkout-page-body .ms-checkout-review-order-table tfoot tr {
    border-bottom: dotted 1px #e2e2e2;
}

.checkout-page-body .ms-checkout-review-order-table tfoot th,
.checkout-page-body .ms-checkout-review-order-table tfoot td {
    border: none;
}

.checkout-page-body .ms-checkout-review-order-table tfoot th {
    text-align: left;
    padding-left: 0;
}

.checkout-page-body .ms-checkout-review-order-table tfoot td {
    text-align: right;
    padding-right: 0;
}

.checkout-page-body .woocommerce-checkout-review-order .wc_payment_methods,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-terms-and-conditions-wrapper,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table {
    margin-bottom: 2rem;
}

.checkout-page-body .wc_payment_methods {
    list-style: none;
    padding-left: 0;
}

.checkout-page-body .woocommerce-info {
    padding: 2.5rem 2rem;
    border-radius: 6pt;
    background-color: #f7f7f7;
}

.checkout-page-body .woocommerce-checkout-review-order .wc_payment_methods,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-terms-and-conditions-wrapper,
.checkout-page-body
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table {
    margin-bottom: 2rem;
}

.checkout-page-body .full-grid .form-content-box {
    margin-bottom: 50px;
}

.checkout-page-body .form-group {
    margin-bottom: 20px;
}

.checkout-page-body .full-grid .form-content-box .form-group label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.checkout-page-body .form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.checkout-page-body .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;
}

.checkout-page-body .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;
    border: none !important;
}

.checkout-page-body .nice-select {
    display: none !important;
}

.checkout-page-body
    .full-grid
    .form-content-box
    .form-group
    .form-control-mod.margin-bottom {
    margin-bottom: 10px !important;
}

.checkout-page-body .full-grid .form-content-box {
    margin-bottom: 50px;
}

.checkout-page-body .ms-woocommerce-MyAccount-content h3,
.checkout-page-body .ms-woocommerce-checkout h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 25px;
}

.checkout-page-body .form-group {
    margin-bottom: 20px;
}

.checkout-page-body .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;
}

.checkout-page-body .full-grid .ordered-product table tr th {
    border: 1px solid #ccc;
    padding: 9px 12px;
}

.checkout-page-body .full-grid .payment-method .top-area {
    border-bottom: 1px solid #d3ced2;
}

.checkout-page-body .full-grid .payment-method .top-area .payment-co {
    margin-bottom: 20px;
}

.checkout-page-body .full-grid .payment-method .top-area .payment-co span {
    font-weight: 600;
    margin-right: 10px;
}

.checkout-page-body .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;
}

.checkout-page-body .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;
}

.checkout-page-body button {
    border: none;
}

.checkout-page-body .coupon-toggle .accordion .card {
    border: unset;
    border-top: 3px solid var(--color-primary);
    border-radius: 0;
}

.checkout-page-body .pl-lg-5 {
    padding-left: 4rem !important;
}

@media only screen and (max-width: 767px) {
    .checkout-page-body .pl-lg-5 {
        padding-left: 10px !important;
    }
}

.account-page-body {
    background: #fff;
}

.account-page-body .rts-contact-page-form-area.account .mian-wrapper-form {
    padding: 60px;
    height: 100%;
    border: 1px solid #f5f5f5;
    margin: 0 15px;
}

.account-page-body .mian-wrapper-form {
    padding: 120px 135px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}

.account-page-body .mian-wrapper-form input {
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
    border-color: #f1f1f1;
}

.account-page-body .mian-wrapper-form input:focus {
    border: 1px solid var(--color-primary);
}

.account-page-body button {
    border: none;
}

.account-page-body .checkbox {
    margin-bottom: 15px;
}

.account-page-body .checkbox input {
    margin-bottom: 0;
}

.account-page-body .checkbox label {
    font-size: 16px;
    padding-left: 15px;
}

.account-page-body .checkbox label::after {
    display: none;
}

.account-page-body .checkbox label::before {
    display: none;
}

.account-page-body
    .rts-contact-page-form-area.account
    .mian-wrapper-form
    .forgot-password {
    margin-top: 30px;
}

.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 var(--color-white);
    transition: 0.3s;
    background: #fff;
}

.rts-elevate-pagination ul li button.active {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.rts-elevate-pagination ul li button:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.privacy-policy-wrapper {
    margin-bottom: 10px;
}

.privacy-policy-wrapper .top .title {
    color: var(--color-title);
    margin-bottom: 25px;
}

.page-not-found-main {
    text-align: center;
}

.page-not-found-main .title {
    font-size: 260px;
    margin-bottom: 5px;
    color: var(--color-title);
}

@media only screen and (max-width: 575px) {
    .page-not-found-main .title {
        font-size: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .page-not-found-main .title {
        font-size: 150px;
    }
}

.page-not-found-main .para {
    font-size: 120px;
    font-weight: 400;
    color: var(--color-title);
}

@media only screen and (max-width: 1199px) {
    .page-not-found-main .para {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .page-not-found-main .para {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .page-not-found-main .para {
        font-size: 40px;
    }
}

.page-not-found-main .rts-btn {
    margin: auto;
}

#elevate-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    z-index: 999999;
    display: none;
}

#elevate-load.loaded {
    display: none;
}

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

.faq-main-wrapper-one .title {
    color: var(--color-title);
    margin-bottom: 60px;
}

.faq-inner-one {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1300px) {
    .faq-inner-one {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.faq-inner-one .accordion {
    flex-basis: 55%;
    padding: 30px 40px;
}

@media only screen and (max-width: 575px) {
    .faq-inner-one .accordion {
        padding: 15px;
    }
}

.faq-inner-one .accordion .accordion-item {
    background: #1e1e20;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 8px 30px;
}

@media only screen and (max-width: 575px) {
    .faq-inner-one .accordion .accordion-item {
        padding: 8px 30px 8px 8px;
    }
}

.faq-inner-one .accordion .accordion-item.active {
    background: var(--color-primary);
}

.faq-inner-one .accordion .accordion-item.active .accordion-header button {
    background: var(--color-primary);
    border: none;
}

.faq-inner-one .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-inner-one .accordion .accordion-item .accordion-header {
    background: transparent;
}

.faq-inner-one .accordion .accordion-item .accordion-header button {
    font-size: 20px;
    background: #1e1e20;
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    transition: 0s;
    font-weight: 700;
}

.faq-inner-one .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
}

.faq-inner-one .accordion .accordion-item .accordion-header button::after {
    right: -17px;
    height: 40px;
    width: 40px;
    background: #fff;
    transform: none;
    border-radius: 3px;
    content: "\f068";
    color: var(--color-primary);
    font-family: var(--font-3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    font-weight: 400;
}

.faq-inner-one
    .accordion
    .accordion-item
    .accordion-header
    button[aria-expanded="true"]::after {
    content: "\f067";
}

.faq-inner-one .accordion .accordion-item .accordion-body {
    color: #fff;
    font-size: 15px;
}

.faq-inner-one .thumbnail-image {
    max-width: 578px;
    overflow: hidden;
    border-radius: 64px 10px 10px 0;
}

@media screen and (max-width: 1300px) {
    .faq-inner-one .thumbnail-image {
        max-width: 100%;
    }
}

.faq-inner-wrapper-one .accordion-item {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.faq-inner-wrapper-one .accordion-item .accordion-header button {
    font-size: 16px;
    font-weight: 700;
    padding: 22px 25px;
    color: var(--color-title);
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #edecec;
}

.faq-inner-wrapper-one .accordion-item .accordion-body {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 22px;
}

@media only screen and (max-width: 767px) {
    .faq-inner-wrapper-one .accordion-item .accordion-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.faq-inner-wrapper-one .accordion-item .accordion-body .left {
    min-width: 129px;
}

.single-sidebar-wized {
    padding: 40px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .single-sidebar-wized {
        padding: 20px;
    }
}

.single-sidebar-wized form {
    position: relative;
}

.single-sidebar-wized form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    background: var(--color-primary);
    border-radius: 5px;
    border: none;
}

.single-sidebar-wized form button i {
    color: #fff;
}

.single-sidebar-wized input {
    height: 55px;
    border-color: #edecec;
    border-radius: 5px;
}

.single-sidebar-wized .category-wrapper .title {
    color: var(--color-title);
    font-size: 22px;
    margin-bottom: 25px;
}

.single-sidebar-wized .category-wrapper .signle-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

.single-sidebar-wized .category-wrapper .signle-category:last-child {
    margin-bottom: 0;
}

.single-sidebar-wized .category-wrapper .signle-category p {
    margin: 0;
    transition: 0.3s;
}

.single-sidebar-wized .category-wrapper .signle-category i {
    transition: 0.3s;
    color: var(--color-primary);
}

.single-sidebar-wized .category-wrapper .signle-category:hover {
    background: var(--color-primary);
    transform: translateY(-5px);
}

.single-sidebar-wized .category-wrapper .signle-category:hover * {
    color: #fff;
}

.single-sidebar-wized.get-contact {
    background: #1e1e20;
    padding: 90px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .single-sidebar-wized.get-contact {
        padding: 25px 30px;
    }
}

.single-sidebar-wized.get-contact .title {
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.single-sidebar-wized.get-contact .rts-btn {
    margin-top: 20px;
    margin: auto;
    transition-delay: 0s;
    transition: 0.3s;
}

.single-sidebar-wized.get-contact .rts-btn::after {
    background: #e9e9e9;
}

.single-sidebar-wized.get-contact .rts-btn:hover {
    color: var(--color-primary);
}

body[dir="rtl"] .pl--5 {
    padding-right: 5px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--5 {
    padding-left: 5px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--5 {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--5 {
    margin-right: 5px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--10 {
    padding-right: 10px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--10 {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--10 {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--10 {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--15 {
    padding-right: 15px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--15 {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--15 {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--15 {
    margin-right: 15px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--20 {
    padding-right: 20px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--20 {
    padding-left: 20px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--20 {
    margin-left: 20px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--20 {
    margin-right: 20px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--25 {
    padding-right: 25px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--25 {
    padding-left: 25px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--25 {
    margin-left: 25px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--25 {
    margin-right: 25px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--30 {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--30 {
    padding-left: 30px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--30 {
    margin-left: 30px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--30 {
    margin-right: 30px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--35 {
    padding-right: 35px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--35 {
    padding-left: 35px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--35 {
    margin-left: 35px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--35 {
    margin-right: 35px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--40 {
    padding-right: 40px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--40 {
    padding-left: 40px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--40 {
    margin-left: 40px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--40 {
    margin-right: 40px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--45 {
    padding-right: 45px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--45 {
    padding-left: 45px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--45 {
    margin-left: 45px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--45 {
    margin-right: 45px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--50 {
    padding-right: 50px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--50 {
    padding-left: 50px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--50 {
    margin-left: 50px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--50 {
    margin-right: 50px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--55 {
    padding-right: 55px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--55 {
    padding-left: 55px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--55 {
    margin-left: 55px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--55 {
    margin-right: 55px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--60 {
    padding-right: 60px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--60 {
    padding-left: 60px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--60 {
    margin-left: 60px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--60 {
    margin-right: 60px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--65 {
    padding-right: 65px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--65 {
    padding-left: 65px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--65 {
    margin-left: 65px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--65 {
    margin-right: 65px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--70 {
    padding-right: 70px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--70 {
    padding-left: 70px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--70 {
    margin-left: 70px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--70 {
    margin-right: 70px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--75 {
    padding-right: 75px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--75 {
    padding-left: 75px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--75 {
    margin-left: 75px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--75 {
    margin-right: 75px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--80 {
    padding-right: 80px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--80 {
    padding-left: 80px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--80 {
    margin-left: 80px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--80 {
    margin-right: 80px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--85 {
    padding-right: 85px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--85 {
    padding-left: 85px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--85 {
    margin-left: 85px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--85 {
    margin-right: 85px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--90 {
    padding-right: 90px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--90 {
    padding-left: 90px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--90 {
    margin-left: 90px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--90 {
    margin-right: 90px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--95 {
    padding-right: 95px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--95 {
    padding-left: 95px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--95 {
    margin-left: 95px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--95 {
    margin-right: 95px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--100 {
    padding-right: 100px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--100 {
    padding-left: 100px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--100 {
    margin-left: 100px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--100 {
    margin-right: 100px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--105 {
    padding-right: 105px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--105 {
    padding-left: 105px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--105 {
    margin-left: 105px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--105 {
    margin-right: 105px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--110 {
    padding-right: 110px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--110 {
    padding-left: 110px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--110 {
    margin-left: 110px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--110 {
    margin-right: 110px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--115 {
    padding-right: 115px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--115 {
    padding-left: 115px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--115 {
    margin-left: 115px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--115 {
    margin-right: 115px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--120 {
    padding-right: 120px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--120 {
    padding-left: 120px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--120 {
    margin-left: 120px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--120 {
    margin-right: 120px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--125 {
    padding-right: 125px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--125 {
    padding-left: 125px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--125 {
    margin-left: 125px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--125 {
    margin-right: 125px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--130 {
    padding-right: 130px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--130 {
    padding-left: 130px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--130 {
    margin-left: 130px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--130 {
    margin-right: 130px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--135 {
    padding-right: 135px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--135 {
    padding-left: 135px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--135 {
    margin-left: 135px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--135 {
    margin-right: 135px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--140 {
    padding-right: 140px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--140 {
    padding-left: 140px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--140 {
    margin-left: 140px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--140 {
    margin-right: 140px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--145 {
    padding-right: 145px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--145 {
    padding-left: 145px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--145 {
    margin-left: 145px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--145 {
    margin-right: 145px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--150 {
    padding-right: 150px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--150 {
    padding-left: 150px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--150 {
    margin-left: 150px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--150 {
    margin-right: 150px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--155 {
    padding-right: 155px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--155 {
    padding-left: 155px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--155 {
    margin-left: 155px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--155 {
    margin-right: 155px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--160 {
    padding-right: 160px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--160 {
    padding-left: 160px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--160 {
    margin-left: 160px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--160 {
    margin-right: 160px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--165 {
    padding-right: 165px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--165 {
    padding-left: 165px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--165 {
    margin-left: 165px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--165 {
    margin-right: 165px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--170 {
    padding-right: 170px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--170 {
    padding-left: 170px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--170 {
    margin-left: 170px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--170 {
    margin-right: 170px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--175 {
    padding-right: 175px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--175 {
    padding-left: 175px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--175 {
    margin-left: 175px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--175 {
    margin-right: 175px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--180 {
    padding-right: 180px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--180 {
    padding-left: 180px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--180 {
    margin-left: 180px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--180 {
    margin-right: 180px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--185 {
    padding-right: 185px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--185 {
    padding-left: 185px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--185 {
    margin-left: 185px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--185 {
    margin-right: 185px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--190 {
    padding-right: 190px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--190 {
    padding-left: 190px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--190 {
    margin-left: 190px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--190 {
    margin-right: 190px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--195 {
    padding-right: 195px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--195 {
    padding-left: 195px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--195 {
    margin-left: 195px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--195 {
    margin-right: 195px !important;
    margin-left: 0 !important;
}

body[dir="rtl"] .pl--200 {
    padding-right: 200px !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .pr--200 {
    padding-left: 200px !important;
    padding-right: 0 !important;
}

body[dir="rtl"] .mr--200 {
    margin-left: 200px !important;
    margin-right: 0 !important;
}

body[dir="rtl"] .ml--200 {
    margin-right: 200px !important;
    margin-left: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"] .pl_lp--5 {
        padding-right: 5px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--5 {
        padding-left: 5px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--10 {
        padding-right: 10px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--10 {
        padding-left: 10px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--15 {
        padding-right: 15px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--15 {
        padding-left: 15px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--20 {
        padding-right: 20px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--20 {
        padding-left: 20px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--25 {
        padding-right: 25px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--25 {
        padding-left: 25px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--30 {
        padding-right: 30px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--30 {
        padding-left: 30px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--35 {
        padding-right: 35px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--35 {
        padding-left: 35px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--40 {
        padding-right: 40px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--40 {
        padding-left: 40px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--45 {
        padding-right: 45px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--45 {
        padding-left: 45px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--50 {
        padding-right: 50px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--50 {
        padding-left: 50px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--55 {
        padding-right: 55px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--55 {
        padding-left: 55px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--60 {
        padding-right: 60px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--60 {
        padding-left: 60px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--65 {
        padding-right: 65px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--65 {
        padding-left: 65px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--70 {
        padding-right: 70px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--70 {
        padding-left: 70px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--75 {
        padding-right: 75px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--75 {
        padding-left: 75px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--80 {
        padding-right: 80px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--80 {
        padding-left: 80px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--85 {
        padding-right: 85px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--85 {
        padding-left: 85px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--90 {
        padding-right: 90px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--90 {
        padding-left: 90px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--95 {
        padding-right: 95px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--95 {
        padding-left: 95px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--100 {
        padding-right: 100px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--100 {
        padding-left: 100px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--105 {
        padding-right: 105px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--105 {
        padding-left: 105px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--110 {
        padding-right: 110px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--110 {
        padding-left: 110px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--115 {
        padding-right: 115px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--115 {
        padding-left: 115px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--120 {
        padding-right: 120px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--120 {
        padding-left: 120px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--125 {
        padding-right: 125px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--125 {
        padding-left: 125px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--130 {
        padding-right: 130px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--130 {
        padding-left: 130px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--135 {
        padding-right: 135px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--135 {
        padding-left: 135px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--140 {
        padding-right: 140px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--140 {
        padding-left: 140px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--145 {
        padding-right: 145px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--145 {
        padding-left: 145px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--150 {
        padding-right: 150px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--150 {
        padding-left: 150px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--155 {
        padding-right: 155px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--155 {
        padding-left: 155px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--160 {
        padding-right: 160px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--160 {
        padding-left: 160px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--165 {
        padding-right: 165px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--165 {
        padding-left: 165px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--170 {
        padding-right: 170px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--170 {
        padding-left: 170px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--175 {
        padding-right: 175px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--175 {
        padding-left: 175px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--180 {
        padding-right: 180px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--180 {
        padding-left: 180px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--185 {
        padding-right: 185px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--185 {
        padding-left: 185px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--190 {
        padding-right: 190px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--190 {
        padding-left: 190px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--195 {
        padding-right: 195px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--195 {
        padding-left: 195px;
        padding-right: 0;
    }

    body[dir="rtl"] .pl_lp--200 {
        padding-right: 200px;
        padding-left: 0;
    }

    body[dir="rtl"] .pr_lp--200 {
        padding-left: 200px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body[dir="rtl"] .pl_lg--5 {
        padding-right: 5px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--5 {
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--5 {
        margin-right: 5px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--10 {
        padding-right: 10px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--10 {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--10 {
        margin-right: 10px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--15 {
        padding-right: 15px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--15 {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--15 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--20 {
        padding-right: 20px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--20 {
        padding-left: 20px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--20 {
        margin-right: 20px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--25 {
        padding-right: 25px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--25 {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--25 {
        margin-right: 25px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--30 {
        padding-right: 30px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--30 {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--30 {
        margin-right: 30px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--35 {
        padding-right: 35px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--35 {
        padding-left: 35px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--35 {
        margin-right: 35px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--40 {
        padding-right: 40px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--40 {
        padding-left: 40px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--40 {
        margin-right: 40px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--45 {
        padding-right: 45px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--45 {
        padding-left: 45px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--45 {
        margin-right: 45px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--50 {
        padding-right: 50px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--50 {
        padding-left: 50px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--50 {
        margin-right: 50px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--55 {
        padding-right: 55px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--55 {
        padding-left: 55px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--55 {
        margin-right: 55px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--60 {
        padding-right: 60px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--60 {
        padding-left: 60px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--60 {
        margin-right: 60px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--65 {
        padding-right: 65px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--65 {
        padding-left: 65px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--65 {
        margin-right: 65px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--70 {
        padding-right: 70px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--70 {
        padding-left: 70px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--70 {
        margin-right: 70px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--75 {
        padding-right: 75px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--75 {
        padding-left: 75px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--75 {
        margin-right: 75px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--80 {
        padding-right: 80px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--80 {
        padding-left: 80px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--80 {
        margin-right: 80px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--85 {
        padding-right: 85px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--85 {
        padding-left: 85px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--85 {
        margin-right: 85px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--90 {
        padding-right: 90px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--90 {
        padding-left: 90px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--90 {
        margin-right: 90px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--95 {
        padding-right: 95px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--95 {
        padding-left: 95px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--95 {
        margin-right: 95px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--100 {
        padding-right: 100px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--100 {
        padding-left: 100px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--100 {
        margin-right: 100px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--105 {
        padding-right: 105px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--105 {
        padding-left: 105px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--105 {
        margin-right: 105px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--110 {
        padding-right: 110px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--110 {
        padding-left: 110px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--110 {
        margin-right: 110px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--115 {
        padding-right: 115px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--115 {
        padding-left: 115px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--115 {
        margin-right: 115px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--120 {
        padding-right: 120px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--120 {
        padding-left: 120px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--120 {
        margin-right: 120px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--125 {
        padding-right: 125px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--125 {
        padding-left: 125px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--125 {
        margin-right: 125px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--130 {
        padding-right: 130px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--130 {
        padding-left: 130px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--130 {
        margin-right: 130px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--135 {
        padding-right: 135px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--135 {
        padding-left: 135px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--135 {
        margin-right: 135px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--140 {
        padding-right: 140px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--140 {
        padding-left: 140px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--140 {
        margin-right: 140px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--145 {
        padding-right: 145px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--145 {
        padding-left: 145px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--145 {
        margin-right: 145px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--150 {
        padding-right: 150px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--150 {
        padding-left: 150px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--150 {
        margin-right: 150px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--155 {
        padding-right: 155px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--155 {
        padding-left: 155px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--155 {
        margin-right: 155px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--160 {
        padding-right: 160px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--160 {
        padding-left: 160px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--160 {
        margin-right: 160px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--165 {
        padding-right: 165px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--165 {
        padding-left: 165px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--165 {
        margin-right: 165px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--170 {
        padding-right: 170px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--170 {
        padding-left: 170px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--170 {
        margin-right: 170px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--175 {
        padding-right: 175px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--175 {
        padding-left: 175px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--175 {
        margin-right: 175px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--180 {
        padding-right: 180px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--180 {
        padding-left: 180px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--180 {
        margin-right: 180px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--185 {
        padding-right: 185px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--185 {
        padding-left: 185px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--185 {
        margin-right: 185px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--190 {
        padding-right: 190px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--190 {
        padding-left: 190px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--190 {
        margin-right: 190px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--195 {
        padding-right: 195px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--195 {
        padding-left: 195px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--195 {
        margin-right: 195px !important;
        margin-left: 0 !important;
    }

    body[dir="rtl"] .pl_lg--200 {
        padding-right: 200px !important;
        padding-left: 0 !important;
    }

    body[dir="rtl"] .pr_lg--200 {
        padding-left: 200px !important;
        padding-right: 0 !important;
    }

    body[dir="rtl"] .ml_lg--200 {
        margin-right: 200px !important;
        margin-left: 0 !important;
    }
}

body[dir="rtl"] .has-dropdown.mega-menu > a::after {
    left: -22px;
    right: auto;
}

body[dir="rtl"] .nav-area .has-demo-down > a::after {
    right: auto;
    left: -22px;
}

body[dir="rtl"] .has-dropdown::after {
    right: auto;
    left: -22px;
}

body[dir="rtl"] .hega-menu-head-wrapper p i {
    margin-right: 0;
    margin-left: 8px;
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li
    a {
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: right;
}

body[dir="rtl"] .mega-menu-item.with-list li a i {
    font-size: 12px;
}

body[dir="rtl"] .mega-menu-item.with-list li a i::before {
    content: "\f053";
}

body[dir="rtl"]
    .rts-mega-menu.service-mega-menu-style
    li
    a
    .single-service-menu {
    flex-direction: row-reverse;
}

body[dir="rtl"] .sub-dropdown.down:hover .submenu.third-lvl.base {
    left: -100% !important;
    right: 100%;
    visibility: visible;
    margin-left: 0 !important;
    margin-right: auto;
    right: auto !important;
}

body[dir="rtl"] .sub-dropdown.down .submenu.third-lvl.base {
    left: -100% !important;
    right: 100%;
    margin-left: 0 !important;
    margin-right: auto;
    right: auto !important;
}

body[dir="rtl"] .sub-dropdown.down::after {
    left: 12px;
    right: auto;
    content: "\f053";
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top {
    border-right: 1px solid #2c2c31;
    padding-right: 30px;
    padding-left: 110px;
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info:first-child::after {
    right: auto;
    left: -26px;
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right {
    border-right: 1px solid #2c2c31;
    border-left: none;
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .rts-btn.btn-header {
    border-radius: 0 0 0 10px;
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .rts-btn.btn-header
    img {
    transform: scaleX(-1);
}

body[dir="rtl"] .heder-one .header-two-container {
    padding-left: 0;
    padding-right: 50px;
}

@media only screen and (max-width: 991px) {
    body[dir="rtl"] .heder-one .header-two-container {
        margin-left: 20px;
    }
}

body[dir="rtl"]
    .heder-one
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .top
    .end-top
    .single-info {
    flex-direction: row-reverse;
}

body[dir="rtl"] .banner-inner-content-one {
    margin-left: auto;
    text-align: right;
}

body[dir="rtl"] .banner-inner-content-one p.disc {
    margin-left: auto;
}

body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
    left: 240px;
    right: auto;
}

@media screen and (min-width: 1921px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 15%;
    }
}

@media screen and (min-width: 2500px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 25%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 70px;
    }
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        left: 40px;
    }
}

@media only screen and (max-width: 575px) {
    body[dir="rtl"] .banner-swiper-area-one .swiper-paginations {
        display: none;
    }
}

body[dir="rtl"]
    .banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide.swiper-slide-active
    .banner-inner-content-one
    .button-wrapper {
    justify-content: flex-end;
}

body[dir="rtl"]
    .swiper-slide.swiper-slide-active
    .project-area-start-1
    .inner-content-project {
    right: 20px;
    left: auto;
}

body[dir="rtl"] .project-area-start-1 .inner-content-project {
    right: 120px;
    left: auto;
    text-align: right;
}

body[dir="rtl"] .single-testimonials-area-one p.disc {
    text-align: right;
}

body[dir="rtl"] .single-testimonials-area-one .bottom-area {
    direction: rtl;
}

body[dir="rtl"] .cta-wrapper-inner {
    padding-left: auto;
    padding-right: 80px;
}

body[dir="rtl"] .read-more-btn i::before {
    content: "\f060";
}

body[dir="rtl"] .single-nav-area-footer ul li a i::before {
    content: "\f060";
}

body[dir="rtl"] .single-contact-area-box::after {
    left: -80px;
    right: auto;
}

body[dir="rtl"] .footer-wrapper-left-one {
    padding-left: 70px;
    padding-right: 0;
}

body[dir="rtl"] .nav-footer-wrapper-one .footer-float-nav li {
    border-left: none;
    border-right: 1px solid #333338;
}

body[dir="rtl"] .banner-two-inner {
    direction: rtl;
}

body[dir="rtl"] .banner-two-swiper-main-wrapper .shape-image {
    left: 120px;
    right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"] .banner-two-swiper-main-wrapper .shape-image {
        left: 20px;
    }
}

@media screen and (max-width: 1300px) {
    body[dir="rtl"] .banner-two-swiper-main-wrapper .shape-image {
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    body[dir="rtl"] .banner-two-swiper-main-wrapper .shape-image {
        display: none;
    }
}

body[dir="rtl"] .banner-two-swiper-main-wrapper .swiper-pagination {
    left: 22.5%;
    right: auto;
}

@media only screen and (max-width: 575px) {
    body[dir="rtl"] .banner-two-swiper-main-wrapper .swiper-pagination {
        display: none;
    }
}

body[dir="rtl"] .title-style-two-left {
    text-align: right;
}

body[dir="rtl"] .single-construction-portfolio .inner-title-area {
    right: 30px;
    text-align: right;
    left: auto;
}

body[dir="rtl"] .single-construction-portfolio {
    direction: rtl;
}

body[dir="rtl"] .single-construction-portfolio .thumbnail .map-area {
    right: 30px;
    left: auto;
}

body[dir="rtl"] .project-finished-area-start .person-image-large {
    left: 190px;
    right: auto;
    bottom: 0;
    transform: scaleX(-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"] .project-finished-area-start .person-image-large {
        left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    body[dir="rtl"] .project-finished-area-start .person-image-large {
        display: none;
    }
}

body[dir="rtl"] .project-finished-area-start {
    z-index: 1;
}

body[dir="rtl"] .project-finished-area-start::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.862745098);
    z-index: -1;
}

body[dir="rtl"] .single-fun-facts .start-part {
    border-right: none;
    border-left: 1px solid rgba(30, 30, 32, 0.5411764706);
}

body[dir="rtl"] .single-fun-facts .end-part {
    padding: 22px 22px 22px 0;
}

body[dir="rtl"] .service-content-inner-wrapper {
    z-index: 1;
    position: relative;
}

body[dir="rtl"] .service-content-inner-wrapper::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.862745098);
    z-index: -1;
}

body[dir="rtl"]
    .faq-inner-one
    .accordion
    .accordion-item
    .accordion-header
    button::after {
    left: -17px;
    right: auto;
}

body[dir="rtl"] .single-blog-card-2.colum .inner-content {
    left: auto;
    right: 30px;
}

body[dir="rtl"] .contact-area-two-left-image .inner-content-large-image-footer {
    left: auto;
    right: 60px;
}

body[dir="rtl"] header.header-three {
    padding-left: 95px;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"] header.header-three {
        padding-left: 15px;
    }
}

body[dir="rtl"] header.header-three .logo-area {
    border-radius: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"] header.header-three .logo-area {
        width: 175px;
        padding: 23px;
    }
}

body[dir="rtl"] .rts-banner-three {
    direction: rtl;
}

body[dir="rtl"]
    .banner-three-area-swiper-wrapper
    .swiper-pagination.swiper-pagination-bullets {
    left: 230px;
    top: 50%;
    right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        left: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        left: 91px;
    }
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination.swiper-pagination-bullets {
        display: none;
    }
}

body[dir="rtl"]
    .banner-three-area-swiper-wrapper
    .swiper-pagination-area-fraction {
    left: 232px;
    right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination-area-fraction {
        left: 149px;
    }
}

@media only screen and (max-width: 1199px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination-area-fraction {
        left: 120px;
    }
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"]
        .banner-three-area-swiper-wrapper
        .swiper-pagination-area-fraction {
        display: none;
    }
}

body[dir="rtl"]
    .banner-three-area-swiper-wrapper
    .swiper-pagination-area-fraction
    .slide-range.activeslide {
    position: absolute;
    top: -100px;
    left: 20%;
    min-width: max-content;
}

body[dir="rtl"]
    .banner-three-area-swiper-wrapper
    .swiper-pagination-area-fraction
    .slide-range.totalslide {
    position: absolute;
    bottom: 0;
    left: 20%;
    min-width: max-content;
}

body[dir="rtl"]
    .banner-three-area-swiper-wrapper
    .swiper-slide
    .button-wrapper
    .rts-btn
    img,
body[dir="rtl"] .title-area-wrapper-main-two .rts-btn img {
    transform: scaleX(-1);
}

body[dir="rtl"] .facts-right-area-3-main-wrapper .inner-content {
    left: auto;
    right: 60px;
}

body[dir="rtl"] .about-area-right-3 .tab-area-about .tab-content {
    border-radius: 10px 0 10px 10px;
}

body[dir="rtl"] .about-area-right-3 .call-area-wrapper::after {
    left: auto;
    right: 37%;
}

body[dir="rtl"] .project-list-area-wrapper-3 .single-project-3 .end a img {
    transform: scaleX(-1);
}

body[dir="rtl"] .appoinment-area-main-form button img {
    transform: scaleX(-1);
}

body[dir="rtl"] .single-brand-area-style .icon::before {
    right: 0;
    left: auto;
}

body[dir="rtl"] .single-testimonials-wrapper-three {
    direction: rtl;
}

body[dir="rtl"] .bg-banner-four {
    direction: rtl;
}

body[dir="rtl"] .thumbnail-swiper-4 {
    left: 250px;
    right: auto;
}

@media screen and (max-width: 1750px) {
    body[dir="rtl"] .thumbnail-swiper-4 {
        left: 157px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body[dir="rtl"] .thumbnail-swiper-4 {
        left: 58px;
    }
}

@media only screen and (max-width: 1199px) {
    body[dir="rtl"] .thumbnail-swiper-4 {
        left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    body[dir="rtl"] .thumbnail-swiper-4 {
        display: none;
    }
}

body[dir="rtl"] .thumbnail-swiper-4 .swiper-button-next {
    right: 0;
}

body[dir="rtl"] .bg-banner-four .shape-area {
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

body[dir="rtl"]
    .banner-swiper-main-wrapper-four
    .swiper-slide.swiper-slide-active
    .banner-four-inner-content
    .button-wrapper
    .rts-btn
    img,
body[dir="rtl"] .service-inner-title-wrapper-five .rts-btn img {
    transform: scaleX(-1);
}

body[dir="rtl"] .testimonials-area-style-4 .right-content-area .disc-area {
    text-align: right;
}

body[dir="rtl"] .rts-banner-area-inner-five {
    direction: rtl;
}

body[dir="rtl"] .mr-dec-about-five {
    margin-left: -70px;
    margin-right: 0;
}

body[dir="rtl"] .single-service-area-five .icon-area::after {
    height: 50px;
    right: -15px;
    left: auto;
}

body[dir="rtl"] .accordion-area-five .accordion-item .accordion-button::before {
    left: 0px;
    right: auto;
}

body[dir="rtl"] .accordion-area-five .accordion-item .accordion-body .more img {
    transform: scaleX(-1);
}

body[dir="rtl"] .thumbnail-why-choose-5 .why-choose-option-five {
    right: 20px;
    left: auto;
}

body[dir="rtl"] .funfacts-list-wrapper-5 .single-fun-facts-area-5 {
    border-left: 1px solid #2b2b30;
}

body[dir="rtl"] .single-team-style-five {
    direction: rtl;
}

body[dir="rtl"] .testimonials-area-single-wrapper-5 p.disc {
    text-align: right;
}

body[dir="rtl"] .rts-btn img {
    transform: scaleX(-1);
}

body[dir="rtl"]
    .single-blog-card-style-5
    .inner-content-area
    .author-area::after {
    right: auto;
    left: 0;
}

body[dir="rtl"]
    .single-blog-card-style-5
    .inner-content-area
    .title-content-area {
    padding-left: 0;
    padding-right: 40px;
}

body[dir="rtl"]
    .single-blog-card-style-5
    .inner-content-area
    .title-content-area
    .tag-area
    span.intro::after {
    right: -20px;
    left: auto;
}

body[dir="rtl"]
    .footer-five-wrapper-main
    .footer-five-left-area
    form
    .form-check
    label {
    padding-left: 0;
    padding-right: 12px;
}

body[dir="rtl"] .single-usefull-name-five-footer ul li a i::before {
    content: "\f060";
}

body[dir="rtl"]
    .swiper-recent-project-5-wrapper
    .single-case-studies-5
    .inner
    .active-text-area {
    direction: rtl;
}

body[dir="rtl"] .industry-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

body[dir="rtl"] .side-bar {
    left: -100%;
    right: auto;
}

body[dir="rtl"] .side-bar.show {
    left: 0;
    overflow-y: auto;
}

body[dir="rtl"] .side-bar button {
    margin-right: -31px;
    margin-left: auto;
}

body[dir="rtl"] .single-nav-area-footer ul li a:hover i {
    margin-left: 5px;
    margin-right: 0;
}

body[dir="rtl"] .factory-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

body[dir="rtl"] .engineering-banner .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

body[dir="rtl"] .cart-bar {
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    direction: ltr;
}

body[dir="rtl"] .cart-bar.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

body[dir="rtl"] li.has-dropdown .submenu li a {
    text-align: right;
}

body[dir="rtl"] .vedio-icone .video-play-button span {
    transform: translate(-50%, -50%) scaleX(-1);
    left: -7px;
}

body[dir="rtl"] .breadcrumb-area-inner .nav-area-navigation a.current::after {
    left: auto;
    right: -20px;
}

body[dir="rtl"] .thumbnail-area-about-safety img.small {
    left: 0;
    right: auto;
}

body[dir="rtl"] .about-a-p-cont {
    padding-right: 65px;
    padding-left: 0;
}

body[dir="rtl"] .about-a-p-cont {
    padding-left: 65px !important;
}

body[dir="rtl"].career-page .appoinment-inner-content-wrapper {
    padding: 40px 0 40px 40px;
}

body[dir="rtl"].sustainablity-demo .rts-single-service-three .content-area {
    margin-left: 0;
    margin-right: 22px;
}

body[dir="rtl"].sustainablity-demo
    .service-abot-area.sustain
    .one
    .thumbnail-service-about {
    margin-right: 0;
    margin-left: 120px;
}

body[dir="rtl"].sustainablity-demo
    .service-abot-area.sustain
    .two
    .thumbnail-service-about {
    margin-right: 120px;
    margin-left: 0;
}

body[dir="rtl"] .rts-single-wized .single-categories li a i::before {
    content: "\f177";
}

body[dir="rtl"] .rts-single-wized .recent-post-single .thumbnail {
    margin-left: 20px;
    margin-right: 0;
}

body[dir="rtl"] .rts-single-wized .tags-wrapper a {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .blog-single-post-listing.details .author-area .thumbnail {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] .blog-single-post-listing.details .details-tag h6 {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"]
    .blog-single-post-listing.details
    .check-area-details
    .single-check
    i {
    margin-left: 15px;
    margin-right: 0;
}

body[dir="rtl"] .blog-single-post-listing.details .details-share h6 {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"] .rts-single-wized .wized-body .rts-search-wrapper button {
    right: auto;
    left: 0;
}

body[dir="rtl"] .rts-single-wized .wized-body .rts-search-wrapper input {
    padding-left: 70px;
    padding-right: 25px;
}

body[dir="rtl"] .single-service-area-inner .innr a.btn i {
    transform: scaleX(-1);
}

body[dir="rtl"] .single-sidebar-wized form button {
    right: auto;
    left: 0;
}

body[dir="rtl"] .single-sidebar-wized .category-wrapper .signle-category i {
    transform: scaleX(-1);
}

body[dir="rtl"] .call-to-action-area-service {
    padding-right: 100px;
    padding-left: 0;
}

body[dir="rtl"].checkout-page-body
    .ms-checkout-review-order-table
    .ms-checkout-product
    .ms-checkout-product__thumbnail
    img {
    margin-right: 0;
    margin-left: 20px;
}

body[dir="rtl"].checkout-page-body .pl-lg-5 {
    padding-right: 4rem !important;
    padding-left: 0 !important;
}

body[dir="rtl"] .search-input-area .search-input-inner .input-div button {
    border-radius: 5px 0 0 5px;
}

body[dir="rtl"] .why-choose-us-area .vedio-icone .video-play-button span {
    left: 85px;
}

body[dir="rtl"] .why-choose-us-area .vedio-icone .video-play-button span {
    left: 85px;
}

body[dir="rtl"]
    .banner-swiper-area-one
    .mySwiper-banner-one
    .swiper-slide
    .button-wrapper {
    justify-content: flex-end;
}

body[dir="rtl"] .single-service-one .inner {
    text-align: right;
}

body[dir="rtl"] .demo-1.why-choose-us-area .vedio-icone .video-play-button {
    align-items: center;
}

body[dir="rtl"]
    .demo-1.why-choose-us-area
    .vedio-icone
    .video-play-button
    span {
    left: 54px;
    top: 10px;
}

body[dir="rtl"] .demo-1.why-choose-us-area .vedio-icone .video-play-button p {
    min-width: max-content;
    margin-right: auto;
    position: absolute;
    left: 26px;
}

/*# sourceMappingURL=../maps/style.css.map */

/* av css */

#feedbackp .float,
#feedbackq a,
#feedbackw .float {
    padding-bottom: 8px;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    .avdesk {
        display: none !important;
    }

    .number-title {
        font-size: 60px;
        font-weight: 500;
        line-height: 1;
    }

    .min-height-70vh {
        min-height: 19vh;
    }

    .owl-buttons {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #feedbackp,
    #feedbackq,
    #feedbackw {
        position: initial !important;
        width: 100% !important;
        display: inline-block;
        height: initial !important;
        -webkit-transform: initial !important;
    }

    .main-menu-wrapper__call-icon1 {
        display: inline;
        margin-left: 30px;
        height: 50px;
        width: 50px;
        background-color: #f3f3f3;
        font-size: 30px;
        color: #ea1414;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .div1,
    .popup {
        width: 100%;
    }

    .popup {
        padding: 0;
    }

    .popup .close {
        top: 10px;
    }

    .site-footer__bottom {
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 1200px) {
    .avmob {
        display: none !important;
    }

    .main-menu-wrapper__call-icon1 {
        display: none;
    }
}

#feedback1 {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#feedbackq,
#feedbackw {
    transform: rotate(-90deg);
    height: 0;
    right: -9px;
    position: fixed;
    z-index: 1000;
}

#feedbackq {
    top: 40%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#feedbackw {
    top: 56%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#feedbackp {
    height: 0;
    position: fixed;
    right: -9px;
    top: 72%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#feedbackp .float,
#feedbackq a,
#feedbackw .float {
    display: block;
    background: #ff9c00;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(20, 22, 136, 0.25);
}

#feedbackq a {
    margin: 1px;
}

#feedbackw .float {
    background-color: #017d03;
    margin: 1px;
}

#feedbackp .float {
    background-color: #db0d0d;
    margin: 1px;
}

#quickenquire textarea.form-control.form-textarea {
    font-size: 14px;
}

#quickenquire label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
}

#quickenquire input[type="submit"] {
    width: 100%;
    background-color: #00495d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#quickenquire .form-group {
    margin-bottom: 20px;
}

@media screen and (max-width: 730px) {
    .sideav {
        order: 2 !important;
    }

    .avspc {
        display: none !important;
    }
}

.page-header1 img {
    width: 100%;
    height: 70vh;
}

.div1 .popup {
    overflow: scroll;
}

.info1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
}

#feedbackp,
#feedbackq,
#feedbackw {
    width: 7%;
    background-color: #e1e1e1;
}

/* av css end */

/* extra */
.check-about-main-wrapper .single-check p.disc {
    /* color: #ffffff; */
    font-weight: 500;
    font-size: 18px;
}

h2.counter.title.clients {
    /* font-size: 36px; */
     font-size: 20px;
}

h2.title.detail-black {
    color: black;
}

@media only screen and (max-width: 767px) {
    h2.counter.title.clients {
        font-size: 15px;
    }

    .single-project-card-inner .inner {
        position: absolute;
        left: 0;

        bottom: -100%;
        width: 100%;
        padding: 0px;
        /* padding: 30px; */
        background: linear-gradient(
            90deg,
            #223c73 0%,
            rgba(248, 78, 29, 0) 100%
        );
        backdrop-filter: blur(2.5px);
        border-radius: 0px 0px 10px 10px;
        transition: all 0.5s;
    }

    .rts-btn.border {
        border: 2px solid var(--color-primary) !important;
        /* background: transparent; */
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 100px;
    }
}

.changes-code-center.col-6 {
    text-align: center;
}

p.disc.detail-p {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .single-project-area-one .inner-content {
        /*padding: 18px;*/
        padding: 9px;
        padding-top: 20px;
        position: absolute;
        height: 90px;
        overflow: hidden;
        bottom: 0;
        left: 0;
        transition: 0.5s;
        background: #141416;
        border-radius: 10px;
    }

    .single-project-area-one .inner-content .title {
        /*font-size: 20px;*/
        font-size: 18px;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    h5#client-title {
        font-size: 15px;
        margin-bottom: 0;
        color: var(--color-title);
        transition: 0.3s;
    }
}

.left-side-container {
    padding: 25px;
}

.nice-select {
    width: 100%;
    padding: 0px 23px;
    margin: 6px -2px;
}

/* extra code */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: center;
    border-left: 1px solid #ddd8f9;
    padding: 12px 20px;
}

tr:nth-child(1) {
    background-color: #223c73 !important;
    color: white;
}

#class-overflow-detail-2 {
    overflow-y: scroll;
    transition: height 0.3s ease;
}

/* service */
.category-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.category-card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Spacing and card layout */
.card-content {
    padding: 20px;
}

/* Title styling */
.card-content h5,
.category-title a {
    color: #000;
    /*font-size: 1.25rem;*/
    /* increased font size */
    font-weight: 700;
    /* bold for visual impact */
    margin-bottom: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-title a:hover {
    /*color: #fbba00;*/
    color: #223c73;
    /* brand color or hover highlight */
}

/* Modern button styling */
.btn-explore {
    display: inline-block;
    padding: 10px 20px;
    /*background-color: #fbba00;*/
    background-color: #F9B901;
    /* vibrant orange */
    color: #fff;
    /*font-size: 1.2rem;*/
    font-size: 1.5rem;
    font-weight: 600;
    /*border-radius: 30px;*/
     border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s;
}

.btn-explore:hover {
    /*background-color: #fbba00;*/
    background-color:#223c73;
    transform: scale(1.05);
}

/* custom testimonial */
/* Section background and spacing */
.creative-testimonials-area {
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 60px 15px;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Header styling */
.creative-testimonials-area .header {
    text-align: center;
    margin-bottom: 50px;
}

.creative-testimonials-area .header .pre {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a8a8a8;
    margin-bottom: 8px;
}

.creative-testimonials-area .header h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

/* Swiper container */
.creative-testimonials-area .swiper {
    padding-bottom: 40px;
}

/* Base card styling */
.testimonial-card {
    background: #fff;
    color: #333;
    padding: 30px 25px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 50px rgb(0 0 0 / 0.15);
}

/* Different creative polygon shapes */
.testimonial-card.shape1 {
    clip-path: polygon(
        20px 0%,
        calc(100% - 20px) 0%,
        100% 20px,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        20px 100%,
        0% calc(100% - 20px),
        0% 20px
    );
    border-radius: 30px;
}

.testimonial-card.shape2 {
    clip-path: polygon(
        15% 0%,
        85% 0%,
        100% 15%,
        100% 85%,
        85% 100%,
        15% 100%,
        0% 85%,
        0% 15%
    );
    border-radius: 40px;
}

.testimonial-card.shape3 {
    clip-path: polygon(
        0% 10%,
        10% 0%,
        90% 0%,
        100% 10%,
        100% 90%,
        90% 100%,
        10% 100%,
        0% 90%
    );
    border-radius: 25px;
}

.testimonial-card.shape4 {
    clip-path: ellipse(80% 100% at 50% 50%);
    border-radius: 50% / 50%;
}

.testimonial-card.shape5 {
    clip-path: polygon(
        30px 0%,
        calc(100% - 30px) 0%,
        100% 30px,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        30px 100%,
        0% calc(100% - 30px),
        0% 30px
    );
    border-radius: 10px 50px 10px 50px;
}

/* Testimonial text */
.testimonial-card p {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 25px;
}

/* User info section */
.testimonial-card .bottom-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-card .user img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card .info h5 {
    margin: 0;
    font-weight: 700;
}

.testimonial-card .info span {
    font-size: 14px;
    color: #666;
}

/* Swiper navigation buttons */
.creative-testimonials-area .swiper-button-next,
.creative-testimonials-area .swiper-button-prev {
    color: #fff;
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creative-testimonials-area .swiper-button-next:hover,
.creative-testimonials-area .swiper-button-prev:hover {
    background: #764ba2;
}

.client-section {
    padding: 40px 0;
}

.client-title {
    text-align: center;
    margin-bottom: 25px;
}

.client-title span {
    color: #e14c3a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.client-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.client-logo-card {
    /* background: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06); */
    padding: 10px 8px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    min-height: 120px;
}

/* .client-logo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
} */

.client-logo-img {
    /* max-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px; */
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.client-logo-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.client-logo-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-top: 2px;
}

/* gallery */
.creative-fun-section {
    padding: 100px 0;
    background: linear-gradient(
        to right,
        #fff7f0,
        #ffffff
    ); /* light orange tint background */
    font-family: "Poppins", sans-serif;
}

.creative-fun-container {
    max-width: 1200px;
    margin: auto;
}

.creative-fun-box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.creative-fun-box:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.creative-fun-icon {
    background: linear-gradient(135deg, #ffb347, #ffcc33); /* orange gradient */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    transition: background 0.4s ease;
}

.creative-fun-box:hover .creative-fun-icon {
    background: linear-gradient(
        135deg,
        #ff9100,
        #ff6f00
    ); /* deeper orange on hover */
}

.creative-fun-icon img {
    filter: brightness(0) invert(1); /* makes icon white */
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.creative-fun-title {
    font-size: 20px;
    color: #0a2540;
    font-weight: 600;
    margin-bottom: 12px;
}

.creative-fun-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .creative-fun-box {
        margin-bottom: 30px;
    }
}


.left img {
    border-radius:10px;
    width: 150px;
    height: 150px;
}

.right img {
    border-radius:10px;
    width: 150px;
    height: 150px;
}

h5.category-title {
    font-size: 18px;
}

  .client-section {
      background-color: #f5f5f5;
      padding: 40px 0;
      overflow: hidden;
    }

    .title-center-style-one {
      text-align: center;
      margin-bottom: 30px;
    }

    .title-center-style-one .pre {
      font-size: 16px;
      color: #777;
      margin-bottom: 5px;
    }

    .title-center-style-one .title {
      font-size: 28px;
      color: #333;
    }

    .client-slider {
      display: flex;
      width: max-content;
      animation: scrollClients 25s linear infinite;
    }

    .client-slider-wrapper {
      overflow: hidden;
      white-space: nowrap;
    }

    .client-logo-card {
      flex: 0 0 auto;
      width: 180px;
      margin: 10px;
      padding: 15px;
      background: #fff;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .client-logo-img img {
      width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
    }

    .client-logo-name {
      margin-top: 10px;
      font-weight: bold;
      font-size: 14px;
      color: #444;
    }

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


    /* CSS */
.centered-fun-facts {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.centered-fun-facts .icons {
  margin-bottom: 15px;
}

.centered-fun-facts .icons img {
  max-width: 50px;
  height: auto;
}
/* Button group layout */
.product-button-group {
    display: flex;
    gap: 114px;
    margin-top: 15px;
    flex-wrap: wrap;
}

/* WhatsApp Button Styling */
.product-button-group a.read-more-btn.whatsapp {
    background-color: #25D366;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.product-button-group a.read-more-btn.whatsapp:hover {
    background-color: #1ebe5d;
    color: #fff;
}

.product-button-group a.read-more-btn.whatsapp i {
    margin-left: 6px;
    font-size: 16px;
}
/* Mobile-specific override */
@media (max-width: 768px) {
    .product-button-group {
        gap: 10px;
    }
    .card-content {
    padding: 20px;
    height: 161px;
}
}

.download-btn {
    display: inline-block;
    background-color: #d32f2f;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.download-btn i {
    margin-right: 8px;
}

.download-btn:hover {
    background-color: #b71c1c;
}

.product-button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
   .product-button-group {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
.read-more-btn-box {
    display: inline-block;
    background-color: #223C73;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.read-more-btn-box:hover {
    background-color: #1a2f5c;
    color: #fff;
}

@media screen and (max-width: 400px) {
    .product-button-group {
        flex-direction: column;
        align-items: center;
    }
}
.cilentele {
    font-size: 25px;
}
.bg_footer-1 {
    background-color: #162961 !important;
    background-image: none !important; /* Optional: removes existing background image */
}
