/*! CSS Used from: ../css/bootstrap.min.css */
:root {
    --tg-body-font-family: 'Plus Jakarta Sans', sans-serif;
    --tg-heading-font-family: 'Urbanist', sans-serif;
    --tg-primary-color: #0055FF;
    --tg-secondary-color: #00194C;
    --tg-body-font-color: #334770;
    --tg-heading-font-color: #00194C;
    --tg-paragraph-color: #334770;
    --tg-section-background: #F8FAFF;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 500;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-text-transform: capitalize;
    --tg-blue: #0049DC;
    --tg-metallic-blue: #324B7D;
    --tg-cornflower-blue: #B3CCFF;
    --tg-steel-blue: #B6C1DB;
    --tg-lavender: #E6EEFF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #FF005C;
    --tg-red: #FF3C3C;
    --tg-orange: #fd7e14;
    --tg-yellow: #FFB930;
    --tg-green: #219653;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #000;
    --tg-gray: #F1F4FC;
    --tg-gray-two: #F1F5FF;
    --tg-gray-three: #96A1B8;
    --tg-gray-four: #667594;
    --tg-border-color: #E1E5EE;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h2,
h3,
h4,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

small {
    font-size: .875em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

img,
svg {
    vertical-align: middle;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

button {
    -webkit-appearance: button;
}

button:not(:disabled) {
    cursor: pointer;
}

iframe {
    border: 0;
}

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

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

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

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

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

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

.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-12 {
    flex: 0 0 auto;
    width: 100%;
}

.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width:768px) {
    .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-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:992px) {
    .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-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-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled {
    pointer-events: none;
    opacity: .65;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.p-0 {
    padding: 0 !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width:992px) {
    .d-lg-flex {
        display: flex !important;
    }

    .text-lg-start {
        text-align: left !important;
    }
}

/*! CSS Used from: ../css/fontawesome-all.min.css */
.fa,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-search:before {
    content: "\f002";
}

.fa-times:before {
    content: "\f00d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-window-close:before {
    content: "\f410";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fab,
.far {
    font-weight: 400;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
    font-weight: 900;
}

/*! CSS Used from: ../css/flaticon.css */
i[class^="flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
}

.flaticon-clock:before {
    content: "\f12a";
}

.flaticon-pin:before {
    content: "\f12d";
}

.flaticon-phone-call:before {
    content: "\f130";
}

.flaticon-rating:before {
    content: "\f13d";
}

/*! CSS Used from: ../css/odometer.css */
.odometer.odometer-auto-theme {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-value {
    text-align: center;
}

/*! CSS Used from: ../css/swiper-bundle.min.css */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/*! CSS Used from: ../css/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: ../css/aos.css */
[data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate {
    transition-delay: .2s;
}

[data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate {
    transition-delay: .3s;
}

[data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate {
    transition-delay: .5s;
}

[data-aos][data-aos][data-aos-delay="600"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate {
    transition-delay: .7s;
}

[data-aos][data-aos][data-aos-delay="800"] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate {
    transition-delay: .8s;
}

body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

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

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
}

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

[data-aos=zoom-in] {
    transform: scale(.6);
}

/*! CSS Used from: ../css/default.css */
.mt-30 {
    margin-top: 30px;
}

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

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

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

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

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

/*! CSS Used from: ../css/style.css */
body {
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-body-font-weight);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    color: var(--tg-body-font-color);
    font-style: normal;
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.fix {
    overflow: hidden;
}

a,
button {
    -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;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: var(--tg-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--tg-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus {
    outline: 0;
}

h2,
h3,
h4,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin-top: 0px;
    margin-bottom: .7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
}

h2 a,
h3 a {
    color: inherit;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none;
}

p {
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: var(--tg-paragraph-color);
    margin-bottom: 15px;
}

::selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

*::placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 18px 18px 22px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    position: relative;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--tg-blue);
    border-radius: 30px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.btn:hover::before {
    width: 100%;
}

.btn:hover {
    color: var(--tg-white);
}

.btn.btn-two::after {
    display: none;
}

.btn-three {
    padding: 19px 30px;
}

.btn-three::before {
    display: none;
}

.btn-three:hover {
    background: var(--tg-secondary-color);
}

.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--tg-secondary-color);
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logo img,
.f-logo img {
    max-height: 80px;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 0 auto;
}

.navbar-wrap ul li {
    list-style: none;
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-secondary-color);
    padding: 40px 10px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
    color: var(--tg-primary-color);
}

.header-action>ul {
    display: flex;
    align-items: center;
}

.header-action>ul li {
    position: relative;
    margin-left: 25px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    color: var(--tg-heading-font-color);
    font-size: 14px;
}

.header-action .header-btn .btn {
    color: var(--tg-white);
    font-size: 15px;
    padding: 16px 33px;
    border: 2px solid transparent;
}

.header-action .header-btn .btn::before {
    display: none;
}

.header-action .header-btn .btn:hover {
    background: transparent;
    border-color: var(--tg-primary-color);
    color: var(--tg-primary-color);
}

.header-contact-two {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header-contact-two .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    line-height: 0;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 7px;
}

.header-contact-two .content span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: var(--tg-paragraph-color);
    line-height: 1;
    margin-bottom: 5px;
}

.header-contact-two .content a {
    font-weight: 700;
    font-size: 16px;
    display: block;
    line-height: 1;
    color: var(--tg-secondary-color);
}

.header-contact-two .content a:hover {
    color: var(--tg-primary-color);
}

.nav-logo img {
    max-width: 135px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    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)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

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

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-white);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

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

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--tg-gray);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 27px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 6px;
    padding: 5px 10px;
    border: 2px solid var(--tg-primary-color);
}

.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.90);
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-weight: 700;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--tg-primary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--tg-heading-font-color);
}

