@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&family=Kumbh+Sans:wght@400;500;600;700;800&display=swap");
.mean-container .mean-nav ul li>a.mean-expand i,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line,
.tp-accordion .accordion-button .tp-accordion-plus,
.tp-accordion .accordion-button .tp-accordion-plus::after,
.tp-accordion .accordion-button .tp-accordion-plus::before,
.tp-swiper-dot .swiper-pagination-bullet,
.tp-swiper-dot-border .swiper-pagination-bullet,
.tp-swiper-scrollbar,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-hotspot svg,
.tp-pagination ul li a svg,
.tp-pagination ul li span svg,
.tp-swiper-arrow button svg,
.tp-btn svg,
.tp-theme-toggle-main span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}


/* transform */

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Kumbh Sans', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-common-gray: #F4F5FA;
    --tp-theme-primary: #00b5ff;
    --tp-theme-secondary: #003d8c;
    --tp-gradient-primary: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    --tp-heading-primary: #003d8c;
    --tp-heading-secondary: #003d8c;
    --tp-text-body: #333F4D;
    --tp-text-1: #67687A;
    --tp-text-2: #757474;
    --tp-border-primary: #EAEBED;
    --tp-border-secondary: #F0F2F4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: normal;
    color: #333F4D;
    line-height: 26px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #003d8c;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #333F4D;
    line-height: 28px;
    margin-bottom: 0px;
}

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #000;
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: #95999D;
}

[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
    text-align: right;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #000;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

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: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

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

.demo {
    -webkit-transition: color 0.3s 0s linear;
    -moz-transition: color 0.3s 0s linear;
    -ms-transition: color 0.3s 0s linear;
    -o-transition: color 0.3s 0s linear;
    transition: color 0.3s 0s linear;
    -webkit-transition: color 0.3s linear, transform 0.2s ease;
    -moz-transition: color 0.3s linear, transform 0.2s ease;
    -ms-transition: color 0.3s linear, transform 0.2s ease;
    -o-transition: color 0.3s linear, transform 0.2s ease;
    transition: color 0.3s linear, transform 0.2s ease;
}

[dir=rtl] .demo {
    margin-left: 0;
    margin-right: 15px;
}

div.demo img {
    margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
    color: yellow;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #172B4D;
    border-radius: 50%;
    pointer-events: none;
}

/* dropcap */

.tp-onepage-menu li .active {
    color: #00b5ff;
}

.class {
    stroke-dasharray: 189px, 191px;
    stroke-dashoffset: 0px;
}

/* gutter for x axis */

.tp-gx-20 {
    --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 575px) {
    .tp-gx-20 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-20 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */

.tp-gx-30 {
    --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 575px) {
    .tp-gx-30 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-30 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */

.tp-gx-40 {
    --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media (max-width: 575px) {
    .tp-gx-40 {
        --bs-gutter-x: 15px;
    }
}

.tp-gx-40 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

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

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/

.pt-280 {
    padding-top: 280px;
}

.pt-220 {
    padding-top: 220px;
}

.pb-210 {
    padding-bottom: 210px;
}

/*----------------------------------------*/

/*  2.1 Back to top
/*----------------------------------------*/

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

@media (max-width: 575px) {
    .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: #003d8c;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

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



/*----------------------------------------*/

/*  2.3 Buttons
/*----------------------------------------*/

.tp-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    background-image: #003d8c;
    color: #fff;
    padding: 16px 44px;
    border-radius: 45px;
    transition: all 0.4s ease-in;
    background-size: 200% auto;
    overflow: hidden;
}

.tp-btn i {
    transform: translateY(1px);
    margin-left: 6px;
}

.tp-btn:hover {
    color: #fff;
    background-position: right center;
}

/* hamburger btn */

.tp-hamburger-btn {
    height: 16px;
    width: 22px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tp-hamburger-btn span {
    background: #000;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before,
.tp-hamburger-btn span::after {
    background: #000;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    margin-top: 13px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before {
    margin-top: -7px;
}

.tp-hamburger-btn span::after {
    margin-top: 7px;
    width: 13px;
}

.tp-hamburger-btn.active span {
    background: transparent;
}

.tp-hamburger-btn.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tp-hamburger-btn.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tp-hamburger-btn-white span {
    background-color: #fff;
}

.tp-hamburger-btn-white span::after,
.tp-hamburger-btn-white span::before {
    background-color: #fff;
}

.play-btn {
    position: relative;
    height: 103px;
    width: 103px;
    line-height: 103px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 900;
    z-index: 1;
    color: #67687A;
    background: #fff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .play-btn {
        height: 90px;
        width: 90px;
        line-height: 90px;
        font-size: 25px;
    }
}

.play-btn:hover {
    transform: scale(1.05);
}

/*----------------------------------------*/

/*  2.4 Animations
/*----------------------------------------*/

/* pulse effect animation */

@-webkit-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple2 {
    70% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-moz-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-ms-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-ms-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-webkit-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-moz-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-ms-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-moz-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-ms-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-webkit-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* 04. ========= btn-arrow-animation ========== */

@-webkit-keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }
    50% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }
    50% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }
    50% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }
    50% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes tp-line-dash {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes hoverfilter {
    0% {
        filter: brightness(100%) blur(0px);
    }
    25% {
        filter: brightness(125%) blur(2px);
    }
    100% {
        filter: brightness(100%) blur(0px);
    }
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes transform {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-moz-keyframes transform {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-ms-keyframes transform {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes transform {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes tpswing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

@-moz-keyframes tpswing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

@-ms-keyframes tpswing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}


/*----------------------------------------*/

/*  2.6 Background
/*----------------------------------------*/

.grey-bg {
    background-color: var(--tp-grey-1);
}

.grey-bg-2 {
    background-color: var(--tp-grey-2);
}

.grey-bg-5 {
    background-color: var(--tp-grey-5);
}

.grey-bg-6 {
    background-color: var(--tp-grey-6);
}

.grey-bg-7 {
    background-color: var(--tp-grey-7);
}

.grey-bg-8 {
    background-color: var(--tp-grey-8);
}

.grey-bg-9 {
    background-color: var(--tp-grey-9);
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #000;
}

.khaki-bg {
    background-color: var(--tp-khaki-1);
}

.green-dark-bg {
    background-color: var(--tp-green-dark);
}

.theme-bg {
    background-color: #00b5ff;
}

[data-bg-color=footer-bg-grey] {
    background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
    background-color: #fff;
}

/*----------------------------------------*/

/*  2.7 Carousel
/*----------------------------------------*/

/* tp range slider css */

.tp-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}

.tp-range-slider .noUi-target {
    background-color: #191C3C;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}

.tp-range-slider .noUi-connect {
    background-color: #00b5ff;
}

.tp-range-slider .noUi-horizontal {
    height: 6px;
}

.tp-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: #00b5ff;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.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 slider dot */

.tp-swiper-dot {
    line-height: 1;
}

.tp-swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--tp-grey-3);
    opacity: 1;
    margin: 0 3px;
    position: relative;
}

.tp-swiper-dot .swiper-pagination-bullet button {
    font-size: 0;
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00b5ff;
}

.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #003d8c;
}

.tp-swiper-dot-border {
    line-height: 1;
}

.tp-swiper-dot-border .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    margin: 0 3px;
    position: relative;
    border: 1px solid rgba(2, 11, 24, 0.4);
}

.tp-swiper-dot-border .swiper-pagination-bullet button {
    font-size: 0;
}

.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    border-color: #000;
}

.tp-swiper-dot-border .swiper-pagination-bullet:hover {
    border-color: #000;
}

.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #003d8c;
}

.tp-swiper-arrow button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    color: #757474;
    border: 1px solid rgba(2, 11, 24, 0.1);
    border-radius: 50%;
}

