@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

@charset "UTF-8" .tp-postbox-details-input-eye span, .test {
    -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
}

:root {
    --tp-ff-body: 'Montserrat', sans-serif;
    --tp-ff-heading: 'Montserrat', sans-serif;
    --tp-ff-p: 'Montserrat', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-ff-jakarta: 'Montserrat', sans-serif;
    --tp-ff-dmsans: 'Montserrat', sans-serif;
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-common-1: #3EB9FF;
    --tp-common-2: #ABBF78;
    --tp-common-3: #FFB876;
    --tp-common-4: #FFA0C9;
    --tp-common-5: #E4F7FF;
    --tp-common-6: #FFF2D6;
    --tp-common-7: #E3E8FF;
    --tp-common-8: #FFE4E4;
    --tp-common-9: #D2F8EC;
    --tp-common-10: #FFE4F3;
    --tp-common-11: #010F1C;
    --tp-heading-primary: #3c096c;
    --tp-heading-secondary: #0F1123;
    --tp-grey-1: #6C6E76;
    --tp-grey-2: #93959F;
    --tp-grey-3: #565764;
    --tp-grey-4: #666666;
    --tp-grey-5: #8A8A8D;
    --tp-grey-6: #C3C4CD;
    --tp-grey-7: #414250;
    --tp-grey-8: #55585B;
    --tp-text-body: #565764;
    --tp-text-1: #271D3A;
    --tp-theme-primary: #3c096c;
    --tp-theme-secondary: #131683;
    --tp-theme-3: #05003B;
    --tp-theme-green: #59BA41;
    --tp-theme-apple: #F5F1EB;
    --tp-theme-dark-blue: #3c096c;
    --tp-theme-blue: #3c096c;
    --tp-border-1: #F0F1F4;
    --tp-border-5: #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--tp-ff-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    -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
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -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
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: #fff0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input,
textarea,
select {
    outline: none
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

*::-moz-selection {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    text-shadow: none
}

::-moz-selection {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    text-shadow: none
}

::selection {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    text-shadow: none
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1
}

@media (min-width:1200px) {
    .tp-row-cols-xl-7>* {
        flex: 0 0 auto;
        width: 14.28%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .tp-row-cols-md-7>* {
        flex: 0 0 auto;
        width: 14.28%
    }
}

@media (min-width:1400px) {
    .custom-container {
        padding-right: var(--bs-gutter-x, 15px);
        padding-left: var(--bs-gutter-x, 15px);
        margin-right: auto;
        margin-left: auto;
        max-width: 1230px
    }
}

.main-header .custom-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .main-header .custom-container {
        width: 1170px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-header .custom-container {
        width: 1000px
    }
}

.gx-6 {
    --bs-gutter-x: 18px
}

.gx-7 {
    --bs-gutter-x: 53px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gx-7 {
        --bs-gutter-x: 15px
    }
}

@media (max-width:767px) {
    .gx-7 {
        --bs-gutter-x: 15px
    }
}

.gx-8 {
    --bs-gutter-x: 20px
}

.gx-9 {
    --bs-gutter-x: 58px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .gx-9 {
        --bs-gutter-x: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gx-9 {
        --bs-gutter-x: 60px
    }
}

@media (max-width:767px) {
    .gx-9 {
        --bs-gutter-x: 30px
    }
}

.gx-10 {
    --bs-gutter-x: 30px
}

img {
    max-width: 100%;
    height: auto
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.z-index-1 {
    z-index: 1
}

.z-index-11 {
    z-index: 11
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

[dir=rtl] .test {
    margin-left: 0;
    margin-right: 15px
}

div.test img {
    margin-left: 10px
}

[tp-theme=tp-theme-dark] .test {
    color: #ff0
}

.body-overlay {
    background-color: var(--tp-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -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
}

.body-overlay:hover {
    cursor: pointer
}

.body-overlay.opened {
    opacity: .4;
    visibility: visible
}

.tp-dropcap {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / .06);
    margin-right: 20px
}

.class {
    stroke-dasharray: 189px, 191px;
    stroke-dashoffset: 0
}

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -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
}

@media (max-width:767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-theme-primary);
    box-shadow: 0 8px 16px rgb(3 4 28 / .3);
    color: var(--tp-common-white);
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.back_to_top-2 .back-to-top-btn {
    background: var(--tp-theme-green)
}

.tp-theme-settings-area {
    position: fixed;
    top: 50%;
    left: 0;
    width: 240px;
    background-color: #fff;
    border: 1px solid #EAEAEF;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px
}

.tp-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%)
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
    opacity: 0
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
    opacity: 1
}

.tp-theme-settings-open {
    position: absolute;
    top: -1px;
    left: 100%
}

.tp-theme-settings-open button {
    background-color: var(--tp-common-white);
    border: 1px solid #EAEAEF;
    border-left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: var(--tp-common-black);
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.tp-theme-settings-gear {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tp-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 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%);
    opacity: 0
}

.tp-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px
}

.tp-theme-wrapper {
    padding: 20px 30px 30px
}

.tp-theme-toggle {
    text-align: center
}

.tp-theme-toggle-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px
}

.tp-theme-toggle-light,
.tp-theme-toggle-dark {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px
}

.tp-theme-toggle input {
    display: none
}

.tp-theme-toggle:hover {
    cursor: pointer
}

.tp-theme-toggle label {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500
}

.tp-theme-toggle label:hover {
    cursor: pointer
}

.tp-theme-toggle #tp-theme-toggler {
    display: none
}

.tp-theme-toggle #tp-theme-toggler:checked+i {
    right: calc(50% - 4px)
}

.tp-theme-toggle-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    -o-transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    z-index: -1
}

.tp-theme-dir {
    text-align: center
}

.tp-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px
}

.tp-theme-dir-ltr,
.tp-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px
}

.tp-theme-dir input {
    display: none
}

.tp-theme-dir:hover {
    cursor: pointer
}

.tp-theme-dir label {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500
}

.tp-theme-dir label:hover {
    cursor: pointer
}

.tp-theme-dir #tp-dir-toggler {
    display: none
}

.tp-theme-dir #tp-dir-toggler:checked+i {
    right: calc(50% - 4px)
}

.tp-theme-dir-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    -o-transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    transition: 0.2s cubic-bezier(.25, 1, .5, 1);
    z-index: -1
}

.tp-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible
}

.tp-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative
}

.tp-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 600;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-white);
    font-size: 16px;
    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%);
    -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;
    opacity: 0;
    visibility: hidden
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
    background-color: #F50963
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
    background-color: teal
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
    background-color: #F31E5E
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
    background-color: #AB6C56;
    color: #000
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
    background-color: #4353FF
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
    background-color: #3661FC
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
    background-color: #FF5A1B
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
    background-color: #03041C
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
    background-color: #ED212C
}

.tp-theme-color-input {
    margin-top: 15px
}

.tp-theme-color-input h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.tp-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--tp-theme-1);
    -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
}

.tp-theme-color-input label:hover {
    cursor: pointer
}

.tp-theme-color-input input {
    display: none
}

.menu-btn,
.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    font-family: var(--tp-ff-jakarta);
    text-align: center;
    padding: 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px
}

.menu-btn i,
.menu-btn svg,
.tp-btn i,
.tp-btn svg {
    margin-left: 5px
}

.menu-btn svg,
.tp-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.menu-btn:hover,
.tp-btn:hover {
    color: var(--tp-common-white);
    background-color: #3653EB;
    border-color: var(--tp-theme-primary)
}

.menu-btn:focus,
.tp-btn:focus {
    color: var(--tp-common-white)
}

.homemenu-btn {
    line-height: 1
}

.homemenu-btn .menu-btn {
    padding: 12px 24px 14px 24px;
    font-size: 15px;
    width: 140px
}

.tp-header-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border-radius: 6px;
    padding: 7px 24.3px 7px
}

.tp-header-btn:hover {
    color: var(--tp-common-white);
    background-color: #3653EB
}

.banner-search-btn {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 15px 34px;
    border-radius: 6px;
    letter-spacing: 1.6px;
    line-height: .9
}

.banner-search-btn:hover {
    background-color: #3653EB
}

.tp-btn-blue {
    background-color: #fff;
    color: var(--tp-heading-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    display: block;
    padding: 17px 10px;
    border-radius: 6px;
    border: 1px solid rgb(12 19 56 / .1);
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s
}

.tp-btn-blue:hover {
    color: var(--tp-common-white);
    border: 1px solid #fff0;
    background-color: var(--tp-theme-primary)
}

.green-btn {
    background-color: #fff0;
    color: var(--tp-common-white);
    display: inline-block;
    background-color: var(--tp-theme-green);
    border: 1px solid var(--tp-theme-green);
    padding: 19px 36px;
    text-align: center;
    -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;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px
}

.green-btn:hover {
    background-color: #fff0;
    border: 1px solid var(--tp-theme-green);
    color: var(--tp-theme-green)
}

.radient-btn {
    background: #fff;
    border-radius: 30px;
    font-family: var(--tp-ff-dmsans);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-theme-blue);
    padding: 11px 30px;
    display: inline-block;
    box-shadow: 0 2px 3px rgb(109 5 47 / .4)
}

.radient-btn:hover {
    color: var(--tp-theme-blue);
    transform: translateY(-2px)
}

.blue-btn {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-blue);
    display: inline-block;
    padding: 14px 32px;
    border: 2px solid var(--tp-theme-blue);
    border-radius: 30px;
    text-align: center
}

.blue-btn:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-theme-blue)
}

.light-blue-btn {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    border: 2px solid var(--tp-theme-primary)
}

.light-blue-btn:hover {
    color: #007CF5;
    background-color: #fff0
}

.tp-btn-offcanvas {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    text-align: center;
    font-family: var(--tp-ff-jakarta);
    padding: 9px 22px;
    letter-spacing: -.02em;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    width: 100%
}

.tp-btn-offcanvas i {
    padding-left: 5px
}

.tp-btn-offcanvas:hover {
    background-color: #3653EB;
    color: var(--tp-common-white)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px #fff0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / .4);
        box-shadow: 0 0 0 0 rgb(255 255 255 / .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 45px #fff0;
        box-shadow: 0 0 0 45px #fff0
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes sliderShape {
    100% {
        border-radius: 39% 61% 70% 30%/46% 48% 52% 54%
    }

    75% {
        border-radius: 38% 62% 61% 39%/58% 37% 63% 42%
    }

    50% {
        border-radius: 27% 73% 37% 63%/58% 31% 69% 42%
    }

    25% {
        border-radius: 39% 61% 70% 30%/46% 48% 52% 54%
    }
}

@keyframes round-shape {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes round-shape-two {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes line-shape {
    0% {
        width: 0%;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes section-animation {
    0% {
        width: 0
    }

    15% {
        width: 100%
    }

    85% {
        opacity: 1
    }

    90% {
        width: 100%;
        opacity: 0
    }

    to {
        width: 0;
        opacity: 0
    }
}

@keyframes borderanimate {
    0% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .8
    }
}

@keyframes light {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        color: #fff
    }
}

@keyframes light-2 {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1;
        color: #fff
    }
}

@keyframes scale {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        color: #fff
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 3000
    }
}

@keyframes tp-line-dash {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes bannerAnimationTwo {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(20px, -5px)
    }

    40% {
        transform: translate(50px, 20px)
    }

    60% {
        transform: translate(20px, 50px)
    }

    80% {
        transform: translate(-20px, 30px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes sliderTitle3 {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 100%
    }
}

@keyframes scale-lught {
    0% {
        transform: translateY(-50%) scale(1)
    }

    100% {
        transform: translateY(-50%) scale(.4)
    }
}

@-webkit-keyframes scale-lught {
    0% {
        transform: translateY(-50%) scale(1)
    }

    100% {
        transform: translateY(-50%) scale(.4)
    }
}

@keyframes ripple2 {
    70% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes updown {
    0% {
        transform: translateY(-100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes updown-two {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes leftright {
    0% {
        transform: translateX(-30px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes updown-three {
    0% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes transform {
    0% {
        transform: scale(.7);
        opacity: .8
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.7);
        opacity: .8
    }
}

@keyframes img-border {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%
    }

    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%
    }
}

@keyframes title-anim {
    0% {
        opacity: 1;
        stroke-dasharray: 0 500
    }

    12% {
        stroke-dasharray: 500 500
    }

    80% {
        opacity: 1
    }

    90% {
        opacity: 1;
        stroke-dasharray: 500 500
    }
}

@keyframes hero-shape-anim {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-5px)
    }
}

@keyframes hero-shape-anim-2 {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-9px)
    }
}

@keyframes hero-shape-anim-3 {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-40px)
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(-3deg)
    }
}

@keyframes tpstar {
    0% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes tpstar {
    0% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(119 90 252 / .04), 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04);
        box-shadow: 0 0 0 0 rgb(119 90 252 / .04), 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    100% {
        -webkit-box-shadow: 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04), 0 0 0 270px rgb(119 90 252 / .01);
        box-shadow: 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04), 0 0 0 270px rgb(119 90 252 / .01);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(119 90 252 / .04), 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04);
        box-shadow: 0 0 0 0 rgb(119 90 252 / .04), 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    100% {
        -webkit-box-shadow: 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04), 0 0 0 270px rgb(119 90 252 / .01);
        box-shadow: 0 0 0 100px rgb(119 90 252 / .04), 0 0 0 200px rgb(119 90 252 / .04), 0 0 0 270px rgb(119 90 252 / .01);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }
}

@keyframes tp-hotspot-2 {
    0% {
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes upslide {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-10px)
    }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    #loading-center-absolute {
        width: 40%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #loading-center-absolute {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #loading-center-absolute {
        width: 45%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #loading-center-absolute {
        width: 50%
    }
}

@media (max-width:575px) {
    #loading-center-absolute {
        width: 90%
    }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tp-preloader-logo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
    margin: auto
}

.tp-preloader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tp-preloader-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: tp-rotate 5s linear infinite;
    -moz-animation: tp-rotate 5s linear infinite;
    -ms-animation: tp-rotate 5s linear infinite;
    -o-animation: tp-rotate 5s linear infinite;
    animation: tp-rotate 5s linear infinite
}

.tp-preloader-circle svg circle:last-child {
    stroke: var(--tp-theme-primary);
    stroke-dashoffset: 0;
    stroke-dasharray: 1128, 3150;
    -webkit-animation: tp-loading 4s linear infinite;
    -moz-animation: tp-loading 4s linear infinite;
    -ms-animation: tp-loading 4s linear infinite;
    -o-animation: tp-loading 4s linear infinite;
    animation: tp-loading 4s linear infinite;
    transform-origin: center center
}

@-webkit-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138
    }
}

@-moz-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138
    }
}

@-ms-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138
    }
}

@keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138
    }
}

@-webkit-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tp-preloader-content {
    text-align: center
}

.tp-preloader-title {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0
}

@media (max-width:767px) {
    .tp-preloader-title {
        font-size: 70px
    }
}

.tp-preloader-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tp-common-black);
    margin-top: 10px;
    font-weight: 500;
    font-family: var(--tp-ff-jakarta)
}

.grey-bg {
    background: var(--tp-grey-1)
}

.grey-bg-2 {
    background: var(--tp-grey-2)
}

.white-bg {
    background: var(--tp-common-white)
}

.black-bg {
    background: var(--tp-common-black)
}

.theme-bg {
    background: var(--tp-theme-primary)
}

.theme-bg-2 {
    background: var(--tp-theme-secondary)
}

.theme-bg-3 {
    background: var(--tp-theme-3)
}

.theme-bg-4 {
    background: var(--tp-theme-dark-blue)
}

.tp-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px
}

.tp-range-slider .noUi-target {
    background-color: #191C3C;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: 0;
    box-shadow: none
}

.tp-range-slider .noUi-connect {
    background-color: var(--tp-theme-primary)
}

.tp-range-slider .noUi-horizontal {
    height: 6px
}

.tp-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: var(--tp-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid var(--tp-common-white);
    box-shadow: 0 4px 10px rgb(5 9 43 / .3);
    top: -9px
}

.tp-range-slider .noUi-handle:hover {
    cursor: pointer
}

.tp-range-slider .noUi-handle::before,
.tp-range-slider .noUi-handle::after {
    display: none
}

.tp-range-slider-dark .noUi-handle {
    border: 4px solid #2D314B
}

.tp-swiper-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--tp-grey-1);
    opacity: 1;
    margin: 0 9px;
    position: relative
}

.tp-swiper-dot .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #fff0;
    border: 2px solid #fff0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.tp-swiper-dot .swiper-pagination-bullet button {
    font-size: 0
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-theme-primary)
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border-color: var(--tp-theme-primary);
    transform: translate(-50%, -50%) scale(1)
}

.tp-swiper-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.tp-swiper-arrow:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.nice-select {
    -webkit-tap-highlight-color: #fff0;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select::after {
    background-color: #fff0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-black);
    font-weight: 500;
    height: auto;
    width: auto
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: #fff0;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.basic-pagination ul li {
    display: inline-block
}

.basic-pagination ul li:not(:last-child) {
    margin-right: 17px
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 39px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #4260FF;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tp-ff-jakarta)
}

.basic-pagination ul li a i,
.basic-pagination ul li span i {
    color: #4260FF;
    transform: translateY(-1px);
    display: inline-block
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.basic-pagination ul li a:hover i,
.basic-pagination ul li a.current i,
.basic-pagination ul li span:hover i,
.basic-pagination ul li span.current i {
    color: var(--tp-common-white)
}

.basic-pagination ul li a.current,
.basic-pagination ul li span.current {
    width: 140px
}

.offcanvas__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none
}

.offcanvas__area::-webkit-scrollbar {
    display: none
}

.offcanvas__area.offcanvas-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.offcanvas__area.offcanvas-opened .tp-menu-banner-thumb {
    text-align: end
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__area {
        width: 400px
    }
}

@media (max-width:767px) {
    .offcanvas__area {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offcanvas__area {
        width: 360px
    }
}

.offcanvas__wrapper {
    position: relative;
    padding: 50px 40px 120px 40px;
    z-index: 1;
    min-height: 100%
}

@media (max-width:767px) {
    .offcanvas__wrapper {
        padding: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offcanvas__wrapper {
        padding: 50px 40px 120px 40px
    }
}

.offcanvas__close {
    position: absolute;
    top: 30px;
    right: 30px
}

@media (max-width:767px) {
    .offcanvas__close {
        right: 20px;
        top: 30px
    }
}

.offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    border: 2px solid var(--tp-border-1);
    background-color: #fff0;
    color: var(--tp-text-1);
    border-radius: 50%
}

.offcanvas__close-btn:hover {
    background-color: var(--tp-theme-primary);
    border-color: #fff0;
    color: var(--tp-common-white)
}

.offcanvas__close-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.offcanvas__inner h4 {
    font-family: var(--tp-ff-jakarta);
    font-size: 24px;
    color: var(--tp-common-white);
    line-height: 1.3;
    margin-bottom: 15px
}

.offcanvas__inner p {
    font-family: var(--tp-ff-inter);
    font-size: 16px;
    line-height: 22px;
    color: var(--tp-common-white);
    margin-bottom: 30px
}

.offcanvas__inner>img {
    margin-bottom: 30px
}

.offcanvas__menu ul li {
    list-style: none;
    margin-bottom: 10px
}

.offcanvas__menu ul li:last-child {
    margin-bottom: 0
}

.offcanvas__menu ul li a {
    font-weight: 700;
    font-size: 20px;
    color: var(--tp-common-black)
}

.offcanvas__menu ul li:hover>a {
    color: var(--tp-theme-primary)
}

.offcanvas__text p {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: var(--tp-common-black-4);
    margin-bottom: 25px
}

.offcanvas__contact-call {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 20px;
    color: var(--tp-common-black);
    margin-bottom: 5px
}

.offcanvas__contact-call a:hover {
    color: var(--tp-theme-primary)
}

.offcanvas__contact-mail {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-text-1)
}

