:root {
  --tg-body-font-family: 'Montserrat', sans-serif;
  ;
  --tg-heading-font-family: 'Montserrat', sans-serif;
  ;
  --tg-heading2-font-family: 'Montserrat', sans-serif;
  ;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #1F2933;
  --tg-heading-color: #00233D;
  --tg-theme-primary: #0064B0;
  --tg-theme-secondary: #009BB0;
  --tg-color-dark-blue: #0E104B;
  --tg-color-dark-blue-2: #001950;
  --tg-color-light-blue: #7149D2;
  --tg-color-yellow-default: #FFA800;
  --tg-color-yellow-light: #F9EADC;
  --tg-color-white-default: #ffffff;
  --tg-color-red-default: #e30613;
  --tg-color-gray-1: #EBF6FF;
  --tg-color-gray-2: #67687A;
  --tg-color-gray-3: #F3F8FE;
  --tg-color-gray-4: #ECEDE5;
  --tg-color-gray-5: #2b2b2b;
  --tg-color-gray-6: #D0DAEF;
  --tg-color-gray-7: #9399A6;
  --tg-color-dark: #000000;
  --tg-color-black-1: #060606;
  --tg-color-black-2: #161439;
  --tg-border-1: #C8C2C8;
  --tg-border-2: #D0CACA;
  --tg-border-3: #CCD2E1;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #F8F8F8;
  --tg-border-6: #E6E6E6;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
  --tg-theme-primary: #e30613;
  --tg-theme-secondary: #A6DC77;
  --tg-heading-color: #0D2227;
}

/*=============================
	bootstrap
===============================*/
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

/*=============================
	11. Header
===============================*/
.transparent-header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 110;
  height: 100px;
}
.transparent-header-content {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
}

.tg-header__top {
  background: transparent;
  padding: 11px 0;
}

@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}

.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991.98px) {
  .tg-header__top-info {
    justify-content: center;
  }
}

.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.tg-header__top-info li i {
  color: var(--tg-heading-color);
  font-size: 16px;
  line-height: 0;
}

.tg-header__top-info li a {
  color: var(--tg-heading-color);
}

.tg-header__top-info li a:hover {
  opacity: 0.7;
}

.tg-header__top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

@media (max-width: 1199.98px) {
  .tg-header__top-right {
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__top-right {
    justify-content: center;
    display: none;
  }
}

.tg-header__top-right>li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-color-gray-1);
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.tg-header__top-right>li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(16deg);
  -moz-transform: translateY(-50%) rotate(16deg);
  -ms-transform: translateY(-50%) rotate(16deg);
  -o-transform: translateY(-50%) rotate(16deg);
  transform: translateY(-50%) rotate(16deg);
  width: 2px;
  height: 16px;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.tg-header__top-right>li:last-child::before {
  display: none;
}

.tg-header__top-right>li i {
  color: var(--tg-color-white-default);
  font-size: 20px;
  line-height: 0;
}

.tg-header__top-right>li a {
  color: var(--tg-color-gray-1);
}

.tg-header__top-right>li a:hover {
  color: var(--tg-color-white-default);
}

.tg-header__top-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}

.tg-header__top-social .list-wrap li:not(.tg-header__top-social .list-wrap li:last-child) {
  margin-bottom: 0;
}

.tg-header__top-social .list-wrap li a {
  font-size: 15px;
  color: var(--tg-heading-color);
}