.tp-swiper-arrow button:hover {
    background-color: #00b5ff;
    color: #fff;
}

/* tp swiper scrollbar */

.tp-swiper-scrollbar {
    background-color: #EDEFF2;
    height: 2px;
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
    background-color: #000;
    height: 100%;
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
    cursor: pointer;
}

.tp-swiper-scrollbar:hover,
.tp-swiper-scrollbar:focus {
    -webkit-transform: scaleY(3);
    -moz-transform: scaleY(3);
    -ms-transform: scaleY(3);
    -o-transform: scaleY(3);
    transform: scaleY(3);
}

/* tp slick arrow */

.tp-slick-dot .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.tp-slick-dot .slick-dots li.slick-active button {
    background-color: #fff;
}

.tp-slick-dot .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.tp-slick-dot-blue .slick-dots li.slick-active button {
    background-color: #00b5ff;
}

.tp-slick-dot-blue .slick-dots li button {
    background-color: var(--tp-grey-3);
}

.tp-horizontal-slider {
    -webkit-animation: horizonalSlide 10s linear infinite;
    animation: horizonalSlide 10s linear infinite;
}

@-webkit-keyframes horizonalSlide {
    100% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }
}

@-moz-keyframes horizonalSlide {
    100% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }
}

@-ms-keyframes horizonalSlide {
    100% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }
}

@keyframes horizonalSlide {
    100% {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
    }
}

/*----------------------------------------*/

/*  2.8 Nice Select
/*----------------------------------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    color: #000;
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .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: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/*----------------------------------------*/

/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__logo img{
    width: 150px
}
.offcanvas__area {
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    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: #fff none repeat scroll 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@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: 575px) {
    .offcanvas__area {
        right: 0;
        left: auto;
        -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));
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .offcanvas__area.home-2-pos {
        right: 0;
        left: auto;
        -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));
    }
}

.offcanvas__area.home-3-pos {
    right: 0;
    left: auto;
    -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));
}

.offcanvas__area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .offcanvas__area {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .offcanvas__top {
        margin-bottom: 30px;
    }
}

.offcanvas__wrapper {
    position: relative;
    padding: 40px;
    z-index: 999;
    min-height: 100%;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 30px;
    }
}

.offcanvas__close {
    position: absolute;
    top: 35px;
    right: 30px;
}

@media (max-width: 575px) {
    .offcanvas__close {
        right: 20px;
        top: 20px;
    }
}

.offcanvas__close-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #f5f5f5;
    color: #67687A;
}

.offcanvas__close-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #003d8c;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    z-index: 0;
}

.offcanvas__close-btn svg {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.offcanvas__close-btn:hover::after {
    opacity: 1;
}

.offcanvas__close-btn:hover svg {
    color: #fff;
    transform: rotate(45deg);
}

.offcanvas__inner h4 {
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
}

.offcanvas__inner p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    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: #000;
}

.offcanvas__menu ul li:hover>a {
    color: #00b5ff;
}

.offcanvas__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--tp-common-black-4);
    margin-bottom: 25px;
}

.offcanvas__contact {
    margin-bottom: 30px;
}

.offcanvas__contact-content {
    margin-bottom: 10px;
}

.offcanvas__contact-content-icon i {
    color: #6EC1E4;
    margin-right: 10px;
}

.offcanvas__contact-content-content a {
    font-size: 16px;
}

.offcanvas__social {
    margin-bottom: 22px;
    padding-bottom: 40px;
}

.offcanvas__social .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    color: #fff;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.offcanvas__social .icon.facebook {
    background-color: #4661C5;
}

.offcanvas__social .icon.twitter {
    background-color: #4CCEF9;
}

.offcanvas__social .icon.instagram {
    background-color: #FF0000;
}

.offcanvas__social .icon.linkedin {
    background-color: #0072b1;
}

.offcanvas__social .icon:hover {
    transform: translateY(-8px);
}

.offcanvas__title {
    font-size: 24px;
    color: #1b1d21;
    font-weight: 700;
    margin-bottom: 10px;
}

@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: 575px) {
    .offcanvas__popup {
        display: none;
    }
}

.offcanvas__popup p {
    margin-bottom: 20px;
}

.offcanvas__popup-gallery {
    margin-bottom: 30px;
}

.offcanvas__popup-gallery a {
    margin: 5px 3px;
    display: inline-block;
}

.offcanvas__popup-gallery a img {
    height: 100px;
    max-width: 100px;
    object-fit: cover;
}

.offcanvas__info-item {
    margin-bottom: 38px;
}

.offcanvas__info-item-title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    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: #00b5ff;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

.body-overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
    opacity: 0.7;
    visibility: visible;
}


/*----------------------------------------*/

/*  2.14 Modal
/*----------------------------------------*/

/*----------------------------------------*/

/*  2.15 Section Title
/*----------------------------------------*/

.tp-section-title-pre {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}

.tp-section-title-pre-bg {
    position: absolute;
    top: -75px;
    left: -65px;
    font-size: 160px;
    line-height: 0.88;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-color: rgba(255, 255, 255, 0.05);
    -moz-text-stroke-width: 2px;
    -moz-text-fill-color: transparent;
    display: inline-block;
}