.search-form input::placeholder {
    font-size: 30px;
    color: var(--tg-heading-font-color);
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--tg-primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--tg-primary-color);
    cursor: pointer;
}

.extra-info {
    background: var(--tg-white) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon>button {
    background: transparent;
    border: 0 none;
    color: var(--tg-primary-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.extra-info .logo-side img {
    max-width: 151px;
}

.side-info {
    border-top: 1px solid var(--tg-primary-color);
    padding-top: 25px;
}

.contact-list h4 {
    color: var(--tg-heading-font-color);
    font-weight: 700;
    font-size: 18px;
}

.contact-list p {
    color: var(--tg-paragraph-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.side-instagram {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.side-instagram li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 5px;
}

.side-instagram li>a {
    display: block;
}

.side-instagram img {
    width: 100%;
    border-radius: 5px;
}

.social-icon-right>a {
    color: var(--tg-primary-color);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right>a:hover {
    color: var(--tg-secondary-color);
}

.offcanvas-overly {
    position: fixed;
    background: var(--tg-black);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.section-title-two span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: var(--tg-primary-color);
    background: var(--tg-lavender);
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}

.section-title-two .title {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 0;
}

.about-list-two .list-wrap {
    margin-bottom: 20px;
}

.about-list-two .list-wrap li {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    color: var(--tg-secondary-color);
    margin-bottom: 14px;
}

.about-list-two .list-wrap li:last-child {
    margin-bottom: 0;
}

.about-list-two .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}

.section-title-two.white-title .title {
    color: var(--tg-white);
}

.cta-content {
    display: flex;
    align-items: center;
}

.cta-info-wrap {
    display: flex;
    align-items: center;
    width: 46%;
    flex: 0 0 auto;
    position: relative;
}

.cta-info-wrap::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 74px;
    background: var(--tg-primary-color);
}

.cta-info-wrap .icon {
    font-size: 50px;
    color: var(--tg-white);
    line-height: 0;
    margin-right: 15px;
}

.cta-info-wrap .content span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    line-height: 1;
    margin-bottom: 10px;
}

.cta-info-wrap .content a {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
}

.cta-info-wrap .content a:hover {
    color: var(--tg-primary-color);
}

.cta-content .title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 0;
    color: var(--tg-white);
    line-height: 1.13;
}

.section-title-two.white-title .sub-title {
    background: #1E376A;
    color: var(--tg-white);
}

.section-title-two p {
    color: var(--tg-paragraph-color);
    width: 90%;
    margin: 15px auto 0;
}

.brand-active [class*="col-"] {
    padding: 0 15px;
}

.brand-item {
    padding: 0 20px;
    min-height: 86px;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    cursor: pointer;
    filter: grayscale(100%);
    opacity: .5;
}

.brand-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.footer-bg {
    background-position: center;
    background-size: cover;
}

.footer-top {
    padding: 100px 0 40px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .fw-title {
    font-size: 24px;
    margin-bottom: 0;
    color: var(--tg-white);
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.footer-widget .fw-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: var(--tg-primary-color);
}

.footer-info .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.footer-info .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer-info .list-wrap li .icon {
    font-size: 22px;
    line-height: 0;
    color: var(--tg-lavender);
    margin-top: 3px;
    margin-right: 12px;
}

.footer-info .list-wrap li .content a,
.footer-info .list-wrap li .content p {
    color: var(--tg-gray-three);
    margin-bottom: 0;
}

.footer-info .list-wrap li .content a:hover {
    color: var(--tg-white);
}

.footer-link .list-wrap li {
    margin-bottom: 10px;
}

.footer-link .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer-link .list-wrap li a {
    color: var(--tg-gray-three);
    position: relative;
}

.footer-link .list-wrap li a:hover {
    color: var(--tg-white);
}

.footer-link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: var(--tg-white);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 40px;
}

.footer-bottom {
    border-top: 1px solid #253352;
    padding: 48px 0;
}

.footer-bottom .f-logo {
    margin-bottom: 10px;
}

.copyright-text p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #7c8db1;
}

.footer-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.footer-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A2948;
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 20px;
}

.footer-social .list-wrap li a:hover {
    background: var(--tg-primary-color);
}

#preloader {
    background-color: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.menu-area-five {
    padding: 0 30px 0 30px;
}

.menu-area-five .navbar-wrap ul {
    margin: 0 auto;
}

.header-action.header-action-five>ul li {
    margin-left: 30px;
}

.header-action.header-action-five>ul li:first-child {
    margin-left: 0;
}

.header-contact-four {
    margin-left: 17px !important;
    padding-left: 17px;
    margin-right: 0;
}

.menu-nav .header-contact-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: #DFDFDF;
}

.header-contact-four .icon {
    background: var(--tg-lavender);
    color: var(--tg-primary-color);
}

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

.extra-info::-webkit-scrollbar {
    width: 0px;
}

.experience-year {
    position: relative;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border: 1px solid #CBD1D8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: 85px;
}

.experience-year .icon {
    width: 108px;
    height: 108px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border: 1px solid #CBD1D8;
    color: var(--tg-primary-color);
    line-height: 0;
    font-size: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tg-secondary-color);
}