.tg-header__top-social .list-wrap li a i {
  color: var(--tg-heading-color);
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tg-header__top-social .list-wrap li a:hover i {
  opacity: 0.7;
}

.tg-header__top-two {
  background: var(--tg-theme-primary);
  padding: 0;
}

.tg-header__top-two .tg-header__top-info li {
  color: var(--tg-color-white-default);
}

.tg-header__top-two .tg-header__top-info>li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.tg-header__top-two .tg-header__top-info>li:first-child {
  border-left: 0;
  padding-left: 0;
}

.tg-header__top-two .tg-header__top-social .list-wrap {
  gap: 12px;
}

.tg-header__top-two .tg-header__top-social .list-wrap li a i {
  color: var(--tg-color-white-default);
}

.tg-header__top-two .tg-header__top-social .list-wrap li {
  margin-right: 12px;
}

.tg-header__top-two .tg-header__top-social .list-wrap li:last-child,
.tg-header__top-two .tg-header__top-social .list-wrap li:first-child {
  margin-right: 0;
}

.tg-header__top-two .tg-header__top-info li i {
  color: var(--tg-color-white-default);
}

.tg-header__top-two .tg-header__top-info li a {
  color: var(--tg-color-white-default);
}

.tg-header__top-two .tg-header__top-right {
  gap: 30px;
}

.tg-header__top-two .tg-header__top-right>li::before {
  display: none;
}

.tg-header__top-two .tg-header__top-right>li .btn {
  background: var(--tg-theme-secondary);
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-dark);
  padding: 27px 30px;
}

.tg-header__top-two .tg-header__top-right>li .btn i {
  color: inherit;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .tg-header__top-two {
    padding: 11px 0;
  }
}

.tg-header__top-three {
  background: #1B1B1B;
  padding: 0;
}

.tg-header__top-three .tg-header__top-info li {
  color: var(--tg-color-white-default);
}

.tg-header__top-three .tg-header__top-info>li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.tg-header__top-three .tg-header__top-info>li:first-child {
  border-left: 0;
  padding-left: 0;
}

.tg-header__top-three .tg-header__top-social .list-wrap {
  gap: 12px;
}

.tg-header__top-three .tg-header__top-social .list-wrap li a i {
  color: var(--tg-color-white-default);
}

.tg-header__top-three .tg-header__top-social .list-wrap li {
  margin-right: 12px;
}

.tg-header__top-three .tg-header__top-social .list-wrap li:last-child,
.tg-header__top-three .tg-header__top-social .list-wrap li:first-child {
  margin-right: 0;
}

.tg-header__top-three .tg-header__top-info li i {
  color: var(--tg-color-white-default);
}

.tg-header__top-three .tg-header__top-info li a {
  color: var(--tg-color-white-default);
}

.tg-header__top-three .tg-header__top-right {
  gap: 30px;
}

.tg-header__top-three .tg-header__top-right>li::before {
  display: none;
}

.tg-header__top-three .tg-header__top-right>li .btn {
  border-radius: 0;
  padding: 27px 30px;
}

.tg-header__top-three .tg-header__top-right>li .btn i {
  color: inherit;
  font-size: 16px;
}

.tg-header__top-three .tg-header__top-right>li .btn:before {
  background: var(--tg-color-white-default);
}

.tg-header__top-three .tg-header__top-right>li .btn:hover {
  color: var(--tg-color-dark) !important;
}

@media (max-width: 991.98px) {
  .tg-header__top-three {
    padding: 11px 0;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 15px 10px;
  }
}

.tg-header__area .tgmenu__navbar-wrap>ul>li a {
  padding: 48px 0px;
}

.tg-header__area-one {
  padding-top: 30px;
}

.tg-header__area-one .tgmenu__wrap {
  background: var(--tg-color-gray-1);
  border-radius: 130px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .tg-header__area-one .tgmenu__wrap {
    padding: 15px;
  }
}

.tg-header__area-one .tgmenu__navbar-wrap>ul>li a {
  padding: 34px 0px;
}

.tg-header__area-one.sticky-menu {
  padding-top: 0;
  background: var(--tg-color-gray-1);
}

.tg-header__area-one.sticky-menu .tgmenu__wrap {
  padding: 0;
}