.tp-section-title {
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1.92px;
    color: #003d8c;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .tp-section-title {
        font-size: 34px;
    }
}


/*----------------------------------------*/

/*  3.1 Header Style 1
/*----------------------------------------*/

.header-transparent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-height {
        height: inherit !important;
    }
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    background: #fff;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: 0.3s ease;
    z-index: 10;
}

.header-sticky.header-bottom {
    background: #003d8c;
}

.header-main-sticky {
    display: none;
}

.header-main-sticky.header-sticky {
    display: inline-block;
}

.header-box {
    display: flex;
    justify-content: space-between;
}
.header-logo img{
    width: 150px;
    background-color: #fff;
}
.header-logo {
    width: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-logo {
        width: 310px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-logo {
        width: 235px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-logo {
        width: 180px;
    }
}

@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) {
    .header-logo {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .header-logo {
        width: 160px;
    }
}

.header-logo a {
    z-index: 2;
}

.header-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background: #003d8c;
    clip-path: polygon(0px 0px, 100% 0px, 76.57% 100.79%, 0% 100%);
    z-index: 1;
}

.header-btn {
    width: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #F4F5FA;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-btn {
        width: 330px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-btn {
        width: 270px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-btn {
        width: 230px;
    }
}

@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) {
    .header-btn {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .header-btn {
        width: 80px;
        cursor: pointer;
    }
}

.header-sticky-hamburger {
    height: 80px;
    line-height: 80px;
    opacity: 0;
    visibility: hidden;
}

.header-wrapper-inner {
    width: 100%;
}

.header-sticky .tp-main-menu ul li a {
    padding: 34px 0 34px 0;
}

.header-main-menu {
    padding-left: 125px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-main-menu {
        padding-left: 125px;
    }
}

@media (max-width: 575px) {
    .header-main-menu {
        padding-left: 0;
    }
}

.header-main-right {
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-main-right {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-main-right {
        padding-right: 15px;
    }
}

@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: 575px) {
    .header-main-right {
        padding-right: 0;
    }
}

.header-main-right-hamburger-btn {
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.header-contact-search span {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    background: #F6F6F9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-contact-search span {
        margin-right: 12px;
    }
}

.header-contact-search span:hover::after {
    opacity: 1;
}

.header-contact-search span:hover i {
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-contact-search span::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #003d8c;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.header-contact-search span i {
    font-size: 20px;
    font-weight: 900;
    color: #003d8c;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.header-top {
    padding-top: 9px;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 120px;
    padding-right: 70px;
}

.header-top-info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #003d8c;
}

.header-top-info a span {
    display: inline-block;
    margin-right: 8px;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-top-right .header-social a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #003d8c;
    margin-left: 24px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.header-top-right .header-social a:hover {
    color: #00b5ff;
}

.header-contact-icon span {
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    background: #003d8c;
    margin-right: 13px;
}

.header-contact-content p {
    font-size: 16px;
    font-weight: 400;
    color: #003d8c;
    margin-bottom: 2px;
}

.header-contact-content span {
    font-weight: 500;
    display: block;
    font-size: 20px;
    color: #003d8c;
    letter-spacing: -0.8px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.header-contact-content span:hover {
    color: #00b5ff;
}

.hamburger-btn {
    width: 34px;
    height: 24px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    text-align: end;
    transform: translateY(-20%);
}

.hamburger-btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    background: #003d8c;
    height: 2px;
    width: 25px;
    opacity: 1;
    z-index: 1;
    border-radius: 10px;
    transition: 0.3s ease;
}

.hamburger-btn span:nth-child(1) {
    top: 0;
}

.hamburger-btn span:nth-child(2) {
    top: 10px;
    width: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hamburger-btn span:nth-child(3) {
    top: 20px;
    right: 0;
    left: auto;
}

.hamburger-btn:hover span:nth-child(1) {
    left: 10px;
}

.hamburger-btn:hover span:nth-child(3) {
    right: 10px;
}

.header-top-support a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #757474;
}

.header-top-support a:hover::before {
    bottom: 1px;
    opacity: 1;
}

.header-top-support a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: #757474;
    opacity: 0;
    transition: 0.3s;
}



/*----------------------------------------*/

/*  4.1 Main menu css
/*----------------------------------------*/

.tp-main-menu {
    position: relative;
}

.tp-main-menu-content-2 {
    display: flex;
    justify-content: center;
}

.tp-main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    transition: none;
}

.tp-main-menu ul li:not(:last-of-type) {
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-main-menu ul li:not(:last-of-type) {
        margin-right: 32px;
    }
}

.tp-main-menu ul li a {
    display: inline-block;
    padding: 34px 0 21px 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #003d8c;
}

.tp-main-menu ul li.has-dropdown>a {
    position: relative;
}

/* .tp-main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    font-size: 12px;
    color: #003d8c;
    font-weight: 900;
    margin-left: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
} */

.tp-main-menu ul li .submenu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 200px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0 20px 0;
    background: #fff;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px 0px 12px;
    transform: translateY(5px);
    transition: all 0.2s 
cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

.tp-main-menu ul li .submenu li:not(:last-of-type) {
    margin-bottom: 9px;
}

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

.tp-main-menu ul li .submenu li:last-child a {
    border-bottom: 0;
}

.tp-main-menu ul li .submenu li a {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #000;
    width: 100%;
    z-index: 1;
}

.tp-main-menu ul li .submenu li a span {
    transition: all 0.3s ease-in-out;
}

.tp-main-menu ul li .submenu li a span::after {
    display: none;
}

.tp-main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    top: 12PX;
    left: 0px;
    height: 2px;
    width: 0;
    background: #00b5ff;
    transition: all 0.3s ease-in-out;
}

.tp-main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.tp-main-menu ul li .submenu li:hover>a {
    color: #00b5ff;
}

.tp-main-menu ul li .submenu li:hover>a span {
    margin-left: 14px;
}

.tp-main-menu ul li .submenu li:hover>a::after {
    color: #fff;
}

.tp-main-menu ul li .submenu li:hover>a::before {
    width: 10px;
}

.tp-main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.tp-main-menu ul li:hover>a {
    color: #00b5ff;
}

.tp-main-menu ul li:hover>a::after {
    color: #00b5ff;
}