.offcanvas__contact-mail a:hover {
    color: var(--tp-theme-primary)
}

.offcanvas__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    background: #fff0;
    color: var(--tp-common-black);
    margin-right: 5px;
    border: 2px solid var(--tp-border-1);
    border-radius: 6px
}

.offcanvas__social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-primary)
}

.offcanvas__btn {
    margin-bottom: 55px
}

.offcanvas__btn a {
    margin-bottom: 20px
}

.offcanvas__info-item {
    margin-bottom: 38px
}

.offcanvas__info-item-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 12px
}

.offcanvas__info-item p {
    font-size: 16px;
    color: var(--tp-text-16);
    margin-bottom: 0;
    line-height: 22px
}

.offcanvas__info-item p a:hover {
    color: var(--tp-theme-primary)
}

.offcanvas-btn {
    line-height: 1
}

.offcanvas-open-btn {
    line-height: 1
}

.breadcrumb-bg {
    background: #E4ECF8
}

.breadcrumb-overlay {
    position: relative;
    z-index: 1;
    margin-top: 80px !important
}

.breadcrumb-overlay::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #080211;
    opacity: .6
}

.breadcrumb__title {
    color: #3c096c;
    font-family: var(--tp-ff-jakarta);
    font-weight: 800;
    font-size: 80px;
    line-height: 1
}

@media (max-width:767px) {
    .breadcrumb__title {
        font-size: 38px
    }

    .breadcrumb-overlay {
        position: relative;
        z-index: 1;
        margin-top: 100px !important
    }
}

.breadcrumb__title-pre {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: var(--tp-theme-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    margin-bottom: 12px
}

.breadcrumb__list span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    color: #68686F
}

.breadcrumb__list span a:hover {
    color: var(--tp-theme-primary)
}

.breadcrumb__list .dvdr {
    position: relative;
    margin-right: 10px;
    margin-left: 4px
}

.breadcrumb__list .dvdr::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(1px);
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #A0A0A3
}

.breadcrumb__content-2 .breadcrumb__title {
    color: var(--tp-common-white);
    margin-bottom: 11px
}

.breadcrumb__content-2 .breadcrumb__list span {
    color: var(--tp-common-white)
}

.breadcrumb__content-2 .breadcrumb__list span a:hover {
    color: var(--tp-common-white);
    opacity: .7
}

.breadcrumb__content-2 .breadcrumb__list .dvdr::before {
    background: var(--tp-common-white)
}

.inner-shape-dots {
    position: absolute;
    left: 150px;
    top: 175px;
    animation: updown-three 2.5s linear 0s infinite alternate
}

.breadcrumb-2-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.breadcrumb-2-shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: .8
}

.accordion-button::after {
    width: 0;
    height: 0;
    margin-left: auto
}

.tp-accordion .accordion-button:not(.collapsed) {
    color: var(--tp-theme-green);
    background-color: var(--tp-common-white);
    box-shadow: none
}

.tp-accordion .accordion-button {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    font-family: var(--tp-ff-dmsans);
    padding: 35px 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
}

@media (max-width:767px) {
    .tp-accordion .accordion-button {
        font-size: 16px
    }
}

.tp-accordion .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    background-image: none;
    right: 0;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    -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;
    top: 50%;
    transform: translateY(-50%)
}

.tp-accordion .accordion-button:focus {
    outline: 0;
    box-shadow: none
}

.tp-accordion .accordion-item {
    background-color: var(--tp-common-white);
    border-right: none;
    border-left: none;
    border-color: rgb(1 15 28 / .1)
}

.tp-accordion .accordion-body {
    padding: 0 70px 35px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--tp-ff-dmsans);
    color: #55585B
}

@media (max-width:767px) {
    .tp-accordion .accordion-body {
        padding: 0 30px 35px 0
    }
}

.tp-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: translateY(-50%) rotate(135deg);
    color: var(--tp-theme-green)
}

.tp-accordion-btn a {
    color: var(--tp-grey-8);
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 18px;
    line-height: 12px
}

.tp-accordion-btn a:hover {
    color: var(--tp-theme-green)
}

.tp-accordion-btn a i {
    font-size: 14px;
    font-weight: 500;
    margin-left: 2px
}

.tp-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0
}

.tp-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsection__content {
        padding-top: 0
    }
}

.tpsection__content p {
    color: var(--tp-grey-3);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}

@media (max-width:767px) {
    .tpsection__content p br {
        display: none
    }
}

.tpsection__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: -.02em;
    font-family: var(--tp-ff-heading)
}

.tpsection__title span {
    font-weight: 300;
    font-size: 54px
}

@media (max-width:767px) {
    .tpsection__title span {
        font-size: 34px;
        line-height: 1.2
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpsection__title {
        font-size: 45px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpsection__title {
        font-size: 30px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsection__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .tpsection__title {
        font-size: 25px
    }
}

.tpsection__title-pre {
    font-size: 14px;
    font-weight: var(--tp-fw-bold);
    color: var(--tp-theme-primary);
    display: inline-block;
    text-transform: uppercase
}

.tpsection-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.15;
    letter-spacing: -.02em
}

.tpsection-title span {
    font-weight: 300;
    font-size: 54px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpsection-title {
        font-size: 45px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpsection-title {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsection-title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .tpsection-title {
        font-size: 30px
    }
}

.tpsection-title-white {
    color: var(--tp-common-white);
    font-size: 40px
}

@media (max-width:767px) {
    .tpsection-title-white {
        font-size: 24px
    }
}

.tpsection-sub-title-white {
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 12px
}

.tpsection-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-family: var(--tp-ff-dmsans)
}

.tpsection-title-two {
    font-weight: 700;
    font-size: 59px;
    line-height: 1.19;
    letter-spacing: -.02em;
    color: var(--tp-common-11);
    font-family: var(--tp-ff-dmsans)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpsection-title-two {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpsection-title-two {
        font-size: 46px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpsection-title-two {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .tpsection-title-two {
        font-size: 28px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpsection-title-two {
        font-size: 36px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpsection-title-two br {
        display: none
    }
}

.tpsection-title-two span {
    position: relative;
    z-index: 1
}

.tpsection-title-two span svg {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    width: 100%
}

.tpsection-title-two span svg path {
    animation-name: title-anim;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s
}

@media (max-width:767px) {
    .tpsection-title-two span svg {
        bottom: -10px
    }
}

.tpsection-title-two .big-shape svg {
    left: 27px;
    bottom: -12px
}

.tpsection-title-two .big-shape2 svg {
    left: -5px;
    bottom: -5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpsection-title-two .big-shape2 svg {
        bottom: -15px
    }
}

@media (max-width:767px) {
    .tpsection-title-two .big-shape2 svg {
        left: 18px
    }
}

.tpsection-title-white-2 {
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpsection-title-white-2 {
        font-size: 48px
    }
}

@media (max-width:767px) {
    .tpsection-title-white-2 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpsection-title-white-2 br {
        display: none
    }
}

.section-wrapper span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    background: linear-gradient(90deg, #501E9C 0%, #A44CEE 43.75%, #FF847F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.section-title-4 {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: var(--tp-common-11)
}

@media (max-width:767px) {
    .section-title-4 {
        font-size: 38px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title-4 br {
        display: none
    }
}

.section-title-4-2 {
    font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title-4-2 {
        font-size: 42px
    }
}

@media (max-width:767px) {
    .section-title-4-2 {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .section-title-4-2 br {
        display: none
    }
}

.section-3 {
    position: relative;
    z-index: 2
}

.section-3-sub-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #FF622D
}

.section-3-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.09;
    letter-spacing: -.01em;
    color: var(--tp-common-11)
}

@media (max-width:767px) {
    .section-3-title {
        font-size: 23px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-3-title {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .section-3-title br {
        display: none
    }
}

.section-3 p {
    font-family: var(--tp-ff-jakarta);
    font-size: 18px;
    color: var(--tp-grey-8);
    opacity: .8
}

@media (max-width:767px) {
    .section-3 p br {
        display: none
    }
}

.section-3 span {
    font-weight: 500;
    font-size: 17px;
    color: #010F1C;
    opacity: .8
}

.section-inner-wrapper span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-theme-primary)
}

.section-inner-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 54px;
    line-height: 1.04;
    letter-spacing: -.02em;
    color: var(--tp-heading-primary)
}

@media (max-width:767px) {
    .section-inner-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .section-inner-title br {
        display: none
    }
}

.tplogo__area a img {
    max-width: 150px
}

.tpmenu__area ul li {
    display: inline-block;
    list-style: none;
    margin: 0 16px;
    position: relative
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tpmenu__area ul li {
        margin: 0 17px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tpmenu__area ul li {
        margin: 0 14px
    }
}

.tpmenu__area ul li:hover.has-dropdown a::after {
    color: var(--tp-theme-primary)
}

.tpmenu__area ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.tpmenu__area ul li:hover>a {
    color: var(--tp-theme-primary)
}

.tpmenu__area ul li.has-dropdown>a {
    position: relative
}

.tpmenu__area ul li.has-mega-menu {
    position: static
}

.tp-mega-menu-wrapper {
    position: relative
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner {
    text-align: left
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #0E1331;
    margin-bottom: 30px
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li {
    margin: 0 0;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 200px;
    background: rgb(14 19 49 / .08)
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li:nth-child(even) {
    margin-left: -10px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li:nth-child(even) {
        margin-left: 0
    }
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0E1331;
    letter-spacing: 0;
    padding: 0 0
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a span {
    margin-right: 8px
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
    color: var(--tp-theme-primary)
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-wrap {
    background-color: #5362B0;
    text-align: left;
    margin-left: 30px;
    border-radius: 6px;
    padding: 38px 20px 38px 30px;
    position: relative
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-wrap span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    margin-bottom: 8px;
    display: inline-block
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-title-2 {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--tp-common-white);
    margin-bottom: 27px
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a {
    font-family: var(--tp-ff-jakarta);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #FFF;
    padding: 0 0;
    position: relative
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a::before {
    position: absolute;
    content: "";
    left: -3px;
    bottom: -2px;
    height: 1px;
    width: 94px;
    background-color: var(--tp-common-white)
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a span {
    -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;
    margin-left: 3px
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a:hover span {
    transform: rotate(-45deg)
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner-thumb {
    position: absolute;
    bottom: 0;
    right: 0
}

.tpmenu__area ul li.header-services {
    position: static
}

.tpmenu__area ul li.header-services>a {
    position: relative
}

.tpmenu__area ul li.header-services>a::after {
    content: "\f107";
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    -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;
    display: inline-block
}

.tpmenu__area ul li.has-dropdown>a {
    position: relative
}

.tpmenu__area ul li.has-dropdown>a::after {
    content: "\f107";
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    -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;
    display: inline-block
}

.tpmenu__area ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 101.3%;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 20px 30px rgb(1 3 13 / .12);
    border-radius: 6px;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.2s linear 0s;
    --webkit-transition: all 0.2s linear 0s;
    padding: 12px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-top: 2px solid #fff0
}

.tpmenu__area ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0
}

.tpmenu__area ul li .submenu li a {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    padding: 3px 22px;
    text-transform: capitalize;
    text-align: start;
    -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;
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    color: #55585B
}

.tpmenu__area ul li .submenu li a:hover {
    color: var(--tp-theme-primary)
}

.tpmenu__area ul li>a {
    font-size: 16px;
    color: var(--tp-text-1);
    font-weight: 500;
    letter-spacing: .02em;
    padding: 26px 10px;
    display: inline-block;
    -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
}

.tpmenu__area ul li>a:hover {
    color: var(--tp-theme-primary)
}

.main-mega-menu ul>li .mega-menu {
    top: 101.3%;
    width: 600px;
    background-color: var(--tp-common-white);
    left: 0;
    right: 0;
    z-index: 5;
    transform-origin: top;
    flex: 0 0 auto;
    display: flex;
    margin: 0 auto;
    border-top: 2px solid var(--tp-text-primary);
    -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 20px 30px rgb(1 3 13 / .12);
    border-radius: 6px;
    border-top: 2px solid #fff0
}

.main-mega-menu ul>li .mega-menu>li {
    width: 195px;
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.main-mega-menu ul>li .mega-menu>li ul {
    padding-left: 0;
    text-align: left
}

.main-mega-menu ul>li .mega-menu>li:nth-child(2) {
    margin-left: -15px;
    margin-right: 18px
}

.main-mega-menu ul>li .mega-menu-container {
    left: -40px
}

.main-mega-menu ul>li.header-banner {
    top: 101%;
    width: 1170px;
    background-color: var(--tp-common-white);
    left: 0;
    right: 0;
    z-index: 5;
    transform-origin: top;
    flex: 0 0 auto;
    display: flex;
    margin: 0 auto;
    border-top: 2px solid var(--tp-text-primary);
    -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 20px 30px rgb(1 3 13 / .12);
    border-radius: 6px
}

.tpheader__right {
    margin-left: -12px
}

.tp-search-area {
    background-color: var(--tp-theme-primary)
}

.tp-search-form input {
    height: 70px;
    width: 100%;
    background-color: var(--tp-theme-primary);
    border: none;
    color: var(--tp-common-white);
    font-weight: 500;
    padding: 5px 30px 5px 0
}

.tp-search-form input::-webkit-input-placeholder {
    color: var(--tp-common-white)
}

.tp-search-form input::-moz-placeholder {
    color: var(--tp-common-white)
}

.tp-search-form input:-moz-placeholder {
    color: var(--tp-common-white)
}

.tp-search-form input:-ms-input-placeholder {
    color: var(--tp-common-white)
}

.tp-search-area {
    display: none
}

.search-submit-icon {
    position: absolute;
    color: var(--tp-common-white);
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.button-search-toggle {
    position: relative
}

.button-search-toggle i {
    transition: 0.3s
}

.tp-search-icon-active .header_search-button svg {
    transform: scale(0)
}

.header_search-close {
    position: absolute;
    left: 3px;
    top: 4px;
    font-size: 20px;
    transform: scale(0)
}

.tp-search-icon-active .header_search-close {
    transform: scale(1)
}

#scroll-indicator,
#scroll-indicator-2 {
    background: linear-gradient(to right, #3c096c, #3c096c, #3c096c);
    height: 4px;
    width: 0%;
    position: fixed;
    top: 0;
    transition: transition;
    z-index: 10
}

#scroll-indicator-2 {
    background: linear-gradient(to right, #59BA41, #59BA41, #59BA41)
}

.tptransparent__header.header-sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 9;
    background: rgb(255 255 255 / .9);
    -webkit-animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
    animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
    box-shadow: 0 20px 40px rgb(37 9 62 / .1);
    backdrop-filter: blur(16px)
}

.tptransparent__header.header-sticky .tpheader__sign a {
    color: #0E1331
}

.tptransparent__header.header-sticky .tpheader__sign a::before {
    background-color: #0E1331
}

.tptransparent__header.header-sticky .tp-header-btn {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    font-family: var(--tp-ff-jakarta)
}

.tptransparent__header.header-sticky .tp-header-btn:hover {
    background-color: #3653EB;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .header-1 .tp-header-top {
        padding: 20px 0
    }
}

.header-1 .tp-search-area.p-relative {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11
}

.tpmenu__area>nav>ul>li .tp-mega-menu {
    position: absolute;
    top: 101.3%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--tp-common-white);
    z-index: 9;
    padding: 38px 20px 38px 40px;
    transform-origin: top;
    box-shadow: 0 20px 30px rgb(1 3 13 / .12);
    border-radius: 6px;
    border-top: 2px solid #fff0
}

.tp-main-menu-mobile .tp-menu-banner {
    margin-bottom: 20px
}

.tp-main-menu-mobile .tp-menu-banner-title {
    padding-top: 15px
}

.tp-main-menu-mobile .tp-menu-banner-title-2 {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0E1331;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .tp-main-menu-mobile .tp-menu-banner-title-2 {
        font-size: 18px
    }
}

.tp-main-menu-mobile .tp-menu-banner-title-2 br {
    display: none
}

.tp-main-menu-mobile .tp-menu-banner ul li a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0E1331
}

.tp-main-menu-mobile .tp-menu-banner ul li a span {
    margin-right: 5px
}

.tp-main-menu-mobile .tp-menu-banner-wrap {
    margin-bottom: 20px
}

.tp-main-menu-mobile .tp-menu-banner-wrap span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0E1331;
    display: inline-block;
    margin-bottom: 6px
}

.tp-main-menu-mobile .tp-menu-banner-btn a {
    font-family: var(--tp-ff-jakarta);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #0E1331;
    padding: 0 0;
    position: relative;
    border-bottom: none !important
}

.tp-main-menu-mobile .tp-menu-banner-btn a::before {
    position: absolute;
    content: "";
    left: -3px;
    bottom: -6px;
    height: 1px;
    width: 94px;
    background-color: #0E1331
}

.tp-main-menu-mobile .tp-menu-banner-btn a span {
    -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
}

.tp-main-menu-mobile .tp-menu-banner-btn a:hover {
    opacity: .8
}

.tp-main-menu-mobile .tp-menu-banner-btn a:hover span {
    opacity: .8;
    transform: rotate(-45deg)
}

.tp-main-menu-mobile .tp-menu-banner-btn a:hover::before {
    opacity: .8
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .header-spaces {
        margin-top: 15px
    }
}

.tpmenu__area>nav>ul>li .tp-mega-menu.has-homemenu {
    padding: 20px 20px 0;
    box-shadow: 0 20px 30px rgb(1 15 28 / .1)
}

.tpmenu__area ul li .has-homemenu .homemenu {
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px
}

.tpmenu__area ul li .has-homemenu .homemenu:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60%)
}

.tpmenu__area ul li .has-homemenu .homemenu:hover .homemenu-thumb::before {
    background-color: rgb(1 15 28 / .3)
}

.tpmenu__area ul li .has-homemenu .homemenu:hover .demo-name span {
    color: var(--tp-theme-primary)
}

.tpmenu__area ul li .has-homemenu.tp-submenu li:not(:last-child) {
    border-bottom: none
}

.homemenu-thumb {
    position: relative;
    border: 1px solid rgb(0 0 0 / .1)
}

.homemenu-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -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;
    pointer-events: none
}

.homemenu-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    opacity: 0;
    visibility: hidden;
    -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
}

.homemenu {
    padding: 7px 7px;
    position: relative;
    text-align: center
}

.homemenu:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60%)
}

.homemenu:hover .homemenu-thumb::before {
    background-color: rgb(1 15 28 / .3)
}

.homemenu:hover .demo-name span {
    color: var(--tp-theme-primary)
}

.homemenu-thumb.comming-demo {
    position: relative
}

.homemenu-thumb.comming-demo::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(1 15 28 / .3);
    backdrop-filter: blur(3px)
}

.homemenu-btn.comming-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(-45%)
}

.homemenu-btn.comming-btn a {
    line-height: 1
}

.demo-name span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    color: #0E1331;
    font-size: 15px;
    color: #0E1331;
    display: inline-block;
    margin-top: 8px;
    -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
}

.mega-menu-container .main-mega-menu ul>li .mega-menu {
    margin-left: -40px
}

.header-lang .icon {
    margin-right: 10px
}

.header-lang form {
    margin-bottom: 5px
}

.header-lang form select {
    background: #fff0;
    border: none;
    color: var(--tp-common-black);
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgb(1 15 28 / .7);
    color: var(--tp-ff-dmsans)
}

.header-lang form select option {
    margin-bottom: 5px
}

.tpheader-btn-two a {
    display: inline-block;
    font-family: var(--tp-ff-dmsans);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: var(--tp-common-11);
    border: 1.5px solid #010F1C;
    padding: 16px 25px;
    -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
}

.tpheader-btn-two a:hover {
    color: #f5f7f4;
    background-color: var(--tp-common-11)
}

.tptransparent__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tptransparent__header {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tptransparent__header {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .tptransparent__header {
        padding-left: 0;
        padding-right: 0
    }
}

.offcanvas-open-btn i {
    font-size: 20px;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .header-green {
        padding-top: 15px
    }
}

.header-green .tpmenu__area ul>li>a:hover {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li .submenu li a:hover {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li:hover>a {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li:hover.header-services a::after {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a:hover span {
    transform: rotate(-45deg);
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li:hover.has-dropdown a::after {
    color: var(--tp-theme-green)
}

.header-green .tpmenu__area ul li .has-homemenu .homemenu:hover .demo-name>span {
    color: var(--tp-theme-green)
}

.tp-green-mobile.tp-main-menu-mobile ul li:hover>a {
    color: var(--tp-theme-green)
}

.tp-green-mobile.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--tp-theme-green);
    border-color: var(--tp-theme-green);
    color: var(--tp-common-white)
}

.tp-green-mobile.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--tp-theme-green)
}

.tp-green-mobile.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--tp-theme-green);
    border-color: var(--tp-theme-green);
    color: var(--tp-common-white)
}

.tp-green-mobile.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: var(--tp-theme-green)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {

    .header-spaces.header-sticky,
    .tpheader__three.header-sticky {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-white-menu .tpmenu__area ul li {
        margin: 0 14px
    }
}

.tp-white-menu .tpmenu__area ul li:hover>a {
    opacity: .7
}

.tp-white-menu .tpmenu__area ul li a {
    color: var(--tp-common-white)
}

.tp-white-menu .tpmenu__area ul li .submenu li a {
    opacity: 1
}

.tp-white-menu .tpheader-btn-two a {
    background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
    border-radius: 30px;
    border: none;
    color: var(--tp-common-white);
    padding: 15px 31px;
    box-shadow: 0 2px 3px rgb(109 5 47 / .4)
}

.tp-white-menu .tpheader-btn-two a:hover {
    transform: translateY(-2px)
}

.tp-white-menu .offcanvas-open-btn i {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
    opacity: .7
}

.tp-white-menu .tpmenu__area ul li.has-dropdown>a::after {
    color: var(--tp-common-white)
}

.tp-white-menu .tp-header-btn {
    background-color: var(--tp-common-white);
    color: #0E1331;
    font-family: var(--tp-ff-jakarta)
}

.tp-white-menu .tp-header-btn:hover {
    background-color: rgb(255 255 255 / .9)
}

.tp-header-sign a {
    font-family: var(--tp-ff-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-white);
    text-underline-offset: 12px;
    position: relative
}

.tp-header-sign a::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-white);
    bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpheader__three {
        padding-top: 15px
    }
}

.header-offer img {
    margin-right: 10px;
    animation: light 2.5s linear forwards infinite alternate
}

.header-offer p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-8)
}

.header-offer p span {
    color: #FF6C66;
    font-weight: 500
}

.header-social {
    justify-content: end
}

.header-social a {
    display: inline-block;
    color: #7B8187;
    font-size: 15px;
    margin-left: 15px;
    padding: 17px 0
}

.header-social a:first-child {
    margin-left: 0
}

.header-social a:hover {
    color: var(--tp-theme-blue)
}

.header-btn-4 .blue-btn:hover {
    background-color: #6E51E6;
    color: var(--tp-common-white);
    border: 2px solid #6E51E6
}

.header-bg-4 {
    background: rgb(255 255 255 / .04);
    border: 1px solid rgb(255 255 255 / .5);
    box-shadow: 0 10px 30px rgb(1 15 28 / .1);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 0 15px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .header-bg-4 {
        padding: 15px 15px
    }
}

@media (max-width:767px) {
    .header-bg-4 {
        margin-top: 15px
    }
}

.tptransparent__header-4 .tpmenu__area ul li {
    margin: 0 37px 0 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tptransparent__header-4 .tpmenu__area ul li {
        margin: 0 24px 0 0
    }
}

.tptransparent__header-4 .tpmenu__area ul li:last-child {
    margin-right: 0 0 0 0
}

.tptransparent__header-4 .tpmenu__area ul li>a {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    color: var(--tp-text-1);
    font-weight: 500;
    letter-spacing: .02em;
    padding: 21px 0
}

.tptransparent__header-4 .tpmenu__area ul li:hover>a {
    color: var(--tp-theme-blue)
}

.tptransparent__header-4 .tpmenu__area ul li .submenu li a:hover {
    color: var(--tp-theme-blue)
}

.tptransparent__header-4 .tpmenu__area ul li:hover.has-dropdown a::after {
    color: var(--tp-theme-blue)
}

.tptransparent__header-4 .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
    color: var(--tp-theme-blue)
}