@media (max-width: 991.98px) {
  .tg-header__area-one.sticky-menu {
    padding: 0;
  }

  .tg-header__area-one.sticky-menu .tgmenu__wrap {
    padding: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-two {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-two {
    background: var(--tg-color-white-default);
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
  }
}

.tg-header__area-two .tgmenu__wrap {
  background: var(--tg-color-white-default);
  border-radius: 5px;
  padding: 0px 25px 0px 35px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 0 25px;
  }

  .tg-header__area-two .tgmenu__wrap .tgmenu__navbar-wrap>ul>li a {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 16px 25px;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 16px 0px;
  }
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li {
  margin-right: 30px;
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li a {
  padding: 38px 0px;
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li:hover>a,
.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children>a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}

.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children:hover>a::after,
.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children.active>a::after {
  color: #e30613;
}

.tg-header__area-two .tgmenu__action {
  padding-left: 78px;
}

@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__action {
    padding-left: 38px;
  }

  .tg-header__area-two .tgmenu__action ul {
    margin-left: 0;
  }

  .tg-header__area-two .tgmenu__action .header-search a {
    font-size: 16px;
  }
}

.tg-header__area-two .sidebar-btn {
  width: 50px;
  padding: 21px 0;
}

.tg-header__area-two .sidebar-btn .line {
  background: var(--tg-heading-color);
  width: 10px;
  margin-right: 15px;
}

.tg-header__area-two .sidebar-btn .line:last-child {
  width: 20px;
}

.tg-header__area-two .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}

.tg-header__area-two .sidebar-btn:hover .line {
  width: 20px;
}

.tg-header__area-two.sticky-menu {
  background: var(--tg-color-white-default);
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}

.tg-header__area-two.sticky-menu .tgmenu__wrap {
  box-shadow: none;
  padding: 0;
}

@media (max-width: 991.98px) {
  .tg-header__area-two.sticky-menu .tgmenu__wrap {
    padding: 16px 0px;
  }
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li a {
  color: var(--tg-heading-color);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li {
  margin-right: 30px;
}

.tg-header__area-three.sticky-menu {
  background: var(--tg-color-white-default);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li:hover>a,
.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children>a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}

.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children:hover>a::after,
.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children.active>a::after {
  color: var(--tg-heading-color);
}

.tg-header__area-three .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-heading-color);
  width: 54px;
  padding: 19.5px 0;
}

.tg-header__area-three .sidebar-btn .line {
  background: var(--tg-heading-color);
  width: 10px;
  margin-right: 15px;
}

.tg-header__area-three .sidebar-btn .line:last-child {
  width: 20px;
}

.tg-header__area-three .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}

.tg-header__area-three .sidebar-btn:hover .line {
  width: 20px;
}

.tg-header__area-three .header-contact .contact-btn {
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-heading-color);
}

.tg-header__area-three .header-contact .contact-btn:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}

@media (max-width: 1199.98px) {
  .tg-header__area-three .header-contact {
    display: none;
  }
}

.tg-header__area-three .tgmenu__action ul li {
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__action ul li {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__action ul {
    margin-left: 0px;
  }
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li a {
  padding: 41px 0px;
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li {
  margin-right: 35px;
}

.tg-header__area-four.sticky-menu {
  background: var(--tg-color-white-default);
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199.98px) {
  .tg-header__area-four .tgmenu__navbar-wrap>ul {
    margin-right: 0;
  }

  .tg-header__area-four .tgmenu__navbar-wrap>ul>li {
    margin-right: 30px;
  }
}

.tg-header__area-five .sidebar-btn {
  background: var(--tg-color-white-default);
}

.tg-header__area-five .sidebar-btn .line {
  background: var(--tg-heading-color);
}

.tg-header__area-five .tgmenu__navbar-wrap>ul>li a {
  font-family: var(--tg-heading2-font-family);
}

.tg-header__area-five .tgmenu__action ul {
  margin-left: 70px;
}

.tg-header__area-six .tgmenu__navbar-wrap>ul>li a {
  color: var(--tg-color-white-default);
}

.tg-header__area-six .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}

.tg-header__area-six .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}

@media (max-width: 1500px) {
  .tg-header__area-six .tgmenu__navbar-wrap>ul>li {
    margin-right: 35px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area-six .tgmenu__navbar-wrap>ul {
    margin-right: 0;
  }
}

.tg-header__area-seven {
  background: #070707;
}

.tg-header__area-seven .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.tg-header__area-seven .logo {
  background: var(--tg-theme-primary);
  padding: 0px 80px;
  position: relative;
  left: -15px;
  height: 132px;
  display: flex;
  align-items: center;
}

.tg-header__area-seven .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
  height: 132px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 70px;
  padding-right: 45px;
  margin-left: 35px;
}

.tg-header__area-seven .tgmenu__navbar-wrap>ul {
  margin-left: 70px;
}

.tg-header__area-seven .tgmenu__navbar-wrap>ul>li {
  margin-right: 30px;
}

.tg-header__area-seven .tgmenu__navbar-wrap>ul>li a {
  color: var(--tg-color-white-default);
  padding: 58px 0px;
}

.tg-header__area-seven .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}