.tp-main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.tp-main-menu ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.tp-main-menu ul li .has-homemenu .homemenu {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb {
    position: relative;
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #003d8c;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
    top: 42%;
    transform: translateY(-42px);
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
    top: 30%;
    transform: translateY(-30px);
}

.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover::before {
    opacity: 0.2;
}

.tp-main-menu ul li .has-homemenu .homemenu-title a {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.tp-main-menu ul li .has-homemenu .homemenu-title a:hover {
    color: #00b5ff;
}

.tp-main-menu ul li .has-homemenu .homemenu-btn {
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    width: 128px;
    background-size: 200% auto;
    color: #fff;
    background-image: #003d8c;
    overflow: hidden;
}

.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn:hover {
    background-position: right center;
}

/*----------------------------------------*/

/*  4.2 Meanmenu css
/*----------------------------------------*/

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

.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: #00b5ff;
}

.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 {
    color: #00b5ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.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: #00b5ff;
}

.mean-container .mean-nav ul li.has-dropdown:hover>a {
    color: #00b5ff;
}

.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
    color: #00b5ff;
}

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

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #e0e3ed;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    color: #000;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

[dir=rtl] .mean-container .mean-nav ul li a {
    float: right;
    text-align: right;
}

.mean-container .mean-nav ul li a:hover {
    color: #00b5ff;
}

.mean-container .mean-nav ul li a:hover i {
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    height: 30px;
    width: auto;
    line-height: 30px;
    color: #000;
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
    right: auto;
    left: 0;
    text-align: center;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: #00b5ff;
    border-color: #00b5ff;
}

.mean-container .mean-nav ul li a.mean-expand:hover i {
    color: #00b5ff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #00b5ff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    color: #00b5ff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
    color: #00b5ff;
}

.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,
.mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*----------------------------------------*/

/*  4.3 Mobilemenu css
/*----------------------------------------*/

.tp-mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 13px 0 5px;
    z-index: 999;
    border-top: 1px solid #EAEBED;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-mobile-menu.is-sticky {
    bottom: -120px;
    visibility: hidden;
    opacity: 0;
}

.tp-mobile-menu.is-sticky.bottom-menu-sticky {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.tp-mobile-item-btn {
    font-size: 28px;
    text-align: center;
}

.tp-mobile-item-btn span {
    display: block;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px;
}

.tp-mobile-item-btn:hover {
    color: #000;
}

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-title {
    margin: 0;
    padding-top: 7px;
}

.tp-main-menu-mobile .tp-mega-menu.shop-mega-menu {
    padding: 0 !important;
    padding-left: 19px !important;
    padding-top: 10px !important;
}

.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-img {
    margin: 7px 0;
}

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

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(2, 11, 24, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #7F8387;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgba(2, 11, 24, 0.12);
    transform: translateY(-15px);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-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: #00b5ff;
    border-color: #00b5ff;
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: #00b5ff;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: #00b5ff;
    border-color: #00b5ff;
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: #fff;
}

.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: 16px;
    color: #000;
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
    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 img {
    width: 100%;
}

.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: #00b5ff;
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: #00b5ff;
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: #00b5ff;
}

.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: #00b5ff;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb {
    position: relative;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #003d8c;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
    top: 35%;
    transform: translateY(-35px);
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
    top: 30%;
    transform: translateY(-30px);
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover::before {
    opacity: 0.2;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-title {
    font-size: 16px;
    font-weight: 600;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a {
    border: none;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a:hover {
    color: #00b5ff;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-main-menu-mobile ul li .tp-submenu .homemenu-btn {
        bottom: 20%;
    }
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    width: 115px;
    background-size: 200% auto;
    color: #fff;
    background-image: #003d8c;
    overflow: hidden;
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn:hover {
    background-position: right center;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}



/*----------------------------------------*/

/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-logo img{
    width: 200px;
    background-color: #fff;
}
.tp-footer-main-area {
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .tp-footer-main-area {
        padding-bottom: 0;
    }
}

.tp-footer-bg-shape {
    position: absolute;
    top: -127px;
    right: 0;
    z-index: -1;
}

.tp-footer-bg-shape img {
    width: 100%;
}

.tp-footer-border {
    border-bottom: 1px solid #333F4D;
}

.tp-footer-widget-content p {
    color: #fff;
    margin-bottom: 32px;
}

.tp-footer-widget-content ul li {
    position: relative;
    list-style: none;
    margin-left: 15px;
}

.tp-footer-widget-content ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.tp-footer-widget-content ul li a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-footer-widget-content ul li::after {
    position: absolute;
    content: "";
    top: 13px;
    left: -15px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background: #fff;
}

.tp-footer-widget-content ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s linear;
}

.tp-footer-widget-contact {
    /* background: #003d8c; */
    /* border: 1px solid #333F4D; */
    border-radius: 5px;
    /* padding: 35px 34px 35px 40px; */
}

.tp-footer-widget-contact-inner:not(:last-of-type) {
    margin-bottom: 30px;
}
.main-footer__copyright img{
    margin-top: -16px;
}
.tp-footer-widget-contact-inner a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-left: 20px;
    color: #fff;
}

.tp-footer-widget-contact-inner a:hover {
    color: #00b5ff;
}

.tp-footer-widget-contact-inner a i {
    position: absolute;
    top: 2px;
    left: -25px;
}

.tp-footer-widget-social a {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

.tp-footer-widget-social a:hover::after {
    opacity: 1;
}

.tp-footer-widget-social a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: #003d8c;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-footer-widget-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    color: #fff;
    margin-bottom: 30px;
}

.tp-footer-widget-item {
    margin-bottom: 22px;
}

.tp-footer-widget-item-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 5px;
}

.tp-footer-widget-item-title a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-footer-widget-item-title a {
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-footer-widget-item span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.tp-footer-widget-item span i {
    margin-right: 5px;
}

.tp-footer-copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tp-footer-copyright-inner p {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-copyright-inner p {
        margin-bottom: 20px;
    }
}

.tp-footer-copyright-inner a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-footer-copyright-inner a:not(:last-of-type) {
    margin-right: 30px;
}

.tp-footer-copyright-inner a:hover {
    color: #00b5ff;
}

/* footer col design for home 1 */

.tp-footer-col-1 {
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-col-1 {
        padding-right: 0;
    }
}

.tp-footer-col-2 {
    padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-col-2 {
        padding-left: 0;
    }
}

.tp-footer-col-3 {
    padding-left: 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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-col-3 {
        padding-left: 0;
    }
    .tp-footer-copyright-inner p {
    color: #fff;
    text-align: center;
}
}

/*----------------------------------------*/

/*  7.8 Hero css
/*----------------------------------------*/

.hero-area:hover .tp-hero-nav button {
    opacity: 1;
    overflow: visible;
    left: 40px;
}

.hero-area:hover .tp-hero-nav button.hero-button-next-1 {
    right: 40px;
    left: auto;
}

.tp-hero-bg {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-content {
        margin-bottom: 50px;
    }
}

.tp-hero-title {
    font-size: 75px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: -3px;
    text-transform: capitalize;
    margin-bottom: 50px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-title {
        font-size: 62px;
    }
}

@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) {
    .tp-hero-title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .tp-hero-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.tp-hero-title-wrapper p {
    color: #fff;
    margin-bottom: 62px;
    animation-delay: 0.7s;
    animation-duration: 0.9s;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-wrapper p br {
        display: none;
    }
}

@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),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-wrapper p {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .tp-hero-title-wrapper p {
        margin-bottom: 30px;
    }
}