.tptransparent__header-4 .header-sticky {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 1230px;
    margin: auto;
    top: 20px;
    z-index: 99;
    background: rgb(255 255 255 / .9);
    animation: fadeInDown 500ms ease-in-out 0s normal none 1 running;
    box-shadow: 0 20px 40px rgb(37 9 62 / .1);
    backdrop-filter: blur(16px)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tptransparent__header-4 .header-sticky {
        width: 1140px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tptransparent__header-4 .header-sticky {
        width: 970px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tptransparent__header-4 .header-sticky {
        width: 740px
    }
}

@media (max-width:767px) {
    .tptransparent__header-4 .header-sticky {
        width: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tptransparent__header-4 .header-sticky {
        width: 580px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .tptransparent__header-4 .header-sticky {
        width: 490px
    }
}

.tpmenu-5 {
    margin-left: -105px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tpmenu-5 {
        margin-left: -25px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpmenu-5 {
        margin-left: -15px
    }
}

.tpheader-btn-5 a {
    background: #FF622D;
    border-radius: 4px;
    display: inline-block;
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-white);
    padding: 14px 23.5px
}

.header-bottom__lang>ul>li {
    position: relative;
    list-style: none
}

.header-bottom__lang>ul>li>a {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 5px 0 15px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--tp-ff-jakarta);
    color: #88898A;
    line-height: 0
}

.header-bottom__lang>ul>li>a svg.child-1 {
    margin-right: 2px;
    transform: translateY(-1px)
}

.header-bottom__lang>ul>li>a svg.child-2 {
    margin-left: 8px;
    transition: 0.4s
}

.header-bottom__lang-submenu {
    position: absolute;
    top: 140%;
    left: 0;
    width: 120px;
    background: var(--tp-common-white);
    z-index: 9;
    box-shadow: 0 30px 70px 6px rgb(11 6 70 / .08);
    padding: 15px 20px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -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
}

.header-bottom__lang-submenu li {
    list-style: none;
    margin-bottom: 7px
}

.header-bottom__lang-submenu li:last-child {
    margin-bottom: 0
}

.header-bottom__lang-submenu li:hover {
    color: var(--tp-text-primary)
}

.header-bottom__lang-submenu.open {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .header-five {
        padding: 15px 0
    }
}

.header-five .tpmenu__area ul li>a {
    font-size: 16px;
    color: var(--tp-grey-8);
    font-weight: 500;
    letter-spacing: 0;
    padding: 26px 0;
    font-family: var(--tp-ff-jakarta)
}

.header-five .tpmenu__area ul li>a:hover {
    color: var(--tp-common-11)
}

.header-five .tpmenu__area ul li:hover.has-dropdown a::after {
    color: var(--tp-common-11)
}

.header-five .tpmenu__area ul li .submenu li a {
    color: var(--tp-grey-8)
}

.header-five .tpmenu__area ul li.has-dropdown>a::after {
    color: var(--tp-grey-8)
}

.header-five .tpmenu__area ul li:hover>a {
    color: var(--tp-common-11)
}

.header-five .tpmenu__area ul li .submenu li a:hover {
    color: var(--tp-common-11)
}

.header-five .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
    color: var(--tp-common-11)
}

.header-five .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a {
    color: var(--tp-grey-8)
}

.header-five .tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a {
    color: var(--tp-common-white)
}

.tpheader__sign a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 16px;
    color: #0E1331;
    position: relative
}

.tpheader__sign a:hover::before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear
}

.tpheader__sign a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s linear
}

.tpheader__right-white .tpheader__sign a {
    color: var(--tp-common-white)
}

.tpheader__right-white .tpheader__sign a::before {
    background-color: var(--tp-common-white)
}

.inner-header {
    margin-left: -50px
}

.inner-header.tpmenu__area ul li {
    margin: 0 17px
}

.inner-header.tpmenu__area ul li>a {
    color: #0E1331;
    position: relative;
    padding: 28px 0;
    font-family: var(--tp-ff-jakarta);
    letter-spacing: 0
}

.inner-header.tpheader__sign a {
    color: #0E1331
}

.inner-header.tpmenu__area ul li>a:hover {
    color: var(--tp-theme-primary)
}

.inner-header.tpmenu__area ul li:hover>a {
    color: var(--tp-theme-primary)
}

.header-inner-2 {
    margin-left: -50px
}

.header-inner-2.tpmenu__area ul li>a {
    letter-spacing: 0;
    padding: 30px 0;
    font-family: var(--tp-ff-jakarta)
}

.inner-header-white.tpmenu__area ul li>a {
    color: var(--tp-common-white)
}

.inner-header-white.tpmenu__area ul li.has-dropdown>a::after {
    color: var(--tp-common-white)
}

.inner-header-white.tpmenu__area ul li:hover.has-dropdown a::after {
    color: var(--tp-theme-primary)
}

.blue-inner .tp-header-btn {
    background-color: var(--tp-common-white);
    color: #0E1331
}

.blue-inner .tp-header-btn:hover {
    background-color: rgb(255 255 255 / .92)
}

.inner-header-white.tpmenu__hover.tpmenu__area ul>li a:hover::before {
    background: var(--tp-common-white)
}

.offcanvas-open-btn-white.offcanvas-open-btn i {
    color: var(--tp-common-white)
}

.sticky-logo {
    display: none
}

.header-sticky .sticky-logo {
    display: block
}

.header-sticky .header-logo {
    display: none
}

.header-sticky.tp-white-menu .tpmenu__area ul li>a {
    color: var(--tp-common-black)
}

.header-sticky.tp-white-menu .tpmenu__area ul li.has-dropdown>a::after {
    color: var(--tp-common-black)
}

.header-sticky .tp-header-sign a {
    color: var(--tp-common-black)
}

.header-sticky .tp-header-sign a::before {
    background-color: var(--tp-common-black)
}

.header-sticky .offcanvas-open-btn-white.offcanvas-open-btn i {
    color: var(--tp-common-black)
}

.header-sticky.tp-white-menu .offcanvas-open-btn i {
    color: var(--tp-common-black)
}

.sign-right {
    padding-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sign-right {
        padding-top: 0
    }
}

.sign-right .offcanvas-btn {
    color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sign-right .tpheader__sign a {
        color: var(--tp-common-white)
    }
}

.sign-right .tpheader__sign a::before {
    content: ""
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sign-right .tpheader__sign a::before {
        background-color: var(--tp-common-white)
    }
}

.header-sticky .sign-right {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-sticky .sign-right .offcanvas-btn {
    color: var(--tp-common-black)
}

.header-sticky .sign-in-logo {
    transform: translateY(-6px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu {
        margin-left: 50px
    }
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 27px
}

.main-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: var(--tp-common-black);
    padding: 23px 0
}

.main-menu ul li.has-dropdown>a {
    position: relative
}

.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    display: inline-block
}

.main-menu ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 200px;
    background: var(--tp-common-white);
    z-index: 99;
    -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;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 30px 70px 0 rgb(11 6 70 / .08);
    -moz-box-shadow: 0 30px 70px 0 rgb(11 6 70 / .08);
    -ms-box-shadow: 0 30px 70px 0 rgb(11 6 70 / .08);
    -o-box-shadow: 0 30px 70px 0 rgb(11 6 70 / .08);
    box-shadow: 0 30px 70px 0 rgb(11 6 70 / .08)
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0
}

.main-menu ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.main-menu ul li .submenu li a {
    padding: 10px 25px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: var(--tp-common-black);
    width: 100%
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--tp-theme-primary);
    z-index: -1
}

.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li .submenu li:hover>a {
    color: var(--tp-common-white)
}

.main-menu ul li .submenu li:hover>a::after {
    color: var(--tp-common-white)
}

.main-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%
}

.main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li:hover>a {
    color: var(--tp-theme-primary)
}

.main-menu ul li:hover>a::after {
    color: var(--tp-theme-primary)
}

.main-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.tpmenu__hover-white.tpmenu__area ul>li a {
    position: relative
}

.tpmenu__hover-white.tpmenu__area ul>li a:hover::before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear
}

.tpmenu__hover-white.tpmenu__area ul>li a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 29px;
    opacity: 0;
    transition: all 0.3s linear
}

.tpmenu__hover-white.tpmenu__area ul.submenu li a {
    position: relative
}

.tpmenu__hover-white.tpmenu__area ul.submenu li a::before {
    display: none
}

.tpmenu__hover-white.tpmenu__area ul>li a::before {
    background: var(--tp-common-white)
}

.header-sticky .tpmenu__hover-white.tpmenu__area ul>li a::before {
    display: none
}

.mean-remove {
    display: none !important
}

.mean-container {
    margin-bottom: 40px
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
    background: #fff
}

.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--tp-common-black)
}

.mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    -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
}

.mean-container .mean-nav ul li>a>i {
    display: none
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #e0e3ed;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    color: var(--tp-common-black);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700
}

[dir=rtl] .mean-container .mean-nav ul li a,
[dir=rtl] .mean-container .mean-nav ul li span {
    float: right;
    text-align: right
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
    color: var(--tp-common-white)
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #fff0;
    border: none !important;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--tp-common-black);
    line-height: 30px;
    top: 0;
    font-weight: 400
}

[dir=rtl] .mean-container .mean-nav ul li a.mean-expand,
[dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
    right: auto;
    left: 0;
    text-align: center
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
    color: var(--tp-common-black)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
    color: var(--tp-common-white)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover i {
    color: var(--tp-common-white);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-common-black)
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 10%;
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 10px 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 10px 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 10px 25%
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none
}

.tp-main-menu-mobile ul>li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0
}

@media (max-width:767px) {
    .tp-main-menu-mobile ul>li {
        padding-left: 10px;
        padding-right: 10px
    }
}

.tp-main-menu-mobile ul>li:not(:last-child) a {
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.tp-main-menu-mobile ul>li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #7F8387;
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / .12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px
}

.tp-main-menu-mobile ul>li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out
}

.tp-main-menu-mobile ul>li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-main-menu-mobile ul>li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-main-menu-mobile ul>li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: var(--tp-common-white)
}

.tp-main-menu-mobile ul>li.has-dropdown>a.expanded {
    color: var(--tp-theme-primary)
}

.tp-main-menu-mobile ul>li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-main-menu-mobile ul>li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--tp-common-white)
}

.tp-main-menu-mobile ul>li.has-dropdown:hover a::after {
    color: var(--tp-theme-green)
}

.tp-main-menu-mobile ul>li:last-child>a span {
    border-bottom: 0
}

.tp-main-menu-mobile ul>li>a {
    display: block;
    font-size: 15px;
    color: var(--tp-common-black);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
    font-family: var(--tp-ff-jakarta)
}

.tp-main-menu-mobile ul>li>a svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.tp-main-menu-mobile ul>li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1
}

.tp-main-menu-mobile ul>li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px
}

.tp-main-menu-mobile ul>li ul {
    padding: 0
}

.tp-main-menu-mobile ul>li ul li {
    padding: 0
}

.tp-main-menu-mobile ul>li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px
}

.tp-main-menu-mobile ul>li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px
}

.tp-main-menu-mobile ul>li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px
}

.tp-main-menu-mobile ul>li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px
}

.tp-main-menu-mobile ul>li:hover>a {
    color: var(--tp-theme-primary)
}

.tp-main-menu-mobile ul>li:hover>a::after {
    color: var(--tp-theme-primary)
}

.tp-main-menu-mobile ul>li:hover>a .dropdown-toggle-btn i {
    color: var(--tp-theme-primary)
}

.tp-main-menu-mobile ul>li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0
}

.tp-main-menu-mobile ul>li .mega-menu,
.tp-main-menu-mobile ul>li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none
}

.tp-main-menu-mobile ul>li .mega-menu li,
.tp-main-menu-mobile ul>li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0
}

.tp-main-menu-mobile ul>li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul>li .submenu li:hover a .dropdown-toggle-btn {
    color: var(--tp-theme-primary)
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important
}

.postbox-main {
    border-bottom: 1px solid rgb(12 19 56 / .1);
    padding-bottom: 40px;
    margin-bottom: 35px
}

.postbox-main .tagcloud a {
    border: 1px solid rgb(12 19 56 / .1)
}

.postbox-main .tagcloud a:hover {
    background-color: #F1F2F6;
    border-color: #F1F2F6;
    color: #565764
}

.postbox-single-text p {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    line-height: 28px;
    color: var(--tp-text-body);
    margin-bottom: 23px
}

.postbox-single-box .blog-details-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -.01em;
    color: var(--tp-heading-primary);
    margin-bottom: 30px
}

@media (max-width:767px) {
    .postbox-single-box .blog-details-title {
        font-size: 26px
    }
}

.postbox-single-box p {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    line-height: 28px;
    color: var(--tp-text-body);
    margin-bottom: 40px
}

.postbox-quote {
    background: #EDEFFA;
    border-radius: 10px;
    margin-bottom: 55px;
    padding: 48px 65px
}

@media (max-width:767px) {
    .postbox-quote {
        padding: 40px 25px
    }
}

.postbox-quote-title {
    font-family: var(--tp-ff-jakarta);
    font-size: 22px;
    line-height: 32px;
    color: var(--tp-heading-primary);
    margin-bottom: 13px;
    font-weight: 400
}

.postbox-quote span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--tp-text-body)
}

.postbox-content .postbox-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -.01em;
    color: var(--tp-heading-primary);
    margin-bottom: 22px
}

.postbox-content p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-text-body);
    margin-bottom: 24px
}

@media (max-width:767px) {
    .postbox-content p br {
        display: none
    }
}

.postbox-img {
    margin-top: 27px;
    margin-bottom: 52px
}