.experience-year .content .circle span {
    position: absolute;
    top: -88px;
    display: inline-block;
    transform-origin: 0 88px;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner-btn-seven {
    display: flex;
    align-items: center;
    gap: 15px 25px;
    flex-wrap: wrap;
}

.border-btn {
    border: 2px solid var(--tg-primary-color);
    background: transparent;
    border-radius: 6px;
    color: var(--tg-primary-color);
    font-size: 15px;
    font-weight: 800;
    padding: 16px 30px;
}

.border-btn::after {
    filter: none;
    transition: all 0.3s ease 0s;
}

.border-btn:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

.border-btn:hover::after {
    filter: brightness(0) invert(1);
}

.banner-btn-seven .border-btn {
    color: var(--tg-white);
    border-color: rgba(255 255 255 / 60%);
}

.banner-btn-seven .border-btn::after {
    filter: brightness(0) invert(1);
}

.banner-btn-seven .border-btn:hover {
    border-color: var(--tg-primary-color);
}

.banner-bg-eight {
    background-size: cover;
    background-position: center;
}

.banner-content-eight {
    background: var(--tg-secondary-color);
    padding: 180px 270px 180px 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-content-eight .sub-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tg-white);
    display: block;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.banner-content-eight>.title {
    font-weight: 800;
    font-size: 50px;
    color: var(--tg-white);
    margin-bottom: 15px;
}

.banner-content-eight .title span {
    position: relative;
}

.banner-content-eight .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 12px;
    background: var(--tg-primary-color);
    z-index: -1;
}

.banner-content-eight p {
    margin-bottom: 35px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-lavender);
    font-size: 18px;
    font-weight: 500;
    width: 90%;
}

.banner-content-shape img {
    position: absolute;
    z-index: -1;
}

.banner-content-shape img:nth-child(1) {
    left: 0;
    bottom: 0;
}

.banner-content-shape img:nth-child(2) {
    right: 0;
    top: 0;
}

.banner-follow-wrap {
    display: flex;
    align-items: center;
    gap: 45px;
    writing-mode: vertical-lr;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    flex-direction: row-reverse;
}

.banner-follow-wrap .title {
    color: var(--tg-section-background);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    position: relative;
    white-space: nowrap;
}

.banner-follow-wrap .title::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    top: -31px;
    width: 2px;
    height: 20px;
    background: var(--tg-section-background);
}

.banner-follow-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-follow-wrap .list-wrap li {
    transform: rotate(90deg);
}

.banner-follow-wrap .list-wrap li a {
    color: var(--tg-section-background);
}

.features-item-six {
    background: var(--tg-white);
    padding: 45px 45px;
    margin-bottom: 30px;
    transition: .3s linear;
    z-index: 1;
    position: relative;
}

.features-item-six:hover {
    transform: translateY(-5px);
}

.features-item-six-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.features-icon-six {
    font-size: 60px;
    line-height: 0;
    flex: 0 0 auto;
    color: var(--tg-primary-color);
    transition: .5s linear;
}

.features-item-six:hover .features-icon-six {
    transform: rotateY(180deg);
}

.features-item-six-top .title {
    margin-bottom: 0;
    font-size: 22px;
}

.features-content-six p {
    margin-bottom: 25px;
    font-family: var(--tg-heading-font-family);
}

.features-content-six .link-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-gray-four);
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}

.features-content-six .link-btn:hover {
    color: var(--tg-primary-color);
}

.features-content-six .link-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--tg-lavender);
    transition: .3s linear;
    border-radius: 3px;
}

.features-content-six .link-btn:hover::before {
    background: var(--tg-primary-color);
}

.features-content-six .link-btn img {
    transform: translateY(-1.5px);
}

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

.features-item-seven {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
}

.features-item-seven.active,
.features-item-seven:hover {
    background: var(--tg-white);
    border-color: #e7e7e7;
    box-shadow: 0 4px 50px 0 #ececec;
    transform: translateY(0);
}

.section-pt-120 {
    padding-top: 120px;
}

.section-pt-60 {
    padding-top: 60px;
}

.section-pb-60 {
    padding-bottom: 60px;
}

.section-pb-90 {
    padding-bottom: 90px;
}

.section-py-120 {
    padding: 120px 0;
}

.section-title-four .sub-title {
    display: block;
    color: var(--tg-primary-color);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-title-four .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
}

.about-bg-two {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.about-img-fifteen {
    position: relative;
    padding: 25px 0 0 30px;
}

.about-img-fifteen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: var(--tg-primary-color);
    border-radius: 15px 15px 0 15px;
    z-index: -1;
}

.about-img-fifteen img {
    border-radius: 0 15px 15px 15px;
}

.about-img-fifteen .play-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--tg-primary-color);
    border-radius: 0 15px 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px 40px;
}

.about-img-fifteen .play-btn span {
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    line-height: 1.1;
}

.about-content-fifteen>p {
    margin-bottom: 35px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}

.about-content-fifteen>p.info-two {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tg-heading-font-color);
    margin-bottom: 30px;
}

.about-list-four .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 14px 0;
}

.about-list-four .list-wrap li {
    padding: 0 10px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
}

.clients-box-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.clients-box-two {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e1e3e7;
    border-radius: 15px;
    background: var(--tg-white);
    padding: 30px 30px 30px 30px;
    min-width: 280px;
    transition: .3s linear;
}

.clients-box-two:hover {
    transform: translateY(-5px);
}

.clients-box-two:hover .icon {
    transform: rotateY(180deg);
}

.clients-box-two .icon {
    font-size: 60px;
    color: var(--tg-primary-color);
    line-height: 0;
    transition: .3s linear;
}

.clients-box-two .content .title {
    font-size: 48px;
    line-height: .8;
    font-weight: 800;
    margin-bottom: 5px;
}

.clients-box-two .content span {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-gray-four);
    line-height: 1;
}

.about-shape-six img {
    position: absolute;
    z-index: -2;
}

.about-shape-six img:nth-child(1) {
    left: 0;
    bottom: 0;
}

.about-shape-six img:nth-child(2) {
    right: 0;
    bottom: 5%;
}

.about-img-sixteen {
    position: relative;
    padding: 30px 0 70px;
}

.about-img-sixteen::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 43%;
    height: 100%;
    background: var(--tg-primary-color);
    border-radius: 15px;
    z-index: -1;
}

.about-img-sixteen img:not(:nth-child(1)) {
    position: absolute;
}