.tg-header__area-seven .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}

.tg-header__area-seven .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}

.tg-header__area-seven .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}

.tg-header__area-seven .sidebar-btn .line:last-child {
  width: 20px;
}

.tg-header__area-seven .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}

.tg-header__area-seven .sidebar-btn:hover .line {
  width: 20px;
}

.tg-header__area-seven .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}

.tg-header__area-seven .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 1500px) {
  .tg-header__area-seven .logo {
    padding: 0px 40px;
  }

  .tg-header__area-seven .tgmenu__navbar-wrap>ul {
    margin-left: 30px;
  }

  .tg-header__area-seven .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .tg-header__area-seven .tgmenu__action {
    margin-right: 25px;
  }

  .tg-header__area-seven .logo {
    height: 100px;
  }

  .tg-header__area-seven .tgmenu__navbar-wrap>ul>li a {
    color: var(--tg-color-white-default);
    padding: 42px 0px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area-seven .tgmenu__navbar-wrap>ul {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-seven {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-seven .logo {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area-seven .logo {
    padding: 0px 20px;
  }
}

.tg-header__area-eight {
  background: var(--tg-color-gray-5);
}

.tg-header__area-eight.sticky-menu {
  background: var(--tg-color-gray-5);
}

.tg-header__area-eight .tgmenu__navbar-wrap>ul>li h4 {
	padding:0;
	color:#fff;
}
.tg-header__area-eight .tgmenu__navbar-wrap>ul>li a {
  padding: 13px 0px 25px;
  font-weight: 0;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; 
}

.tg-header__area-eight .tgmenu__navbar-wrap>ul>li {
  margin-bottom: -20px;
}

.tg-header__area-eight .tgmenu__navbar-wrap>ul>li {
  margin-right: 25px;
}

.tg-header__area-eight .tgmenu__navbar-wrap>ul>li .sub-menu>li a {
  font-weight: 500;
}

.tg-header__area-nine {
  background: #010101;
}

.tg-header__area-nine .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.tg-header__area-nine .logo {
  background-image: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  padding: 0px 80px;
  position: relative;
  left: -15px;
  height: 132px;
  display: flex;
  align-items: center;
}

.tg-header__area-nine .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
  height: 132px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 70px;
  padding-right: 45px;
  margin-left: 35px;
}

.tg-header__area-nine .tgmenu__navbar-wrap>ul {
  margin-left: 70px;
}

.tg-header__area-nine .tgmenu__navbar-wrap>ul>li {
  margin-right: 30px;
}

.tg-header__area-nine .tgmenu__navbar-wrap>ul>li a {
  color: var(--tg-color-white-default);
  padding: 58px 0px;
}

.tg-header__area-nine .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}

.tg-header__area-nine .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}

.tg-header__area-nine .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}

.tg-header__area-nine .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}

.tg-header__area-nine .sidebar-btn .line:last-child {
  width: 20px;
}