.postbox-img img {
    border-radius: 14px
}

.postbox-feature-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -.02em;
    color: var(--tp-heading-primary);
    margin-bottom: 24px
}

.postbox-feature p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-text-body);
    margin-bottom: 27px
}

.postbox-feature span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: var(--tp-heading-primary);
    display: inline-block;
    margin-bottom: 25px
}

.postbox-feature ul li {
    list-style: none;
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-text-body);
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px
}

.postbox-feature ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #B7B7C0
}

.postbox-author {
    padding: 35px 35px;
    background: #EDEFFA;
    border-radius: 10px
}

@media (max-width:767px) {
    .postbox-author {
        flex-wrap: wrap
    }
}

.postbox-author-thumb {
    margin-right: 25px;
    flex: 0 0 auto
}

@media (max-width:767px) {
    .postbox-author-thumb {
        margin-bottom: 15px
    }
}

.postbox-author-thumb img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover
}

.postbox-author-content span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 13px;
    line-height: 11px;
    color: #84848B
}

.postbox-author-content p {
    font-family: var(--tp-ff-jakarta);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 26px;
    color: var(--tp-text-body)
}

.postbox-author-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #0E1331;
    margin-bottom: 14px
}

.postbox-author-social a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    color: #55585B;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.postbox-author-social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.postbox-comment-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #0E1331
}

.postbox-comment ul li {
    list-style: none;
    margin-bottom: 35px
}

.postbox-comment ul li.children {
    margin-left: 110px
}

@media (max-width:767px) {
    .postbox-comment ul li.children {
        margin-left: 0
    }
}

.postbox-comment ul li.children .postbox-comment-text {
    background: #F0F9F3
}

.postbox-comment ul li:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .postbox-comment-info {
        flex-wrap: wrap;
        margin-bottom: 15px
    }
}

.postbox-comment-avater {
    flex: 0 0 auto
}

@media (max-width:767px) {
    .postbox-comment-avater {
        margin-bottom: 15px
    }
}

.postbox-comment-avater img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 25px
}

.postbox-comment-name {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #0E1331
}

.postbox-comment-name h5 {
    margin-bottom: 0
}

.postbox-comment-name .post-meta {
    font-size: 13px;
    line-height: 12px;
    font-weight: 400;
    color: #68686F;
    position: relative;
    padding-left: 9px;
    margin-left: 9px
}

.postbox-comment-name .post-meta::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 3px;
    background: #84848B;
    border-radius: 2px
}

.postbox-comment-text {
    background: #EDEFFA;
    border-radius: 6px
}

@media (max-width:767px) {
    .postbox-comment-text {
        margin-left: 0
    }
}

.postbox-comment-text p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #494950;
    padding: 21px 22px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .postbox-comment-text p br {
        display: none
    }
}

.postbox-comment-reply {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:767px) {
    .postbox-comment-reply {
        position: static;
        margin-top: 10px
    }
}

.postbox-comment-reply a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #0E1331
}

.postbox-comment-reply a:hover {
    color: var(--tp-theme-primary)
}

.postbox-comment-reply a span {
    display: inline-block;
    margin-right: 6px
}

.postbox-comment-form-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -.02em;
    color: #0E1331;
    margin-bottom: 20px
}

.postbox-comment-form p {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 23px
}

.postbox-comment-input {
    position: relative;
    margin-bottom: 25px
}

.postbox-comment-input span {
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 12px;
    display: block
}

.postbox-comment-input input,
.postbox-comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--tp-common-black);
    outline: none;
    border: 1px solid #EAEAED;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgb(12 19 56 / .06);
    background: #fff0;
    line-height: 12px
}

.postbox-comment-input input::placeholder,
.postbox-comment-input textarea::placeholder {
    color: #84848B;
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 16px;
    line-height: 12px
}

.postbox-comment-input input:focus,
.postbox-comment-input textarea:focus {
    border-color: var(--tp-theme-primary)
}

.postbox-comment-input input:focus::placeholder,
.postbox-comment-input textarea:focus::placeholder {
    font-size: 0
}

.postbox-comment-input textarea {
    height: 180px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px
}

.postbox-comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 18px;
    height: 18px;
    background: var(--tp-common-white);
    border: 1px solid #DADADF;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.postbox-comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-primary);
    border-color: #fff0
}

.postbox-comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-white);
    top: 47%;
    left: 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%)
}

.postbox-comment-agree input:hover {
    cursor: pointer
}

.postbox-comment-agree label {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #84848B;
    margin-left: 8px
}

.postbox-comment-agree label:hover {
    cursor: pointer
}

.postbox-comment-btn .tp-btn {
    padding: 14px 45px
}

.postbox-more-left {
    position: relative
}

.postbox-more-left::before {
    position: absolute;
    content: "";
    right: 13px;
    top: 50%;
    transform: translateY(-35%);
    height: 60px;
    width: 1px;
    background-color: rgb(12 19 56 / .1)
}

@media (max-width:767px) {
    .postbox-more-left::before {
        display: none
    }
}

.postbox-more-icon a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #84848B
}

.postbox-more-icon a span {
    transform: translateY(-2px);
    display: inline-block
}

.postbox-more-content a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 17px;
    line-height: 16px;
    color: var(--tp-text-body)
}

.postbox-more-content a:hover {
    color: var(--tp-theme-primary)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox-area-wrap {
        margin-bottom: 30px
    }
}

.articale-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    color: #0E1331
}

.articale-arrow span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    line-height: 35px;
    color: #0E1331;
    border: 1px solid rgb(14 19 49 / .1);
    -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
}

.articale-arrow span:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-primary)
}

.articale-button-next {
    margin-right: 8px
}

.tp-postbox-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: var(--tp-ff-jakarta)
}

.tp-postbox-meta {
    margin-bottom: 10px
}

.tp-postbox-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #565764;
    font-family: var(--tp-ff-jakarta)
}

.tp-postbox-meta span i,
.tp-postbox-meta span svg {
    color: var(--tp-theme-primary);
    margin-right: 3px
}

.tp-postbox-meta span:not(:last-child) {
    margin-right: 20px
}

.tp-postbox-title {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: var(--tp-ff-jakarta)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-postbox-title {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-postbox-title {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-postbox-title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .tp-postbox-title {
        font-size: 25px
    }
}

.tp-postbox-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-thumb {
    margin-bottom: 20px
}

.tp-postbox-video .tp-postbox-video-btn {
    position: absolute;
    top: 50%;
    left: 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(--tp-common-black);
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tp-common-white)
}

.tp-postbox-video .tp-postbox-video-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.tp-postbox-audio {
    height: 420px
}

.tp-postbox-audio iframe {
    width: 100%;
    height: 100%
}

.tp-postbox-nav button {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 18px;
    border-radius: 4px
}

.tp-postbox-nav button:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-postbox-nav button.tp-postbox-slider-button-next {
    right: 15px;
    left: auto
}

[dir=rtl] .tp-postbox-nav button.tp-postbox-slider-button-next {
    left: 15px;
    right: auto
}

.tp-postbox-details-category {
    margin-bottom: 6px
}

.tp-postbox-details-category span {
    font-size: 20px;
    color: var(--tp-theme-primary);
    display: inline-block
}

.tp-postbox-details-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.07;
    margin-bottom: 12px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-postbox-details-title {
        font-size: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-title {
        font-size: 35px
    }
}

.tp-postbox-details-meta span {
    font-size: 15px;
    position: relative
}

.tp-postbox-details-meta span:not(:last-child) {
    margin-right: 13px;
    padding-right: 9px
}

.tp-postbox-details-meta span:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #E6E7E8
}

.tp-postbox-details-meta span i,
.tp-postbox-details-meta span svg {
    margin-right: 1px
}

.tp-postbox-details-meta span[data-meta=author] svg {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.tp-postbox-details-thumb img {
    margin-bottom: 62px;
    max-width: 100%
}

.tp-postbox-details-content p {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 23px
}

.tp-postbox-details-content p.tp-dropcap::first-letter {
    margin-top: 5px
}

.tp-postbox-details-main-wrapper {
    padding-right: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-main-wrapper {
        padding-right: 0
    }
}

.tp-postbox-details-heading {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: -.02em;
    margin-bottom: 12px;
    margin-top: 43px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-postbox-details-heading {
        font-size: 25px
    }
}

@media (max-width:767px) {
    .tp-postbox-details-heading {
        font-size: 24px
    }
}

.tp-postbox-details-desc-thumb {
    padding-left: 78px;
    padding-right: 78px;
    margin-top: 52px;
    margin-bottom: 35px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-postbox-details-desc-thumb {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (max-width:767px) {
    .tp-postbox-details-desc-thumb {
        padding-left: 15px;
        padding-right: 15px
    }
}

.tp-postbox-details-desc-thumb img {
    max-width: 100%
}

.tp-postbox-details-desc-thumb-caption {
    font-size: 14px;
    color: var(--tp-text-body);
    margin-top: 7px
}

.tp-postbox-details-quote {
    margin-bottom: 10px;
    margin-top: 50px
}

.tp-postbox-details-quote p {
    line-height: 1.31;
    font-size: 26px;
    margin-bottom: 15px
}

.tp-postbox-details-list {
    padding-top: 6px;
    margin-bottom: 35px
}

.tp-postbox-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-postbox-details-list ul li:not(:last-child) {
    margin-bottom: 7px
}

.tp-postbox-details-list ul li::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--tp-text-body);
    border-radius: 50%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-tags {
        margin-bottom: 15px
    }
}

.tp-postbox-details-tags span {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-right: 5px
}

.tp-postbox-details-tags.tagcloud {
    padding-top: 0;
    border: 0
}

.tp-postbox-details-share-wrapper {
    padding-top: 21px;
    padding-bottom: 33px
}

.tp-postbox-details-share span {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-right: 5px
}

.tp-postbox-details-share a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #E6E7E8
}

.tp-postbox-details-share a:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-postbox-details-share-2 {
    position: sticky;
    top: 120px;
    width: 55px;
    box-shadow: 0 30px 40px rgb(1 15 28 / .1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-share-2 {
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 45px;
        flex-wrap: wrap
    }
}

.tp-postbox-details-share-2 span {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
    color: var(--tp-common-black);
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E7E8
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-share-2 span {
        border-bottom: 0;
        border-right: 1px solid #E6E7E8;
        padding-left: 15px;
        padding-right: 15px
    }
}

.tp-postbox-details-share-2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.tp-postbox-details-share-2 ul li {
    list-style: none
}

.tp-postbox-details-share-2 ul li:not(:last-child) {
    border-bottom: 1px solid #E6E7E8
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-share-2 ul li:not(:last-child) {
        border-bottom: 0;
        border-right: 1px solid #E6E7E8
    }
}

.tp-postbox-details-share-2 ul li a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center
}

.tp-postbox-details-share-2 ul li a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-navigation {
    position: relative;
    padding: 35px 0 30px;
    border-top: 1px solid #E0E2E3
}

.tp-postbox-details-navigation::after {
    position: absolute;
    content: "";
    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%);
    background-color: #E0E2E3;
    width: 1px;
    height: 80px
}

.tp-postbox-details-navigation-icon span {
    color: var(--tp-common-black);
    font-size: 18px
}

.tp-postbox-details-navigation-icon span:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-navigation-content span {
    font-size: 15px;
    display: inline-block
}

.tp-postbox-details-navigation-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22
}

.tp-postbox-details-navigation-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-author {
    padding: 34px 44px 38px 45px;
    margin-bottom: 90px
}

@media (max-width:767px) {
    .tp-postbox-details-author {
        padding: 25px
    }
}

.tp-postbox-details-author-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}

@media (max-width:767px) {
    .tp-postbox-details-author-thumb img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.tp-postbox-details-author-content span {
    font-size: 15px;
    display: inline-block
}

.tp-postbox-details-author-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 19px
}

.tp-postbox-details-author-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.tp-postbox-details-author-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-author-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(1 15 28 / .2)
}

.tp-postbox-details-author-social a:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-postbox-details-comment-wrapper {
    margin-bottom: 90px
}

.tp-postbox-details-comment-inner ul.children {
    margin-left: 77px
}

@media (max-width:767px) {
    .tp-postbox-details-comment-inner ul.children {
        margin-left: 35px
    }
}

.tp-postbox-details-comment-inner ul li {
    list-style: none
}

.tp-postbox-details-comment-box {
    margin-bottom: 34px
}

.tp-postbox-details-comment-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 27px
}

.tp-postbox-details-comment-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 17px
}

@media (max-width:767px) {
    .tp-postbox-details-comment-thumb img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.tp-postbox-details-comment-top {
    margin-bottom: 8px
}

.tp-postbox-details-comment-avater-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.tp-postbox-details-comment-avater-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-comment-avater-meta {
    font-size: 14px;
    color: var(--tp-text-body);
    display: inline-block
}

.tp-postbox-details-comment-content {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E2E3
}

.tp-postbox-details-comment-content p {
    font-size: 14px;
    line-height: 1.57
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .tp-postbox-details-comment-content p br {
        display: none
    }
}

.tp-postbox-details-comment-reply a {
    font-size: 15px;
    color: var(--tp-text-body);
    display: inline-block;
    line-height: 1;
    border: 1px solid #E6E7E8;
    padding: 6px 13px
}

.tp-postbox-details-comment-reply a:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.tp-postbox-details-form>p {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 43px
}

.tp-postbox-details-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px
}

.tp-postbox-details-form-inner {
    margin-bottom: 6px
}

.tp-postbox-details-input-wrapper {
    margin-bottom: 8px
}

.tp-postbox-details-input-box {
    position: relative
}

.tp-postbox-details-input-box:not(:last-child) {
    margin-bottom: 34px
}

.tp-postbox-details-input input {
    height: 56px;
    background: #FFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: var(--tp-common-black)
}

.tp-postbox-details-input input::-webkit-input-placeholder {
    color: #95999D
}

.tp-postbox-details-input input::-moz-placeholder {
    color: #95999D
}

.tp-postbox-details-input input:-moz-placeholder {
    color: #95999D
}

.tp-postbox-details-input input:-ms-input-placeholder {
    color: #95999D
}

.tp-postbox-details-input textarea {
    height: 165px;
    resize: none
}

.tp-postbox-details-input-title label {
    font-size: 14px;
    color: var(--tp-common-black);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--tp-common-white);
    line-height: 1
}

.tp-postbox-details-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tp-postbox-details-input-eye .open-eye {
    display: none
}

.tp-postbox-details-input-eye:hover {
    cursor: pointer
}

.tp-postbox-details-input-eye:hover span {
    color: var(--tp-common-black)
}

.tp-postbox-details-input-btn {
    font-size: 16px;
    color: var(--tp-common-white);
    font-weight: 500;
    background-color: var(--tp-theme-primary);
    padding: 9px 30px
}

.tp-postbox-details-input-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-postbox-details-remeber input {
    display: none
}

.tp-postbox-details-remeber input:checked~label::after {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.tp-postbox-details-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1
}

.tp-postbox-details-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1
}

.tp-postbox-details-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1
}

.tp-postbox-details-remeber label::before {
    position: absolute;
    content: url(../img/product/icons/check.svg);
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white)
}

.tp-postbox-details-remeber label a:hover {
    color: var(--tp-theme-primary)
}

.tp-postbox-details-remeber label:hover {
    cursor: pointer
}

.tagcloud a {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    display: inline-block;
    padding: 9px 14px;
    padding-bottom: 9px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 6px;
    border: 0;
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    color: #565764
}

.tagcloud a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

blockquote {
    background: #F1F2F6;
    padding: 35px 50px;
    border-radius: 4px;
    margin-bottom: 35px
}

@media (max-width:767px) {
    blockquote {
        padding-left: 15px;
        padding-right: 15px
    }
}

blockquote p {
    line-height: 1.5;
    font-size: 18px;
    color: #57565e;
    font-weight: 400;
    font-family: var(--tp-ff-jakarta);
    margin-bottom: 0
}

blockquote cite {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 500;
    position: relative
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    color: var(--tp-theme-primary);
    padding-bottom: 0;
    display: inline-block;
    background: var(--tp-theme-primary);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative
}

.tpblog {
    border-radius: 20px;
    padding: 25px 25px 35px 25px;
    border: 1px solid #fff0;
    -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
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpblog {
        padding: 25px 15px 25px 15px
    }
}

.tpblog:hover {
    border: 1px solid rgb(12 19 56 / .1)
}

.tpblog:hover .tpblog-thumb img {
    transform: scale(1.17) rotate(6deg);
    -webkit-transform: scale(1.17) rotate(6deg);
    -moz-transform: scale(1.17) rotate(6deg);
    -ms-transform: scale(1.17) rotate(6deg);
    -o-transform: scale(1.17) rotate(6deg)
}

.tpblog-thumb {
    border-radius: 10px
}

.tpblog-thumb img {
    border-radius: 10px;
    -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
}

.tpblog-tag {
    margin-bottom: 13px
}

.tpblog-tag a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .02em;
    color: var(--tp-grey-7);
    border: 1px solid rgb(12 19 56 / .1);
    border-radius: 4px;
    padding: 4px 11px
}

.tpblog-tag a:hover {
    background-color: rgb(12 19 56 / .1);
    border-color: #fff0
}

.tpblog-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: var(--tp-heading-secondary);
    margin-bottom: 18px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpblog-title {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpblog-title br {
        display: none
    }
}

.tpblog-title a:hover {
    color: var(--tp-theme-primary)
}

.tpblog-avatar-thub {
    flex: 0 0 auto
}

.tpblog-avatar-thub img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: cover
}

.tpblog-avatar-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--tp-grey-3)
}

.tpblog-avatar-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: -5px
}

.tpblog-all {
    text-align: end
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpblog-all {
        text-align: start
    }
}

.tpblog-all a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    padding: 17px 28px;
    border-radius: 6px
}

.tpblog-all a:hover {
    background: #3653EB
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px
}

.rc__post-thumb {
    flex: 0 0 auto
}

.rc__post-thumb img {
    width: 80px;
    height: 90px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.rc__post-title {
    margin-bottom: 4px;
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #404146
}

.rc__post-title a:hover {
    color: var(--tp-theme-primary)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .rc__post-title a br {
        display: none
    }
}

.rc__meta span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #989899
}

.blog-single {
    background: #2A3694;
    border: 1px solid #4351A4;
    border-radius: 20px;
    border-radius: 20px 20px 20px 20px
}

.blog-single-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog-single-thumb {
        border-radius: 20px 20px 0 0;
        height: 280px;
        width: 100%;
        position: static
    }
}