.about-img-sixteen img:nth-child(1) {
    border-radius: 20px;
}

.about-img-sixteen img:nth-child(2) {
    border-radius: 20px;
    border: 6px solid var(--tg-white);
    width: 268px;
    height: 268px;
    object-fit: cover;
    bottom: 20%;
    right: 0;
}

.about-img-sixteen img:nth-child(3) {
    border-radius: 15px;
    border: 5px solid var(--tg-white);
    width: 256px;
    height: 170px;
    object-fit: cover;
    bottom: 25px;
    left: -60px;
}

.about-img-sixteen img.shape {
    right: 15%;
    bottom: 2%;
    z-index: -1;
    max-width: 202px;
    animation: 8s linear 0s infinite normal none running alltuchtopdown;
}

.services-shape-wrap img {
    position: absolute;
    z-index: -1;
}

.services-shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}

.services-shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}

.section-title-two.white-title p {
    color: var(--tg-white);
}

.services-area-ten {
    padding: 120px 0 90px;
    position: relative;
    background: var(--tg-secondary-color);
    z-index: 1;
}

.services-item-seven {
    background: var(--tg-white);
    border-radius: 10px;
    padding: 40px 30px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s linear;
}

.services-item-seven:hover {
    transform: translateY(-5px);
}

.services-item-seven .shape img {
    position: absolute;
    right: 0;
    top: 0;
}

.services-icon-seven {
    width: 60px;
    height: 60px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: 0;
    margin-bottom: 25px;
    transition: .5s linear;
}

.services-item-seven:hover .services-icon-seven {
    transform: rotateY(180deg);
}

.services-content-seven .title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}

.services-content-seven .btn {
    background: var(--tg-lavender);
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-primary-color);
    font-family: var(--tg-body-font-family);
    border-radius: 6px;
    padding: 14px 24px;
}

.services-content-seven .btn::after {
    filter: none;
    margin-left: 8px;
    transition: all 0.3s ease 0s;
}

.services-content-seven .btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.services-content-seven .btn:hover::after {
    filter: brightness(0) invert(1);
}

.services-area-eleven {
    position: relative;
    z-index: 1;
}

.counter-item-five {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}

.counter-icon-five {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF3FF;
    border-radius: 50%;
    color: var(--tg-primary-color);
    line-height: 0;
    font-size: 40px;
    transition: .3s linear;
    flex: 0 0 auto;
}

.counter-item-five:hover .counter-icon-five {
    transform: rotateY(180deg);
}

.counter-content-five p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}

.counter-content-five .count {
    line-height: .8;
    font-size: 48px;
    font-weight: 800;
    display: block;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
}

.brand-area-eight {
    padding: 57px 0;
    border-bottom: 1px solid #DEE4F0;
}

.cta-inner-wrap-four {
    position: relative;
    z-index: 3;
}

.cta-area-six.cta-inner-wrap-four {
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.cta-content-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px 20px;
}

.cta-content-right .cta-btn .btn {
    border-color: var(--tg-white);
    color: var(--tg-white);
    border-radius: 30px;
}

.cta-content-right .cta-btn .btn::after {
    filter: brightness(0) invert(1);
}

.cta-content-right .cta-info-wrap a:hover {
    color: var(--tg-secondary-color);
}

.cta-content-right .cta-info-wrap {
    width: auto;
    flex-grow: 1;
    justify-content: flex-end;
}

.cta-content-right .cta-info-wrap::before {
    display: none;
}

.experience-year-two {
    top: 15px;
    right: 0;
    width: 160px;
    height: 160px;
    box-shadow: 7px 7px 0 0 #e1e1e1;
}

.experience-year-two .icon {
    width: 90px;
    height: 90px;
    font-size: 45px;
}

.experience-year-two .content .circle span {
    top: -72px;
    transform-origin: 0 72px;
}

.experience-year-two .content .circle {
    font-size: 15px;
}

.btn-four {
    border-radius: 6px;
}

.overview-content-three {
    margin-left: 45px;
}

.overview-content-three p {
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}

.marquee__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.marquee__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 80s linear infinite;
}

.marquee__box a {
    font-weight: 800;
    font-size: 60px;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    margin-right: 60px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: var(--tg-heading-font-family);
    -webkit-text-stroke: 2px #727274;
    color: transparent;
}

.marquee__wrap:hover .marquee__box {
    animation-play-state: paused;
}

.play-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #fffa;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 1;
}

.play-video:hover {
    color: #fff;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    width: 85%;
    max-width: 300px;
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #e30016;
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
}

small {
    font-size: .775em !important;
}

.mobile-buttons {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .mobile-buttons {
        display: block;
    }
}

/*! CSS Used from: ../css/responsive.css */
@media (max-width: 1500px) {
    .container {
        max-width: 1250px;
    }
}

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

    .footer-widget .fw-title {
        font-size: 22px;
    }

    .footer-bottom {
        padding: 40px 0;
    }

    .section-title-two .title {
        font-size: 36px;
    }

    .cta-info-wrap .icon {
        font-size: 35px;
    }

    .cta-info-wrap .content a {
        font-size: 26px;
    }

    .cta-info-wrap::before {
        right: 38px;
        height: 66px;
    }

    .header-contact-two {
        margin-right: 0;
    }

    .section-title-two p {
        width: 100%;
    }
}

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

    .menu-area {
        padding: 18px 0;
    }

    .menu-nav {
        justify-content: center;
    }

    .header-action {
        margin-right: 30px;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
    }

    .footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
        margin-left: 0;
    }

    .section-title-two .title {
        font-size: 34px;
    }

    .cta-btn.text-end {
        text-align: center !important;
    }

    .cta-content {
        margin-bottom: 40px;
        justify-content: center;
    }

    .cta-content .title {
        font-size: 26px;
    }

    .section-title-two p {
        width: 80%;
    }
}