.tp-hero-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 10px;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}

.tp-hero-btn {
    line-height: 1;
}

.tp-hero-btn .tp-btn {
    padding: 23px 44px;
}

@media (max-width: 575px) {
    .tp-hero-btn {
        margin-bottom: 20px;
    }
}

.tp-hero-button-wrapper {
    animation-delay: 0.9s;
    animation-duration: 1s;
}

.tp-hero-thumb {
    padding-left: 77px;
    margin-top: -50px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb {
        padding-left: 50px;
    }
}

@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: 575px) {
    .tp-hero-thumb {
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }
}

.tp-hero-thumb img {
    border-radius: 228px 228px 0 0;
    max-width: 100%;
}

.tp-hero-thumb-shape .shape-1 {
    border-radius: 0;
    position: absolute;
    bottom: 55px;
    right: -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-thumb-shape .shape-1 {
        right: -45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape .shape-1 {
        right: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape .shape-1 {
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-thumb-shape .shape-1 {
        display: none;
    }
}

.tp-hero-thumb-shape .shape-2 {
    border-radius: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape .shape-2 {
        right: 20%;
    }
}

.tp-hero-thumb-shape .shape-3 {
    border-radius: 0;
    position: absolute;
    bottom: 42px;
    left: 50px;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape .shape-3 {
        left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-shape .shape-3 {
        left: -25px;
    }
}

.tp-hero-call span {
    display: inline-block;
    margin-right: 17px;
}

.tp-hero-call-inner p {
    color: #fff;
}

.tp-hero-call-inner a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: #fff;
}

.hero-wrapper-slider {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .hero-active .swiper-slide {
        padding-top: 80px;
    }
}

.hero-active .swiper-slide.swiper-slide-active .tp-hero-subtitle {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.hero-active .swiper-slide.swiper-slide-active .tp-hero-title {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.hero-active .swiper-slide.swiper-slide-active .tp-hero-content p {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.hero-active .swiper-slide.swiper-slide-active .tp-hero-button-wrapper {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.hero-active .swiper-slide.swiper-slide-active .tp-hero-thumb {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.tp-hero-nav {
    display: none;
}

@media (min-width: 1600px) {
    .tp-hero-nav {
        display: block;
    }
}

.tp-hero-nav button {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 41%;
    left: 50px;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-hero-nav button:hover i {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.tp-hero-nav button:hover::before {
    opacity: 1;
}

.tp-hero-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    background-image: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-hero-nav button i {
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.tp-hero-nav button.hero-button-next-1 {
    left: auto;
    right: 50px;
}

.tp-hero-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50px);
}

.tp-hero-pagination .swiper-pagination-bullet {
    background: #fff;
    margin-left: 10px;
    height: 14px;
    width: 14px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media (min-width: 1600px) {
    .tp-hero-pagination .swiper-pagination-bullet {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-area-2 {
        padding-top: 90px;
    }
}

.tp-hero-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-hero-bg-2 img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-content-2 {
        margin-bottom: 50px;
    }
}

.tp-hero-title-wrapper-2 p {
    font-size: 18px;
    color: #003d8c;
    margin-bottom: 50px;
}

@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: 575px) {
    .tp-hero-title-wrapper-2 p {
        margin-bottom: 30px;
    }
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-wrapper-2 p br {
        display: none;
    }
}

.tp-hero-subtitle-2 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    color: #003d8c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.tp-hero-title-2 {
    font-weight: 600;
    font-size: 75px;
    line-height: 1.1;
    letter-spacing: -3px;
    text-transform: capitalize;
    color: #003d8c;
    margin-bottom: 20px;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .tp-hero-title-2 {
        font-size: 35px;
    }
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-2 br {
        display: none;
    }
}

.tp-hero-call-2 span {
    margin-right: 17px;
}

.tp-hero-call-inner-2 p {
    color: #003d8c;
    margin-bottom: -2px;
}

.tp-hero-call-inner-2 span {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #003d8c;
}

@media (max-width: 575px) {
    .tp-hero-thumb-2 {
        flex-wrap: wrap;
    }
}

.tp-hero-img-1 {
    padding-right: 18px;
}

@media (max-width: 575px) {
    .tp-hero-img-1 {
        padding-right: 0;
    }
}

.tp-hero-img-1 img {
    position: relative;
    border-radius: 0px 0px 0px 188.5px;
    z-index: 2;
}

@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: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-img-1 img {
        max-width: 100%;
    }
}

.tp-hero-img-2 {
    padding-top: 78px;
}

@media (max-width: 575px) {
    .tp-hero-img-2 {
        padding-top: 35px;
    }
}

.tp-hero-img-2 img {
    position: relative;
    border-radius: 0px 190px 0px 0px;
    z-index: 2;
}

@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: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-img-2 img {
        max-width: 100%;
    }
}

.tp-hero-shape-2 .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@media (max-width: 575px) {
    .tp-hero-shape-2 .shape-1 {
        top: 40%;
    }
}

.tp-hero-shape-2 .shape-2 {
    position: absolute;
    bottom: 20px;
    left: 75px;
    z-index: 0;
}

@media (max-width: 575px) {
    .tp-hero-shape-2 .shape-2 {
        display: none;
    }
}

.tp-hero-shape-2 .shape-3 {
    position: absolute;
    bottom: 12%;
    left: 38%;
    z-index: 2;
}

.tp-hero-shape-2 .shape-3::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    height: 140px;
    width: 140px;
    border: 1px #fff dashed;
    border-radius: 50%;
    animation: tp-spin 10s ease infinite;
}

.hero-area-3 {
    margin-top: -18px;
    overflow: hidden;
}

@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: 575px) {
    .hero-area-3 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-area-3 {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area-3 {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area-3 {
        padding-top: 120px;
    }
}

@media (max-width: 575px) {
    .hero-area-3 {
        padding-top: 90px;
    }
}

.tp-hero-hight-3 {
    height: 826px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-hight-3 {
        height: 730px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-hight-3 {
        height: 620px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-hight-3 {
        height: 530px;
    }
}

.tp-hero-subtitle-3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

.tp-hero-title-wrapper-3 p {
    color: #fff;
    margin-bottom: 42px;
}

@media (max-width: 575px) {
    .tp-hero-title-wrapper-3 p {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .tp-hero-title-wrapper-3 p br {
        display: none;
    }
}

.tp-hero-title-3 {
    font-weight: 600;
    font-size: 75px;
    letter-spacing: -3px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fff;
}

@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: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-3 br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-title-3 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-title-3 {
        font-size: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title-3 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-3 {
        font-size: 47px;
    }
}

.tp-hero-thumb-main-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
}

.tp-hero-thumb-main-3 img {
    height: 100%;
    object-fit: cover;
}

.tp-hero-thumb-3 {
    mask-image: url(../img/hero/home-3/img-shape.svg);
    -webkit-mask-image: url(../img/hero/home-3/img-shape.svg);
    height: 100%;
    width: 100%;
    mask-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

@media (max-width: 575px) {
    .tp-hero-thumb-3 {
        display: none;
    }
}

.tp-hero-thumb-shape-3 .shape-1 {
    position: absolute;
    top: 0;
    right: 32%;
    transform: rotate(-2deg);
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 31%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 30%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 28%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 26%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 22%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 16%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        right: 8%;
    }
}

@media (max-width: 575px) {
    .tp-hero-thumb-shape-3 .shape-1 {
        display: none;
    }
}

.tp-hero-thumb-shape-3-two .shape-2 {
    position: absolute;
    bottom: -22px;
    right: 21%;
    transform: rotate(2.5deg);
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: 18%;
        bottom: -15px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: 17%;
        bottom: -17px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: 13%;
        bottom: -18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: 6%;
        bottom: -90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: -2%;
        bottom: -170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: -16%;
        bottom: -28%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        right: -29%;
        bottom: -48%;
    }
}

@media (max-width: 575px) {
    .tp-hero-thumb-shape-3-two .shape-2 {
        display: none;
    }
}

.tp-hero-btn-3 {
    line-height: 1;
}

.tp-hero-btn-3 .tp-btn {
    padding: 23px 54px;
}

/*----------------------------------------*/

/*  7.3 Brand css
/*----------------------------------------*/
.tp-brand-area{
    padding: 40px 0px;
}
.tp-brand-background:before {
    position: absolute;
    content: "";
    height: 34%;
    width: 100%;
    top: 0;
    left: 0;
    background: #f6f6f9;
    z-index: -1;
}

.tp-brand-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 80px 103px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-wrapper {
        padding: 70px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-wrapper {
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-brand-thumb {
        text-align: center;
        margin-bottom: 30px;
    }
}


/*----------------------------------------*/

/*  7.1 About css
/*----------------------------------------*/

@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: 575px) {
    .about-area {
        padding-bottom: 120px;
    }
}
.about-area{
    padding: 60px 0px;
}
.about-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}

.about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-thumb-wrapper:hover .main::after {
    animation: shine 1.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-thumb-wrapper {
        margin-bottom: 50px;
    }
}

.about-thumb-wrapper img {
    border-radius: 20px;
}

@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: 575px) {
    .about-thumb-wrapper img {
        max-width: 100%;
    }
}

.about-thumb-wrapper .shape-1 {
    position: absolute;
    bottom: -30%;
    right: 32px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-thumb-wrapper .shape-1 {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-thumb-wrapper .shape-1 {
        bottom: -40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb-wrapper .shape-1 {
        right: 0;
        bottom: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-thumb-wrapper .shape-1 {
        display: none;
    }
}

.about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -90px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-thumb-wrapper .shape-2 {
        display: none;
    }
}

.about-thumb-wrapper .shape-3 {
    position: absolute;
    right: 30px;
    top: 30%;
    z-index: -1;
    border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-thumb-wrapper .shape-3 {
        right: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-thumb-wrapper .shape-3 {
        display: none;
    }
}

.about-thumb-wrapper .shape-4 {
    position: absolute;
    right: 20px;
    top: -10px;
    animation: tptranslateX2 4s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-thumb-wrapper .shape-4 {
        right: -40px;
    }
}

@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: 575px) {
    .about-thumb-wrapper .shape-4 {
        display: none;
    }
}

.tp-about-title-wrapper .tp-section-title {
    margin-bottom: 13px;
}

.about-wrapper {
    margin-top: 50px;
}

@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: 575px) {
    .about-wrapper {
        margin-top: 0;
    }
}

.about-wrapper p {
    margin-bottom: 32px;
    color: #67687A;
}

.about-wrapper-list {
    display: inline-block;
    margin-bottom: 20px;
}

.about-wrapper-list ul li {
    list-style: none;
    float: left;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #333F4D;
    margin-bottom: 10px;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-wrapper-list ul li {
        float: none;
        width: 100%;
    }
}

.about-wrapper-list ul li span {
    font-size: 8px;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(-3px);
}

.about-wrapper-list ul li:nth-child(even) {
    padding-left: 30px;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-wrapper-list ul li:nth-child(even) {
        padding-left: 0;
    }
}

.tp-about-btn {
    line-height: 1;
}

.tp-about-btn .tp-btn {
    padding: 22px 52px;
}


/*----------------------------------------*/

/*  7.5 counter css
/*----------------------------------------*/

.tp-counter-bg::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 85%;
    top: 0;
    left: 0;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    z-index: -1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-counter-bg::after {
        width: 87%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-counter-bg::after {
        width: 90%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-counter-bg::after {
        width: 95%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-counter-bg::after {
        width: 100%;
    }
}

@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: 575px) {
    .tp-counter-bg::after {
        width: 100%;
    }
}

.tp-counter-overlay::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #F4F5FA;
    z-index: -2;
}

.tp-counter-shape .shape-1 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.tp-counter-shape .shape-2 {
    position: absolute;
    left: 8%;
    bottom: 20px;
}

.tp-counter-shape .shape-3 {
    position: absolute;
    right: 17%;
    top: 20px;
}

.tp-counter-shape .shape-4 {
    position: absolute;
    right: 15%;
    bottom: 20px;
}

.tp-counter-icon span {
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-icon span {
        margin-right: 10px;
    }
}

.tp-counter-content p {
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-content p {
        font-size: 13px;
    }
}

.tp-counter-title {
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1.92px;
    color: #fff;
    margin-bottom: 0;
}

.tp-counter-bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-bg-shape-2 {
        top: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-bg-shape-2 {
        display: none;
    }
}

.tp-counter-bg-shape-2 img {
    width: 100%;
}

/* process section css */
.tp-process-arae-2{
    padding: 60px 0px;
}
.tp-process-trusted {
    position: absolute;
    top: 50px;
    right: 95px;
    width: 202px;
    height: 202px;
    border-radius: 50%;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    line-height: 202px;
    display: inline-block;
    padding-top: 70px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-trusted {
        top: 0;
    }
}

@media (max-width: 575px) {
    .tp-process-trusted {
        right: 0;
    }
}

.tp-process-trusted::before {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    height: 173px;
    width: 173px;
    border: 1px #fff dashed;
    border-radius: 50%;
    animation: tp-spin 10s ease infinite;
}

.tp-process-trusted p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.tp-process-trusted p span {
    font-size: 45px;
    font-weight: 700;
}

.tp-process-item-icon-2 {
    margin-bottom: 40px;
}

.tp-process-item-icon-2 span {
    position: relative;
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    background: #F4F5FA;
}

.tp-process-item-icon-2 span i {
    position: absolute;
    color: #fff;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    font-style: normal;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    left: -8px;
    top: -13px;
}

.tp-process-item-content-2 p {
    color: #67687A;
}

.tp-process-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}

.tp-process-arrows .shape-1 {
    position: absolute;
    left: 18%;
    top: 25px;
}

@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: 575px) {
    .tp-process-arrows .shape-1 {
        display: none;
    }
}

.tp-process-arrows .shape-2 {
    position: absolute;
    left: 44%;
    top: 25px;
}

@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: 575px) {
    .tp-process-arrows .shape-2 {
        display: none;
    }
}

.tp-process-arrows .shape-3 {
    position: absolute;
    right: 18%;
    top: 25px;
}

@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: 575px) {
    .tp-process-arrows .shape-3 {
        display: none;
    }
}

.tp-process-item-3 {
    background: #F4F5FA;
    border-radius: 900px;
    padding: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-process-item-3 {
        padding: 25px;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-process-item-3 {
        padding: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-item-3 {
        padding: 15px;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-process-item-3 {
        padding: 80px;
        border-radius: 50%;
    }
}

@media (max-width: 575px) {
    .tp-process-item-3 {
        padding: 20px;
        border-radius: 0;
    }
}

.tp-process-item-3-icon span {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    border-radius: 5px;
    margin-bottom: 28px;
}

.tp-process-item-3 p {
    color: #67687A;
    margin-bottom: 56px;
}

.tp-process-item-3 b {
    font-weight: 600;
    font-size: 48px;
    display: block;
    letter-spacing: -1.92px;
    color: #003d8c;
    opacity: 0.1;
}

.tp-process-title-3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
}

/*----------------------------------------*/

/*  8.4 Services css
/*----------------------------------------*/
    .tp-service-area-2 {
        padding-bottom: 40px;
    }


.tp-service-item-2 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
    z-index: 1;
    margin-top: 140px;
}

.tp-service-item-2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: auto;
    top: 0;
    border-radius: 5px;
    background: #003d8c;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    z-index: -1;
}

/* @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: 575px) {
    .tp-service-item-2 {
        margin-bottom: 140px;
    }
} */

.tp-service-item-2:hover::after {
    height: 100%;
    top: auto;
    bottom: 0;
}

.tp-service-item-2:hover .tp-service-title-2 {
    color: #fff;
}

.tp-service-item-2:hover .tp-service-content-2 p {
    color: #fff;
}

.tp-service-item-2:hover .tp-service-icon-2 span::before {
    height: 0;
}

.tp-service-item-2:hover .tp-service-icon-2 span img {
    filter: none;
}

.tp-service-thumb-2 img {
    margin-top: -80px;
    border-radius: 5px;
}

.tp-service-icon-2 {
    position: absolute;
    right: 45px;
    top: 25%;
}

.tp-service-icon-2 span {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-service-icon-2 span::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-service-icon-2 span img {
    filter: brightness(0) invert(1);
    transition: 0.2s linear;
        width: 50px;
}

.tp-service-content-2 {
    padding: 40px 80px 55px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-content-2 {
        padding: 40px 60px 55px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-content-2 {
        padding: 40px 28px 55px 30px;
    }
}

.tp-service-content-2 p {
    position: relative;
    margin-bottom: 6px;
}

.tp-service-content-2 p::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 46px;
    top: -8px;
    left: 0;
    background: #333F4D;
}

.tp-service-title-2 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 33.6px;
    letter-spacing: -0.96px;
}

.tp-service-btn-2 a {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    z-index: 2;
}

.tp-service-btn-2 a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-service-btn-2 a i {
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/*----------------------------------------*/

/*  8.4 Testimonial css
/*----------------------------------------*/

.tp-testimonial-bg {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 1;
}

.tp-testimonial-bg-color::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: 0;
    width: 49%;
    height: 100%;
    background: #003d8c;
    clip-path: polygon(42% 1%, 100% -159%, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-bg-color::after {
        width: 42%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-testimonial-bg-color::after {
        display: none;
    }
}

.tp-testimonial-item-wrapper {
    background: #fff;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .tp-testimonial-item-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.tp-testimonial-item-thumb img {
    border-radius: 5px;
}

.tp-testimonial-item-rating {
    margin-bottom: 15px;
}

.tp-testimonial-item-rating span {
    font-weight: 900;
    font-size: 16px;
}

.tp-testimonial-item-rating span i {
    color: rgba(103, 104, 122, 0.3);
}

.tp-testimonial-item-rating span.color i {
    color: #FFA800;
}

.tp-testimonial-item-content {
    padding: 34px 40px 39px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-item-content {
        padding: 30px 40px 30px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-item-content {
        padding: 12px 30px 12px 30px;
    }
}

.tp-testimonial-item-content p {
    margin-bottom: 20px;
}

.tp-testimonial-item-content span {
    font-weight: 400;
    font-size: 12px;
    color: #67687A;
}

.tp-testimonial-item-title {
    font-size: 20px;
    letter-spacing: -0.8px;
}

.tp-testimonial-item-quot {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.tp-testimonial-nav button {
    position: absolute;
    top: 62%;
    left: 10%;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    background: #fff;
    z-index: 1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-testimonial-nav button {
        left: 5%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-testimonial-nav button {
        left: 2%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-nav button {
        left: 1%;
    }
}

@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: 575px) {
    .tp-testimonial-nav button {
        display: none;
    }
}

.tp-testimonial-nav button:hover i {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.tp-testimonial-nav button:hover::before {
    opacity: 1;
}

.tp-testimonial-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    background-image: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-testimonial-nav button i {
    background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.tp-testimonial-nav button.testimonial-button-next-1 {
    left: auto;
    right: 10%;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-testimonial-nav button.testimonial-button-next-1 {
        right: 5%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-testimonial-nav button.testimonial-button-next-1 {
        right: 2%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-nav button.testimonial-button-next-1 {
        right: 1%;
    }
}

@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: 575px) {
    .tp-testimonial-nav button.testimonial-button-next-1 {
        display: none;
    }
}

.tp-testimonial-item-2 {
    position: relative;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-left: 121px;
    padding-left: 147px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-testimonial-item-2 {
        margin-left: 0;
        padding-left: 0;
    }
}

.tp-testimonial-thumb-2 {
    position: absolute;
    top: 0;
    left: -121px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-testimonial-thumb-2 {
        position: static;
        text-align: center;
    }
}

.tp-testimonial-thumb-2 img {
    border-radius: 42%;
}

.tp-testimonial-content-2 {
    position: relative;
    padding: 35px 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-testimonial-content-2 {
        padding: 22px 2px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-testimonial-content-2 {
        padding: 35px 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-content-2 {
        padding: 52px 8px;
    }
}

.tp-testimonial-quote {
    position: absolute;
    top: 30px;
    right: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-testimonial-quote {
        right: 10px;
        top: 20px;
    }
}

.tp-testimonial-user-content-description {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333F4D;
    display: block;
}

.tp-testimonial-user-content p {
    color: #67687A;
}



.section-hero{
padding:4.5rem 0 2.5rem;
text-align:center;
background:linear-gradient(180deg, rgba(6,182,212,0.06), rgba(6,182,212,0.02));
}
.eyebrow{
display:inline-flex;
gap:.75rem;
align-items:center;
color:#06b6d4;
font-weight:600;
letter-spacing:1px;
}
.eyebrow::before,.eyebrow::after{
content:'';
width:36px;
height:4px;
border-radius:3px;
background: linear-gradient(90deg, #003d8c 0%, #00b5ff 100%);
opacity:.8;
}
h1{
    font-size:2.8rem;
    font-weight:700;
    margin:.6rem 0;
    color:#2b2e59
}
.lead{
    color:#6b7280;
    max-width:900px;
    /* margin:0 auto 2.25rem; */
    font-weight:500
}


/* Grid of partner tiles */
.partners-grid{
    max-width:1100px;
    margin:2.5rem auto 4rem;
}
.partner-card{
background:linear-gradient(180deg,#ffffff, #f5f8fb);
border-radius:14px;
padding:1.25rem;
box-shadow:0 10px 25px rgba(43,46,89,0.06);
border:1px solid rgba(43,46,89,0.04);
display:flex;
align-items:center;
gap:1rem;
transition:transform .22s ease,box-shadow .22s ease;
min-height:84px;
}
.partner-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(43,46,89,0.09)
}
.partner-logo{
width:56px;
height:56px;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
color:#fff;
flex: 0 0 56px;
}
.partner-name{
    font-weight:600;
    color:#2b2e59;
}
.logo--hdfc{
    background:linear-gradient(135deg,#2b6fb3,#1b4fa0)
}
.logo--axis{
    background:linear-gradient(135deg,#ff8a65,#ff6f61)
}
.logo--icici{
    background:linear-gradient(135deg,#ffb86b,#ff8c42)
}
.logo--idfc{
    background:linear-gradient(135deg,#7c4dff,#5c37d9)
}
.logo--aux{
    background:linear-gradient(135deg,#00b894,#019875)
}
.logo--tata{
    background:linear-gradient(135deg,#0ea5d7,#057b9b)
}
.logo--avanse{
    background:linear-gradient(135deg,#fb7185,#f43f5e)
}
.logo--poonawalla{
    background:linear-gradient(135deg,#a78bfa,#7c3aed)
}
.logo--incred{
    background:linear-gradient(135deg,#34d399,#10b981)
}
.logo--prodigy{
    background:linear-gradient(135deg,#60a5fa,#3b82f6)
}
.logo--union{
    background:linear-gradient(135deg,#f472b6,#ec4899)
}

/* Search + filter */
.search-wrap{
    max-width:720px;
    margin:1rem auto 0;
}
.badge-ghost{
    background:transparent;
    border:1px dashed rgba(43,46,89,0.08);
    color:#6b7280;
    padding:.35rem .6rem;
    border-radius:999px}


@media (max-width:768px){
h1{
    font-size:2rem
}
.partner-card{
    min-height:72px
}
}






/* Basic reset for menu */
.menu, .submenu { list-style: none; margin: 0; padding: 0; }
.menu > li { position: relative; display: inline-block; }

/* Top-level links */
.menu a { display: inline-block; padding: 10px 14px; text-decoration: none; color: #222; }

/* Desktop submenu (hover) */
.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  z-index: 999;
}

/* show on hover for desktop */
@media (min-width: 992px) {
  .has-dropdown:hover > .submenu { display: block; }
  .has-dropdown > a .arrow { margin-left: 6px; } /* caret */
  /* second-level opens to right */
  .submenu .has-dropdown { position: relative; }
  .submenu .has-dropdown .submenu {
    left: 100%;
    top: 0;
  }
}

/* submenu items */
.submenu li { white-space: nowrap; }
.submenu li a { display: block; padding: 10px 14px; color: #333; }
.submenu li a:hover { background: #f7f7f7; }

/* Indicators (small arrow) */
.arrow { font-size: 0.8em; }

/* ===== Mobile styles (accordion) ===== */
@media (max-width: 991px) {
  /* vertical layout */
  .menu > li { display: block; border-bottom: 1px solid #eee; }
  .menu a { width: 100%; box-sizing: border-box; }
  /* hide all submenus by default */
  .submenu { position: static; display: none; border: none; box-shadow: none; }
  .submenu .submenu { padding-left: 12px; } /* indent second-level */
  /* when open */
  .has-dropdown.open > .submenu { display: block; }
  /* rotate arrow for open state */
  .has-dropdown.open > a .arrow { transform: rotate(90deg); transition: transform .2s ease; }
}