.blog-single-content {
    padding: 65px 35px 65px 0;
    margin-left: -50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single-content {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .blog-single-content {
        padding: 30px 15px;
        margin-left: 0
    }
}

.blog-single-content p {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--tp-common-white);
    opacity: .7;
    margin-bottom: 39px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single-content p {
        font-size: 16px;
        margin-bottom: 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog-single-content p br {
        display: none
    }
}

.blog-single-title {
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -.02em;
    color: var(--tp-common-white)
}

.blog-single-title:hover {
    opacity: .7
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-single-title {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single-title {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog-single-title {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .blog-single-title br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single-meta {
        margin-bottom: 14px
    }
}

.blog-single-meta a,
.blog-single-meta span {
    font-family: var(--tp-ff-dmsans);
    font-size: 15px;
    line-height: 12px;
    color: var(--tp-common-white);
    background-color: #33429D;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 14px;
    margin-right: 10px
}

.blog-single-meta .meta-list {
    background-color: #fff0;
    position: relative;
    padding-left: 8px
}

.blog-single-meta .meta-list::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    width: 4px;
    background: #D9D9D9;
    border-radius: 50px
}

.blog-item {
    padding: 35px 25px;
    background: #2A3694;
    border: 1px solid #4351A4;
    border-radius: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog-item {
        padding: 35px 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-item {
        padding: 20px 10px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .blog-item {
        padding: 15px 15px
    }
}

.blog-thumb {
    flex: 0 0 auto;
    margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-thumb {
        margin-right: 10px
    }
}

.blog-thumb img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-thumb img {
        height: 80px;
        width: 80px
    }
}

.blog-title {
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.02em;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-title {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .blog-title {
        font-size: 17px
    }
}

.blog-title:hover {
    opacity: .7
}

.blog-content span {
    font-family: var(--tp-ff-dmsans);
    font-size: 15px;
    line-height: 12px;
    color: var(--tp-common-white);
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.blog-content span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    width: 4px;
    background: #D9D9D9;
    border-radius: 50px
}

.tpblog-4 {
    background: #FFF;
    box-shadow: 0 20px 40px rgb(3 4 28 / .1);
    border-radius: 14px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpblog-4 {
        padding: 30px 30px 25px 30px
    }
}

@media (max-width:767px) {
    .tpblog-4 {
        padding: 0 0 0 0
    }
}

.tpblog-4-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px
}

@media (max-width:767px) {
    .tpblog-4-thumb {
        border-radius: 20px 20px 0 0;
        height: 350px;
        width: 100%;
        position: static
    }
}

.tpblog-4-thumb img {
    border-radius: 10px 0 0 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tpblog-4-thumb img {
        border-radius: 10px 10px 10px 10px
    }
}

.tpblog-4-content {
    padding: 45px 50px 43px 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpblog-4-content {
        padding: 30px 5px 32px 5px
    }
}

@media (max-width:767px) {
    .tpblog-4-content {
        padding: 30px 10px 32px 20px
    }
}

.tpblog-4-content-sub-tilte {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    color: var(--tp-theme-blue);
    padding: 9px 12px;
    background: rgb(119 90 252 / .1);
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block
}

.tpblog-4-content-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: var(--tp-common-11);
    margin-bottom: 14px
}

.tpblog-4-content-title:hover {
    color: var(--tp-theme-blue)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tpblog-4-content-title {
        font-size: 19px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpblog-4-content-title {
        font-size: 19px
    }
}

.tpblog-4-content p {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    line-height: 1.3;
    color: var(--tp-grey-8);
    margin-bottom: 27px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tpblog-4-content p br {
        display: none
    }
}

.tpblog-4-info span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    color: var(--tp-common-11);
    padding-right: 14px;
    margin-right: 10px;
    position: relative
}

.tpblog-4-info span::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #D9D9D9;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.tpblog-4-info span:last-child {
    margin-right: 0;
    padding-right: 0
}

.tpblog-4-info span:last-child::before {
    display: none
}

.tpblog-4-info span i {
    color: #9A9B9C;
    font-weight: 500;
    font-style: normal
}

.tpblog-4-shape {
    position: absolute;
    top: 15px;
    z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tpblog-4-shape {
        top: 35px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpblog-4-shape {
        top: 45px
    }
}

.tpblog-item-2 {
    background: var(--tp-common-white);
    border: 1px solid #EAEAED;
    box-shadow: 0 1px 1px rgb(12 19 56 / .06);
    border-radius: 10px
}

.tpblog-wrap {
    padding: 30px 30px 35px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpblog-wrap {
        padding: 30px 15px 35px 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
    .tpblog-wrap {
        padding: 30px 20px 35px 20px
    }
}

.tpblog-thumb-2 img {
    border-radius: 10px 10px 0 0;
    width: 100%
}

.tpblog-content-2 span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4260FF;
    background: rgb(66 96 255 / .1);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 16px
}

.tpblog-content-2 span a {
    padding: 7px 12px;
    display: inline-block;
    border-radius: 6px
}

.tpblog-content-2 span a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.tpblog-title-2 {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 24px;
    color: #0C1338;
    line-height: 1.2;
    margin-bottom: 20px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tpblog-title-2 {
        font-size: 20px
    }
}

.tpblog-title-2 a:hover {
    color: var(--tp-theme-primary)
}

.tpblog-meta-2 span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #565764;
    margin-right: 16px;
    padding-right: 15px;
    position: relative
}

.tpblog-meta-2 span:last-child {
    margin-right: 0;
    padding-right: 0
}

.tpblog-meta-2 span:last-child::before {
    display: none
}

.tpblog-meta-2 span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E1E1E4;
    height: 24px;
    width: 1px
}

.tpblog-meta-2 span i {
    transform: translateY(-1px);
    display: inline-block;
    margin-right: 5px
}

.tpblog-video-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.tpblog-video-2 a {
    height: 70px;
    width: 70px;
    line-height: 69px;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    display: inline-block
}

.tpblog-video-2 a i {
    transform: translateX(2px);
    display: inline-block
}

.tpblog-grid-active {
    border-radius: 10px 10px 0 0;
    position: relative
}

.blog-grid-active-button-prev,
.blog-grid-active-button-next,
.blog-list-active-button-next,
.blog-list-active-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    right: -30px;
    height: 40px;
    width: 60px;
    line-height: 40px;
    background-color: var(--tp-common-white);
    text-align: left;
    border-radius: 20px
}

.blog-grid-active-button-prev:hover i,
.blog-grid-active-button-next:hover i,
.blog-list-active-button-next:hover i,
.blog-list-active-button-prev:hover i {
    color: var(--tp-theme-primary)
}

.blog-grid-active-button-prev i,
.blog-grid-active-button-next i,
.blog-list-active-button-next i,
.blog-list-active-button-prev i {
    transform: translateX(15px)
}

.blog-grid-active-button-prev,
.blog-list-active-button-prev {
    right: auto;
    left: -30px
}

.blog-grid-active-button-prev i,
.blog-list-active-button-prev i {
    transform: translateX(40px)
}

.blog-list-item {
    background: var(--tp-common-white);
    border: 1px solid #EAEAED;
    box-shadow: 0 1px 1px rgb(12 19 56 / .06);
    border-radius: 10px
}

@media (max-width:767px) {
    .blog-list-item {
        flex-wrap: wrap
    }
}

.blog-list-thumb {
    width: 350px;
    position: relative;
    flex: 0 0 auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-list-thumb {
        width: 260px
    }
}

@media (max-width:767px) {
    .blog-list-thumb {
        width: 100%
    }
}

.blog-list-thumb a {
    display: block;
    height: 100%
}

.blog-list-thumb a img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:767px) {
    .blog-list-thumb a img {
        border-radius: 10px 10px 0 0
    }
}

.blog-list-thumb-slide {
    width: 350px;
    height: 400px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-list-thumb-slide {
        width: 260px
    }
}

@media (max-width:767px) {
    .blog-list-thumb-slide {
        width: 100%
    }
}

.blog-list-content {
    padding: 45px 50px 45px 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-list-content {
        padding: 45px 20px 45px 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-list-content {
        padding: 45px 30px 45px 30px
    }
}

@media (max-width:767px) {
    .blog-list-content {
        padding: 45px 20px 45px 20px
    }
}

.blog-list-content p {
    font-family: var(--tp-ff-jakarta);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--tp-text-body);
    margin-bottom: 20px
}

.blog-list-tag a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--tp-theme-primary);
    display: inline-block;
    background: rgb(66 96 255 / .08);
    border-radius: 6px;
    padding: 7px 13px 6px 13px;
    margin-bottom: 12px
}

@media (max-width:767px) {
    .blog-list-tag a {
        margin-bottom: 5px
    }
}

.blog-list-tag a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.blog-list-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 30px;
    color: #0C1338;
    margin-bottom: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .blog-list-title {
        font-size: 24px
    }
}

.blog-list-title a:hover {
    color: var(--tp-theme-primary)
}

.blog-list-btn a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #FFF;
    display: inline-block;
    background: #4260FF;
    border-radius: 6px;
    padding: 12px 31px 13px 31px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__wrapper {
        margin-left: 0
    }
}

.sidebar__widget {
    padding: 30px 35px;
    background: #F1F2F6;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .sidebar__widget {
        padding: 30px 20px
    }
}

.sidebar__widget-title {
    margin-bottom: 30px;
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: var(--tp-heading-primary)
}

.sidebar__widget ul li {
    list-style: none;
    margin-bottom: 25px;
    line-height: 1
}

.sidebar__widget ul li:last-child {
    margin-bottom: 15px
}

.sidebar__widget ul li a {
    display: block;
    font-family: var(--tp-ff-jakarta);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #565764
}

.sidebar__widget ul li a:hover {
    color: var(--tp-theme-primary)
}

.sidebar__widget ul li a:hover span {
    color: var(--tp-theme-primary)
}

.sidebar__widget ul li span {
    float: right;
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 12px;
    color: #565764;
    background: #FFF;
    border-radius: 10px;
    display: inline-block;
    transform: translateY(2px);
    line-height: 12px;
    padding: 4px 8px;
    transform: translateY(-3px)
}

.sidebar__widget ul li ul {
    padding-left: 25px;
    padding-top: 20px
}

.sidebar__widget-social a {
    height: 40px;
    width: 40px;
    line-height: 42px;
    background: #FFF;
    box-shadow: 0 1px 2px rgb(1 15 28 / .16);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 8px
}

.sidebar__widget-social a:hover {
    background: #4260FF;
    color: var(--tp-common-white)
}

.sidebar__widget-input input {
    width: 100%;
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px rgb(1 15 28 / .16);
    border-radius: 4px;
    height: 54px;
    border: none;
    padding: 0 20px;
    margin-bottom: 20px
}

.sidebar__widget-input input::placeholder {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #787985
}

.sidebar__widget-input .blog-btn {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: var(--tp-common-white);
    text-align: center;
    width: 100%;
    background: #4260FF;
    border-radius: 6px;
    display: inline-block;
    padding: 21px 20px;
    margin-bottom: 10px
}

.sidebar__newsletter p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #565764;
    margin-bottom: 28px
}

.sidebar__newsletter .sidebar__widget-title {
    margin-bottom: 14px
}

.sidebar__search {
    position: relative
}

.sidebar__search-input-2-box {
    width: 210px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar__search-input-2-box {
        width: 100%
    }
}

.sidebar__search input {
    width: 100%;
    height: 54px;
    line-height: 60px;
    background: var(--tp-common-white);
    padding: 0 20px 0 20px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #fff0;
    outline: none;
    padding-top: 3px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar__search input {
        padding: 0 80px 0 20px
    }
}

.sidebar__search input::placeholder {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #9497A8
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 19px;
    color: #fff;
    line-height: 60px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    background: var(--tp-theme-primary);
    border-radius: 6px
}

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5)
}

.sidebar__banner-content {
    position: absolute;
    top: 50%;
    left: 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%);
    z-index: 1;
    background: var(--tp-common-white)
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--tp-common-black);
    text-transform: uppercase;
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .blog-grid-wrapper {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .blog-list-wrap {
        margin-bottom: 30px
    }
}

.container-lagre-box {
    max-width: 1600px
}

.tpmasonry {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 45px 45px 0 43px
}

@media (max-width:767px) {
    .tpmasonry {
        padding: 10px 10px 0 20px;
        bottom: 10px
    }
}

.tpmasonry-thumb img {
    border-radius: 10px
}

@media (max-width:767px) {
    .tpmasonry-video {
        margin-bottom: 10px
    }
}

.tpmasonry-video span {
    height: 60px;
    width: 60px;
    background-color: var(--tp-common-white);
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block
}

@media (max-width:767px) {
    .tpmasonry-video span {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

.tpmasonry-video span i,
.tpmasonry-video span svg {
    transform: translateX(2px);
    color: #0C1338
}

.tpmasonry-content .blog-list-tag a {
    background: rgb(255 255 255 / .1);
    color: var(--tp-common-white)
}

.tpmasonry-content .blog-list-tag a:hover {
    color: var(--tp-theme-primary);
    background-color: var(--tp-common-white)
}

.tpmasonry-content .tpblog-meta-2 span {
    color: rgb(255 255 255 / .8)
}

.tpmasonry-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 34px;
    color: var(--tp-common-white);
    margin-bottom: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpmasonry-title {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .tpmasonry-title {
        font-size: 18px;
        margin-bottom: 6px
    }
}

@media (max-width:767px) {
    .tpmasonry-title a br {
        display: none
    }
}

.tpmasonry-item {
    background: linear-gradient(180deg, #184CFF 0%, #809BF9 101.28%);
    border-radius: 10px;
    padding: 88px 50px 78px 38px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpmasonry-item {
        padding: 70px 25px 45px 25px
    }
}

.tpmasonry-icon span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--tp-common-white);
    display: inline-block;
    border-radius: 50%
}

.tpmasonry-content-2 span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: .02em;
    color: var(--tp-common-white);
    margin-bottom: 16px;
    display: inline-block
}

.tpmasonry-content-2 p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: var(--tp-common-white)
}

.tpmasonry-title-white {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: var(--tp-common-white);
    margin-bottom: 39px
}

.blog-details-bg {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-details-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(8 2 17 / .6);
    z-index: -1
}

.blog-details-tag span {
    display: inline-block;
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    background: #4260FF;
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 12px
}

.blog-details-banner-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 70px;
    line-height: 1.15;
    color: var(--tp-common-white);
    margin-bottom: 21px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog-details-banner-title {
        font-size: 54px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-details-banner-title {
        font-size: 44px
    }
}

@media (max-width:767px) {
    .blog-details-banner-title {
        font-size: 34px
    }
}

@media (max-width:767px) {
    .blog-details-banner-title br {
        display: none
    }
}

.blog-details-meta span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    color: rgb(255 255 255 / .7);
    display: inline-block;
    margin-right: 18px;
    padding-right: 20px;
    position: relative
}

@media (max-width:767px) {
    .blog-details-meta span {
        margin-right: 8px;
        padding-right: 10px
    }
}

.blog-details-meta span:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-details-meta span:last-child::before {
    display: none
}

.blog-details-meta span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    background-color: rgb(255 255 255 / .24)
}

.blog-details-meta span i {
    margin-right: 5px
}

.blog-details-meta-author a {
    color: rgb(255 255 255 / .9)
}

.blog-details-meta-author a img {
    margin-right: 8px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    object-fit: cover
}

.blog-details-2-thumb img {
    border-radius: 14px
}

.blog-details-2-bg .blog-details-tag span {
    color: var(--tp-theme-primary);
    background: rgb(66 96 255 / .1)
}

.blog-details-2-bg .blog-details-banner-title {
    color: #0E1331
}

.blog-details-2-bg .blog-details-meta-author a {
    color: #0E1331
}

.blog-details-2-bg .blog-details-meta span {
    color: #68686F
}

.blog-details-2-bg .blog-details-meta span::before {
    background-color: rgb(14 19 49 / .1)
}

.footer-col-4 {
    margin-left: -30px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
    .footer-col-4 {
        margin-left: 0
    }
}

.footer-top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgb(12 19 56 / .1)
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-widget {
        padding-left: 0
    }
}

.footer-widget-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-text-body);
    margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-widget-text {
        font-size: 16px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-widget-text br {
        display: none
    }
}

.footer-widget-social span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: var(--tp-heading-primary);
    margin-bottom: 15px
}

.footer-widget-social a {
    margin-right: 3px
}

.footer-widget-social a:hover i {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border: 1px solid #fff0
}

.footer-widget-social a i {
    height: 37px;
    width: 37px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgb(12 19 56 / .1);
    border-radius: 6px;
    -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
}

.footer-widget-link ul li {
    list-style: none
}

.footer-widget-link ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: .02em;
    color: var(--tp-text-body);
    position: relative;
    padding-left: 11px
}

.footer-widget-link ul li a::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50px;
    background-color: var(--tp-text-body);
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.footer-widget-link ul li a:hover {
    color: var(--tp-theme-primary)
}

.footer-widget-newsletter p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .02em;
    color: var(--tp-text-body);
    margin-bottom: 20px
}

.footer-widget-newsletter-input {
    position: relative
}

.footer-widget-newsletter-input input {
    width: 100%;
    height: 54px;
    border: 1px solid rgb(12 19 56 / .14);
    border-radius: 10px;
    padding: 5px 20px 5px 50px
}

.footer-widget-newsletter-input input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 2px 2px 0 1px rgb(0 123 255 / .25)
}

.footer-widget-newsletter-input input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #A1A3AB
}

.footer-widget-newsletter-input input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #A1A3AB
}

.footer-widget-newsletter-input input:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #A1A3AB
}

.footer-widget-newsletter-input input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #A1A3AB
}

.footer-widget-newsletter-input span {
    position: absolute;
    top: 50%;
    transform: translateY(-57%);
    left: 22px
}

.footer-widget-newsletter-btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    width: 192px !important;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    padding: 15px 32px;
    border-radius: 6px
}

.footer-widget-newsletter-btn:hover {
    background-color: #3653EB
}

.footer-widget-copyright {
    padding: 27px 0
}

.footer-widget-copyright span {
    font-weight: 500;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #929399
}

.footer-widget-copyright span a {
    color: var(--tp-theme-primary);
    letter-spacing: .02em;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px
}

.footer-col-2 {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-col-2 {
        padding-left: 0
    }
}

.footer-bg2 {
    background-color: #F5F1EB
}

.footer-widget-social2 {
    margin-bottom: 40px
}

.footer-widget-social2 a {
    margin-right: 3px
}

.footer-widget-social2 a i {
    height: 36px;
    width: 36px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    color: var(--tp-text-body);
    font-size: 13px;
    -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;
    background-color: var(--tp-common-white)
}

.footer-widget-social2 a i:hover {
    border: 1px solid #26A8FF;
    background-color: #26A8FF;
    color: var(--tp-common-white)
}

.footer-widget-social2 .footer-facebook i:hover {
    border: 1px solid #1877F2;
    background-color: #1877F2
}

.footer-widget-social2 .footer-linkedin i:hover {
    border-color: #0077B5;
    background-color: #0077B5
}

.footer-widget-social2 .footer-insta i:hover {
    border-color: #FF005D;
    background-color: #FF005D
}

.footer-widget-newsletter2 .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    font-family: var(--tp-ff-dmsans);
    color: #5B5A59;
    margin-bottom: 16px
}

.footer-widget-newsletter2-input2 {
    position: relative
}

.footer-widget-newsletter2-input2 input {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--tp-common-white);
    padding: 5px 150px 5px 20px;
    font-family: var(--tp-ff-dmsans)
}

.footer-widget-newsletter2-input2 input:focus {
    color: #495057;
    border-color: #59BA41;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(89 186 65 / .25)
}

.footer-widget-newsletter2-input2 input::-webkit-input-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #5B5A59
}

.footer-widget-newsletter2-input2 input::-moz-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #5B5A59
}

.footer-widget-newsletter2-input2 input:-moz-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #5B5A59
}

.footer-widget-newsletter2-input2 input:-ms-input-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: .02em;
    color: #5B5A59
}

