img {
    width: 100%;
}
.tf-container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-banner-4 .content {}

.hero-banner-4 .content .heading {}

.hero-banner-4 .content .heading h3 {
    font-size: 45px;
    line-height: 52px;
    color: #143a62;
}

.hero-banner-4 .content .heading h3 span {}

.hero-banner-4 .content .heading h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 600 !important;
    color: #143A62;
}

.ratings li {
    font-size: 20px;
    color: var(--Text-primary);
}

.tf-social {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.tf-social li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tf-social a {
    height: 44px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 50%;
    color: var(--White);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.tf-social a:hover {
    background-color: var(--Primary);
    color: var(--Text-primary);
    border-color: var(--Primary) !important;
}

.tf-social.style-2 a {
    border-color: var(--Out-line);
    color: var(--On-Suface-2);
    font-weight: 500;
}

.tf-social.style-2 a:hover {
    color: var(--White);
}

.tf-social.style-3 a {
    border: unset;
    color: var(--Text-primary);
    background-color: var(--White);
    text-decoration: none;
}

.tf-social.style-3 a:hover {
    background-color: var(--Text-primary);
    color: var(--White);
}

.tf-social.style-4 a {
    background-color: rgba(255, 255, 255, 0.1);
    border: unset;
}

.tf-social.style-4 a:hover {
    background-color: var(--Primary);
    color: var(--White);
}

.area-cursor-custom {
    cursor: none;
    position: relative;
}

.area-cursor-custom .custom-cursor {
    position: absolute;
    max-width: 100px;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--White);
    border-radius: 50%;
    backdrop-filter: blur(16px);
    color: var(--Secondary);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: 250ms ease;
    transition-property: opacity, transform;
    transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(16px);
    border-radius: 50%;
    z-index: -1;
}

.progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--White);
    box-shadow: 0px 10px 25px 0px rgba(71, 92, 133, 0.1019607843);
}

.progress-wrap::after {
    position: absolute;
    content: "\e949";
    font-family: "icomoon";
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: var(--Text-primary);
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: var(--Primary);
    stroke-width: 4;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


.tag-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag-line::before {
    content: "";
    position: relative;
    width: 80px;
    height: 1px;
    background-color: var(--White);
}

.tag-line.color-dark::before {
    content: "";
    position: relative;
    width: 80px;
    height: 1px;
    background-color: var(--Black);
}


[data-background] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-dsn-grid=moveUp] {
    overflow: hidden;
}