.tg-header__area-nine .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}

.tg-header__area-nine .sidebar-btn:hover .line {
  width: 20px;
}

.tg-header__area-nine .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}

.tg-header__area-nine .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 1500px) {
  .tg-header__area-nine .logo {
    padding: 0px 40px;
  }

  .tg-header__area-nine .tgmenu__navbar-wrap>ul {
    margin-left: 30px;
  }

  .tg-header__area-nine .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .tg-header__area-nine .tgmenu__action {
    margin-right: 25px;
  }

  .tg-header__area-nine .logo {
    height: 100px;
  }

  .tg-header__area-nine .tgmenu__navbar-wrap>ul>li a {
    color: var(--tg-color-white-default);
    padding: 42px 0px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area-nine .tgmenu__navbar-wrap>ul {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-nine {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-nine .logo {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area-nine .logo {
    padding: 0px 20px;
  }
}

.tg-header__area-ten.sticky-menu {
  background: var(--tg-heading-color);
}

.tg-header__area-ten.sticky-menu .tgmenu__navbar-wrap>ul>li a {
  padding: 42px 0px;
}

.tg-header__area-ten .tgmenu__navbar-wrap>ul {
  margin: 0 70px 0 auto;
}

.tg-header__area-ten .tgmenu__navbar-wrap>ul>li a {
  padding: 60px 0px;
  font-weight: 700;
  color: var(--tg-color-white-default);
}

.tg-header__area-ten .tgmenu__navbar-wrap>ul>li {
  margin-right: 25px;
}

.tg-header__area-ten .tgmenu__navbar-wrap>ul>li .sub-menu>li a {
  font-weight: 500;
  padding: 11px 15px 5px 25px;
}

.tg-header__area-ten .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}

.tg-header__area-ten .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}

.tg-header__area-ten .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}

.tg-header__area-ten .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}

.tg-header__area-ten .sidebar-btn .line:last-child {
  width: 20px;
}

.tg-header__area-ten .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}

.tg-header__area-ten .sidebar-btn:hover .line {
  width: 20px;
}

.sidebar-btn {
  position: relative;
  width: 40px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  text-align: center;
  padding: 13px 0;
  display: inline-block;
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 16px;
  background: var(--tg-color-white-default);
  margin: auto;
  transition: 0.4s;
}

.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}

.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}

.tgmenu__nav .logo img {
  max-height: 80px;
}

.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.tgmenu__navbar-wrap>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 auto;
}

.tgmenu__navbar-wrap>ul>li {
  list-style: none;
  display: block;
  position: relative;
  margin-right: 40px;
}

@media (max-width: 1399px) {
  .tgmenu__navbar-wrap>ul>li {
    margin-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__main-menu,
  .tgmenu-button-catalog-computer {
	display:none;
  }
}

.tgmenu__navbar-wrap>ul>li.menu-item-has-children>a:after {
  content: "\25bc";
  position: relative;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  margin-left: 5px;
  top: 1px;
}

.tgmenu__navbar-wrap>ul>li:last-child {
  margin-right: 0;
}

.tgmenu__navbar-wrap>ul>li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0;
  padding: 55px 0px;
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  text-decoration:none;
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  background: var(--tg-color-white-default);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  list-style:none;
  font-size:0
}

.tgmenu__navbar-wrap>ul>li .sub-menu li {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	font-size:16px;
	width:100%;
}
.tgmenu__navbar-wrap>ul>li .sub-menu.sub-menu-category li {
	width:33.3%;
}
.tgmenu__navbar-wrap>ul>li .sub-menu.sub-menu-line {
	padding:20px 0;
}
.tgmenu__navbar-wrap>ul>li .sub-menu.sub-menu-category {
	padding:8px 0 15px;
}
.tgmenu__navbar-wrap>ul>li .sub-menu.sub-menu-line li {
	
}
.tgmenu__navbar-wrap>ul>li .sub-menu li a {
	color:#fff;
	display: flex;
	text-transform: capitalize;
	padding:111px 25px 10px 25px;
	text-transform: capitalize; 
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; 
}
.tgmenu__navbar-wrap>ul>li .sub-menu.sub-menu-category li a {
	padding:11px 11px 0 12px;
	line-height:1;
}
.tgmenu__navbar-wrap>ul>li .sub-menu li:last-child a {
	padding-bottom:0;
}
.tgmenu__navbar-wrap>ul>li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a,
.tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
  color: var(--tg-theme-primary);
}