.footer-widget-newsletter2-input2 button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 18px 22px;
    background-color: var(--tp-theme-green);
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    font-family: var(--tp-ff-dmsans)
}

.footer-widget-copyright2 span a {
    color: var(--tp-theme-green)
}

.footer-widget-2 .footer-widget-link ul li a:hover {
    color: var(--tp-theme-green)
}

.footer-widget-2 .tpcontact-info-links a {
    color: #5B5A59;
    font-family: var(--tp-ff-dmsans);
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px
}

.footer-widget-2 .tpcontact-info-links a i {
    position: absolute;
    top: 0;
    left: 0;
    color: #5B5A59;
    font-family: var(--tp-ff-dmsans)
}

.footer-widget-2 .footer-widget-copyright span a {
    color: var(--tp-theme-green)
}

.footer-main-shape {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.footer-shape-left-one {
    position: absolute;
    top: -29px;
    left: 0
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-left-one {
        top: -5px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .footer-shape-left-one {
        top: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-left-one {
        top: 2px
    }
}

.footer-shape-left-two {
    position: absolute;
    top: -185px;
    left: 260px
}

.footer-shape-left-three {
    position: absolute;
    top: -125px;
    left: 0
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-left-three {
        top: -90px;
        left: -10px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-left-three {
        top: -90px
    }
}

.footer-shape-left-four {
    position: absolute;
    top: -158px;
    left: 120px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-left-four {
        top: -127px;
        left: 90px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .footer-shape-left-four {
        top: -125px;
        left: 5px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-left-four {
        top: -130px;
        left: 20px
    }
}

.footer-shape-right-one {
    position: absolute;
    top: -101px;
    right: 108px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-right-one {
        top: -103px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .footer-shape-right-one {
        top: -103px;
        right: 60px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-right-one {
        top: -122px;
        right: 90px
    }
}

.footer-shape-right-two {
    position: absolute;
    top: -218px;
    right: 220px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-right-two {
        right: 185px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-right-two {
        right: 120px
    }
}

.footer-shape-right-three {
    position: absolute;
    top: -35px;
    right: 55px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .footer-shape-right-three {
        top: -10px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .footer-shape-right-three {
        top: -7px;
        right: 18px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-right-three {
        top: -30px;
        right: 40px
    }
}

.footer-shape-right-four {
    position: absolute;
    top: -205px;
    right: 290px;
    animation: upslide 4s linear forwards infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-shape-right-four {
        right: 190px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tptransparent__header {
        padding-right: 35px;
        padding-left: 35px
    }
}

.footer-2-col-1 {
    margin-right: -30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-2-col-1 {
        margin-right: -50px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-2-col-1 {
        margin-right: 0
    }
}

.footer-2-col-2 {
    padding-left: 100px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-2-col-2 {
        padding-left: 0
    }
}

.footer-2-col-3 {
    padding-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-2-col-3 {
        padding-left: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-2-col-3 {
        padding-left: 0
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-2-col-3 {
        padding-left: 0
    }
}

.footer-bg3 {
    background: #2A3694
}

.footer-bg3 .footer-widget-text {
    color: var(--tp-common-white);
    opacity: .6
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-bg3 .footer-widget-text br {
        display: none
    }
}

.footer-bg3 .footer-widget-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 23px
}

.footer-bg3 .footer-widget-link ul li a {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-dmsans);
    opacity: .7;
    -webkit-transition: all .3 ease-out 0s;
    -moz-transition: all .3 ease-out 0s;
    -ms-transition: all .3 ease-out 0s;
    -o-transition: all .3 ease-out 0s;
    transition: all .3 ease-out 0s
}

.footer-bg3 .footer-widget-link ul li a:hover {
    opacity: 1
}

.footer-bg3 .footer-widget-link ul li a::before {
    background-color: var(--tp-common-white);
    opacity: .7
}

.footer-bg3 .footer-top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.footer-bg3 .footer-widget-copyright span {
    color: rgb(255 255 255 / .6)
}

.footer-bg3 .footer-widget-copyright2 span a {
    color: var(--tp-common-white)
}

.footer-bg3 .footer-widget-social2 a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #33429D;
    color: rgb(255 255 255 / .7)
}

.footer-widget-form-3 .footer-widget-newsletter-input {
    width: 270px;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-widget-form-3 .footer-widget-newsletter-input {
        width: 245px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-widget-form-3 .footer-widget-newsletter-input {
        width: 220px
    }
}

.footer-widget-form-3 .footer-widget-newsletter-input input {
    width: 100%;
    height: 54px;
    padding: 5px 20px 5px 50px;
    background: #33429D;
    box-shadow: 0 20px 50px rgb(15 23 79 / .14), inset 0 0 3px rgb(255 255 255 / .15);
    border-radius: 100px
}

.footer-3-col-4 {
    margin-left: -65px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-3-col-4 {
        margin-left: 0
    }
}

.footer-3-col-4 .footer-widget-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px
}

.footer-3-col-4 .footer-widget-newsletter-input input {
    background: #33429D;
    box-shadow: 0 20px 50px rgb(15 23 79 / .14), inset 0 0 3px rgb(255 255 255 / .15);
    border-radius: 100px;
    color: var(--tp-common-white);
    padding: 5px 50px 5px 50px
}

.footer-3-col-4 .footer-widget-newsletter-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: rgb(255 255 255 / .5)
}

.footer-3-col-4 .footer-widget-newsletter-input input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: rgb(255 255 255 / .5)
}

.footer-3-col-4 .footer-widget-newsletter-input input:-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: rgb(255 255 255 / .5)
}

.footer-3-col-4 .footer-widget-newsletter-input input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: rgb(255 255 255 / .5)
}

.footer-3-col-4 .footer-widget-newsletter-input input:focus {
    border-color: #fff;
    border-radius: 1.5px solid
}

.footer-3-col-4 .footer-widget-newsletter-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
    display: inline-block;
    -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
}

.footer-3-col-4 .footer-widget-newsletter-btn-2 i:hover {
    box-shadow: 0 2px 3px rgb(109 5 47 / .4)
}

.fw-shape-one {
    position: absolute;
    top: -70px;
    left: 0;
    animation: leftright 2s linear 2s forwards infinite alternate
}

.fw-shape-two {
    position: absolute;
    top: -180px;
    left: 0
}

.fw-shape-three {
    position: absolute;
    top: -100px;
    left: 125px;
    animation: leftright 3.5s linear 3.5s forwards infinite alternate
}

.fw-shape-four {
    position: absolute;
    top: -220px;
    left: 65px;
    animation: light 2.5s linear forwards infinite alternate
}

.fw-shape-five {
    position: absolute;
    left: 320px;
    top: -250px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .fw-shape-five {
        left: 235px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .fw-shape-five {
        left: 120px
    }
}

.fw-shape-six {
    position: absolute;
    right: 45px;
    top: -257px
}

.fw-shape-seven {
    position: absolute;
    right: 120px;
    top: -219px
}

.fw-shape-eight {
    position: absolute;
    right: 275px;
    top: -175px;
    animation: light 2.5s linear forwards infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .fw-shape-eight {
        right: 10px
    }
}

.fw-shape-nine {
    position: absolute;
    top: -145px;
    right: 435px;
    animation: upslide 4s linear forwards infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .fw-shape-nine {
        right: 400px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .fw-shape-nine {
        top: -110px
    }
}

.footer-bg3 .footer-widget-link ul li a::after {
    position: absolute;
    content: "";
    left: 11px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-white);
    -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
}

.footer-bg3 .footer-widget-link ul li a:hover::after {
    width: calc(100% - 11px)
}

.footer-bg-4 {
    background-color: #F2F2F2
}

.footer-bg-4 .footer-widget-link ul li a:hover {
    color: var(--tp-theme-blue)
}

.footer-bg-4 .footer-widget-social a i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white)
}

.footer-bg-4 .footer-widget-copyright2 span a {
    color: var(--tp-theme-blue)
}

.footer-bg-4 .footer-top {
    border-bottom: none;
    padding-bottom: 25px
}

.fooer-btn-4 .blue-btn {
    padding: 13px 30px 14px 30px;
    font-size: 15px;
    line-height: 13px
}

.footer-4-col-4 {
    margin-left: -30px
}

@media (max-width:767px) {
    .footer-4-col-4 {
        margin-left: 0
    }
}

.footer-4-col-4 .footer-widget-form-3 {
    background: var(--tp-common-white)
}

.footer-4-col-4 .footer-widget-social a:hover i {
    background-color: var(--tp-theme-blue);
    color: var(--tp-common-white);
    border: 1px solid #fff0
}

.footer-4-col-4 .footer-widget-newsletter-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    background: var(--tp-theme-blue);
    display: inline-block
}

.footer-4-col-4 .footer-widget-newsletter-input input {
    border-radius: 30px
}

.footer-4-col-4 .footer-widget-newsletter-input input:focus {
    border: 1px solid var(--tp-theme-blue);
    box-shadow: 2px 2px 0 1px rgb(120 90 252 / .25)
}

.footer-4-col-4 .footer-widget-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px
}

.footer-bottom-4 .footer-widget-copyright span {
    display: block;
    background-color: var(--tp-common-white);
    padding: 22px 0;
    border-radius: 30px
}

.footer-bottom-4 .footer-widget-copyright span a {
    color: var(--tp-theme-blue)
}

.footer-bottom-4 .footer-widget-copyright {
    padding: 27px 0 45px 0
}

.footer-widget-social-4 a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #414EAD;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(.25, 1, .5, 1)
}

.footer-widget-social-4 a:hover {
    border-color: #fff0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 2px 3px rgb(109 5 47 / .4)
}

.footer-widget-social-4 a:hover::before {
    opacity: 1
}

.footer-widget-social-4 a:hover i {
    color: #fff;
    transform: translateY(-2px)
}

.footer-widget-social-4 a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: 0.6s cubic-bezier(.25, 1, .5, 1)
}

.footer-widget-social-4 a i {
    color: rgb(255 255 255 / .7);
    position: relative;
    z-index: 1;
    font-size: 12px;
    -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
}

.footer-5 {
    background-color: #F5F5F5
}

.footer-5 .footer-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6
}

.footer-5 .footer-widget-social a i {
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white)
}

.footer-5 .footer-widget-social a i:hover {
    border-color: #007CF5
}

.footer-5-col-1 .phone-call {
    margin-bottom: 12px
}

.footer-5-col-1 .phone-call a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #55585B;
    background: #FFF;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 31px 12px 31px
}

.footer-5-col-1 .phone-call a i {
    margin-right: 8px
}

.footer-5-col-1 .submit-call button {
    padding: 11px 53.4px 13px
}

.footer-5-col-1 .submit-call .tp-btn {
    padding: 8px 53.4px 10px
}

.footer-5-col-1 .phone-call-details.phone-call a {
    background: #EDEFFA
}

.footer-5-col-1 .phone-call-details.phone-call a:hover {
    background: #DDE1F2
}

.footer-5-col-2 {
    margin-left: 68px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-5-col-2 {
        margin-left: 20px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-5-col-2 {
        margin-left: 0
    }
}

.footer-5-col-2 ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer-5-col-2 ul li {
    width: 50%;
    flex: 0 0 50%
}

.footer-5-col-2 ul li:nth-child(even) {
    padding-left: 15px
}

.footer-5-col-2 .footer-widget-link ul li a {
    padding-left: 0;
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-3);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .02em
}

.footer-5-col-2 .footer-widget-link ul li a:hover {
    color: var(--tp-common-11)
}

.footer-5-col-2 .footer-widget-link ul li a::before {
    display: none
}

.footer-5-col-3 {
    margin-left: 68px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-5-col-3 {
        margin-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer-5-col-3 {
        margin-left: 0
    }
}

.footer-5-col-3 .footer-widget-link ul li a {
    padding-left: 0;
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-3);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .02em
}

.footer-5-col-3 .footer-widget-link ul li a:hover {
    color: var(--tp-common-11)
}

.footer-5-col-3 .footer-widget-link ul li a::before {
    display: none
}

.footer-5-col-4 .footer-widget-link ul li {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: .02em;
    margin-bottom: 21px;
    color: var(--tp-grey-3)
}

.footer-5-col-4 .footer-widget-link ul li:last-child {
    margin-bottom: 0
}

.footer-5-col-4 .footer-widget-link ul li span {
    color: #909396;
    width: 116px;
    display: inline-block
}

.tpfooter-hover a {
    display: inline;
    background-image: linear-gradient(var(--tp-common-11), var(--tp-common-11)), linear-gradient(var(--tp-common-11), var(--tp-common-11));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear
}

.tpfooter-hover a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px
}

.footer-bottom-5 .footer-widget-copyright span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #909396;
    letter-spacing: 0
}

.footer-bottom-5 .footer-widget-copyright span a {
    color: #FF5527
}

.footer-bottom-5 .footer-widget-social a:hover i {
    background-color: #007CF5
}

.footer-bottom-5 .footer-widget-copyright {
    padding: 40px 0
}

@media (max-width:767px) {
    .footer-bottom-5 .footer-widget-copyright {
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .footer-bottom-5 .footer-widget-social {
        text-align: center !important;
        margin-bottom: 20px
    }
}

.footer-bottom-inner .footer-widget-copyright span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #909396;
    letter-spacing: 0
}

.footer-bottom-inner .footer-widget-social a:hover i {
    background-color: #007CF5
}

.footer-bottom-inner .footer-widget-copyright {
    padding: 40px 0
}