.tf-image-distortion {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.tf-image-distortion canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-image {
    overflow: hidden;
}

.trust .group {
    display: flex;
    flex-shrink: 0;
}

.trust .group img:nth-child(1) {
    z-index: 4;
}

.trust .group img:nth-child(2) {
    z-index: 3;
}

.trust .group img:nth-child(3) {
    z-index: 2;
}

.trust .group img:nth-child(4) {
    z-index: 1;
}

.trust .group img {
    position: relative;
    border-radius: 50%;
}

.trust .group img:not(:first-child) {
    margin-left: -16px;
}

.tf-filters {
    display: flex;
    justify-content: center;
    padding: 4px;
    background-color: var(--White);
    border-radius: 48px;
    max-width: max-content;
}

.tf-filters .btn-fillter {
    overflow: hidden;
    height: 48px;
    padding: 0 24px;
    border-radius: 140px;
    background-color: var(--White);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex-shrink: 0;
    text-wrap: nowrap;
    position: relative;
    z-index: 2;
    color: var(--Text-primary);
}

.tf-filters .btn-fillter.active,
.tf-filters .btn-fillter:hover {
    color: var(--Secondary);
    background-color: var(--Primary);
}

.tf-filters.style-2 .btn-fillter {
    border: 1px solid var(--Primary);
    color: var(--Primary);
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active,
.tf-filters.style-2 .btn-fillter:hover {
    color: var(--White);
}

.uncover {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.uncover_slice {
    height: 100%;
    flex-grow: 1;
    background: #ffffff;
}

.shape-linear-circle {
    background: linear-gradient(180deg, #df9380 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    display: block;
    aspect-ratio: 1/1;
    max-width: 200px;
    width: 100%;
}

.ui-datepicker {
    width: 320px !important;
}

.ui-datepicker .ui-datepicker td span,
.ui-datepicker .ui-datepicker td a {
    font-size: 16px;
}

.hero-banner-4 .content .tf-btn {
    height: 56px;
    padding: 16px 40px;
    border-radius: 40px;
    background-color: #fb0005;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    text-wrap: nowrap;
    position: relative;
    z-index: 2;
    text-decoration: none;
    margin-right: 6px;
}

.tf-btn {
    height: 56px;
    padding: 16px 40px;
    border-radius: 40px;
    background-color: var(--Primary);
    color: var(--Secondary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    text-wrap: nowrap;
    position: relative;
    z-index: 2;
}

.tf-btn.btn-bg-primary-2 {
    background-color: var(--Primary);
    color: var(--White);
}

.tf-btn.btn-bg-white {
    background-color: var(--White);
}

.tf-btn.btn-bg-white-2 {
    background-color: var(--White);
    color: var(--Primary);
}

.tf-btn.btn-bg-white-3 {
    background-color: var(--White);
    color: var(--Text-primary);
}

.tf-btn.btn-bg-white-4 {
    background-color: var(--White);
    color: var(--Text-primary);
}

.tf-btn.btn-bg-dark {
    background-color: var(--Bg-dark);
    color: var(--White);
}

.tf-btn.btn-bg-dark-2 {
    background-color: var(--Text-primary);
    color: var(--White);
}

.tf-btn.style-border {
    padding: 14px 38px;
    border: 1px solid var(--Primary);
    background-color: transparent;
    color: var(--Text-primary);
}

.tf-btn.style-border-2 {
    padding: 14px 38px;
    border: 1px solid var(--Secondary);
    background-color: transparent;
    color: var(--Secondary);
}

.tf-btn.style-border-3 {
    padding: 14px 38px;
    border: 1px solid var(--Primary);
    background-color: transparent;
    color: var(--White);
}

.tf-btn.style-border-white {
    border: 1px solid var(--White);
    background-color: transparent;
    color: var(--White);
}

.tf-btn.style-border-dark {
    border: 1px solid var(--Text-primary);
    background-color: transparent;
    color: var(--Text-primary);
}

.tf-btn.btn-bg-secondary {
    background-color: var(--Secondary);
    color: var(--White);
}

.tf-btn.btn-bg-secondary-2 {
    background-color: var(--Secondary);
    color: var(--Primary);
}

.tf-btn.btn-bg-stroke-dark {
    background-color: rgba(255, 255, 255, 0.1019607843);
    color: var(--White);
}

.tf-btn.btn-px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.tf-btn.btn-px-28 {
    padding-left: 28px;
    padding-right: 28px;
}

.tf-btn.btn-px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.tf-btn.rounded-icon {
    background-color: var(--White);
    padding: 5px;
    color: var(--Text-primary);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn.rounded-icon .btn_inner {
    position: relative;
    z-index: 1;
    padding: 12px 60px 10px 23px;
    width: 100%;
    text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 0;
    width: 45px;
    height: 100%;
    background-color: var(--Primary);
    border-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    min-width: 45px;
    height: 100%;
    z-index: 2;
    font-size: 24px;
    line-height: 1;
    color: var(--Text-primary);
}

.tf-btn.rounded-icon .btn_inner .btn_icon>span {
    overflow: hidden;
    position: relative;
    display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon>span i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn.rounded-icon .btn_inner .btn_icon>span i:first-child,
.tf-btn.rounded-icon .btn_inner .btn_icon>span i:last-child {
    transition: transform 0.4s ease-in-out 0s;
}

.tf-btn.rounded-icon .btn_inner .btn_icon>span i:last-child {
    position: absolute;
    transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
    display: inline-flex;
    overflow: hidden;
    text-shadow: 0 23px 0 currentColor;
    white-space: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text>span {
    display: flex;
    align-items: center;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.5s;
}

.tf-btn.rounded-icon.btn-bg-primary {
    background-color: var(--Primary);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
    background-color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark {
    background-color: var(--Text-primary);
    color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
    background-color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
    color: var(--Text-primary);
}

.tf-btn.style-3 {
    padding: 15px 17px;
    padding-right: 28px;
}

.tf-slider-2 .swiper {
    padding-top: 118px;
    padding-bottom: 50px;
}

.tf-slider-2 .sw-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.tf-slider-2 .sw-button i {
    font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
    right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
    left: 40px;
}

.tf-slider-2 .sw-dots {
    position: absolute;
    bottom: 20px;
    z-index: 6;
}

.tf-slider-2 .sw-dots {
    display: none;
    position: absolute;
    bottom: 30px;
    z-index: 2;
}

.tf-slider-3 .wrap-sw-button {
    position: absolute;
    top: 51.2%;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
    padding: 22px 0;
    border-bottom: 1px solid var(--Line);
}

.tf-slider-3 .infiniteslide {
    align-items: center;
    gap: 60px;
}

.tf-slider-3 .marqee-inner {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.tf-slider-3 .marqee-inner i {
    font-size: 24px;
    color: var(--Primary);
}

.tf-slider-3 .sw-dots {
    display: none;
    position: absolute;
    bottom: 30px;
    z-index: 2;
}


.tf-slider-4 {
    position: relative;
}

.tf-slider-4 .slide-number {
    top: 52%;
    transform: translateY(-50%);
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: var(--White);
    color: var(--Text-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
    cursor: pointer;
    font-size: 56px;
    line-height: 68px;
}

@media (max-width: 1199px) {
    .tf-slider-4 .slide-number {
        height: 60px;
        width: 60px;
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .tf-slider-4 .slide-number {
        top: 60%;
    }
}

@media (max-width: 575px) {
    .tf-slider-4 .slide-number {
        height: 30px;
        width: 30px;
        font-size: 18px;
        line-height: 26px;
        top: 62%;
    }
}

.tf-slider-4 .slide-number:hover {
    background-color: var(--Primary);
    color: var(--White);
}

.tf-slider-4 .slide-number.right-num {
    right: 0;
}

.tf-slider-5 .wrap-partner .title {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .tf-slider-5 .wrap-partner .title {
        margin-bottom: 40px;
    }
}

.tf-slider-5 .wrap-partner .marquee-item img {
    max-height: 38px;
}

.tf-slider-5 .sw-dots {
    position: absolute;
    border-bottom: 12px;
    bottom: 30px;
}

.tf-slider-6 {
    position: relative;
}

.tf-slider-6 .sw-dots {
    left: unset;
    bottom: unset;
    right: 60px;
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
    opacity: 1;
}


.tf-slider-7 {
    position: relative;
}

.tf-slider-7 .swiper {
    height: 100%;
    width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
    content: "";
    position: absolute;
    background-color: rgba(10, 10, 10, 0.3);
    inset: 0;
}

.tf-slider-7 .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tf-slider-7 .wrap-nav {
    position: absolute;
    width: 272px;
    right: 40px;
    bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
    width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
    border-color: transparent;
    width: 60px;
    height: 60px;
}

.tf-slider-7 .thumbs-pagi {
    cursor: pointer;
    border-radius: 1000px;
    overflow: hidden;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 120px;
    border: 2px solid var(--Primary);
}

.tf-slider-7 .thumbs-pagi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-slider-8 .sw-dots {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    right: 20px;
    width: unset;
}

.tf-slider-2 {
    background-image: url(../images/shape2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-banner-2 {
    background-color: var(--Text-primary);
    position: relative;
}

.hero-banner-2 .thumbs img {
    width: 100%;
    opacity: 0.8;
    min-height: 500px;
    object-fit: cover;
}

.hero-banner-2 .hero-text {
    letter-spacing: 0.36px;
}

.hero-banner-2 .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
}

.hero-banner-2 .shape {
    position: absolute;
    right: 44px;
    top: -21px;
}

.hero-banner-4 {
    height: 100%;
}

.hero-banner-4 .thumbs {

    width: 100%;
}

.hero-banner-4 .thumbs img {
    border-radius: 320px 320px 0 0;
}

.hero-banner-4 .thumbs-2 {
    position: absolute;
    left: 51%;
    bottom: -91px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-banner-4 .thumbs-3 {
    position: absolute;
    bottom: -187px;
    left: 47%;
    width: 45%;
    display: flex;
}

.hero-banner-4 .thumbs-3 .person-1 {
    margin-right: -278px;
    position: relative;
    z-index: 1;
}


.hero-banner-4 .contact .icon {
    background-color: var(--White);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    color: var(--Primary);
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wrap-header-hero {
    margin: 40px 40px 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.wrap-header-hero .thumbs {
    position: absolute;
    inset: 0;
}

.wrap-header-hero .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-header-hero .header {
    padding-top: 20px;
}

.wrap-header-hero-2 {
    position: relative;
}

.section-about {
    background: linear-gradient(86.69deg, #e5f2e3 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
    padding-top: 43px;
    padding-bottom: 51px;
}

.heading-sec {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heading-sec .title {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 30px;
    color: #143a62;
    font-weight: 400;
}

.heading-section.style-default {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
    margin-bottom: 28px;
}

.section-about .box-about {}

.section-about .box-about .thumbs {}

.section-about .box-about .thumbs img {}

.section-about .box-about .thumbs img {}

.box-about .heading-section h2 {
    font-size: 32px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 15px;
}

.box-about .heading-section .text-label {
    font-size: 20px;
    letter-spacing: 1.4px;
    line-height: 16px;
    font-weight: 600;
}

.text-body-default {
    font-size: 17px;
    line-height: 28px;
    color: #143A62;
    padding: 0;
}

.text-body-default b {
    font-size: 17px;
    line-height: 28px;
    color: #143A62;
}

.text-body-default a {
    text-decoration: none;
}

.text-body-default ul {
    padding: 0;
}

.text-body-default li {
    list-style: none;
}

.tf-sw-mobile {}

.tf-spacing-2 {
    display: flex;
    /* justify-content: space-between; */
    /* background: #fb0005; */
    padding: 10px 0px;
    border-radius: 7px;
}

.tf-box-icon {
    background: #143a62;
    padding: 4px 11px;
    border-radius: 4px;
    margin-right: 7px;
}

.tf-box-icon a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.section-faqs-1 {
    padding: 61px 0px;
}

.section-faqs-1 .heading-section {}

.section-faqs-1 .heading-section h2 {
    font-size: 60px;
    font-weight: 600;
    color: #143A62;
}

.section-faqs-1 .heading-section p {}

.section-faqs-1 .content {}

.section-faqs-1 .content .list {}

.section-faqs-1 .content .list .text-body-default {
    color: #dd3545;
    font-size: 17px;
    line-height: 28px;
    font-weight: 200;
}

@media only screen and (max-width: 480px) {
    .tf-slider-2 .swiper {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .hero-banner-4 .content .heading h3 {
        font-size: 24px;
        line-height: 5px;
        color: #143a62;
    }

    .hero-banner-4 .content .heading h2 {
        font-size: 30px;
        line-height: 51px;
        font-weight: 600 !important;
        color: #143A62;
    }

    .hero-banner-4 .content .tf-btn {
        height: 46px;
        padding: 16px 20px;
        margin-top: 5px;
    }

    .heading-sec .title {
        font-size: 34px;

    }

    .section-about .box-about .thumbs img {
              width: 100%;
        margin-bottom: 17px;
    }

    .heading-section.style-default {

        text-align: center;

    }

    .tf-box-icon {

        padding: 4px 9px;

    }

    .tf-box-icon a {
        font-size: 15px;
    }

    .box-about .heading-section .text-label {

        line-height: 24px;

    }

    .heading-section.style-default p {
        text-align: left;
    }

    .section-about {

        padding-bottom: 0;
    }

    .section-faqs-1 {
        padding: 21px 0px;
    }
    .section-faqs-1 .heading-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #143A62;
    padding: 0px;
    margin: 0;
    text-align: left;
}
.section-faqs-1 .content .list {
    padding: 0px;
}
.hero-banner-4 .content .heading {
    margin-bottom: 25px;
}
.tf-social {
    display: none;
 
}
}