/*.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {*/
/*  -webkit-transform: translateX(8px);*/
/*  -moz-transform: translateX(8px);*/
/*  -ms-transform: translateX(8px);*/
/*  -o-transform: translateX(8px);*/
/*  transform: translateX(8px);*/
/*}*/

.tgmenu__navbar-wrap>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
  color: var(--tg-theme-primary);
}

.tgmenu__navbar-wrap-two>ul>li {
  margin-right: 20px;
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
  color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 25px;
    margin-left: auto;
  }
}

.tgmenu__action ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  list-style:none;
}

@media (max-width: 1199.98px) {
  .tgmenu__action ul {
    margin-left: 60px;
  }
}

.tgmenu__action ul li {
  position: relative;
  margin-left: 35px;
}

@media (max-width: 1199.98px) {
  .tgmenu__action ul li {
    margin-left: 20px;
  }
}

.tgmenu__action ul li:first-child {
  margin-left: 0;
}

.tgmenu__action ul .header-search {
  line-height: 0;
}

.tgmenu__action ul .header-search a {
  font-size: 20px;
  line-height: 0;
  color: var(--tg-heading-color);
}

.tgmenu__action ul .header-search a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}

.tgmenu__action ul .header-cart {
  line-height: 0;
  position: relative;
}

.tgmenu__action ul .header-cart::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(16deg);
  width: 2px;
  height: 24px;
  background: #C3C3C3;
  border-radius: 2px;
}

@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-cart::before {
    display: none;
  }
}

.tgmenu__action ul .header-cart a {
  position: relative;
  font-size: 28px;
  line-height: 0;
  color: var(--tg-color-gray-2);
}

.tgmenu__action ul .header-cart a span {
  position: absolute;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  right: -6px;
  top: -5px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
}

.tgmenu__action ul .header-cart a:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__action ul .header-cart-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tgmenu__action ul .header-cart-two::before {
  display: none;
}

.tgmenu__action ul .header-cart-two .price {
  font-size: 18px;
  line-height: 0.8;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
}

.tgmenu__action ul .offCanvas-menu {
  line-height: 1;
}

@media (max-width: 991.98px) {
  .tgmenu__action ul .offCanvas-menu {
    display: none;
  }
}

.tgmenu__action ul .offCanvas-menu .menu-tigger {
  color: #767676;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger svg {
  width: 26px;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__action ul .header-btn {
  margin-left: 25px;
}

@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-btn {
    display: none;
  }
  .tgmenu-button-catalog-mobile {
	position:relative;
	left:-37px;
  }
}