@media (max-width:767px) {
    .footer-bottom-inner .footer-widget-copyright {
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .footer-bottom-inner .footer-widget-social {
        text-align: center !important;
        margin-bottom: 20px
    }
}

.footer-inner .light-blue-btn {
    background-color: var(--tp-theme-primary)
}

.footer-inner .light-blue-btn:hover {
    background-color: #fff0
}

.footer-inner .footer-bottom-5 .footer-widget-social a:hover i {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.footer-inner .footer-widget-copyright span a {
    color: var(--tp-theme-primary)
}

.cta-footer-bg {
    padding-top: 340px
}

.footer-call.footer-5-col-1 .phone-call a {
    background: #EDEFFA
}

.seo-audit-f {
    padding-top: 340px
}

.fw-blog-details .footer-widget-social a i {
    background: #EDEFFA;
    color: #55585B;
    border: none
}

.fw-blog-details .footer-widget-social a i:hover {
    color: var(--tp-common-white)
}

.tpbanner-space {
    padding-top: 180px;
    padding-bottom: 200px
}

@media (max-width:767px) {
    .tpbanner-space {
        padding-top: 145px;
        padding-bottom: 145px
    }
}

.tpbanner-shape-wrapper {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}

.tpbanner-shape-one {
    position: absolute;
    top: 170px;
    left: 140px
}

.tpbanner-shape-two {
    position: absolute;
    bottom: 175px;
    right: 0
}

.tpbanner-shape-three {
    position: absolute;
    bottom: 190px;
    right: 175px;
    width: 100px
}

.tpbanner-shape-four {
    position: absolute;
    bottom: 50px;
    right: 530px;
    z-index: -1;
    width: 400px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpbanner-shape-four {
        right: 330px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpbanner-shape-four {
        right: 230px
    }
}

.tpbanner-shape-five {
    position: absolute;
    left: 260px;
    bottom: 480px;
    width: 260px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tpbanner-shape-five {
        left: 220px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tpbanner-shape-five {
        left: 135px;
        bottom: 125px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpbanner-shape-five {
        left: 20px;
        bottom: 60%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpbanner-shape-five {
        left: 1%;
        bottom: 62%
    }
}

.tpbanner-shape-six {
    position: absolute;
    left: 100px;
    bottom: 185px;
    width: 1000px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tpbanner-shape-six {
        left: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpbanner-shape-six {
        left: 200px;
        bottom: 15%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpbanner-shape-six {
        left: 250px;
        bottom: 18%
    }
}

.tpbanner__title {
    font-size: 90px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    line-height: 1;
    background-image: -webkit-linear-gradient(291.09deg, #3c096c 27.31%, #a5b1d9 73.17%);
    background-image: -moz-linear-gradient(291.09deg, #3c096c 27.31%, #a5b1d9 73.17%);
    background-image: -ms-linear-gradient(291.09deg, #3c096c 27.31%, #a5b1d9 73.17%);
    background-image: -o-linear-gradient(291.09deg, #3c096c 27.31%, #a5b1d9 73.17%);
    background-image: linear-gradient(291.09deg, #3c096c 27.31%, #a5b1d9 73.17%);
    -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 3s ease-in-out 1s forwards infinite alternate;
    background-size: 150% 150%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpbanner__title {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .tpbanner__title {
        font-size: 38px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner__title {
        font-size: 50px
    }
}

.tpbanner__sub-title {
    position: relative;
    display: inline-block
}

.tpbanner__sub-title span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-theme-primary);
    display: inline-block
}

.tpbanner__content p {
    color: var(--tp-grey-1);
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 53px
}

@media (max-width:767px) {
    .tpbanner__content p br {
        display: none
    }
}

.tpbanner__form {
    background-color: var(--tp-common-white);
    box-shadow: 0 20px 40px rgb(37 9 62 / .1);
    border-radius: 6px;
    padding-right: 8px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner__form {
        flex-wrap: wrap;
        padding-right: 0;
        padding-bottom: 8px
    }
}

.tpbanner__input {
    position: relative;
    width: 255px
}

@media (max-width:767px) {
    .tpbanner__input {
        width: 100%
    }
}

.tpbanner__input:first-child {
    position: relative
}

.tpbanner__input:first-child::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 1px;
    background-color: rgb(43 32 63 / .14);
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media (max-width:767px) {
    .tpbanner__input:first-child::before {
        display: none
    }
}

.tpbanner__input:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.tpbanner__input input {
    height: 60px;
    padding: 5px 20px 5px 53px;
    background-color: var(--tp-common-white);
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    width: 100%
}

.tpbanner__input input::-webkit-input-placeholder {
    color: var(--tp-grey-2);
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500
}

.tpbanner__input input::-moz-placeholder {
    color: var(--tp-grey-2);
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500
}

.tpbanner__input input:-moz-placeholder {
    color: var(--tp-grey-2);
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500
}

.tpbanner__input input:-ms-input-placeholder {
    color: var(--tp-grey-2);
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500
}

.tpbanner__input span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px
}

.tpbanner__search-btn {
    text-align: center
}

@media (max-width:767px) {
    .tpbanner__search-btn {
        width: 100%;
        text-align: center;
        padding-left: 8px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner__search-btn {
        width: 100%
    }
}

.tpbanner-two-shape {
    z-index: 1
}

.tpbanner-two-shape img {
    max-width: inherit
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpbanner-two-shape img {
        max-width: 100%
    }
}

.tpbanner-two-shape:hover .tpbanner-two-shape-one {
    left: 125px;
    top: 0
}

@media (max-width:767px) {
    .tpbanner-two-shape:hover .tpbanner-two-shape-one {
        left: 15px;
        top: 0
    }
}

.tpbanner-two-shape-one {
    position: absolute;
    content: "";
    left: 118px;
    top: -7px;
    -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
}

@media (max-width:767px) {
    .tpbanner-two-shape-one {
        left: 10px;
        top: -5px
    }
}

.tpbanner-two-shape-two {
    position: absolute;
    content: "";
    left: 125px;
    top: 0;
    z-index: -1;
    -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
}

@media (max-width:767px) {
    .tpbanner-two-shape-two {
        left: 15px
    }
}

.tpbanner-two-shape-three {
    position: absolute;
    content: "";
    right: 0;
    top: 80px;
    animation: updown 5s linear 0s infinite alternate;
    z-index: -1;
    -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
}

.tpbanner-shape-y {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

.tpbanner-space-two {
    padding: 230px 0 135px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner-space-two {
        padding: 130px 0 135px 0
    }
}

.tpbanner-title-two {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.14;
    font-family: var(--tp-ff-dmsans);
    color: var(--tp-common-11)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpbanner-title-two {
        font-size: 44px
    }
}

@media (max-width:767px) {
    .tpbanner-title-two {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .tpbanner-title-two br {
        display: none
    }
}

.tpbanner-title-two span {
    position: relative;
    z-index: 1
}

.tpbanner-title-two span svg {
    position: absolute;
    left: -24px;
    bottom: -13px;
    z-index: -1;
    width: 100%
}

.tpbanner-title-two span svg path {
    animation-name: title-anim;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s
}

.tpbanner-content-two p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: var(--tp-common-11);
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpbanner-content-two p br {
        display: none
    }
}

.tpbanner-two-rating span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--tp-common-11);
    display: inline-block;
    margin-right: 8px
}

.tpbanner-two-rating p {
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--tp-common-11);
    margin-left: 3px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner-two-shape {
        margin-bottom: 50px
    }
}

.banner-three-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    mix-blend-mode: lighten;
    transform: matrix(1, 0, 0, 1, 0, 0);
    animation: borderanimate 5s linear infinite
}

.tpbanner-three-title {
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpbanner-three-title {
        font-size: 85px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpbanner-three-title {
        font-size: 75px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpbanner-three-title {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .tpbanner-three-title {
        font-size: 34px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner-three-title {
        font-size: 50px
    }
}

.tpbanner-three p {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--tp-common-white);
    opacity: .6;
    margin-bottom: 46px
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner-three p {
        font-size: 16px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpbanner-three p br {
        display: none
    }
}

.tp-analysis-3 {
    width: 570px;
    background-color: var(--tp-common-white);
    border-radius: 30px
}

@media (max-width:767px) {
    .tp-analysis-3 {
        width: 300px
    }
}

.tp-analysis-3 {
    position: relative;
    z-index: 2
}

.tp-analysis-input-3 input {
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 5px 180px 5px 56px
}

@media (max-width:767px) {
    .tp-analysis-input-3 input {
        padding: 5px 20px 5px 56px
    }
}

.tp-analysis-input-3 input::-webkit-input-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #7E8DA1
}

@media (max-width:767px) {
    .tp-analysis-input-3 input::-webkit-input-placeholder {
        font-size: 14px
    }
}

.tp-analysis-input-3 input::-moz-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #7E8DA1
}

@media (max-width:767px) {
    .tp-analysis-input-3 input::-moz-placeholder {
        font-size: 14px
    }
}

.tp-analysis-input-3 input:-moz-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #7E8DA1
}

@media (max-width:767px) {
    .tp-analysis-input-3 input:-moz-placeholder {
        font-size: 14px
    }
}

.tp-analysis-input-3 input:-ms-input-placeholder {
    font-family: var(--tp-ff-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #7E8DA1
}

@media (max-width:767px) {
    .tp-analysis-input-3 input:-ms-input-placeholder {
        font-size: 14px
    }
}

.tp-analysis-input-3 span {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.tp-analysis-3-btn {
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .tp-analysis-3-btn {
        position: static;
        transform: translateY(0%);
        padding-bottom: 8px
    }
}

.search-gradient-btn {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    border-radius: 30px;
    font-family: var(--tp-common-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-theme-primary);
    padding: 14px 32px;
    display: inline-block;
    -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
}

.search-gradient-btn:hover {
    box-shadow: 0 2px 3px rgb(109 5 47 / .4)
}

.tpbanner-payment span {
    font-family: var(--tp-ff-dmsans);
    font-size: 15px;
    line-height: 14px;
    color: var(--tp-common-white);
    opacity: .5;
    position: relative;
    padding-left: 10px;
    margin: 0 8px
}

.tpbanner-payment span::before {
    position: absolute;
    content: "";
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.banner-three {
    padding-top: 205px;
    padding-bottom: 60px;
    background-position: center bottom;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .banner-three {
        padding-top: 130px
    }
}

.banner-4-shape-one {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-4-shape-one img {
        width: 700px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-4-shape-one img {
        width: 450px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-4-shape-one img {
        width: 500px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-4-shape-one img {
        width: 400px
    }
}

.banner-4-shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-4-shape-two img {
        width: 700px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-4-shape-two img {
        width: 450px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-4-shape-two img {
        width: 500px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-4-shape-two img {
        width: 400px
    }
}

.banner-4-shape-three {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-4-shape-three img {
        width: 700px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-4-shape-three img {
        width: 450px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-4-shape-three img {
        width: 500px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-4-shape-three img {
        width: 400px
    }
}

.banner-4-shape-four {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2
}

.banner-4-shape-five {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-4-shape-five img {
        width: 725px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-4-shape-five img {
        width: 465px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-4-shape-five img {
        width: 518px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-4-shape-five img {
        width: 415px
    }
}

.banner-4-shape-six {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.banner-4-shape-seven {
    position: absolute;
    left: 160px;
    bottom: 35px;
    z-index: -1;
    animation: upslide 4s linear forwards infinite alternate
}

.banner-4-shape-eight {
    position: absolute;
    left: 660px;
    top: 345px;
    z-index: -1;
    animation: bannerAnimationTwo 6s infinite linear
}

.banner-4-shape-nine {
    position: absolute;
    left: 750px;
    bottom: 280px;
    z-index: -1;
    animation: bannerAnimationTwo 8s infinite linear
}

.banner-4-shape-ten {
    position: absolute;
    right: 610px;
    bottom: 90px;
    animation: bannerAnimationTwo 7s infinite linear
}

.banner-4-content p {
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-8);
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
    margin-top: -15px
}

@media (max-width:767px) {
    .banner-4-content p {
        font-size: 17px
    }
}

@media (max-width:767px) {
    .banner-4-content p br {
        display: none
    }
}

.banner-4-title {
    color: var(--tp-common-11);
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 100px;
    line-height: 1
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .banner-4-title {
        font-size: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-4-title {
        font-size: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-4-title {
        font-size: 85px
    }
}

@media (max-width:767px) {
    .banner-4-title {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner-4-title {
        font-size: 48px
    }
}

.banner-4-title b {
    background: linear-gradient(90deg, #501E9C 0%, #A44CEE 43.75%, #FF847F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-fill-color: #fff0;
    padding: 0 0 20px 0
}

.banner-4-btn .blue-btn {
    padding: 17px 31px
}

@media (max-width:767px) {
    .banner-4-spaces {
        padding-top: 80px;
        padding-bottom: 100px
    }
}

.contact-4-icon i {
    font-size: 24px;
    margin-right: 14px
}

.contact-4-text span {
    font-family: var(--tp-ff-jakarta);
    font-size: 14px;
    line-height: 24px;
    color: #55585B;
    display: block;
    line-height: 24px
}

.contact-4-text a {
    display: inline-block;
    color: var(--tp-common-11);
    font-weight: 600;
    font-size: 20px;
    font-family: var(--tp-ff-jakarta)
}

.contact-4-text a:hover {
    color: var(--tp-theme-blue)
}

.banner-brand {
    background-image: linear-gradient(180deg, rgb(243 247 244 / .5) 0%, #F3F7F4 100%)
}

.banner-5 {
    padding-top: 190px;
    padding-bottom: 120px;
    z-index: 1;
    position: relative
}

@media (max-width:767px) {
    .banner-5 {
        padding-top: 140px
    }
}

.banner-5-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 90px;
    line-height: 1.02;
    letter-spacing: -.01em;
    color: var(--tp-common-11);
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-title {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .banner-5-title {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .banner-5-title br {
        display: none
    }
}

.banner-5-content p {
    font-family: var(--tp-ff-jakarta);
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.68;
    letter-spacing: .02em;
    color: var(--tp-grey-8);
    margin-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px) {
    .banner-5-content p br {
        display: none
    }
}

.banner-5-btn .light-blue-btn {
    padding: 20px 31px
}

@media (max-width:767px) {
    .banner-5-btn .light-blue-btn {
        padding: 16px 15px;
        margin-right: 8px
    }
}

.banner-5-btn span {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    line-height: 12px;
    color: var(--tp-grey-8)
}

.banner-5-btn span a {
    font-weight: 600;
    color: #FF6B3D
}

.banner-5-thumb>img {
    max-width: inherit
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-5-thumb>img {
        margin-left: -60px;
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-5-thumb>img {
        height: 550px;
        width: 500px;
        object-fit: cover;
        margin-left: -14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb>img {
        height: 550px;
        width: 500px;
        object-fit: cover;
        margin-left: -14px
    }
}

@media (max-width:767px) {
    .banner-5-thumb>img {
        max-width: 100%
    }
}

.banner-5-thumb-shape-one {
    position: absolute;
    top: -140px;
    right: -227px;
    z-index: -1
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .banner-5-thumb-shape-one {
        right: -200px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-5-thumb-shape-one {
        right: -100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-one {
        right: 0
    }
}

.banner-5-thumb-shape-one img {
    max-width: inherit
}

.banner-5-thumb-shape-two {
    position: absolute;
    left: 5%;
    bottom: 55%;
    animation: hero-shape-anim-2 1s infinite alternate
}

.banner-5-thumb-shape-three {
    position: absolute;
    left: 23%;
    top: 2%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-three {
        left: 0;
        top: -26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-three {
        left: 8%;
        top: 0
    }
}

.banner-5-thumb-shape-four {
    position: absolute;
    right: -13%;
    top: 7%;
    animation: hero-shape-anim 1.5s infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-5-thumb-shape-four {
        right: 3%;
        top: -8%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-four {
        right: 7%;
        top: -8%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-four {
        right: 0
    }
}

.banner-5-thumb-shape-five {
    position: absolute;
    right: -37%;
    top: 26%;
    animation: hero-shape-anim-2 1.2s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-5-thumb-shape-five {
        right: -20%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-5-thumb-shape-five {
        right: -2%;
        top: 16%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-five {
        right: -2%;
        top: 16%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-five {
        right: 0
    }
}

.banner-5-thumb-shape-six {
    position: absolute;
    right: -30%;
    bottom: 36%;
    animation: hero-shape-anim 1.2s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-5-thumb-shape-six {
        right: -23%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-5-thumb-shape-six {
        right: -2%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-six {
        right: -4%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-six {
        right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-six img {
        width: 100px;
        height: 100px;
        object-fit: cover
    }
}

.banner-5-thumb-shape-seven {
    position: absolute;
    left: -9%;
    bottom: 1%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-seven {
        left: 0;
        bottom: 0
    }
}

.banner-5-thumb-shape-seven img {
    background: linear-gradient(123.24deg, #FFFFFF 55.95%, rgb(238 238 238 / .7) 91.14%);
    box-shadow: -15px 20px 30px rgb(1 15 28 / .1);
    backdrop-filter: blur(5px);
    border-radius: 4px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-seven img {
        width: 130px;
        height: 130px;
        object-fit: cover
    }
}

.banner-5-thumb-shape-eight {
    position: absolute;
    right: -34%;
    bottom: 2%
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .banner-5-thumb-shape-eight {
        right: -20%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner-5-thumb-shape-eight {
        right: -5%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-thumb-shape-eight {
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-5-thumb-shape-eight {
        right: 0;
        bottom: 0
    }
}

.banner-5-thumb-shape-eight img {
    background: linear-gradient(123.24deg, #FFFFFF 55.95%, rgb(238 238 238 / .7) 91.14%);
    border-radius: 4px
}

.banner-5-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media (max-width:767px) {
    .banner-5 .footer-widget-social {
        text-align: start
    }
}

.banner-5-content-shape-one {
    position: absolute;
    left: 200px;
    top: 470px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-5-content-shape-one {
        left: 130px;
        top: auto;
        bottom: 60px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .banner-5-content-shape-one {
        left: 108px;
        top: 475px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .banner-5-content-shape-one {
        display: none
    }
}

.banner-5-content-shape-two {
    position: absolute;
    left: 151px;
    bottom: 110px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .banner-5-content-shape-two {
        left: 60px;
        bottom: 106px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .banner-5-content-shape-two {
        display: none
    }
}

.tpkeyword__input input {
    height: 70px
}

.tpkeyword__input span {
    transform: translateY(-15px)
}

.hero_thumbs__two {
    height: 480px
}

.hero_thumbs__two .swiper-slide {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    padding: 23px 20px 12px 52px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.hero_thumbs__two .swiper-slide.swiper-slide-active {
    background: var(--tp-common-white);
    border-radius: 12px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-box-shadow: 0 1px 3px rgb(4 18 38 / .1);
    box-shadow: 0 1px 3px rgb(4 18 38 / .1);
    background-color: var(--tp-common-white);
    box-shadow: 0 10px 20px rgb(1 15 28 / .08);
    margin-bottom: 20px;
    padding: 32px 20px 100px 52px;
    margin-top: 20px
}

.hero_thumbs__two .swiper-slide-active .tp-accordion-title p {
    opacity: 1;
    visibility: visible
}

.hero_thumbs__two .swiper-slide.swiper-slide-active .hero_thumb__slide .thumb_progress__bar {
    opacity: 1;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    overflow: hidden
}

.hero_thumbs__two .swiper-slide.swiper-slide-active .hero_thumb__slide .thumb_progress__bar::before {
    position: absolute;
    content: "";
    -webkit-animation: progerss-up 4s both;
    animation: progerss-up 4s both;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #076BFF;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@keyframes progerss-up {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.hero_thumb__slide {
    display: flex;
    position: relative
}

.hero_thumb__slide .thumb_progress__bar {
    position: absolute;
    background: rgb(7 107 255 / .08);
    width: 3px;
    opacity: 0;
    border-radius: 12px;
    right: 13px;
    top: 10px;
    bottom: 10px
}

.hero_thumb__slide .hero__thumb {
    width: 64px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px
}

.tp-accordion-title p {
    margin-bottom: 0;
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #96989C;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpprocess__item {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        justify-content: center !important
    }
}

.tpprocess__border-bottom {
    border-bottom: 1px solid rgb(12 19 56 / .08)
}

.tpprocess__wrapper {
    text-align: center;
    display: inline-block
}

.tpprocess__wrapper:hover .tpprocess__count::before {
    transform: translate(-50%, -50%)
}

.tpprocess__count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-common-1);
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 20px;
    position: relative
}

.tpprocess__count::before {
    position: absolute;
    content: "";
    border: 1px solid rgb(62 185 255 / .4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    -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
}

.tpprocess__title {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-grey-3);
    line-height: 1.35
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpprocess__title {
        font-size: 15px
    }
}

.tpprocess-shape-one {
    position: absolute;
    top: 10px;
    right: -50px
}

.tpprocess-shape-two {
    position: absolute;
    top: 10px;
    right: -72px
}

.tpprocess-shape-three {
    position: absolute;
    top: 10px;
    right: -85px
}

.tpprocess-shape-four {
    position: absolute;
    top: -300px;
    right: 5px;
    animation: bannerAnimationTwo 8s infinite linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpprocess-shape-four {
        top: -280px;
        right: 35px
    }
}

.tpprocess__two .tpprocess__count {
    background-color: var(--tp-common-2)
}

.tpprocess__two .tpprocess__count::before {
    border: 1px solid rgb(171 191 120 / .4)
}

.tpprocess__three .tpprocess__count {
    background-color: var(--tp-common-3)
}

.tpprocess__three .tpprocess__count::before {
    border: 1px solid rgb(255 184 118 / .4)
}

.tpprocess__four .tpprocess__count {
    background-color: var(--tp-common-4)
}

.tpprocess__four .tpprocess__count::before {
    border: 1px solid rgb(255 173 208 / .4)
}

.tpanalysis__item {
    text-align: center;
    display: inline-block
}

.tpanalysis__item>p {
    font-weight: 500;
    font-size: 15px;
    color: var(--tp-grey-4);
    letter-spacing: .02em;
    display: inline-block;
    margin-bottom: 0
}

.tpanalysis__count {
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    color: var(--tp-common-black)
}

.tpanalysis-chart {
    position: relative
}

.tpanalysis-shape-one {
    position: absolute;
    top: -170px;
    left: -90px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpanalysis-shape-one {
        left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpanalysis-shape-one {
        top: -90px;
        left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpanalysis-shape-one img {
        width: 200px
    }
}

.tpanalysis-shape-two {
    position: absolute;
    top: -165px;
    right: -105px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpanalysis-shape-two {
        right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpanalysis-shape-two {
        top: -65px;
        right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpanalysis-shape-two img {
        width: 200px
    }
}

.analisis-toggle,
.analisis-toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px
}

.analisis-toggler {
    transition: 0.2s;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--tp-heading-primary)
}

.analisis-toggler--is-active {
    color: var(--tp-heading-primary)
}

.analisis-toggle {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    background-color: #E9EBF3;
    overflow: hidden
}

.tpanalysis-different {
    display: flex;
    align-items: center;
    justify-content: center
}

.tpanalysis-different .analisis-check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.tpanalysis-different .analisis-check:checked~.analisis-switch {
    right: 2px;
    left: 53%;
    transition: 0.25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s
}

.analisis-switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 53.3%;
    background-color: #4260FF;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    box-shadow: 0 2px 4px rgb(0 20 128 / .3)
}

.analisis-hide {
    display: none
}

.tpanalysis__catagory {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    justify-content: center !important
}

.tpcase {
    position: relative
}

.tpcase:hover::before {
    background-color: rgb(7 10 29 / .7)
}

.tpcase::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #fff0 65.24%, rgb(7 10 29 / .6) 100%);
    border-radius: 16px;
    -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
}

.tpcase-content {
    position: absolute;
    bottom: 32px;
    padding: 40px 40px 0 40px
}

@media (max-width:767px) {
    .tpcase-content {
        bottom: 15px;
        padding: 15px 15px 0 15px
    }
}

.tpcase-tag span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--tp-common-white);
    background: rgb(255 255 255 / .2);
    backdrop-filter: blur(2px);
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.tpcase-title {
    font-weight: 700;
    font-size: 30px;
    line-height: .7;
    color: var(--tp-common-white);
    position: relative
}

.tpcase-title:hover::before {
    opacity: 1
}

.tpcase-title::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--tp-common-white);
    opacity: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpcase-title {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpcase-title {
        font-size: 19px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .tpcase-title {
        font-size: 20px;
        line-height: 1.2
    }
}

.tpcase-thumb img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px
}

.tpcase-active [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.tpcase-active .slick-list {
    overflow: visible
}

.tpcase-nav,
.tptestimonal-4-nav {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 55px;
    height: 40px
}

.prev-slide,
.next-slide,
.prv-testi-case,
.next-testi-case,
.prv-nav-tab,
.next-nab-tab,
.prv-nav-tab,
.next-nav-tab {
    position: relative;
    width: 30px;
    height: 40px;
    font-size: 0
}

.prev-slide span,
.next-slide span,
.prv-testi-case span,
.next-testi-case span,
.prv-nav-tab span,
.next-nab-tab span,
.prv-nav-tab span,
.next-nav-tab span {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 1.8px;
    background: #8A8A8D;
    font-size: 0;
    transition: all 0.25s
}

.prev-slide span:before,
.next-slide span:before,
.prv-testi-case span:before,
.next-testi-case span:before,
.prv-nav-tab span:before,
.next-nab-tab span:before,
.prv-nav-tab span:before,
.next-nav-tab span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 34px;
    height: 34px;
    border: 1px solid var(--tp-theme-primary);
    border-radius: 50%;
    transition: transform 0.25s
}

.prev-slide svg,
.next-slide svg,
.prv-testi-case svg,
.next-testi-case svg,
.prv-nav-tab svg,
.next-nab-tab svg,
.prv-nav-tab svg,
.next-nav-tab svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px
}

.prev-slide path,
.next-slide path,
.prv-testi-case path,
.next-testi-case path,
.prv-nav-tab path,
.next-nab-tab path,
.prv-nav-tab path,
.next-nav-tab path {
    fill: #8A8A8D;
    transition: fill 0.25s
}

.prev-slide:hover span,
.next-slide:hover span,
.prv-testi-case:hover span,
.next-testi-case:hover span,
.prv-nav-tab:hover span,
.next-nab-tab:hover span,
.prv-nav-tab:hover span,
.next-nav-tab:hover span {
    width: 40px;
    background: var(--tp-theme-primary)
}

.prev-slide:hover span:before,
.next-slide:hover span:before,
.prv-testi-case:hover span:before,
.next-testi-case:hover span:before,
.prv-nav-tab:hover span:before,
.next-nab-tab:hover span:before,
.prv-nav-tab:hover span:before,
.next-nav-tab:hover span:before {
    transform: translateY(-50%) scale(1)
}

.prev-slide:hover path,
.next-slide:hover path,
.prv-testi-case:hover path,
.next-testi-case:hover path,
.prv-nav-tab:hover path,
.next-nab-tab:hover path,
.prv-nav-tab:hover path,
.next-nav-tab:hover path {
    fill: var(--tp-theme-primary)
}

.prev-slide,
.prv-testi-case,
.prv-nav-tab {
    margin-right: 27px
}

.prev-slide span,
.prv-testi-case span,
.prv-nav-tab span {
    right: 0
}

.prev-slide span svg,
.prv-testi-case span svg,
.prv-nav-tab span svg {
    left: 0
}

.prev-slide span:before,
.prv-testi-case span:before,
.prv-nav-tab span:before {
    left: -13px
}

.next-slide span,
.next-testi-case span,
.next-nav-tab span {
    left: 0
}

.next-slide span svg,
.next-testi-case span svg,
.next-nav-tab span svg {
    right: 0
}

.next-slide span:before,
.next-testi-case span:before,
.next-nav-tab span:before {
    right: -13px
}

.prv-testi-case,
.next-testi-case {
    cursor: pointer
}

.prv-testi-case:hover span,
.next-testi-case:hover span {
    background: #775AFC
}

.prv-testi-case:hover span path,
.next-testi-case:hover span path {
    fill: #775AFC
}

.prv-testi-case span::before,
.next-testi-case span::before {
    border: 1px solid #775AFC
}

.tpservices-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpservices-list ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .tpservices-list ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpservices-list ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tpservices-list ul li {
    list-style: none;
    padding: 48px 50px;
    line-height: 1;
    position: relative;
    border: 1px solid var(--tp-border-1);
    margin-left: -1px;
    margin-top: -1px;
    z-index: 1;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpservices-list ul li {
        padding: 48px 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpservices-list ul li {
        padding: 48px 20px;
        border: none
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpservices-list ul li {
        padding: 40px 15px;
        border: none
    }
}

.tpservices-list ul li:hover .tpservices-img::before {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    bottom: 0
}

.tpservices-list ul li:hover .tpservices-img img {
    transform: translateY(-42px)
}

.tpservices-list ul li:nth-child(n) {
    margin-left: 0
}

.tpservices-list ul li:nth-child(-n+3) {
    margin-top: 0
}

.tpservices-list ul li:nth-child(n+4) {
    padding: 48px 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 48px 20px 15px 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 48px 20px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpservices-list ul li:nth-child(n+4) {
        padding: 40px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpservices-list ul li:nth-child(n+4) .tpservices-img {
        margin-top: 40px
    }
}

.tpservices-img {
    position: relative;
    margin-top: 40px
}

.tpservices-img::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-5);
    opacity: .6;
    z-index: -1;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -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
}

.tpservices-img img {
    -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;
    width: 150px
}

.tpservices-content span {
    color: var(--tp-heading-primary);
    font-weight: 500;
    font-size: 15px;
    line-height: .9;
    margin-bottom: 15px;
    display: block
}

.tpservices-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.28;
    margin-bottom: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tpservices-title {
        font-size: 18px
    }
}

.tpservices-title a:hover {
    color: var(--tp-theme-primary)
}

.tpservices-wrapper:nth-child(n+3) .tpservices-img {
    margin-top: 60px
}

.tpservices-item2 .tpservices-img::before {
    background-color: var(--tp-common-6);
    opacity: .6
}

.tpservices-item3 .tpservices-img::before {
    background-color: var(--tp-common-7);
    opacity: .6
}

.tpservices-item4 .tpservices-img::before {
    background-color: var(--tp-common-8);
    opacity: .6
}

.tpservices-item5 .tpservices-img::before {
    background-color: var(--tp-common-9);
    opacity: .6
}

.tpservices-item6 .tpservices-img::before {
    background-color: var(--tp-common-10);
    opacity: .6
}

.services-bg-two {
    padding-top: 105px;
    padding-bottom: 138px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.services-two {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    -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;
    z-index: 1;
    padding: 10px
}

.about_service {
    height: 250px !important
}

.services-two-icon {
    width: 150px
}

@media (max-width:767px) {
    .services-two {
        flex-wrap: wrap;
        justify-content: center
    }

    .about_service {
        height: 450px !important
    }
}

.services-two:hover {
    box-shadow: 0 20px 60px #fff0;
    z-index: 2
}

.services-two:hover .services-two-bg {
    transform: scale(1.02, 1.14);
    box-shadow: 0 20px 60px rgb(3 23 9 / .1)
}

.services-two-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--tp-common-white);
    box-shadow: 0 1px 3px rgb(3 23 9 / .1);
    z-index: -1;
    top: 0;
    left: 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
}

.services-two-icon {
    min-width: 120px
}

.services-two-content {
    padding: 20px 2px
}

@media (max-width:767px) {
    .services-two-icon {
        margin-bottom: 30px
    }
}

.services-two-title {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--tp-ff-dmsans)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-two-title {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .services-two-title {
        font-size: 18px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .services-two-title br {
        display: none
    }
}

.services-two-content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: var(--tp-grey-5)
}

.services-nav {
    margin-left: -85px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .services-nav {
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-nav {
        margin-left: -20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-nav {
        margin-left: 0;
        padding-top: 50px
    }
}

.services-nav .nav-link {
    display: inline-flex;
    padding: 0;
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.02em;
    color: rgb(255 255 255 / .5);
    margin-bottom: 25px;
    -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
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-nav .nav-link {
        font-size: 17px
    }
}

@media (max-width:767px) {
    .services-nav .nav-link {
        font-size: 18px
    }
}

.services-nav .nav-link span {
    transform-origin: left center;
    -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
}

.services-nav .services-nav-icon {
    opacity: 0;
    visibility: hidden;
    -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
}

.services-nav .nav-pills .nav-link.active {
    color: var(--tp-common-white);
    background-color: #fff0
}

.services-nav .nav-pills .nav-link.active .services-nav-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px)
}

.services-nav .nav-pills .nav-link.active span {
    transform: scale(1.4);
    transform-origin: left center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .services-nav .nav-pills .nav-link.active span {
        transform: scale(1.2)
    }
}

@media (max-width:767px) {
    .services-nav .nav-pills .nav-link.active span {
        transform: scale(1.1)
    }
}

.services-bg-wrapper {
    max-width: 1520px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: #2A3694;
    border: 1px solid #4351A4;
    border-radius: 20px
}

@media (max-width:767px) {
    .services-bg-wrapper {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

.services-tab {
    margin-right: -45px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .services-tab {
        margin-right: 0
    }
}

.services-tab .tab-content>.tab-pane {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s
}

@media (max-width:767px) {
    .services-tab-wrapper {
        flex-wrap: wrap;
        margin-bottom: 80px
    }
}

.services-tab-img {
    flex: 0 0 auto;
    margin-right: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-tab-img {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-img {
        width: 60%;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .services-tab-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-img>img {
        width: 460px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-content {
        width: 40%;
        flex: 0 0 auto
    }
}

.services-tab-content p {
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.45;
    color: var(--tp-common-white);
    opacity: .7;
    margin-bottom: 39px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .services-tab-content p {
        font-size: 16px
    }
}

.services-tab-title {
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 34px;
    letter-spacing: -.02em;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .services-tab-title {
        font-size: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-title {
        font-size: 22px
    }
}

.services-tab-angle-shape-one {
    position: absolute;
    top: 83px;
    left: 28px;
    transform: rotate(-10deg)
}

@media (max-width:767px) {
    .services-tab-angle-shape-one {
        top: 50px
    }
}

.services-tab-angle-shape-one img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2));
    border-radius: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-angle-shape-one img {
        width: 220px
    }
}

@media (max-width:767px) {
    .services-tab-angle-shape-one img {
        width: 180px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-tab-angle-shape-one img {
        width: 100%
    }
}

.services-tab-angle-shape-two {
    position: absolute;
    right: 34px;
    top: 130px;
    transform: rotate(10deg)
}

@media (max-width:767px) {
    .services-tab-angle-shape-two {
        right: 0;
        top: 110px
    }
}

.services-tab-angle-shape-two img {
    object-fit: cover;
    border-radius: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-angle-shape-two img {
        width: 200px
    }
}

@media (max-width:767px) {
    .services-tab-angle-shape-two img {
        width: 150px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-tab-angle-shape-two img {
        width: 100%
    }
}

.services-tab-angle-shape-three {
    position: absolute;
    right: 0;
    bottom: 104px;
    left: 0;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-angle-shape-three {
        bottom: 70px
    }
}

.services-tab-angle-shape-four {
    position: absolute;
    right: 30px;
    top: 65px
}

.services-tab-angle-shape-five {
    position: absolute;
    right: 24px;
    top: 120px;
    transform: rotate(10deg);
    z-index: -1
}

@media (max-width:767px) {
    .services-tab-angle-shape-five {
        right: 0;
        top: 110px
    }
}

.services-tab-angle-shape-five img {
    object-fit: cover;
    border-radius: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .services-tab-angle-shape-five img {
        width: 200px
    }
}

@media (max-width:767px) {
    .services-tab-angle-shape-five img {
        width: 150px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-tab-angle-shape-five img {
        width: 100%
    }
}

.services-tab-one-shape-one {
    position: absolute;
    top: 10%;
    left: 14%
}

.services-tab-one-shape-one img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2))
}

.services-tab-one-shape-two {
    position: absolute;
    top: 30%;
    right: 14%
}

.services-tab-one-shape-two img {
    filter: drop-shadow(0 20px 20px rgb(34 47 142 / .2))
}

.services-tab-one-shape-three {
    position: absolute;
    top: 24%;
    right: 18%;
    z-index: -1
}

.services-tab-one-shape-four {
    position: absolute;
    right: 20%;
    bottom: 30%
}

.services-tab-two-shape-one {
    position: absolute;
    top: 35%;
    left: 14%
}

.services-tab-two-shape-one img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2));
    border-radius: 10px
}

.services-tab-two-shape-two {
    position: absolute;
    top: 14%;
    right: 16%;
    z-index: -1
}

.services-tab-two-shape-two img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2))
}

.services-tab-two-shape-three {
    position: absolute;
    bottom: 16%;
    right: 33%;
    z-index: -1
}

.services-tab-two-shape-four {
    position: absolute;
    right: 17%;
    bottom: 30%
}

.services-tab-four-shape-one {
    position: absolute;
    top: 25%;
    left: 12%;
    z-index: -1
}

.services-tab-four-shape-one img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2));
    border-radius: 10px
}

.services-tab-four-shape-two {
    position: absolute;
    top: 17%;
    right: 16%
}

.services-tab-four-shape-two img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2))
}

.services-tab-four-shape-three {
    position: absolute;
    top: 37%;
    right: 9%
}

.services-tab-four-shape-three img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2))
}

.services-tab-four-shape-four {
    position: absolute;
    left: 7%;
    bottom: 19%;
    z-index: -2
}

.services-tab-five-shape-one {
    position: absolute;
    top: 18%;
    left: 17%
}

.services-tab-five-shape-one img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2));
    border-radius: 10px
}

.services-tab-five-shape-two {
    position: absolute;
    bottom: 21%;
    right: 11%
}

.services-tab-five-shape-two img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2));
    border-radius: 10px
}

.services-tab-five-shape-three {
    position: absolute;
    top: 36%;
    right: 33%
}

.services-tab-five-shape-three img {
    filter: drop-shadow(20px 20px 20px rgb(11 17 57 / .2))
}

.services-tab-five-shape-four {
    position: absolute;
    left: 11%;
    bottom: 36%
}

.services-tab-anim .tab-pane.active .services-tab-wrapper {
    animation: tab-right 0.3s linear
}

.services-tab-anim .tab-pane.active .toolest-thumb {
    animation: tab-left 0.3s linear
}

@-webkit-keyframes tab-right {
    from {
        transform: translateX(35px)
    }

    to {
        transform: translateX(0)
    }
}

@-moz-keyframes tab-right {
    from {
        transform: translateX(35px)
    }

    to {
        transform: translateX(0)
    }
}

@-ms-keyframes tab-right {
    from {
        transform: translateX(35px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes tab-right {
    from {
        transform: translateX(35px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes tab-left {
    from {
        transform: translateX(-35px)
    }

    to {
        transform: translateX(0)
    }
}

@-moz-keyframes tab-left {
    from {
        transform: translateX(-35px)
    }

    to {
        transform: translateX(0)
    }
}

@-ms-keyframes tab-left {
    from {
        transform: translateX(-35px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes tab-left {
    from {
        transform: translateX(-35px)
    }

    to {
        transform: translateX(0)
    }
}

.services-item-4 {
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s
}

.services-item-4:hover .services-btn-4 a span {
    opacity: 1;
    visibility: visible;
    margin-left: 0
}

.services-item-4:hover .services-btn-4 a i {
    color: var(--tp-common-11)
}

.services-icon-4 {
    position: relative
}

.services-icon-4 i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.services-content-4 .title {
    font-family: var(--tp-ff-jakarta);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--tp-common-11)
}

.services-content-4 p {
    font-family: var(--tp-ff-jakarta);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--tp-grey-8);
    margin-bottom: 23px
}

.services-btn-4 {
    display: inline-block;
    padding: 0 20px
}

.services-btn-4 a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    color: var(--tp-common-11);
    -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;
    display: inline-block;
    overflow: hidden
}

.services-btn-4 a span {
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    -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
}

.services-btn-4 a i {
    color: #55585B
}

.servics-details-4 {
    background: #F9F9F9;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 34px;
    box-shadow: 0 -1px 0 rgb(110 56 255 / .3)
}

.servics-details-4 img {
    margin-right: 6px;
    animation: light 2.5s linear forwards infinite alternate
}

.servics-details-4 p {
    margin-bottom: 0;
    font-family: var(--tp-ff-jakarta);
    font-size: 14px;
    color: var(--tp-grey-8)
}

.servics-details-4 a {
    font-weight: 600;
    color: var(--tp-theme-blue);
    position: relative;
    margin: 0 6px
}

.servics-details-4 a i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px
}

.services-shape-one {
    position: absolute;
    left: -80px;
    top: 60px
}

.services-shape-two {
    position: absolute;
    right: 130px;
    bottom: 115px
}

.services-border-less .tpservices-list ul li {
    border: none
}

.tpfunfact-bg {
    overflow: hidden;
    z-index: -1;
    position: relative;
    margin-left: -65px;
    margin-right: -65px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 100px 0 202px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0;
        padding: 100px 0 100px 0
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpfunfact-bg {
        margin-left: 0;
        margin-right: 0
    }
}

.tpfunfact-wrapper {
    background-color: var(--tp-common-white);
    box-shadow: 0 25px 70px rgb(8 10 55 / .1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    padding: 48px 10px
}

@media (max-width:767px) {
    .tpfunfact-wrapper {
        padding: 48px 5px
    }
}

.tpfunfact-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: var(--tp-grey-5);
    display: inline-block;
    margin-bottom: 8px
}

.tpfunfact-count {
    font-weight: 600;
    font-size: 60px;
    line-height: 46px;
    color: var(--tp-theme-secondary)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpfunfact-count {
        font-size: 44px
    }
}

.tpfunfact-count span {
    font-size: 40px;
    line-height: 46px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpfunfact-count span {
        font-size: 30px
    }
}

.tpfunfact-tag span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin: 0 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tpfunfact-tag span {
        font-size: 16px;
        margin: 0 12px
    }
}

@media (max-width:767px) {
    .tpfunfact-tag span {
        font-size: 14px;
        margin: 0 8px
    }
}

.tpfunfact-tag span i {
    transform: translateY(-2px);
    display: inline-block;
    margin-right: 10px
}

.tpfunfact-box {
    margin-top: -143px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpfunfact-box {
        margin-top: 50px
    }
}

.tpfunfact-shape-one {
    position: absolute;
    top: -185px;
    left: -125px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpfunfact-shape-one {
        top: -265px;
        left: -190px
    }
}

.tpfunfact-shape-two {
    position: absolute;
    bottom: -103px;
    right: -105px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tpfunfact-shape-two {
        bottom: -240px;
        right: -190px
    }
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
    .funfact {
        justify-content: start !important
    }
}

.funfact-icon {
    min-width: 75px
}

.funfact-count {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.02em;
    color: var(--tp-common-11);
    font-family: var(--tp-ff-dmsans)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-count {
        font-size: 28px
    }
}

.funfact-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--tp-grey-8);
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-content p br {
        display: none
    }
}

.funfact-content p span {
    font-weight: 500;
    color: var(--tp-common-11);
    display: inline-block;
    margin-right: 3px
}

.row-custom {
    display: flex;
    margin: 0 -15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .row-custom {
        margin: 0 -5px
    }
}

@media (max-width:767px) {
    .row-custom {
        margin: 0 -3px
    }
}

.col-custom {
    flex: 1;
    width: 150px;
    height: 420px;
    background-size: cover;
    margin: 0 15px 20px 15px;
    margin-top: 0;
    transition: 0.4s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .col-custom {
        margin: 20px 5px
    }
}

@media (max-width:767px) {
    .col-custom {
        margin: 20px 3px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .col-custom {
        margin: 20px 3px
    }
}

.col-custom.active {
    flex: 4
}

.col-custom.active .tp-panel-content {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .col-custom.active {
        flex: 7
    }
}

@media (max-width:767px) {
    .col-custom.active {
        flex: 10
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .col-custom.active {
        flex: 10
    }
}