@media (max-width: 767.98px) {
    .menu-area {
        padding: 20px 0;
    }

    .menu-area .mobile-nav-toggler {
        margin-top: -6px;
    }

    .footer-top {
        padding: 80px 0 30px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom .left-sider {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-social .list-wrap {
        justify-content: center;
    }

    .footer-social .list-wrap li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .scroll-top {
        right: 15px;
    }

    .search-wrap .title {
        font-size: 34px;
        margin: 0 0 30px 0;
    }

    .search-form input {
        padding: 10px 30px 10px;
        font-size: 20px;
    }

    .search-btn {
        right: 10px;
        font-size: 20px;
    }

    .search-form input::placeholder {
        font-size: 20px;
    }

    .section-title-two .title {
        font-size: 32px;
    }

    .cta-content {
        display: block;
        text-align: center;
    }

    .cta-info-wrap {
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }

    .cta-info-wrap::before {
        display: none;
    }

    .section-title-two p {
        width: 100%;
    }
}

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

@media (max-width: 1800px) {
    .banner-content-eight {
        padding: 150px 130px 150px 100px;
    }
}

@media (max-width: 1500px) {
    .banner-content-eight {
        padding: 100px 110px 100px 80px;
    }

    .banner-content-eight>.title {
        font-size: 42px;
    }

    .banner-follow-wrap {
        right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .counter-icon-five {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .counter-content-five .count {
        font-size: 40px;
    }

    .counter-content-five p {
        font-size: 15px;
    }

    .features-item-six {
        padding: 30px 25px;
    }

    .features-item-six-top {
        gap: 15px;
    }

    .features-icon-six {
        font-size: 55px;
    }

    .header-contact-four {
        display: none;
    }

    .header-btn-four .btn {
        display: none;
    }

    .banner-content-eight>.title {
        font-size: 38px;
    }

    .banner-content-eight {
        padding: 100px 100px 100px 60px;
    }

    .clients-box-two .content .title {
        font-size: 38px;
    }

    .clients-box-two {
        gap: 10px;
        padding: 20px;
        min-width: 210px;
    }

    .clients-box-two .icon {
        font-size: 50px;
    }

    .clients-box-wrap {
        gap: 20px;
    }

    .about-content-fifteen>p {
        margin-bottom: 15px;
    }

    .about-content-fifteen>p.info-two {
        margin-bottom: 15px;
    }

    .section-title-four .title {
        font-size: 36px;
    }

    .overview-content-three {
        margin-left: 0;
    }

    .marquee__box a {
        font-size: 48px;
    }

    .about-img-sixteen img:nth-child(2) {
        width: 220px;
        height: 220px;
    }

    .about-img-sixteen img:nth-child(3) {
        left: -22px;
    }
}

@media (max-width: 991.98px) {
    .experience-year {
        display: none;
    }

    .features-item-six {
        padding: 30px 30px;
    }

    .banner-btn-seven {
        justify-content: center;
    }

    .cta-area-six.cta-inner-wrap-four {
        padding: 50px 0;
    }

    .cta-content-right {
        justify-content: center;
    }

    .cta-content-right .cta-info-wrap {
        justify-content: center;
        flex-grow: inherit;
    }

    .menu-area.menu-area-five {
        padding: 18px 40px;
    }

    .header-action-five {
        margin-left: auto;
    }

    .header-action.header-action-five>ul li {
        margin-left: 0;
    }

    .menu-area.menu-area-five .mobile-nav-toggler {
        margin-top: 0;
    }

    .banner-follow-wrap {
        display: none;
    }

    .banner-content-eight {
        padding: 100px 60px 100px 60px;
        text-align: center;
    }

    .banner-content-eight p {
        width: 100%;
    }

    .about-img-fifteen {
        margin-bottom: 50px;
    }

    .section-title-four .title {
        font-size: 34px;
    }

    .about-img-sixteen {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .section-pt-120 {
        padding-top: 100px;
    }

    .section-pb-90 {
        padding-bottom: 70px;
    }

    .section-py-120 {
        padding: 100px 0;
    }

    .services-area-ten {
        padding: 100px 0 70px;
    }

    .cta-content-right {
        flex-wrap: wrap;
    }

    .cta-content-right .cta-info-wrap {
        margin-bottom: 0;
    }

    .menu-area.menu-area-five {
        padding: 18px 15px;
    }

    .banner-content-eight {
        padding: 100px 15px;
    }

    .banner-content-eight>.title {
        font-size: 36px;
    }

    .section-title-four .title {
        font-size: 32px;
    }

    .about-img-fifteen {
        padding: 20px 0 0 10px;
    }

    .about-img-fifteen img {
        min-height: 20px;
        object-fit: cover;
    }

    .about-list-four .list-wrap li {
        width: 100%;
    }

    .clients-box-two .content .title {
        font-size: 34px;
    }

    .about-bg-two {
        padding: 100px 0;
    }

    .marquee__box a {
        font-size: 40px;
    }

    .about-img-sixteen img:nth-child(2) {
        display: none;
    }

    .about-img-sixteen img:nth-child(3) {
        width: 210px;
        height: 140px;
        left: -15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-item-six {
        padding: 45px 45px;
    }

    .banner-content-eight>.title {
        font-size: 40px;
    }

    .about-img-sixteen img:nth-child(2) {
        display: block;
    }
}

/*! CSS Used from: Embedded */
@media {
    .adopt-c-cyPWlR {
        color-scheme: unset !important;
        forced-color-adjust: unset !important;
        mask: unset !important;
        math-depth: unset !important;
        position: fixed !important;
        position-anchor: unset !important;
        text-size-adjust: unset !important;
        appearance: unset !important;
        color: unset !important;
        font: unset !important;
        font-palette: unset !important;
        font-synthesis: unset !important;
        inset-area: unset !important;
        position-area: unset !important;
        text-orientation: unset !important;
        text-rendering: unset !important;
        text-spacing-trim: unset !important;
        -webkit-font-smoothing: unset !important;
        -webkit-locale: unset !important;
        -webkit-text-orientation: unset !important;
        -webkit-writing-mode: unset !important;
        writing-mode: unset !important;
        zoom: unset !important;
        accent-color: unset !important;
        place-content: unset !important;
        place-items: unset !important;
        place-self: unset !important;
        alignment-baseline: unset !important;
        anchor-name: unset !important;
        animation-composition: unset !important;
        animation: unset !important;
        app-region: unset !important;
        aspect-ratio: unset !important;
        backdrop-filter: unset !important;
        backface-visibility: unset !important;
        background: unset !important;
        background-blend-mode: unset !important;
        baseline-shift: unset !important;
        baseline-source: unset !important;
        block-size: unset !important;
        border-block: unset !important;
        border: unset !important;
        border-radius: 50% !important;
        border-collapse: unset !important;
        border-end-end-radius: unset !important;
        border-end-start-radius: unset !important;
        border-inline: unset !important;
        border-start-end-radius: unset !important;
        border-start-start-radius: unset !important;
        bottom: 20px !important;
        box-decoration-break: unset !important;
        box-shadow: unset !important;
        box-sizing: unset !important;
        break-after: unset !important;
        break-before: unset !important;
        break-inside: unset !important;
        buffered-rendering: unset !important;
        caption-side: unset !important;
        caret-color: unset !important;
        clear: unset !important;
        clip: unset !important;
        clip-path: unset !important;
        clip-rule: unset !important;
        color-interpolation: unset !important;
        color-interpolation-filters: unset !important;
        color-rendering: unset !important;
        columns: unset !important;
        column-fill: unset !important;
        gap: unset !important;
        column-rule: unset !important;
        column-span: unset !important;
        contain: unset !important;
        contain-intrinsic-block-size: unset !important;
        contain-intrinsic-size: unset !important;
        contain-intrinsic-inline-size: unset !important;
        container: unset !important;
        content: unset !important;
        content-visibility: unset !important;
        counter-increment: unset !important;
        counter-reset: unset !important;
        counter-set: unset !important;
        cursor: pointer !important;
        cx: unset !important;
        cy: unset !important;
        d: unset !important;
        display: unset !important;
        dominant-baseline: unset !important;
        empty-cells: unset !important;
        field-sizing: unset !important;
        fill: unset !important;
        fill-opacity: unset !important;
        fill-rule: unset !important;
        filter: unset !important;
        flex: unset !important;
        flex-flow: unset !important;
        float: unset !important;
        flood-color: unset !important;
        flood-opacity: unset !important;
        grid: unset !important;
        grid-area: unset !important;
        height: 60px !important;
        hyphenate-character: unset !important;
        hyphenate-limit-chars: unset !important;
        hyphens: unset !important;
        image-orientation: unset !important;
        image-rendering: unset !important;
        initial-letter: unset !important;
        inline-size: unset !important;
        inset-block: unset !important;
        inset-inline: unset !important;
        interpolate-size: unset !important;
        isolation: unset !important;
        left: 20px !important;
        letter-spacing: unset !important;
        lighting-color: unset !important;
        line-break: unset !important;
        list-style: unset !important;
        margin-block: unset !important;
        margin: unset !important;
        margin-inline: unset !important;
        marker: unset !important;
        mask-type: unset !important;
        math-shift: unset !important;
        math-style: unset !important;
        max-block-size: unset !important;
        max-height: unset !important;
        max-inline-size: unset !important;
        max-width: unset !important;
        min-block-size: unset !important;
        min-height: unset !important;
        min-inline-size: unset !important;
        min-width: unset !important;
        mix-blend-mode: unset !important;
        object-fit: unset !important;
        object-position: unset !important;
        object-view-box: unset !important;
        offset: unset !important;
        opacity: 0.5 !important;
        order: unset !important;
        orphans: unset !important;
        outline: unset !important;
        outline-offset: unset !important;
        overflow-anchor: unset !important;
        overflow-clip-margin: unset !important;
        overflow-wrap: unset !important;
        overflow: hidden !important;
        overlay: unset !important;
        overscroll-behavior-block: unset !important;
        overscroll-behavior-inline: unset !important;
        overscroll-behavior: unset !important;
        padding-block: unset !important;
        padding: unset !important;
        padding-inline: unset !important;
        page: unset !important;
        page-orientation: unset !important;
        paint-order: unset !important;
        perspective: unset !important;
        perspective-origin: unset !important;
        pointer-events: unset !important;
        position-try: unset !important;
        position-visibility: unset !important;
        quotes: unset !important;
        r: unset !important;
        resize: unset !important;
        right: unset !important;
        rotate: unset !important;
        ruby-align: unset !important;
        ruby-position: unset !important;
        rx: unset !important;
        ry: unset !important;
        scale: unset !important;
        scroll-behavior: unset !important;
        scroll-margin-block: unset !important;
        scroll-margin: unset !important;
        scroll-margin-inline: unset !important;
        scroll-padding-block: unset !important;
        scroll-padding: unset !important;
        scroll-padding-inline: unset !important;
        scroll-snap-align: unset !important;
        scroll-snap-stop: unset !important;
        scroll-snap-type: unset !important;
        scroll-timeline: unset !important;
        scrollbar-color: unset !important;
        scrollbar-gutter: unset !important;
        scrollbar-width: unset !important;
        shape-image-threshold: unset !important;
        shape-margin: unset !important;
        shape-outside: unset !important;
        shape-rendering: unset !important;
        size: unset !important;
        speak: unset !important;
        stop-color: unset !important;
        stop-opacity: unset !important;
        stroke: unset !important;
        stroke-dasharray: unset !important;
        stroke-dashoffset: unset !important;
        stroke-linecap: unset !important;
        stroke-linejoin: unset !important;
        stroke-miterlimit: unset !important;
        stroke-opacity: unset !important;
        stroke-width: unset !important;
        tab-size: unset !important;
        table-layout: unset !important;
        text-align: unset !important;
        text-align-last: unset !important;
        text-anchor: unset !important;
        text-combine-upright: unset !important;
        text-decoration: unset !important;
        text-decoration-skip-ink: unset !important;
        text-emphasis: unset !important;
        text-emphasis-position: unset !important;
        text-indent: unset !important;
        text-overflow: unset !important;
        text-shadow: unset !important;
        text-transform: unset !important;
        text-underline-offset: unset !important;
        text-underline-position: unset !important;
        text-wrap: unset !important;
        timeline-scope: unset !important;
        top: unset !important;
        touch-action: unset !important;
        transform: unset !important;
        transform-box: unset !important;
        transform-origin: unset !important;
        transform-style: unset !important;
        transition: unset !important;
        translate: unset !important;
        user-select: unset !important;
        vector-effect: unset !important;
        vertical-align: unset !important;
        view-timeline: unset !important;
        view-transition-class: unset !important;
        view-transition-name: unset !important;
        visibility: unset !important;
        border-spacing: unset !important;
        -webkit-box-align: unset !important;
        -webkit-box-decoration-break: unset !important;
        -webkit-box-direction: unset !important;
        -webkit-box-flex: unset !important;
        -webkit-box-ordinal-group: unset !important;
        -webkit-box-orient: unset !important;
        -webkit-box-pack: unset !important;
        -webkit-box-reflect: unset !important;
        -webkit-line-break: unset !important;
        -webkit-line-clamp: unset !important;
        -webkit-mask-box-image: unset !important;
        -webkit-print-color-adjust: unset !important;
        -webkit-rtl-ordering: unset !important;
        -webkit-ruby-position: unset !important;
        -webkit-tap-highlight-color: unset !important;
        -webkit-text-combine: unset !important;
        -webkit-text-decorations-in-effect: unset !important;
        -webkit-text-fill-color: unset !important;
        -webkit-text-security: unset !important;
        -webkit-text-stroke: unset !important;
        -webkit-user-drag: unset !important;
        white-space-collapse: unset !important;
        widows: unset !important;
        width: 60px !important;
        will-change: unset !important;
        word-break: unset !important;
        word-spacing: unset !important;
        x: unset !important;
        y: unset !important;
        z-index: 2147483647 !important;
    }

    .adopt-c-cyPWlR:hover {
        opacity: 1 !important;
    }
}

/*! CSS Used from: Embedded */
.iGDhJF {
    width: 100%;
}

.eyLxdR {
    display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

.bBmSuk {
    position: relative;
    width: 18px;
    height: 18px;
}

.bBmSuk:not(:last-of-type) {
    margin-right: 0px;
}

.bXVxrw {
    position: absolute;
    inset: 0px;
    margin: auto;
    line-height: 0;
}

.bXVxrw svg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
}

.cHATJH path {
    fill: rgba(17, 17, 17, 0.2) !important;
}

.nUbNv {
    clip-path: inset(0px 0% 0px 0px);
}

.nUbNv path {
    fill: rgb(252, 191, 2) !important;
}

.izQGGt {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.kiErDg {
    -webkit-font-smoothing: antialiased;
}

.drhwhJ {
    width: 16px;
    height: 16px;
}

.drhwhJ>div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: inherit;
    height: inherit;
}

.drhwhJ svg {
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
}

.dxafRJ {
    width: 24px;
    height: 24px;
}

.dxafRJ>div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: inherit;
    height: inherit;
}

.dxafRJ svg {
    display: block;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.fRYNlR {
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
    border-radius: 50%;
    overflow: hidden;
}

.fRYNlR::after {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
}

.gJOYgw {
    width: inherit;
    height: inherit;
    transition: opacity 1s ease-out;
    background-color: rgb(210, 210, 210);
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
}

.UobXQ {
    display: inline-block !important;
    position: static !important;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    height: inherit !important;
    width: inherit !important;
    visibility: visible !important;
}

.sJhos {
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    overflow: hidden;
}

.jZZVZW {
    position: absolute;
    inset: 0px;
    display: block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.brmokF {
    position: absolute;
    inset: 0px;
    display: block;
    z-index: 2;
}

.iBiJkF {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 0px solid transparent;
    z-index: 1;
}

.jUKeJm {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.jUKeJm::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}

.jUKeJm::-webkit-scrollbar-track {
    background-color: transparent;
}

.jUKeJm::-webkit-scrollbar-thumb {
    background-color: rgba(17, 17, 17, 0.3);
    border-radius: 6px;
}

.ciCnpO {
    width: 100%;
    transition: transform 0.3s linear;
}

.iNHUFv {
    width: 100%;
}

.dQSAoS {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
}

.dIKKtD {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dKfnMs {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 0.1s;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
}

.lixXfV {
    color: inherit;
    max-width: 100%;
    text-decoration: none;
    position: static !important;
    border: none !important;
}

.lixXfV:hover {
    text-decoration: underline;
}

.eddnbr {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    align-items: flex-start;
}

.kGFITQ path[stroke-linejoin="round"] {
    fill: rgb(248, 248, 248);
    stroke: rgb(248, 248, 248);
}

.gpVQJQ {
    width: 40px;
    height: 40px;
    position: relative;
}

.gpVQJQ .es-review-avatar img {
    object-fit: cover;
}

.EpVDy {
    bottom: -6px;
    right: -6px;
    position: absolute !important;
}

.lkvhBQ {
    width: 14px;
    height: 14px;
}

.RyamD {
    display: flex;
}

.RyamD .ReviewVerifiedBadge__StyledVerifiedBadge-sc-194nig4-0 path:first-child {
    fill: rgb(25, 123, 255);
}

.RyamD .ReviewVerifiedBadge__StyledVerifiedBadge-sc-194nig4-0 path:last-child {
    fill: rgb(255, 255, 255);
}

.gGvuTN {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    gap: 5px;
    color: rgb(17, 17, 17) !important;
}

.kBfvhj {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.bVAwVA {
    white-space: pre;
    display: inline-flex;
}

.cwZklo {
    display: inline;
    cursor: default;
}

.gtxcNj {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}

.eMoGyC {
    align-self: flex-start;
}

.cAUsRi {
    align-self: flex-start;
}

.kNQACE {
    align-self: flex-start;
}

.iDWpTr {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 0px;
    max-width: 100%;
    gap: 4px;
}

.GFIti {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    gap: 12px;
}

.kxdUpm {
    position: relative;
    overflow: hidden;
    max-height: 23px;
    transition-duration: 0s !important;
}

.csqgYt {
    position: relative;
    overflow: hidden;
    max-height: 46px;
    transition-duration: 0s !important;
}

.YusbI {
    position: relative;
    overflow: hidden;
    max-height: 69px;
    transition-duration: 0s !important;
}

.fOGtJl {
    display: inline-block;
    cursor: pointer;
}

.fOGtJl:hover,
.fOGtJl:focus {
    text-decoration: underline;
}

.cbGiep {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.djXUQz {
    font-size: 16px;
    color: rgb(25, 123, 255);
}

.krhEjk {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height: 23px;
    color: rgb(17, 17, 17);
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.hvkauY {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height: 23px;
    color: rgb(17, 17, 17);
}

.qPAUH {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.eWYNAh {
    margin-bottom: 16px;
}

.eTvEMl {
    max-width: 100%;
}

.fZBTme {
    position: relative;
    width: 100%;
    color: inherit;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
}

.fZBTme,
.fZBTme * {
    box-sizing: border-box !important;
    outline: none !important;
}

.fEZcxc {
    max-width: 100%;
    height: 100%;
}

.fEZcxc svg {
    background: none;
}

.QqUEG {
    max-width: 100%;
    min-width: 0px;
    display: block;
}

.jeSnNy {
    position: relative;
    display: block;
    padding: 0px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.pImoJ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gyfGWt {
    display: flex;
    z-index: 1;
    overflow: hidden;
}

.jGpDsy {
    display: inline-flex;
    transition-duration: 300ms;
    align-items: flex-start;
    padding: 4px 0px;
}

.bZMJWw {
    position: relative;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: rgb(17, 17, 17);
    border-radius: 50%;
    margin: 0px 4px;
    transform: scale(1);
}

.bZMJWw:hover {
    background: rgb(17, 17, 17);
}

.bZMJWw::after {
    content: "";
    z-index: 1;
    cursor: pointer;
    position: absolute;
    inset: -8px -4px;
}

.jsvZJq {
    position: relative;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: rgba(17, 17, 17, 0.5);
    border-radius: 50%;
    margin: 0px 4px;
    transform: scale(1);
}

.jsvZJq:hover {
    background: rgb(17, 17, 17);
}

.jsvZJq::after {
    content: "";
    z-index: 1;
    cursor: pointer;
    position: absolute;
    inset: -8px -4px;
}

.jTDrXV {
    position: relative;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: rgba(17, 17, 17, 0.5);
    border-radius: 50%;
    margin: 0px 4px;
    transform: scale(0.66);
}

.jTDrXV:hover {
    background: rgb(17, 17, 17);
}

.jTDrXV::after {
    content: "";
    z-index: 1;
    cursor: pointer;
    position: absolute;
    inset: -8px -6px;
}

.jhsvRh {
    position: relative;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: rgba(17, 17, 17, 0.5);
    border-radius: 50%;
    margin: 0px 4px;
    transform: scale(0.33);
}

.jhsvRh:hover {
    background: rgb(17, 17, 17);
}

.jhsvRh::after {
    content: "";
    z-index: 1;
    cursor: pointer;
    position: absolute;
    inset: -8px;
}

.jzjenX {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
}

.bhIphO {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.bMMjYH {
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex: 1 1 0%;
    max-width: 100%;
}

.bMMjYH .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.bMMjYH .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.bMMjYH .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.bMMjYH .swiper-pointer-events {
    touch-action: pan-y;
}

.bMMjYH .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.bMMjYH .swiper-autoheight,
.bMMjYH .swiper-autoheight .swiper-slide {
    height: auto;
}

.bMMjYH .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.bMMjYH .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0px);
    backface-visibility: hidden;
}

.bMMjYH .swiper-slide {
    align-self: initial;
}

.iqPsnt {
    z-index: 2;
    flex: 0 1 0%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
}

.ldZdCm {
    z-index: 2;
    flex: 0 1 0%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0px;
}

.bTZisO {
    width: 100%;
}

.bTZisO .swiper {
    max-width: 100%;
}

/*! CSS Used keyframes */
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff2") format("woff2"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg#Flaticon") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Urbanist";
    src: url("../fonts/Urbanist-VariableFont_wght.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf");
    font-display: swap;
}

.banner-area-eight {
    position: relative;
    min-height: clamp(520px, 70vh, 900px);
    overflow: hidden;
}

.banner-area-eight .hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
}

.banner-area-eight .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* remova qualquer background antigo: */
.banner-bg-eight,
.bg-hero {
    background: transparent !important;
}

.banner-area-eight {
    position: relative;
    min-height: clamp(520px, 70vh, 900px);
    overflow: hidden
}

.banner-bg-eight,
.bg-hero {
    background: transparent !important
}