.tgmenu__action ul .header-btn .btn {
  color: var(--tg-color-white-default);
  font-size: 16px;
  gap: 5px;
  padding: 17px 24px 15px 24px;
  background: linear-gradient(90deg, #80397E 5.39%, #9F59A4 100%);
}

.tgmenu__action ul .header-btn .btn i {
  line-height: 0;
  font-size: 18px;
  transform: translateY(-2px);
}

.tgmenu__action ul .header-btn .btn::after {
  display: none;
}

.tgmenu__action ul .header-btn.login-btn .btn {
  padding: 11px 19px 9px 19px;
  background: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}

.tgmenu__action ul .header-btn.login-btn .btn i {
  font-size: 24px;
  line-height: 0;
  transform: translateY(-1px);
}

.tgmenu__action ul .header-btn.login-btn .btn::before {
  background: var(--tg-theme-primary);
}

.tgmenu__action ul .header-btn.login-btn .btn:hover {
  background: var(--tg-heading-color);
}

.tgmenu__action-two .list-wrap {
  justify-content: flex-end;
}

.tgmenu__action-two .list-wrap .header-search a {
  color: #BFCDEB;
}

.tgmenu__action-two .list-wrap .header-cart a {
  color: #BFCDEB;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn {
  background: #1B3B80;
  padding: 12px 19px 12px 19px;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn i {
  font-size: 20px;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn:hover {
  background: #1B3B80;
}

.tgmenu__action-three .list-wrap {
  margin-left: 15px;
}

.tgmenu__action-three .list-wrap li {
  margin-left: 30px;
  line-height: 0;
}

@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li {
    margin-left: 25px;
  }
}

.tgmenu__action-three .list-wrap li::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(16.284deg);
  -moz-transform: translateY(-50%) rotate(16.284deg);
  -ms-transform: translateY(-50%) rotate(16.284deg);
  -o-transform: translateY(-50%) rotate(16.284deg);
  transform: translateY(-50%) rotate(16.284deg);
  width: 2px;
  height: 24px;
  background: #AEB7CA;
  border-radius: 2px;
}

@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li::before {
    right: -13px;
  }
}

.tgmenu__action-three .list-wrap li a {
  font-size: 28px;
  line-height: 0;
  color: var(--tg-heading-color);
}

@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li a {
    font-size: 25px;
  }
}

.tgmenu__action-three .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .tgmenu__search {
    display: none;
  }
}

.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid var(--tg-border-3);
  background: #F9F9F9;
  width: 400px;
  position: relative;
}

@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 360px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 390px;
  }
}

.tgmenu__search-form input {
  width: 100%;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 15px 10px 15px 25px;
  font-size: 14px;
  color: var(--tg-heading-color);
  height: 50px;
}

.tgmenu__search-form input::placeholder {
  font-size: 14px;
  color: #7B859B;
}

.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 130px;
  flex: 0 0 auto;
  position: relative;
}

.tgmenu__search-form .select-grp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #C1C1C1;
}

.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}

.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-size: 14px;
  font-weight: 500;
}

.tgmenu__search-form [type=submit] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  bottom: 3px;
  right: 3px;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  font-size: 18px;
  line-height: 0;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}

.tgmenu__search-form [type=submit]:hover {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-color-dark);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/*=============================
	12. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}

.tgmobile__search form {
  position: relative;
}

.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}

.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}

.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-white-default);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}

.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 501;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
  display: block !important;
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.tgmobile__menu .nav-logo img {
  max-height: 35px;
}

.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
  color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-4);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}

.tgmobile__menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  text-align: left;
  text-decoration: none;
}

.tgmobile__menu .navigation li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul {
	padding-bottom:10px;
}
.tgmobile__menu .navigation li ul li,
.tgmobile__menu .navigation>li>ul>li:first-child {
	border:none;
}
.tgmobile__menu .navigation li ul li>a {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px 0 5px;
}
.tgmobile__menu .navigation li ul li>a img {
	margin-top:0 !important;
	position:relative;
	top:8px;
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
  display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
  display: none;
}

.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}

.tgmobile__menu .navigation ul li a {
  display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
  height: 100%;
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}

.tgmobile__menu .tgmenu__action>ul li {
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
  display: block;
}

.tgmobile__menu.style2 .navigation li.active>a {
  color: var(--tg-heading-color);
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}

.tgmobile__menu.style2 .close-btn {
  color: var(--tg-heading-color);
}

.tgmobile__menu.style2 .navigation li.active .dropdown-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color);
}

.tgmobile__menu.style2 .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-heading-color);
}

.tgmobile__menu.style2 .social-links ul li a:hover {
  color: var(--tg-heading-color);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-nav-toggler {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: inline-flex;
  }
}