/* =========================================================
   TRUST FOR SURE
   Hero + Industry Strip + How It Works + Benefits
   Bootstrap 4.4.1 Compatible
========================================================= */


/* =========================================================
   ROOT VARIABLES
========================================================= */

:root {
    --tfs-blue: #062e69;
    --tfs-dark-blue: #05275b;
    --tfs-green: #3db36b;

    --tfs-light-blue: #edf4ff;
    --tfs-border: #e2e8f0;

    --tfs-heading: #082f68;
    --tfs-text: #34445b;
    --tfs-muted: #66748a;

    --tfs-white: #ffffff;
}


/* =========================================================
   GLOBAL
========================================================= */

.tfs-container {
    padding-left: 32px;
    padding-right: 32px;
}

.tfs-hero,
.industry-strip,
.how-benefits-section {
    font-family: Arial, Helvetica, sans-serif;
}

.tfs-hero *,
.industry-strip *,
.how-benefits-section * {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* =========================================================
   HERO SECTION
========================================================= */

.tfs-hero {
    width: 100%;
    min-height: 390px;

    background: linear-gradient(
        110deg,
        #f7f9fd 0%,
        #f3f6fc 55%,
        #edf2fa 100%
    );

    overflow: hidden;
}


/* HERO LEFT */

.hero-content {
    padding: 48px 0 30px;
}

.hero-small-title {
    color: var(--tfs-green);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-content h1 {
    color: var(--tfs-heading);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0 0 16px;
}

.hero-content h1 span {
    color: var(--tfs-green);
}

.hero-description {
    color: var(--tfs-muted);
    font-size: 15px;
    line-height: 1.6;

    max-width: 520px;

    margin: 0 0 20px;
}


/* HERO BUTTONS */

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 10px 19px;

    background: var(--tfs-blue);
    color: #ffffff;

    border: 1px solid var(--tfs-blue);
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    transition: all .2s ease;

    box-shadow: 0 3px 8px rgba(6, 46, 105, .15);
}

.btn-primary-custom:hover {
    background: var(--tfs-dark-blue);
    border-color: var(--tfs-dark-blue);
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-primary-custom i {
    margin-right: 8px;
    font-size: 15px;
}


.btn-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 10px 20px;

    background: transparent;

    color: var(--tfs-blue) !important;

    border: 1px solid #91a8c8;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    transition: all .2s ease;
}

.btn-video:hover {
    background: #ffffff;
    border-color: var(--tfs-blue);
    color: var(--tfs-blue);
}

.btn-video i {
    margin-right: 8px;
    font-size: 17px;
}


/* HERO FEATURES */

.hero-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 28px;

    margin-top: 25px;
}

.hero-features div {
    display: flex;
    align-items: center;

    color: #46566d;

    font-size: 13px;
    line-height: 1.35;
}

.hero-features i {
    color: #61758f;

    font-size: 18px;

    margin-right: 8px;
}


/* =========================================================
   HERO PRODUCT AREA
========================================================= */

.hero-product-area {
    position: relative;
    height: 390px;
}

.hero-product {
    width: 480px;
    max-width: 78%;

    height: auto;

    object-fit: contain;

    margin-right: 95px;
}


/* =========================================================
   PRODUCT SIDE INFORMATION
========================================================= */

.product-points {
    position: absolute;

    right: 5px;
    top: 72px;

    width: 180px;
}

.product-point {
    display: flex;
    align-items: center;

    margin-bottom: 25px;
}

.point-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border-radius: 50%;

    margin-right: 11px;

    font-size: 21px;

    box-shadow:
        0 3px 12px rgba(26, 56, 95, .08);
}

.point-icon.blue {
    color: #3479ce;
}

.point-icon.green {
    color: #40aa6d;
}

.product-point strong {
    display: block;

    color: #263b58;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 600;

    margin-bottom: 2px;
}

.product-point span {
    display: block;

    color: #59677a;

    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   INDUSTRY STRIP
========================================================= */

.industry-strip {
    width: 100%;

    min-height: 48px;

    background: var(--tfs-blue);

    color: #ffffff;
}

.industry-row {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.industry-title {
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    white-space: nowrap;
}

.industry-item {
    display: flex;
    align-items: center;

    gap: 9px;

    color: #ffffff;

    font-size: 12px;

    white-space: nowrap;

    opacity: .96;
}

.industry-item i {
    width: 30px;
    height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;

    font-size: 18px;
    line-height: 1;

    flex-shrink: 0;
}

.industry-more {
    color: #ffffff;

    font-size: 12px;

    white-space: nowrap;
}


/* =========================================================
   HOW IT WORKS + BENEFITS
========================================================= */

.how-benefits-section {
    width: 100%;

    background: #ffffff;

    padding-top: 25px;
    padding-bottom: 18px;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.section-label {
    display: inline-block;

    color: #355b8c;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 700;

    padding-bottom: 6px;

    border-bottom: 2px solid #69a9e9;

    margin-bottom: 9px;

    text-transform: uppercase;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.how-it-works {
    padding-right: 35px;

    border-right: 1px solid #e1e6ed;
}

.how-it-works h2 {
    color: var(--tfs-heading);

    font-size: 25px;
    line-height: 1.25;

    font-weight: 700;

    margin: 0 0 27px;
}


/* =========================================================
   STEPS
========================================================= */

.steps-row {
    display: flex;
    justify-content: space-between;

    width: 100%;
}

.step {
    position: relative;

    width: 24%;

    text-align: center;
}

.step-number {
    position: absolute;

    top: -8px;
    left: calc(50% - 32px);

    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--tfs-green);

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;

    z-index: 5;
}

.step-icon {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 13px;

    background: #f7faff;

    border: 1px solid #e1e9f3;

    border-radius: 50%;

    color: #315f99;

    font-size: 23px;

    box-shadow: 0 2px 8px rgba(35, 65, 105, .03);
}

.step p {
    color: #394b63;

    font-size: 11px;
    line-height: 1.5;

    margin: 0;
}


/* STEP ARROW */

.step-arrow {
    position: absolute;

    top: 29px;
    right: -30px;

    display: flex;
    align-items: center;

    gap: 5px;

    color: #8a98aa;

    font-size: 11px;
}

.step-arrow i:last-child {
    font-size: 12px;
}

.step:last-child .step-arrow {
    display: none;
}


/* =========================================================
   BENEFITS
========================================================= */

.benefits-section {
    padding-left: 35px;
}

.benefits-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px 14px;
}

.benefit-card {
    min-height: 82px;

    display: flex;
    align-items: center;

    padding: 13px;

    background: #ffffff;

    border: 1px solid #edf0f5;

    border-radius: 6px;

    box-shadow:
        0 4px 14px rgba(27, 57, 95, .06);

    transition: all .2s ease;
}

.benefit-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(27, 57, 95, .09);
}


/* BENEFIT ICON */

.benefit-icon {
    width: 48px;
    min-width: 48px;

    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    margin-right: 11px;

    font-size: 20px;
}

.blue-icon {
    color: #347bd0;
    background: #f1f7ff;
}

.green-icon {
    color: #40aa6d;
    background: #f0faf4;
}


/* BENEFIT TEXT */

.benefit-card h4 {
    color: #263c5c;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 5px;
}

.benefit-card p {
    color: #657185;

    font-size: 11px;
    line-height: 1.45;

    margin: 0;
}


/* =========================================================
   BOTTOM TRUST BAR
========================================================= */

.bottom-trust-bar {
    width: 100%;

    min-height: 76px;

    display: flex;
    align-items: center;

    margin-top: 20px;

    padding: 10px 20px;

    background: #edf4ff;

    border-radius: 7px;
}


/* =========================================================
   APP PROMO
========================================================= */

.app-promo {
    display: flex;
    align-items: center;

    flex: 1;

    min-width: 0;
}

.app-phone {
    width: 38px;
    min-width: 38px;

    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--tfs-blue);

    border-radius: 5px;

    color: #ffffff;

    font-size: 19px;

    margin-right: 12px;
}

.app-text {
    width: 205px;
}

.app-text strong {
    display: block;

    color: #315b92;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 700;

    margin-bottom: 4px;
}

.app-text p {
    color: #647186;

    font-size: 11px;
    line-height: 1.45;

    margin: 0;
}


/* =========================================================
   APP STORE BUTTONS
========================================================= */

.store-buttons {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-left: 15px;
}

.store-buttons a {
    width: 105px;
    height: 34px;

    display: flex;
    align-items: center;

    padding: 4px 7px;

    background: #050505;

    color: #ffffff;

    border-radius: 4px;

    transition: all .2s ease;
}

.store-buttons a:hover {
    color: #ffffff;

    transform: translateY(-1px);
}

.store-buttons a i {
    font-size: 19px;

    margin-right: 6px;
}

.store-buttons span {
    display: block;

    font-size: 10px;
    line-height: 1.1;
}

.store-buttons small {
    display: block;

    font-size: 6px;
    line-height: 1;

    margin-bottom: 3px;
}


/* =========================================================
   TRUST ITEMS
========================================================= */

.trust-item {
    min-width: 175px;

    display: flex;
    align-items: center;

    padding-left: 20px;

    border-left: 1px solid #d3dfef;
}

.trust-item i {
    color: #3267aa;

    font-size: 25px;

    margin-right: 11px;
}

.trust-item span {
    color: #40536f;

    font-size: 11px;
    line-height: 1.45;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .tfs-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    

    .hero-description {
        font-size: 15px;
    }

    .hero-product {
        width: 415px;
    }

    .product-points {
        right: 10px;
    }
}


/* =========================================================
   TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-product {
        width: 420px;

        margin-right: 75px;
    }

    .product-points {
        width: 155px;

        right: 0;

        top: 65px;
    }

    .point-icon {
        width: 45px;
        min-width: 45px;
        height: 45px;

        font-size: 18px;
    }

    .product-point strong {
        font-size: 12px;
    }

    .product-point span {
        font-size: 11px;
    }

    .industry-row {
        gap: 18px;
    }

    .industry-title,
    .industry-item,
    .industry-more {
        font-size: 11px;
    }

    .trust-item {
        min-width: 145px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tfs-container {
        padding-left: 22px;
        padding-right: 22px;
    }


    /* HERO */

    .tfs-hero {
        min-height: auto;
    }

    .hero-content {
        padding: 40px 0 20px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-features {
        gap: 16px;
    }

    .hero-features div {
        font-size: 12px;
    }


    /* PRODUCT */

    .hero-product-area {
        height: 350px;
    }

    .hero-product {
        width: 390px;
        max-width: 75%;

        margin-right: 65px;
    }

    .product-points {
        width: 145px;

        top: 55px;
    }

    .product-point {
        margin-bottom: 18px;
    }


    /* INDUSTRY */

    .industry-row {
        justify-content: flex-start;

        overflow-x: auto;

        scrollbar-width: none;
    }

    .industry-row::-webkit-scrollbar {
        display: none;
    }

    .industry-title,
    .industry-item,
    .industry-more {
        flex-shrink: 0;
    }


    /* HOW IT WORKS */

    .how-it-works {
        padding-right: 15px;

        border-right: 0;
        border-bottom: 1px solid #e1e6ed;

        padding-bottom: 30px;

        margin-bottom: 30px;
    }

    .benefits-section {
        padding-left: 15px;
    }


    /* BOTTOM BAR */

    .bottom-trust-bar {
        flex-wrap: wrap;

        gap: 18px;
    }

    .app-promo {
        width: 100%;
        flex: none;
    }

    .trust-item {
        flex: 1;
        min-width: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tfs-container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* HERO */

    .hero-content {
        padding: 35px 0 15px;
    }

    .hero-small-title {
        font-size: 11px;
    }

    .hero-content h1 {
        font-size: 31px;
    }

    .hero-description {
        font-size: 14px;
        max-width: 100%;
    }

    .hero-buttons {
        gap: 9px;
    }

    .btn-primary-custom,
    .btn-video {
        font-size: 13px;

        min-height: 42px;

        padding: 9px 14px;
    }

    .hero-features {
        gap: 14px;

        margin-top: 20px;
    }

    .hero-features div {
        font-size: 11px;
    }


    /* PRODUCT */

    .hero-product-area {
        height: 330px;
    }

    .hero-product {
        width: 390px;
        max-width: 75%;

        margin-right: 55px;
    }

    .product-points {
        width: 130px;

        top: 48px;
        right: -3px;
    }

    .product-point {
        margin-bottom: 17px;
    }

    .point-icon {
        width: 40px;
        min-width: 40px;
        height: 40px;

        font-size: 16px;

        margin-right: 7px;
    }

    .product-point strong {
        font-size: 10px;
    }

    .product-point span {
        font-size: 9px;
    }


    /* INDUSTRY */

    .industry-strip {
        min-height: 45px;
    }

    .industry-row {
        min-height: 45px;

        gap: 22px;
    }


    /* SECTIONS */

    .how-benefits-section {
        padding-top: 22px;
    }

    .how-it-works h2 {
        font-size: 23px;
    }


    /* STEPS */

    .steps-row {
        flex-wrap: wrap;
    }

    .step {
        width: 50%;

        margin-bottom: 30px;
    }

    .step-arrow {
        display: none;
    }


    /* BENEFITS */

    .benefits-section {
        padding-left: 15px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    /* BOTTOM */

    .bottom-trust-bar {
        padding: 15px;

        gap: 20px;
    }

    .app-promo {
        flex-wrap: wrap;
    }

    .app-text {
        width: calc(100% - 55px);
    }

    .store-buttons {
        width: 100%;

        margin-left: 50px;
        margin-top: 5px;
    }

    .trust-item {
        flex: 0 0 50%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

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


    /* HERO */

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-buttons {
        width: 100%;
    }

    .btn-primary-custom,
    .btn-video {
        width: 100%;
    }

    .hero-features {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 12px;
    }


    /* PRODUCT */

    .hero-product-area {
        height: 290px;
    }

    .hero-product {
        max-width: 75%;

        margin-right: 48px;
    }

    .product-points {
        transform: scale(.82);

        transform-origin: right center;

        right: -8px;
    }


    /* HOW IT WORKS */

    .how-it-works h2 {
        font-size: 21px;
    }

    .step {
        width: 50%;
    }

    .step-icon {
        width: 60px;
        height: 60px;

        font-size: 20px;
    }

    .step p {
        font-size: 10px;
    }


    /* BOTTOM */

    .bottom-trust-bar {
        padding: 13px;

        border-radius: 6px;
    }

    .app-text strong {
        font-size: 12px;
    }

    .app-text p {
        font-size: 10px;
    }

    .store-buttons {
        margin-left: 48px;
    }

    .store-buttons a {
        width: 100px;
    }

    .trust-item {
        flex: 0 0 100%;

        padding-left: 0;

        border-left: 0;

        border-top: 1px solid #d3dfef;

        padding-top: 12px;
    }
}


/* =========================================================
   TRUST FOR SURE
   HOW IT WORKS PAGE
========================================================= */

.tfs-how-section {
    width: 100%;
    background: #ffffff;

    padding: 18px 0 20px;

    font-family: Arial, Helvetica, sans-serif;

    color: #243653;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.tfs-how-heading {
    margin-bottom: 22px;
}

.tfs-section-label {
    display: inline-block;

    color: #3eaa6d;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 3px;
}

.tfs-how-heading h1 {
    color: #092f69;

    font-size: 29px;
    line-height: 1.2;

    font-weight: 700;

    margin: 0 0 7px;
}

.tfs-how-heading p {
    color: #536174;

    font-size: 13px;
    line-height: 1.5;

    margin: 0;
}


/* =========================================================
   STEPS ROW
========================================================= */

.tfs-steps-row {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    position: relative;

    margin-bottom: 23px;
}


/* =========================================================
   INDIVIDUAL STEP
========================================================= */

.tfs-step {
    width: 22%;

    position: relative;

    text-align: center;
}


/* =========================================================
   STEP NUMBER
========================================================= */

.tfs-step-number {
    position: absolute;

    top: -3px;
    left: calc(50% - 56px);

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #39a866;

    color: #ffffff;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;

    z-index: 10;
}


/* =========================================================
   STEP IMAGE
========================================================= */

.tfs-step-image {
    width: 100%;
    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 5px;
}

.tfs-image-circle {
    width: 125px;
    height: 125px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f7faff;

    overflow: hidden;
}

.tfs-image-circle img {
    max-width: 82%;
    max-height: 115px;

    width: auto;
    height: auto;

    object-fit: contain;

    display: block;
}


/* =========================================================
   STEP TEXT
========================================================= */

.tfs-step h3 {
    color: #173968;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    margin: 7px 0 7px;
}

.tfs-step p {
    color: #5c697b;

    font-size: 13px;
    line-height: 1.45;


    margin: 0 auto;
}

.tfs-step p span {
    color: #39a866;

    font-weight: 600;
}


/* =========================================================
   STEP ARROWS
========================================================= */

.tfs-step-arrow {
    width: 9%;

    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #8d9aac;

    padding-top: 2px;
}

.tfs-step-arrow span {
    display: block;

    width: 42px;

    border-top: 2px dotted #a8b1be;

    margin-right: 3px;
}

.tfs-step-arrow i {
    font-size: 14px;
}


/* =========================================================
   SECURITY BOX
========================================================= */

.tfs-security-box {
    width: 100%;

    background: #f2f9f6;

    border-radius: 6px;

    padding: 17px 20px 15px;

    margin-top: 5px;
}

.tfs-security-box > h2 {
    color: #153866;

    font-size: 17px;
    line-height: 1.3;

    font-weight: 700;

    text-align: center;

    margin: 0 0 15px;
}


/* =========================================================
   SECURITY ROW
========================================================= */

.tfs-security-row {
    margin-left: -8px;
    margin-right: -8px;
}

.tfs-security-row > div {
    padding-left: 8px;
    padding-right: 8px;
}


/* =========================================================
   SECURITY ITEM
========================================================= */

.tfs-security-item {
    min-height: 72px;

    display: flex;
    align-items: center;

    padding: 5px 10px;

    border-right: 1px solid #d8e7df;
}

.tfs-security-row > div:last-child .tfs-security-item {
    border-right: none;
}


/* =========================================================
   SECURITY ICON
========================================================= */

.tfs-security-icon {
    width: 46px;
    min-width: 46px;

    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e7f5ed;

    border-radius: 50%;

    color: #37a466;

    font-size: 19px;

    margin-right: 10px;
}


/* =========================================================
   SECURITY CONTENT
========================================================= */

.tfs-security-content h4 {
    color: #274265;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 4px;
}

.tfs-security-content p {
    color: #617083;

    font-size: 13px;
    line-height: 1.45;

    margin: 0;
}


/* =========================================================
   BOTTOM VERIFICATION BAR
========================================================= */

.tfs-verification-bar {
    width: 100%;

    min-height: 70px;

    display: flex;
    align-items: center;

    background: #062e69;

    border-radius: 6px;

    padding: 8px 18px;

    margin-top: 13px;

    color: #ffffff;
}


/* =========================================================
   LEFT APP SECTION
========================================================= */

.tfs-verification-left {
    display: flex;
    align-items: center;

    flex: 1;
}

.tfs-verification-phone {
    width: 43px;
    min-width: 43px;

    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border-radius: 5px;

    color: #36a767;

    font-size: 24px;

    margin-right: 11px;
}

.tfs-verification-text h3 {
    color: #ffffff;

    font-size: 15px;
    line-height: 1.3;

    font-weight: 700;

    margin: 0 0 3px;
}

.tfs-verification-text p {
    color: #d9e5f7;

    font-size: 13px;
    line-height: 1.35;

    margin: 0;
}


/* =========================================================
   STORE BUTTONS
========================================================= */

.tfs-store-buttons {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-left: 12px;
    margin-right: 22px;
}

.tfs-store-btn {
    width: 105px;
    height: 34px;

    display: flex;
    align-items: center;

    background: #000000;

    color: #ffffff;

    border-radius: 4px;

    padding: 4px 7px;

    transition: all .2s ease;
}

.tfs-store-btn:hover {
    color: #ffffff;

    text-decoration: none;

    transform: translateY(-1px);
}

.tfs-store-btn i {
    font-size: 20px;

    margin-right: 7px;
}

.tfs-store-btn span {
    font-size: 10px;

    line-height: 1.1;
}

.tfs-store-btn small {
    display: block;

    font-size: 6px;

    line-height: 1;

    margin-bottom: 3px;
}


/* =========================================================
   BOTTOM FEATURES
========================================================= */

.tfs-bottom-feature {
    display: flex;
    align-items: center;

    min-width: 125px;

    padding-left: 18px;

    margin-left: 4px;

    border-left: 1px solid rgba(255,255,255,.25);
}

.tfs-bottom-feature i {
    color: #ffffff;

    font-size: 21px;

    margin-right: 9px;
}

.tfs-bottom-feature span {
    color: #ffffff;

    font-size: 13px;
    line-height: 1.4;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .tfs-how-section .container {
        max-width: 1200px;
    }

    .tfs-how-heading h1 {
        font-size: 30px;
    }

    .tfs-step-image {
        height: 135px;
    }

    .tfs-image-circle {
        width: 130px;
        height: 130px;
    }

    .tfs-step h3 {
        font-size: 16px;
    }

    .tfs-step p {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tfs-how-section {
        padding-top: 30px;
    }

    .tfs-how-heading h1 {
        font-size: 28px;
    }

    .tfs-how-heading p {
        font-size: 13px;
    }


    /* STEPS */

    .tfs-steps-row {
        flex-wrap: wrap;
    }

    .tfs-step {
        width: 44%;

        margin-bottom: 30px;
    }

    .tfs-step-arrow {
        display: none;
    }


    /* SECURITY */

    .tfs-security-item {
        border-right: none;

        border-bottom: 1px solid #d8e7df;

        margin-bottom: 8px;

        padding-bottom: 12px;
    }

    .tfs-security-row > div:nth-child(3) .tfs-security-item,
    .tfs-security-row > div:nth-child(4) .tfs-security-item {
        border-bottom: none;
    }


    /* BOTTOM */

    .tfs-verification-bar {
        flex-wrap: wrap;

        padding: 14px;
    }

    .tfs-verification-left {
        width: 100%;
        flex: none;

        margin-bottom: 10px;
    }

    .tfs-store-buttons {
        margin-left: 0;
    }

    .tfs-bottom-feature {
        min-width: 30%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tfs-how-section {
        padding: 25px 0 20px;
    }


    /* HEADING */

    .tfs-section-label {
        font-size: 11px;
    }

    .tfs-how-heading h1 {
        font-size: 25px;
    }

    .tfs-how-heading p {
        font-size: 12px;
    }

    .tfs-how-heading p br {
        display: none;
    }


    /* STEPS */

    .tfs-step {
        width: 50%;
    }

    .tfs-step-image {
        height: 115px;
    }

    .tfs-image-circle {
        width: 110px;
        height: 110px;
    }

    .tfs-step h3 {
        font-size: 13px;
    }

    .tfs-step p {
        font-size: 10px;

        padding: 0 5px;
    }

    .tfs-step-number {
        left: calc(50% - 48px);
    }


    /* SECURITY */

    .tfs-security-box {
        padding: 16px 12px;
    }

    .tfs-security-box > h2 {
        font-size: 16px;
    }

    .tfs-security-item {
        border-bottom: 1px solid #d8e7df !important;
    }

    .tfs-security-row > div:last-child .tfs-security-item {
        border-bottom: none !important;
    }


    /* VERIFICATION */

    .tfs-verification-left {
        align-items: center;
    }

    .tfs-store-buttons {
        width: 100%;

        margin: 5px 0 10px 54px;
    }

    .tfs-bottom-feature {
        min-width: 33.333%;

        padding-left: 8px;
    }

    .tfs-bottom-feature i {
        font-size: 18px;
    }

    .tfs-bottom-feature span {
        font-size: 8px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .tfs-how-heading h1 {
        font-size: 23px;
    }

    .tfs-how-heading p {
        font-size: 11px;
    }


    .tfs-step {
        width: 100%;

        margin-bottom: 35px;
    }

    .tfs-step-image {
        height: 130px;
    }

    .tfs-image-circle {
        width: 125px;
        height: 125px;
    }


    .tfs-security-item {
        min-height: auto;

        padding: 10px 5px;
    }


    .tfs-verification-bar {
        padding: 13px;
    }

    .tfs-verification-text h3 {
        font-size: 12px;
    }

    .tfs-verification-text p {
        font-size: 9px;
    }

    .tfs-store-buttons {
        margin-left: 0;
    }

    .tfs-bottom-feature {
        min-width: 100%;

        border-left: none;

        border-top: 1px solid rgba(255,255,255,.2);

        padding: 10px 0 0;

        margin: 5px 0 0;
    }
}

/* =========================================================
   TRUST FOR SURE BUSINESS PAGE
   HEADER NOT INCLUDED
========================================================= */

.tfs-business-page {
    width: 100%;
    background: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    color: #263953;
}

.tfs-business-page *,
.tfs-business-page *::before,
.tfs-business-page *::after {
    box-sizing: border-box;
}

.tfs-business-container {
    padding-left: 30px;
    padding-right: 30px;
}


/* =========================================================
   HERO
========================================================= */

.tfs-business-hero {
    width: 100%;

    background: linear-gradient(
        105deg,
        #f7f9fd 0%,
        #f2f6fc 60%,
        #eaf1fa 100%
    );

    overflow: hidden;
}

.business-hero-content {
    padding: 38px 0 30px;
}

.business-label {
    color: #38a967;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 7px;
}

.business-hero-content h1 {
    color: #062e69;

    font-size: 34px;
    line-height: 1.14;

    font-weight: 700;

    margin: 0 0 13px;
}

.business-hero-content p {
    color: #5b687a;

    font-size: 13px;
    line-height: 1.55;

    max-width: 490px;

    margin: 0 0 5px;
}

.business-hero-content .hero-small-text {
    color: #53657b;

    font-size: 12px;

    margin-bottom: 17px;
}


/* HERO BUTTONS */

.business-hero-buttons {
    display: flex;
    align-items: center;

    gap: 10px;

    flex-wrap: wrap;
}

.tfs-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 39px;

    padding: 9px 15px;

    background: #062e69;
    border: 1px solid #062e69;

    color: #ffffff;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 600;

    transition: all .2s ease;
}

.tfs-primary-btn:hover {
    color: #ffffff;

    background: #042554;

    transform: translateY(-1px);
}

.tfs-primary-btn i {
    margin-right: 7px;
}


.tfs-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 39px;

    padding: 9px 15px;

    background: #ffffff;

    border: 1px solid #91a8c8;

    color: #173e70;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 600;
}

.tfs-outline-btn:hover {
    color: #062e69;

    border-color: #062e69;
}

.tfs-outline-btn i {
    margin-right: 7px;
}


/* HERO MINI FEATURES */

.hero-mini-features {
    display: flex;
    align-items: center;

    gap: 17px;

    margin-top: 20px;
}

.hero-mini-features > div {
    display: flex;
    align-items: center;

    color: #526277;

    font-size: 13px;
    line-height: 1.3;
}

.hero-mini-features i {
    color: #315e98;

    font-size: 16px;

    margin-right: 6px;
}


/* =========================================================
   HERO PRODUCT
========================================================= */

.business-hero-product {
    height: 285px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.business-product-image {
    width: 420px;
    max-width: 76%;

    height: auto;

    object-fit: contain;

    margin-right: 105px;
}


/* PRODUCT POINTS */

.business-product-points {
    position: absolute;

    top: 38px;
    right: 0;

    width: 170px;
}

.business-product-point {
    display: flex;
    align-items: center;

    margin-bottom: 17px;
}

.business-point-icon {
    width: 39px;
    min-width: 39px;

    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #3476c5;

    font-size: 16px;

    margin-right: 8px;

    box-shadow: 0 2px 8px rgba(20, 50, 90, .08);
}

.business-point-icon.green {
    color: #40a86b;
}

.business-product-point strong {
    display: block;

    color: #27415f;

    font-size: 14px;
    line-height: 1.3;

    font-weight: 700;
}

.business-product-point span {
    display: block;

    color: #627084;

    font-size: 12px;
    line-height: 1.3;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.business-how-section {
    padding: 22px 0 24px;

    background: #ffffff;
}

.business-section-heading {
    margin-bottom: 22px;
}

.business-section-label {
    display: inline-block;

    color: #3da96c;

    font-size: 13px;
    line-height: 1.3;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 5px;
}

.business-section-heading h2 {
    color: #092f69;

    font-size: 25px;
    line-height: 1.25;

    font-weight: 700;

    margin: 0 0 5px;
}

.business-section-heading p {
    color: #617084;

    font-size: 13px;
    line-height: 1.5;

    margin: 0;
}


/* =========================================================
   BUSINESS STEPS
========================================================= */

.business-steps {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.business-step {
    width: 14%;

    position: relative;

    text-align: center;
}

.business-step-number {
    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto -3px;

    position: relative;
    z-index: 3;

    background: #3ca869;

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}

.business-step-icon {
    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 10px;

    background: #f5f9fd;

    border: 1px solid #e2eaf3;

    color: #275b96;

    border-radius: 50%;

    font-size: 25px;

    box-shadow: 0 3px 10px rgba(30, 65, 100, .04);
}

.business-step h3 {
    color: #173967;

    font-size: 12px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 6px;
}

.business-step p {
    color: #657286;

    font-size: 9px;
    line-height: 1.45;

    margin: 0 auto;
}

.business-step-arrow {
    width: 4%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 63px;

    color: #9aa7b8;

    font-size: 13px;
}


/* =========================================================
   DASHBOARD
========================================================= */

.business-dashboard-section {
    background: #f8fafc;

    padding: 24px 0 25px;

    border-top: 1px solid #edf1f5;
}

.business-dashboard-section .business-section-heading {
    margin-bottom: 14px;
}


/* STAT CARDS */

.dashboard-stat-row {
    margin-left: -6px;
    margin-right: -6px;
}

.dashboard-stat-row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.dashboard-card {
    min-height: 80px;

    display: flex;
    align-items: center;

    background: #ffffff;

    border: 1px solid #e4eaf1;

    border-radius: 5px;

    padding: 12px;

    box-shadow: 0 2px 8px rgba(25, 55, 90, .04);
}

.dashboard-card.danger {
    background: #fff9f8;

    border-color: #f1dedd;
}

.dashboard-card-icon {
    width: 43px;
    min-width: 43px;

    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eef5ff;

    color: #3478cc;

    font-size: 17px;

    margin-right: 10px;
}

.dashboard-card-icon.green {
    color: #3da76b;
    background: #eff9f3;
}

.dashboard-card-icon.red {
    color: #d36d68;
    background: #fff0ee;
}

.dashboard-card span {
    display: block;

    color: #5d6c80;

    font-size: 13px;

    margin-bottom: 2px;
}

.dashboard-card strong {
    display: block;

    color: #173a69;

    font-size: 17px;
    line-height: 1.2;

    margin-bottom: 2px;
}

.dashboard-card small {
    color: #42a86d;

    font-size: 13px;
}


/* DASHBOARD MAIN */

.dashboard-main-row {
    margin-top: 12px;

    margin-left: -6px;
    margin-right: -6px;
}

.dashboard-main-row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.dashboard-panel {
    height: 240px;

    background: #ffffff;

    border: 1px solid #e4eaf1;

    border-radius: 5px;

    padding: 13px;

    overflow: hidden;
}

.dashboard-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 12px;
}

.dashboard-panel-header h3 {
    color: #294563;

    font-size: 15px;
    font-weight: 700;

    margin: 0 0 3px;
}

.dashboard-panel-header span {
    color: #8290a1;

    font-size: 13px;
}

.dashboard-panel-header > i {
    color: #3c76bc;

    font-size: 16px;
}


/* =========================================================
   FAKE CHART
========================================================= */

.fake-chart {
    width: 100%;
    height: 185px;

    display: flex;
}

.chart-y-axis {
    width: 28px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #9aa6b6;

    font-size: 7px;

    padding-bottom: 15px;
}

.chart-area {
    position: relative;

    flex: 1;

    height: 175px;

    border-left: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
}

.chart-grid-line {
    position: absolute;

    left: 0;
    right: 0;

    height: 1px;

    border-top: 1px dashed #edf0f4;
}

.line-1 {
    top: 10%;
}

.line-2 {
    top: 30%;
}

.line-3 {
    top: 50%;
}

.line-4 {
    top: 70%;
}

.line-5 {
    top: 90%;
}

.verification-chart {
    position: absolute;

    width: 100%;
    height: 100%;

    left: 0;
    top: 0;
}


/* =========================================================
   MAP
========================================================= */

.india-map {
    height: 170px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f9fbfd;

    border-radius: 4px;

    overflow: hidden;
}

.map-shape {
    position: relative;

    width: 115px;
    height: 145px;

    background: #dcefe6;

    clip-path: polygon(
        30% 0,
        56% 7%,
        69% 21%,
        84% 28%,
        76% 45%,
        84% 59%,
        70% 68%,
        64% 85%,
        51% 100%,
        38% 86%,
        28% 72%,
        20% 55%,
        8% 42%,
        18% 29%,
        11% 15%
    );
}

.map-shape i {
    position: absolute;

    color: #3fa86d;

    font-size: 10px;
}

.map-shape i:nth-child(1) {
    left: 45%;
    top: 23%;
}

.map-shape i:nth-child(2) {
    left: 62%;
    top: 43%;
}

.map-shape i:nth-child(3) {
    left: 42%;
    top: 61%;
}

.map-shape i:nth-child(4) {
    left: 55%;
    top: 75%;
}

.view-map {
    display: block;

    color: #3372bd;

    font-size: 9px;

    text-align: right;

    margin-top: 4px;
}


/* =========================================================
   ALERTS
========================================================= */

.alert-list {
    margin-top: 8px;
}

.dashboard-alert {
    display: flex;
    align-items: center;

    padding: 8px 0;

    border-bottom: 1px solid #edf0f4;
}

.dashboard-alert:last-child {
    border-bottom: 0;
}

.alert-icon {
    width: 29px;
    min-width: 29px;

    height: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff2ef;

    color: #d8726b;

    border-radius: 50%;

    font-size: 12px;

    margin-right: 8px;
}

.dashboard-alert strong {
    display: block;

    color: #3a4e67;

    font-size: 13px;
}

.dashboard-alert span {
    display: block;

    color: #758297;

    font-size: 10px;
}

.dashboard-alert small {
    display: block;

    color: #9ba6b4;

    font-size: 10px;
}


/* =========================================================
   BENEFITS
========================================================= */

.business-benefits-section {
    background: #ffffff;

    padding: 25px 0 27px;
}

.business-sub-heading {
    color: #173b6a;

    font-size: 20px;
    line-height: 1.3;

    font-weight: 700;

    margin: 0 0 16px;
}


/* BENEFIT GRID */

.business-benefits-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 13px;
}

.business-benefit {
    display: flex;
    align-items: flex-start;

    min-height: 68px;
}

.business-benefit-icon {
    width: 40px;
    min-width: 40px;

    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    margin-right: 10px;

    font-size: 16px;
}

.business-benefit-icon.blue {
    color: #3477c7;

    background: #f0f6ff;
}

.business-benefit-icon.green {
    color: #40a96e;

    background: #eff9f3;
}

.business-benefit h4 {
    color: #294461;

    font-size: 15px;
    line-height: 1.3;

    font-weight: 700;

    margin: 0 0 4px;
}

.business-benefit p {
    color: #68768a;

    font-size: 13px;
    line-height: 1.4;

    margin: 0;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.industries-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
}

.industry-box {
    min-height: 67px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #f9fbfd;

    border: 1px solid #e5ebf2;

    border-radius: 5px;

    color: #315a8c;

    transition: all .2s ease;
}

.industry-box:hover {
    background: #f1f7ff;

    transform: translateY(-2px);
}

.industry-box i {
    font-size: 18px;

    margin-bottom: 6px;
}

.industry-box span {
    color: #4e6076;

    font-size: 13px;

    text-align: center;
}


/* =========================================================
   CTA
========================================================= */

.tfs-business-cta {
    background: #ffffff;

    padding: 0 0 17px;
}

.business-cta-inner {
    min-height: 82px;

    display: flex;
    align-items: center;

    padding: 11px 20px;

    background: linear-gradient(
        100deg,
        #062e69,
        #073e83
    );

    border-radius: 6px;

    color: #ffffff;
}

.business-cta-icon {
    width: 57px;
    min-width: 57px;

    height: 57px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.3);

    border-radius: 50%;

    color: #ffffff;

    font-size: 25px;

    margin-right: 15px;
}

.business-cta-content {
    flex: 1;
}

.business-cta-content h2 {
    color: #ffffff;

    font-size: 17px;
    line-height: 1.3;

    font-weight: 700;

    margin: 0 0 4px;
}

.business-cta-content p {
    color: #dbe8f8;
    font-size: 12px;
    line-height: 1.4;
    max-width: 600px;
    margin: 0;
}

.business-cta-buttons {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-left: 20px;
}

.cta-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 35px;

    padding: 8px 14px;

    background: #40b36e;

    color: #ffffff;

    border-radius: 4px;

    font-size: 10px;
    font-weight: 600;
}

.cta-demo-btn:hover {
    color: #ffffff;

    background: #32965b;
}

.cta-team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 35px;

    padding: 8px 14px;

    background: transparent;

    color: #ffffff;

    border: 1px solid rgba(255,255,255,.6);

    border-radius: 4px;

    font-size: 10px;
    font-weight: 600;
}

.cta-team-btn:hover {
    color: #ffffff;

    background: rgba(255,255,255,.1);
}


/* =========================================================
   BOTTOM STATS
========================================================= */

.business-stats-section {
    background: #f8fafc;

    border-top: 1px solid #e8edf3;

    padding: 12px 0;
}

.business-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-stat {
    flex: 1;

    display: flex;
    align-items: center;

    padding: 0 18px;

    border-right: 1px solid #dfe5ed;
}

.business-stat:first-child {
    padding-left: 0;
}

.business-stat:last-child {
    border-right: 0;
}

.business-stat > i {
    color: #315f99;
    font-size: 25px;
    margin-right: 9px;
}

.business-stat strong {
    display: block;
    color: #1b3c68;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.business-stat span {
    display: block;
    color: #718096;
    font-size: 12px;
    margin-top: 2px;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .tfs-business-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .business-hero-content h1 {
        font-size: 38px;
    }

    .business-product-image {
        width: 455px;
    }

    .business-step-icon {
        width: 82px;
        height: 82px;
    }

    .business-step h3 {
        font-size: 15px;
    }

    .business-step p {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tfs-business-container {
        padding-left: 22px;
        padding-right: 22px;
    }


    /* HERO */

    .business-hero-content {
        padding: 35px 0 20px;
    }

    .business-hero-content h1 {
        font-size: 30px;
    }

    .business-hero-product {
        height: 310px;
    }

    .business-product-image {
        width: 370px;

        max-width: 75%;

        margin-right: 70px;
    }

    .business-product-points {
        width: 135px;
    }


    /* STEPS */

    .business-steps {
        flex-wrap: wrap;
    }

    .business-step {
        width: 30%;

        margin-bottom: 30px;
    }

    .business-step-arrow {
        display: none;
    }


    /* DASHBOARD */

    .dashboard-stat-row > div {
        margin-bottom: 10px;
    }

    .dashboard-main-row > div {
        margin-bottom: 12px;
    }


    /* BENEFITS */

    .business-benefits-section .col-lg-6 {
        margin-bottom: 30px;
    }


    /* CTA */

    .business-cta-inner {
        flex-wrap: wrap;
    }

    .business-cta-content {
        flex: 1;
    }

    .business-cta-buttons {
        width: 100%;

        margin: 12px 0 0 72px;
    }


    /* STATS */

    .business-stats-row {
        flex-wrap: wrap;
    }

    .business-stat {
        flex: 0 0 33.333%;

        margin-bottom: 15px;
    }

    .business-stat:nth-child(3) {
        border-right: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tfs-business-container {
        padding-left: 16px;
        padding-right: 16px;
    }


    /* HERO */

    .business-hero-content {
        padding: 30px 0 15px;
    }

    .business-hero-content h1 {
        font-size: 28px;
    }

    .business-hero-content p {
        font-size: 13px;
    }

    .hero-mini-features {
        flex-wrap: wrap;

        gap: 12px;
    }

    .business-hero-product {
        height: 300px;
    }

    .business-product-image {
        max-width: 73%;

        margin-right: 50px;
    }

    .business-product-points {
        width: 125px;

        right: 0;
    }

    .business-point-icon {
        width: 35px;
        min-width: 35px;

        height: 35px;

        font-size: 14px;
    }

    .business-product-point strong {
        font-size: 9px;
    }

    .business-product-point span {
        font-size: 8px;
    }


    /* SECTION */

    .business-section-heading h2 {
        font-size: 23px;
    }


    /* STEPS */

    .business-step {
        width: 50%;
    }

    .business-step-icon {
        width: 70px;
        height: 70px;

        font-size: 22px;
    }


    /* DASHBOARD */

    .dashboard-card {
        min-height: 75px;
    }

    .dashboard-panel {
        height: auto;

        min-height: 230px;
    }


    /* BENEFITS */

    .business-benefits-grid {
        grid-template-columns: 1fr;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* CTA */

    .business-cta-inner {
        padding: 15px;

        align-items: flex-start;
    }

    .business-cta-content h2 {
        font-size: 15px;
    }

    .business-cta-buttons {
        margin-left: 72px;

        flex-wrap: wrap;
    }


    /* STATS */

    .business-stat {
        flex: 0 0 50%;

        padding: 8px 10px;

        border-right: 0;

        border-bottom: 1px solid #e0e6ed;
    }

    .business-stat:first-child {
        padding-left: 10px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .business-hero-content h1 {
        font-size: 25px;
    }

    .business-label {
        font-size: 10px;
    }

    .business-hero-content p {
        font-size: 12px;
    }


    .business-hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .tfs-primary-btn,
    .tfs-outline-btn {
        width: 100%;
    }


    .business-product-points {
        transform: scale(.82);

        transform-origin: right center;
    }


    .business-step {
        width: 100%;

        margin-bottom: 32px;
    }


    .business-section-heading h2 {
        font-size: 21px;
    }


    .business-benefit h4 {
        font-size: 12px;
    }

    .business-benefit p {
        font-size: 10px;
    }


    .business-cta-buttons {
        width: 100%;

        margin-left: 0;
    }

    .cta-demo-btn,
    .cta-team-btn {
        flex: 1;

        text-align: center;
    }


    .business-stat {
        flex: 0 0 100%;
    }
}


/* =========================================================
   CONSUMER PAGE
   Reuses existing TrustForSure business classes
========================================================= */


/* =========================================================
   CONSUMER HERO
========================================================= */

.consumer-hero {
    background: linear-gradient(
        105deg,
        #f8fbfd 0%,
        #f1f6fb 55%,
        #e8f0f8 100%
    );
}

.consumer-hero .business-hero-content {
    padding-top: 30px;
    padding-bottom: 25px;
}

.consumer-hero .business-hero-content h1 {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 12px;
}

.consumer-hero .business-hero-content p {
    max-width: 460px;
    font-size: 12px;
    line-height: 1.55;
}

.consumer-hero .business-label {
    margin-bottom: 6px;
}


/* =========================================================
   CONSUMER PRODUCT
========================================================= */

.consumer-hero-product {
    height: 280px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.consumer-product-image {
    width: 455px;
    max-width: 78%;

    height: 275px;

    object-fit: contain;

    margin-right: 110px;
}

.consumer-product-points {
    position: absolute;

    right: 0;
    top: 38px;

    width: 160px;
}

.consumer-product-points .business-product-point {
    margin-bottom: 15px;
}


/* =========================================================
   CONSUMER HOW IT WORKS
========================================================= */

.consumer-how {
    padding-top: 20px;
    padding-bottom: 22px;
}

.consumer-how .business-section-heading {
    margin-bottom: 18px;
}

.consumer-how .business-section-heading h2 {
    font-size: 24px;
}

.consumer-how .business-section-heading p {
    font-size: 11px;
}

.consumer-steps {
    justify-content: center;
}

.consumer-steps .business-step {
    width: 16%;

    max-width: 165px;
}

.consumer-steps .business-step-icon {
    width: 72px;
    height: 72px;
    font-size: 40px;
    background: #f5f9fc;
}

.consumer-steps .business-step-number {
    width: 21px;
    height: 21px;

    font-size: 11px;
}

.consumer-steps .business-step h3 {
    font-size: 15px;
}

.consumer-steps .business-step p {
    font-size: 13px;
    line-height: 1.4;
}

.consumer-steps .business-step-arrow {
    width: 4%;

    padding-top: 58px;
}


/* =========================================================
   VERIFICATION RESULTS
========================================================= */

.verification-results-section {
    padding: 21px 0 24px;

    background: #f8fafc;

    border-top: 1px solid #edf1f5;
}

.verification-results-section .business-section-heading {
    margin-bottom: 15px;
}

.verification-results-section .business-section-heading h2 {
    font-size: 21px;
}

.verification-result-row {
    margin-left: -6px;
    margin-right: -6px;
}

.verification-result-row > div {
    padding-left: 6px;
    padding-right: 6px;
}


/* =========================================================
   VERIFICATION CARD
========================================================= */

.verification-card {
    background: #ffffff;

    border: 1px solid #dce5ed;

    border-radius: 6px;

    overflow: hidden;

    min-height: 185px;
}

.authentic-card {
    border-color: #a8d8b9;
}

.failed-card {
    border-color: #e3b7b5;
}


/* CARD HEADER */

.verification-card-header {
    height: 35px;

    display: flex;
    align-items: center;

    padding: 6px 12px;

    border-bottom: 1px solid #e8edf2;
}

.authentic-card .verification-card-header {
    color: #24945a;

    background: #f3fbf6;
}

.failed-card .verification-card-header {
    color: #d14c48;

    background: #fff7f6;
}

.verification-status-icon {
    font-size: 15px;

    margin-right: 7px;
}

.verification-card-header strong {
    font-size: 13px;

    letter-spacing: .2px;
}


/* CARD BODY */

.verification-card-body {
    display: flex;

    padding: 12px;
}

.verification-bottle {
    width: 105px;
    min-width: 105px;

    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.verification-bottle img {
    max-width: 95px;
    max-height: 125px;

    object-fit: contain;
}

.failed-bottle img {
    opacity: .75;
}


/* PRODUCT DETAILS */

.verification-details {
    flex: 1;

    padding-left: 5px;
}

.verification-details h3 {
    color: #29445f;

    font-size: 14px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 7px;
}

.product-detail-row {
    display: flex;
    justify-content: space-between;

    gap: 10px;

    padding: 2px 0;

    border-bottom: 1px solid #f1f3f6;
}

.product-detail-row span {
    color: #7a8796;

    font-size: 13px;
}

.product-detail-row strong {
    color: #435a72;

    font-size: 13px;

    font-weight: 600;
}


/* AUTHENTIC MESSAGE */

.authentic-message {
    display: flex;
    align-items: center;

    gap: 5px;

    margin-top: 7px;
    margin-bottom: 5px;

    padding: 5px 6px;

    background: #eff9f2;

    border-radius: 3px;

    color: #34905d;

    font-size: 13px;
    line-height: 1.3;
}

.authentic-message i {
    font-size: 13px;
}


/* VIEW DETAILS */

.view-details-btn {
    display: inline-block;

    padding: 4px 8px;

    background: #3ba86c;

    color: #ffffff;

    border-radius: 3px;

    font-size: 13px;
}

.view-details-btn:hover {
    color: #ffffff;
    background: #2f915a;
}


/* =========================================================
   FAILED CARD
========================================================= */

.failed-description {
    color: #697789;

    font-size: 13px;
    line-height: 1.35;

    margin: 0 0 5px;
}

.failed-list {
    list-style: none;

    padding: 0;
    margin: 4px 0 7px;
}

.failed-list li {
    color: #6c7785;

    font-size: 13px;

    line-height: 1.55;
}

.failed-list i {
    color: #db625d;

    font-size: 5px;

    vertical-align: middle;

    margin-right: 4px;
}


/* REPORT */

.report-product-btn {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    background: #d44f4a;

    color: #ffffff;

    border-radius: 3px;

    font-size: 13px;
}

.report-product-btn:hover {
    color: #ffffff;
    background: #b83e39;
}


/* =========================================================
   WHY IT MATTERS
========================================================= */

.consumer-benefits-section {
    padding: 20px 0 20px;

    background: #ffffff;
}

.consumer-benefits-section .business-section-heading {
    margin-bottom: 15px;
}

.consumer-benefits-section .business-section-heading h2 {
    font-size: 21px;
}

.consumer-benefits-grid {
    display: grid;
 
    grid-template-columns: repeat(4, 1fr);

    gap: 9px;
}

.consumer-benefit {
    min-height: 66px;

    padding: 9px 8px;

    background: #ffffff;

    border: 1px solid #e6ebf0;

    border-radius: 5px;

    box-shadow: 0 2px 7px rgba(20, 50, 80, .035);
}

.consumer-benefit .business-benefit-icon {
    width: 34px;
    min-width: 34px;

    height: 34px;

    font-size: 14px;

    margin-right: 7px;
}

.consumer-benefit h4 {
    font-size: 14px;

    margin-bottom: 3px;
}

.consumer-benefit p {
    font-size: 13px;

    line-height: 1.35;
}


/* EXTRA ICON COLORS */

.business-benefit-icon.orange {
    color: #df8a35;
    background: #fff7ed;
}

.business-benefit-icon.purple {
    color: #7562a9;
    background: #f5f1fb;
}


/* =========================================================
   APP STRIP
========================================================= */

.verification-app-strip {
    padding: 0 0 13px;

    background: #ffffff;
}

.app-strip-inner {
    min-height: 65px;

    display: flex;
    align-items: center;

    padding: 8px 15px;

    background: linear-gradient(
        100deg,
        #eff5fc,
        #e8f1fb
    );

    border: 1px solid #dfe8f2;

    border-radius: 5px;
}


/* PHONE */

.app-strip-phone {
    width: 43px;
    min-width: 43px;

    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #07366f;

    color: #ffffff;

    border-radius: 5px;

    font-size: 21px;

    margin-right: 12px;
}


/* CONTENT */

.app-strip-content {
    flex: 1;
}

.app-strip-content h3 {
    color: #294b73;

    font-size: 15px;

    font-weight: 700;

    margin: 0 0 3px;
}

.app-strip-content p {
    color: #65768b;

    font-size: 13px;
    line-height: 1.35;

    margin: 0;

    max-width: 260px;
}


/* STORE BUTTONS */

.app-store-buttons {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-right: 18px;
}

.store-button {
    min-width: 95px;

    height: 30px;

    display: flex;
    align-items: center;

    padding: 4px 7px;

    background: #050505;

    border-radius: 4px;

    color: #ffffff;
}

.store-button:hover {
    color: #ffffff;
}

.store-button > i {
    font-size: 15px;

    margin-right: 6px;
}

.store-button span {
    display: flex;
    flex-direction: column;

    font-size: 8px;
    line-height: 1.05;
}

.store-button small {
    font-size: 5px;

    opacity: .8;

    margin-bottom: 2px;
}


/* APP POINTS */

.app-strip-points {
    display: flex;
    align-items: center;

    gap: 13px;
}

.app-strip-points div {
    display: flex;
    align-items: center;

    color: #5e7187;

    font-size: 12px;
}

.app-strip-points i {
    color: #3574b6;

    font-size: 11px;

    margin-right: 4px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.consumer-final-cta {
    padding: 0 0 12px;

    background: #ffffff;
}

.consumer-final-inner {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 7px 15px;

    background: #063574;

    border-radius: 4px;

    color: #ffffff;
}

.consumer-final-inner h2 {
    color: #ffffff;

    font-size: 14px;
    line-height: 1.2;

    margin: 0 0 2px;
}

.consumer-final-inner p {
    color: #d8e6f7;

    font-size: 11px;

    margin: 0;
}

.consumer-download-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    background: #35ad68;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.consumer-download-btn:hover {
    color: #ffffff;

    background: #2d9659;
}

.consumer-download-btn i {
    margin-right: 5px;
}


/* =========================================================
   CONSUMER STATS
========================================================= */

.consumer-stats {
    padding-top: 8px;
    padding-bottom: 8px;
}



/* =========================================================
   1200+ DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .consumer-hero .business-hero-content h1 {
        font-size: 38px;
    }

    .consumer-hero-product {
        height: 300px;
    }

    .consumer-product-image {
        width: 490px;
        height: 295px;
    }

    .consumer-product-points {
        width: 175px;
    }

    .consumer-steps .business-step-icon {
        width: 78px;
        height: 78px;
    }

    .verification-card {
        min-height: 200px;
    }

    .verification-bottle {
        width: 115px;
        min-width: 115px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .consumer-hero .business-hero-content h1 {
        font-size: 30px;
    }

    .consumer-hero-product {
        height: 290px;
    }

    .consumer-product-image {
        width: 380px;

        max-width: 75%;

        margin-right: 70px;
    }

    .consumer-product-points {
        width: 135px;
    }


    .consumer-steps {
        flex-wrap: wrap;
    }

    .consumer-steps .business-step {
        width: 30%;

        max-width: none;

        margin-bottom: 25px;
    }

    .consumer-steps .business-step-arrow {
        display: none;
    }


    .verification-result-row > div {
        margin-bottom: 12px;
    }


    .consumer-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .app-strip-inner {
        flex-wrap: wrap;
    }

    .app-strip-content {
        min-width: 220px;
    }

    .app-strip-points {
        width: 100%;

        margin-top: 7px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .consumer-hero .business-hero-content {
        padding-top: 25px;
    }

    .consumer-hero .business-hero-content h1 {
        font-size: 28px;
    }


    .consumer-hero-product {
        height: 285px;
    }

    .consumer-product-image {
        max-width: 72%;

        margin-right: 55px;
    }

    .consumer-product-points {
        width: 125px;

        transform: scale(.9);

        transform-origin: right center;
    }


    .consumer-steps .business-step {
        width: 50%;
    }


    .consumer-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }


    .verification-card-body {
        padding: 10px;
    }

    .verification-bottle {
        width: 85px;
        min-width: 85px;
    }

    .verification-bottle img {
        max-width: 75px;
    }


    .app-strip-inner {
        align-items: flex-start;
    }

    .app-strip-phone {
        width: 38px;
        min-width: 38px;

        height: 48px;
    }

    .app-strip-content {
        min-width: 0;
    }

    .app-store-buttons {
        width: 100%;

        margin: 8px 0 0 50px;
    }

    .app-strip-points {
        width: 100%;

        margin-left: 50px;

        flex-wrap: wrap;
    }


    .consumer-final-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 8px;
    }

    .consumer-download-btn {
        width: 100%;

        justify-content: center;
    }


    .consumer-stats .business-stats-row {
        flex-wrap: wrap;
    }

    .consumer-stats .business-stat {
        flex: 0 0 50%;

        border-right: 0;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .consumer-hero .business-hero-content h1 {
        font-size: 25px;
    }

    .consumer-hero .business-hero-content p {
        font-size: 12px;
    }


    .consumer-product-points {
        transform: scale(.78);
    }


    .consumer-steps .business-step {
        width: 100%;
    }


    .consumer-benefits-grid {
        grid-template-columns: 1fr;
    }


    .verification-card-body {
        flex-direction: column;
    }

    .verification-bottle {
        width: 100%;
        height: 100px;
    }

    .verification-details {
        padding-left: 0;
    }


    .app-store-buttons {
        margin-left: 0;
    }

    .app-strip-points {
        margin-left: 0;
    }


    .consumer-stats .business-stat {
        flex: 0 0 100%;
    }
}

/* =========================================================
   TRUSTFORSURE TECHNOLOGY PAGE
   HEADER NOT INCLUDED
========================================================= */

.tfs-technology-page {
    width: 100%;
    overflow: hidden;

    font-family: Arial, Helvetica, sans-serif;

    color: #142f52;
    background: #ffffff;
}

.tfs-technology-page *,
.tfs-technology-page *::before,
.tfs-technology-page *::after {
    box-sizing: border-box;
}

.tfs-technology-page .tfs-business-container {
    max-width: 1400px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 38px;
    padding-right: 38px;
}


/* =========================================================
   COMMON SECTION LABEL
========================================================= */

.tfs-technology-page .business-section-label {
    color: #329b5b;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .25px;

    margin-bottom: 7px;
}


/* =========================================================
   TECHNOLOGY HERO
========================================================= */

.technology-hero {
    position: relative;

    min-height: 400px;

    background:
        radial-gradient(
            circle at 70% 75%,
            rgba(20, 91, 150, .38),
            transparent 35%
        ),
        radial-gradient(
            circle at 95% 10%,
            rgba(14, 89, 160, .25),
            transparent 25%
        ),
        linear-gradient(
            115deg,
            #020e23 0%,
            #031b3b 48%,
            #062d5a 100%
        );

    color: #ffffff;

    overflow: hidden;
}

.technology-hero::after {
    content: "";

    position: absolute;

    left: 45%;
    right: 0;
    bottom: 0;

    height: 125px;

    opacity: .4;

    background-image:
        linear-gradient(
            rgba(33, 142, 220, .18) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(33, 142, 220, .18) 1px,
            transparent 1px
        );

    background-size: 35px 35px;

    transform: perspective(250px) rotateX(55deg);

    transform-origin: bottom;

    pointer-events: none;
}

.technology-hero .row {
    min-height: 400px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.technology-hero-content {
    position: relative;

    z-index: 3;

    padding-top: 45px;
    padding-bottom: 35px;
}

.technology-hero-content .business-section-label {
    color: #39a95f;

    font-size: 13px;

    margin-bottom: 9px;
}

.technology-hero-content h1 {
    color: #ffffff;

    font-size: 38px;
    line-height: 1.13;

    font-weight: 700;

    margin: 0 0 16px;
}

.technology-hero-content > p {
    max-width: 510px;

    color: #e2ebf6;

    font-size: 13px;
    line-height: 1.65;

    margin: 0;
}


/* =========================================================
   HERO MINI FEATURES
========================================================= */

.technology-hero-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;

    max-width: 570px;

    margin-top: 30px;
}

.technology-mini-feature {
    text-align: center;

    border-right: 1px solid rgba(255,255,255,.13);
}

.technology-mini-feature:last-child {
    border-right: none;
}

.technology-mini-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 8px;

    border-radius: 50%;

    color: #31d878;

    border: 1px solid #1da45b;

    background: rgba(0, 70, 120, .35);

    font-size: 18px;
}

.technology-mini-feature h3 {
    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    margin: 0 0 5px;
}

.technology-mini-feature p {
    color: #d1dcea;

    font-size: 10px;
    line-height: 1.45;

    margin: 0;
}


/* =========================================================
   TECHNOLOGY VISUAL
========================================================= */

.technology-visual {
    position: relative;

    min-height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 4;
}


/* =========================================================
   FEATURE COLUMNS
========================================================= */

.technology-feature-column {
    position: absolute;

    width: 145px;

    z-index: 6;
}

.technology-left-features {
    left: 0;
    top: 65px;
}

.technology-right-features {
    right: 0;
    top: 65px;
}

.technology-feature-box {
    min-height: 62px;

    display: flex;
    align-items: center;

    padding: 8px 10px;

    margin-bottom: 19px;

    border: 1px solid rgba(117, 181, 232, .35);

    background: rgba(1, 27, 57, .72);

    border-radius: 10px;

    color: #ffffff;

    backdrop-filter: blur(4px);
}

.technology-feature-icon {
    width: 34px;
    min-width: 34px;

    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 8px;

    color: #2ce278;

    font-size: 19px;
}

.technology-feature-box strong {
    display: block;

    color: #ffffff;

    font-size: 11px;
    line-height: 1.3;

    font-weight: 600;
}

.technology-feature-box span {
    display: block;

    color: #ffffff;

    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
   PRODUCT
========================================================= */

.technology-product {
    position: relative;

    width: 270px;
    height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 5;
}

.technology-product img {
    position: relative;

    width: 220px;
    height: 315px;

    object-fit: contain;

    z-index: 3;
}

.technology-product-glow {
    position: absolute;

    width: 270px;
    height: 270px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(0, 173, 255, .22),
        rgba(0, 100, 200, .08) 40%,
        transparent 70%
    );

    filter: blur(3px);
}

.technology-product-platform {
    position: absolute;

    left: 50%;
    bottom: 5px;

    width: 245px;
    height: 45px;

    transform: translateX(-50%);

    border: 3px solid #1ca9ff;

    border-radius: 50%;

    box-shadow:
        0 0 12px rgba(0, 170, 255, .8),
        0 0 28px rgba(0, 150, 255, .45);

    z-index: 2;
}

.technology-product-platform::before {
    content: "";

    position: absolute;

    left: 15px;
    right: 15px;
    top: 6px;

    height: 25px;

    border-radius: 50%;

    border: 2px solid rgba(52, 194, 255, .6);
}

.technology-product-platform span {
    display: block;
}


/* =========================================================
   HOW TECHNOLOGY WORKS
========================================================= */

.technology-how-section {
    padding-top: 30px;
    padding-bottom: 35px;

    background: #ffffff;
}

.technology-how-section .business-section-heading {
    text-align: center;

    margin-bottom: 30px;
}

.technology-how-section .business-section-heading h2 {
    color: #142f52;

    font-size: 21px;

    margin: 0;
}

.technology-workflow {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
}

.technology-work-step {
    width: 17%;

    max-width: 190px;

    position: relative;

    text-align: center;
}

.technology-step-number {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto -1px;

    position: relative;
    z-index: 2;

    border-radius: 50%;

    background: #269b59;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
}

.technology-step-icon {
    width: 84px;
    height: 84px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 13px;

    border-radius: 50%;

    border: 1px solid #dce5ec;

    background: #f8fafc;

    color: #183a68;

    font-size: 29px;

    box-shadow:
        inset 0 0 0 5px #ffffff,
        0 2px 8px rgba(20,50,80,.04);
}

.technology-work-step h3 {
    color: #1b3d67;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 8px;
}

.technology-work-step p {
    max-width: 175px;

    margin: 0 auto;

    color: #617184;

    font-size: 13px;
    line-height: 1.55;
}

.technology-work-arrow {
    width: 5%;

    padding-top: 62px;

    color: #72869a;

    font-size: 18px;

    text-align: center;
}


/* =========================================================
   TECHNOLOGY FEATURES
========================================================= */

.technology-features-section {
    padding-top: 0;
    padding-bottom: 30px;

    background: #ffffff;
}

.technology-features-section .business-section-heading {
    text-align: center;
    padding-top: 5px;

    margin-bottom: 18px;
}

.technology-features-section .business-section-heading::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin: 5px auto 0;

    background: #29965a;
}

.technology-feature-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
}

.technology-feature-card {
    min-height: 225px;

    padding: 20px 17px;

    text-align: center;

    border-right: 1px solid #e1e7ec;
}

.technology-feature-card:last-child {
    border-right: none;
}

.technology-card-icon {
    position: relative;

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 14px;

    border-radius: 50%;

    color: #163967;

    background: #f8fafc;

    border: 1px solid #e0e7ee;

    font-size: 31px;
}

.technology-card-icon > span {
    position: absolute;

    right: 8px;
    bottom: 8px;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #35a968;

    color: #ffffff;

    border-radius: 50%;

    font-size: 9px;
}

.technology-feature-card h3 {
    color: #1b3b62;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 9px;
}

.technology-feature-card p {
    color: #66778a;

    font-size: 13px;
    line-height: 1.55;

    margin: 0;
}


/* =========================================================
   SECURITY & PRIVACY
========================================================= */

.technology-security-section {
    padding-top: 0;
    padding-bottom: 20px;
}

.technology-security-box {
    min-height: 150px;

    display: flex;
    align-items: center;

    padding: 20px 30px;

    border-radius: 8px;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(23, 101, 164, .35),
            transparent 25%
        ),
        linear-gradient(
            105deg,
            #031d41,
            #062d5c
        );

    color: #ffffff;

    overflow: hidden;
}


/* SECURITY VISUAL */

.security-visual {
    width: 220px;
    min-width: 220px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.security-shield {
    position: relative;

    color: #53bce9;

    font-size: 95px;

    text-shadow:
        0 0 15px rgba(28, 170, 255, .45);
}

.security-shield span {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -48%);

    color: #ffffff;

    font-size: 28px;
}


/* SECURITY CONTENT */

.security-content {
    flex: 1;
}

.security-content .business-section-label {
    color: #ffffff;

    font-size: 15px;

    margin-bottom: 14px;
}

.security-list-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.security-list > div {
    display: flex;
    align-items: flex-start;

    margin-bottom: 10px;

    color: #ffffff;

    font-size: 13px;
    line-height: 1.4;
}

.security-list i {
    color: #3ee879;

    margin-right: 7px;

    font-size: 14px;

    margin-top: 1px;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.technology-industries-section {
    padding-top: 2px;
    padding-bottom: 25px;
}

.technology-industries-section .business-section-heading {
    margin-bottom: 13px;
}

.technology-industries-section .business-section-label {
    color: #15385f;

    font-size: 15px;
}

.technology-industries-section .business-section-heading::after {
    content: "";

    display: block;

    width: 30px;
    height: 2px;

    margin: 5px auto 0;

    background: #32965a;
}

.technology-industries-row {
    display: flex;
    align-items: stretch;

    border-top: 1px solid #dce3e9;
    border-bottom: 1px solid #dce3e9;
}

.technology-industry-item {
    flex: 1;

    min-height: 75px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 10px 6px;

    border-right: 1px solid #dce3e9;

    text-align: center;
}

.technology-industry-item:last-child {
    border-right: none;
}

.technology-industry-item i {
    color: #183b67;

    font-size: 25px;

    margin-bottom: 8px;
}

.technology-industry-item span {
    color: #344e6c;

    font-size: 13px;
    line-height: 1.25;
}

.technology-industry-item.more-industry i {
    font-size: 23px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.technology-final-section {
    padding-bottom: 15px;
}

.technology-final-box {
    min-height: 120px;

    display: flex;
    align-items: center;

    padding: 10px 45px;

    border-radius: 8px;

    background: linear-gradient(
        100deg,
        #edf7f5,
        #f4f8f8
    );

    border: 1px solid #e2e9e8;
}


/* PHONE */

.technology-final-phone {
    width: 120px;
    min-width: 120px;

    height: 120px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    margin-right: 30px;
}

.technology-final-phone img {
    width: 82px;
    height: 115px;

    object-fit: contain;
}


/* TEXT */

.technology-final-content {
    flex: 1;
}

.technology-final-content h2 {
    color: #173c67;

    font-size: 20px;
    line-height: 1.25;

    font-weight: 700;

    margin: 0 0 7px;
}

.technology-final-content p {
    max-width: 410px;

    color: #5e7082;

    font-size: 12px;
    line-height: 1.5;

    margin: 0;
}


/* BUTTONS */

.technology-final-buttons {
    display: flex;
    align-items: center;

    gap: 15px;
}

.technology-demo-btn,
.technology-expert-btn {
    min-width: 145px;

    min-height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 15px;

    border-radius: 5px;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;
}

.technology-demo-btn {
    color: #ffffff;

    background: #2ca55f;

    border: 1px solid #2ca55f;
}

.technology-demo-btn:hover {
    color: #ffffff;

    background: #238b50;
}

.technology-expert-btn {
    color: #203f62;

    background: #ffffff;

    border: 1px solid #8ca0b3;
}

.technology-expert-btn:hover {
    color: #173b63;

    background: #f6f9fb;
}

.technology-demo-btn i,
.technology-expert-btn i {
    margin-right: 7px;

    font-size: 14px;
}


/* =========================================================
   STATS
========================================================= */

.technology-stats-section {
    padding-bottom: 10px;
}

.technology-stats-row {
    display: flex;

    border-radius: 7px;

    background: #f6f8fa;

    border: 1px solid #e7ebef;
}

.technology-stat {
    flex: 1;

    min-height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    border-right: 1px solid #dfe5ea;
}

.technology-stat:last-child {
    border-right: none;
}

.technology-stat > i {
    color: #173c69;

    font-size: 22px;
}

.technology-stat strong {
    display: block;

    color: #233f60;

    font-size: 14px;
    line-height: 1.2;
}

.technology-stat span {
    display: block;

    color: #68798a;

    font-size: 9px;
    line-height: 1.3;
}


/* =========================================================
   DESKTOP LARGE
========================================================= */

@media (min-width: 1200px) {

    .technology-hero {
        min-height: 410px;
    }

    .technology-hero .row {
        min-height: 410px;
    }

    .technology-hero-content h1 {
        font-size: 40px;
    }

    .technology-visual {
        min-height: 410px;
    }

    .technology-product {
        height: 370px;
    }

    .technology-product img {
        width: 235px;
        height: 335px;
    }

    .technology-feature-column {
        width: 155px;
    }

    .technology-left-features {
        left: 10px;
    }

    .technology-right-features {
        right: 10px;
    }

    .technology-feature-box {
        min-height: 66px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tfs-technology-page .tfs-business-container {
        padding-left: 25px;
        padding-right: 25px;
    }


    /* HERO */

    .technology-hero {
        min-height: auto;
    }

    .technology-hero .row {
        min-height: auto;
    }

    .technology-hero-content {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .technology-hero-content h1 {
        font-size: 32px;
    }

    .technology-hero-content > p {
        font-size: 13px;
    }


    .technology-visual {
        min-height: 350px;
    }

    .technology-product {
        width: 220px;
        height: 330px;
    }

    .technology-product img {
        width: 190px;
        height: 300px;
    }

    .technology-product-platform {
        width: 205px;
    }

    .technology-feature-column {
        width: 130px;
    }

    .technology-feature-box {
        min-height: 58px;

        padding: 7px;
    }

    .technology-feature-icon {
        width: 28px;
        min-width: 28px;

        font-size: 16px;
    }

    .technology-feature-box strong,
    .technology-feature-box span {
        font-size: 9px;
    }


    /* WORKFLOW */

    .technology-work-step {
        width: 18%;
    }

    .technology-step-icon {
        width: 70px;
        height: 70px;

        font-size: 24px;
    }

    .technology-work-step h3 {
        font-size: 12px;
    }

    .technology-work-step p {
        font-size: 10px;
    }


    /* FEATURES */

    .technology-feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .technology-feature-card {
        border-bottom: 1px solid #e1e7ec;
    }


    /* SECURITY */

    .security-visual {
        width: 150px;
        min-width: 150px;
    }

    .security-shield {
        font-size: 75px;
    }

    .security-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* FINAL */

    .technology-final-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .technology-final-phone {
        width: 90px;
        min-width: 90px;

        margin-right: 15px;
    }

    .technology-final-buttons {
        flex-direction: column;

        gap: 8px;
    }

    .technology-demo-btn,
    .technology-expert-btn {
        min-width: 130px;
    }


    /* INDUSTRIES */

    .technology-industries-row {
        flex-wrap: wrap;
    }

    .technology-industry-item {
        flex: 0 0 20%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tfs-technology-page .tfs-business-container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* HERO */

    .technology-hero-content {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .technology-hero-content h1 {
        font-size: 30px;
    }

    .technology-hero-content > p {
        font-size: 13px;
    }

    .technology-hero-features {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;

        margin-top: 22px;
    }

    .technology-mini-feature {
        border-right: none;
    }


    /* PRODUCT */

    .technology-visual {
        min-height: 340px;
    }

    .technology-product {
        width: 210px;
    }

    .technology-feature-column {
        width: 105px;
    }

    .technology-left-features {
        left: 0;
    }

    .technology-right-features {
        right: 0;
    }

    .technology-feature-box {
        padding: 6px;

        margin-bottom: 12px;
    }

    .technology-feature-icon {
        width: 25px;
        min-width: 25px;

        margin-right: 4px;

        font-size: 14px;
    }

    .technology-feature-box strong,
    .technology-feature-box span {
        font-size: 8px;
    }


    /* WORKFLOW */

    .technology-workflow {
        flex-wrap: wrap;
    }

    .technology-work-step {
        width: 50%;

        max-width: none;

        margin-bottom: 30px;
    }

    .technology-work-arrow {
        display: none;
    }


    /* FEATURES */

    .technology-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technology-feature-card {
        min-height: 220px;

        padding: 18px 12px;
    }


    /* SECURITY */

    .technology-security-box {
        flex-direction: column;

        align-items: flex-start;

        padding: 20px;
    }

    .security-visual {
        width: 100%;
        min-width: 0;

        margin-bottom: 10px;
    }

    .security-list-grid {
        grid-template-columns: 1fr;
    }


    /* INDUSTRIES */

    .technology-industry-item {
        flex: 0 0 33.333%;
    }


    /* CTA */

    .technology-final-box {
        flex-wrap: wrap;

        padding: 18px;
    }

    .technology-final-phone {
        width: 75px;
        min-width: 75px;

        height: 100px;
    }

    .technology-final-phone img {
        width: 65px;
        height: 95px;
    }

    .technology-final-content {
        width: calc(100% - 90px);
    }

    .technology-final-content h2 {
        font-size: 17px;
    }

    .technology-final-content p {
        font-size: 11px;
    }

    .technology-final-buttons {
        width: 100%;

        flex-direction: row;

        margin-top: 12px;
    }

    .technology-demo-btn,
    .technology-expert-btn {
        flex: 1;

        min-width: 0;
    }


    /* STATS */

    .technology-stats-row {
        flex-wrap: wrap;
    }

    .technology-stat {
        flex: 0 0 50%;

        border-bottom: 1px solid #dfe5ea;
    }

    .technology-stat:nth-child(2n) {
        border-right: none;
    }

    .technology-stat > i {
        font-size: 18px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .technology-hero-content h1 {
        font-size: 27px;
    }

    .technology-hero-content > p {
        font-size: 12px;
    }

    .technology-hero-features {
        gap: 10px;
    }

    .technology-mini-feature p {
        font-size: 9px;
    }


    .technology-visual {
        min-height: 300px;
    }

    .technology-product {
        width: 175px;
        height: 290px;
    }

    .technology-product img {
        width: 155px;
        height: 260px;
    }

    .technology-product-platform {
        width: 170px;
    }

    .technology-feature-column {
        width: 85px;
    }

    .technology-feature-box {
        min-height: 50px;

        margin-bottom: 9px;
    }

    .technology-feature-icon {
        display: none;
    }

    .technology-feature-box strong,
    .technology-feature-box span {
        font-size: 7px;
    }


    .technology-feature-grid {
        grid-template-columns: 1fr;
    }

    .technology-feature-card {
        min-height: auto;

        border-right: none;
    }


    .technology-industry-item {
        flex: 0 0 50%;
    }


    .technology-final-content {
        width: 100%;

        margin-top: 10px;
    }

    .technology-final-phone {
        margin: 0 auto;
    }

    .technology-final-buttons {
        flex-direction: column;
    }

    .technology-demo-btn,
    .technology-expert-btn {
        width: 100%;
    }


    .technology-stat {
        flex: 0 0 100%;

        border-right: none !important;
    }
}


/* =========================================================
   TRUSTFORSURE - ABOUT US PAGE
   Bootstrap 4.4.1 + Font Awesome 6.5.0
========================================================= */

:root {
    --navy: #08275c;
    --dark-blue: #031d49;
    --green: #209447;
    --light-green: #eaf7ee;
    --text: #071b3d;
    --muted: #4e5c70;
    --border: #e1e6ec;
    --light-bg: #f7f9fb;
}


/* ================= GENERAL ================= */

.about-hero,
.mission-section,
.story-section,
.about-stats,
.leadership-section,
.brands-section,
.about-cta-section {
    font-family: Arial, Helvetica, sans-serif;
}

.about-hero p,
.mission-section p,
.story-section p,
.leadership-section p,
.about-cta-section p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--text);
}

.section-label {
    display: block;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 10px;
}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {
    background: #f6f9fd;
    min-height: 440px;
}

.about-hero-content {
    padding: 55px 35px 35px 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.about-hero-content h1 {
    color: var(--navy);
    font-size: 37px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 13px;
}

.about-hero-content p {
    max-width: 570px;
    margin-bottom: 11px;
}

.about-hero-image {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    padding: 0;
}
.about-hero-image > img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
    display: block;
}


/* HERO FEATURE ICONS */

.about-hero-features {
    display: flex;
    align-items: stretch;
    margin-top: 18px;
    max-width: 610px;
}

.about-feature {
    width: 25%;
    text-align: center;
    border-right: 1px solid #dce2e8;
    padding: 0 10px;
}

.about-feature:first-child {
    padding-left: 0;
}

.about-feature:last-child {
    border-right: 0;
}

.about-feature i {
    display: block;
    font-size: 24px;
    color: var(--green);
    margin-bottom: 8px;
}

.about-feature span {
    font-size: 11px;
    line-height: 1.4;
    color: var(--text);
    display: block;
}


/* PURPOSE CARD */

.purpose-card {
    position: absolute;
    right: 25px;
    bottom: 18px;
    width: 400px;
    min-height: 125px;
    background: var(--navy);
    color: #fff;
    border-radius: 9px;
    padding: 20px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
}

.purpose-card h3 {
    color: #21a650;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
}

.purpose-card p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0;
}

.purpose-icon {
    position: absolute;
    right: 22px;
    top: 38px;
    font-size: 58px;
    opacity: .16;
}


/* =========================================================
   MISSION / VISION / VALUES
========================================================= */

.mission-section {
    padding: 25px 32px 12px;
    background: #fff;
}

.mission-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf0f3;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
    display: flex;
    padding: 25px 20px;
}

.mission-column {
    width: 33.333%;
    display: flex;
    padding: 0 22px;
    border-right: 1px solid #e2e6ea;
}

.mission-column:last-child {
    border-right: none;
}

.mission-icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #eaf7ee;
    color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.mission-icon i {
    font-size: 28px;
}

.mission-column h3 {
    font-size: 16px;
    color: var(--green);
    margin: 8px 0 10px;
    font-weight: 700;
}

.mission-column p {
    margin: 0;
    font-size: 13px;
}

.values-column ul {
    list-style: none;
    padding: 0;
    margin: 7px 0 0;
}

.values-column li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    font-size: 13px;
    color: var(--text);
}

.values-column li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--green);
}


/* =========================================================
   OUR STORY
========================================================= */

.story-section {
    padding: 20px 45px 30px;
    background: #fff;
}

.story-intro {
    padding-right: 35px;
}

.story-intro h2 {
    color: var(--navy);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px;
}

.story-intro p {
    margin-bottom: 12px;
}

.signature {
    margin-top: 18px;
    text-align: left;
}

.signature span {
    display: block;
    font-family: cursive;
    font-size: 23px;
    font-style: italic;
    color: #132c56;
}

.signature small {
    font-size: 12px;
    color: var(--text);
    margin-left: 20px;
}


/* TIMELINE */

.story-timeline {
    position: relative;
    padding: 15px 10px 0;
}

.timeline-line {
    position: absolute;
    height: 1px;
    background: #8b949d;
    left: 7%;
    right: 4%;
    top: 94px;
}

.timeline-items {
    display: flex;
    position: relative;
    z-index: 2;
}

.timeline-item {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.timeline-icon {
    width: 80px;
    height: 80px;
    background: #eaf7ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    color: var(--green);
    border: 8px solid #f4faf6;
}

.timeline-icon i {
    font-size: 31px;
}

.timeline-year {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.timeline-item h3 {
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.timeline-item p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}


/* =========================================================
   STATS
========================================================= */

.about-stats {
    padding: 8px 35px 25px;
}

.stats-box {
    background: var(--navy);
    border-radius: 9px;
    display: flex;
    min-height: 92px;
    align-items: center;
    padding: 10px 20px;
}

.stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item > i {
    font-size: 32px;
    color: #fff;
    margin-right: 14px;
}

.stat-item strong {
    display: block;
    color: #20a64e;
    font-size: 22px;
    line-height: 1.1;
}

.stat-item span {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}


/* =========================================================
   LEADERSHIP
========================================================= */

.leadership-section {
    padding: 5px 35px 28px;
    background: #f8fafc;
}

.section-heading-center {
    text-align: center;
    margin-bottom: 20px;
}

.section-heading-center .section-label {
    margin-bottom: 5px;
}

.section-heading-center h2 {
    color: var(--navy);
    font-size: 21px;
    margin: 0;
    font-weight: 700;
}

.leadership-row {
    margin-left: -7px;
    margin-right: -7px;
}

.leadership-row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.leader-card {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 9px;
    padding: 14px;
    min-height: 170px;
    display: flex;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .035);
}

.leader-image {
    min-width: 85px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    background: #edf0f3;
    margin-right: 12px;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-content {
    flex: 1;
}

.leader-content h3 {
    font-size: 14px;
    color: var(--navy);
    font-weight: 700;
    margin: 3px 0 3px;
}

.leader-content > span {
    color: var(--green);
    font-size: 11px;
    display: block;
    margin-bottom: 8px;
}

.leader-content p {
    font-size: 11px;
    line-height: 1.55;
    margin-bottom: 9px;
}

.linkedin {
    width: 17px;
    height: 17px;
    background: #0878b8;
    color: #fff !important;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}


/* =========================================================
   BRANDS
========================================================= */

.brands-section {
    background: #fff;
    padding: 15px 35px 25px;
}

.brands-section h2 {
    color: var(--navy);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.brands-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.brand-name {
    text-align: center;
    padding: 0 35px;
    border-right: 1px solid #d8dde3;
    color: #4c5360;
}

.brand-name:last-child {
    border-right: none;
}

.brand-name strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 1;
}

.brand-name span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 4px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.about-cta-section {
    padding: 0 35px 30px;
}

.about-cta {
    min-height: 100px;
    background: linear-gradient(90deg, #031a42, #092d67);
    border-radius: 9px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
}

.cta-shield {
    width: 125px;
    min-width: 125px;
    text-align: center;
}

.cta-shield i {
    font-size: 67px;
    color: #51a4e4;
    filter: drop-shadow(0 0 10px rgba(60, 180, 255, .3));
}

.cta-content {
    flex: 1;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
}

.cta-content p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    max-width: 620px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    padding-right: 20px;
}

.cta-buttons .btn {
    min-width: 130px;
    font-size: 12px;
    padding: 11px 17px;
    border-radius: 5px;
    font-weight: 600;
}

.cta-buttons .btn-success {
    background: #18a64a;
    border-color: #18a64a;
}

.cta-buttons .btn-outline-light {
    border-color: #fff;
    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .about-hero-content {
        padding-left: 30px;
    }

    .about-hero-content h1 {
        font-size: 32px;
    }

    .purpose-card {
        width: 360px;
    }

    .mission-column {
        padding: 0 13px;
    }

    .mission-icon {
        min-width: 55px;
        width: 55px;
        height: 55px;
    }

    .mission-icon i {
        font-size: 24px;
    }

    .stat-item {
        padding: 8px 12px;
    }

    .stat-item > i {
        font-size: 26px;
        margin-right: 9px;
    }

    .stat-item strong {
        font-size: 19px;
    }
}


@media (max-width: 991px) {

    .about-hero-content {
        padding: 40px 30px;
    }

    .about-hero-image {
        min-height: 400px;
    }

    .about-hero-image > img {
        min-height: 400px;
    }

    .mission-card {
        display: block;
    }

    .mission-column {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e2e6ea;
        padding: 20px 10px;
    }

    .mission-column:last-child {
        border-bottom: none;
    }

    .story-intro {
        padding-right: 15px;
        margin-bottom: 35px;
    }

    .timeline-item {
        padding: 0 8px;
    }

    .stats-box {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 0 0 33.333%;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .leader-card {
        margin-bottom: 15px;
    }

    .brands-row {
        flex-wrap: wrap;
    }

    .brand-name {
        margin-bottom: 20px;
    }

    .about-cta {
        flex-wrap: wrap;
    }

    .cta-content {
        padding: 15px;
    }

    .cta-buttons {
        padding: 10px 15px;
    }
}


@media (max-width: 767px) {

    .about-hero-content h1 {
        font-size: 29px;
    }

    .about-hero-features {
        flex-wrap: wrap;
    }

    .about-feature {
        width: 50%;
        margin-bottom: 20px;
    }

    .purpose-card {
        width: calc(100% - 30px);
        right: 15px;
    }

    .story-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .timeline-line {
        display: none;
    }

    .timeline-items {
        display: block;
    }

    .timeline-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .stats-box {
        display: block;
    }

    .stat-item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 14px;
    }

    .brands-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-name {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }

    .about-cta {
        text-align: center;
        justify-content: center;
    }

    .cta-shield {
        width: 100%;
    }

    .cta-content {
        width: 100%;
    }

    .cta-buttons {
        justify-content: center;
        width: 100%;
        padding-bottom: 20px;
    }
}


@media (max-width: 480px) {

    .about-hero-content {
        padding: 35px 20px;
    }

    .about-hero-content h1 {
        font-size: 27px;
    }

    .mission-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mission-column {
        display: block;
        text-align: center;
    }

    .mission-icon {
        margin: 0 auto 12px;
    }

    .story-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .leadership-section,
    .brands-section,
    .about-cta-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .leader-card {
        min-height: auto;
    }

    .purpose-card {
        position: absolute;
        bottom: 12px;
        padding: 17px;
    }

    .purpose-card p {
        font-size: 12px;
        max-width: 260px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons .btn {
        width: 100%;
    }
}


/* =========================================================
   CONTACT US PAGE
   Bootstrap 4.4.1
   Font Awesome 6.5.0
========================================================= */

:root {
    --navy: #08275c;
    --dark-blue: #031b45;
    --green: #159447;
    --light-green: #edf8f1;
    --text: #071b3d;
    --muted: #586579;
    --border: #dfe5eb;
    --light-bg: #f7f9fc;
}


/* =========================================================
   COMMON
========================================================= */

.contact-hero,
.contact-location-section,
.faq-cta-section,
.main-footer {
    font-family: Arial, Helvetica, sans-serif;
}

.section-label {
    display: block;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-hero p,
.contact-location-section p,
.faq-cta-section p,
.main-footer p {
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CONTACT HERO
========================================================= */

.contact-hero {
    background: #f7f9fc;
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
}

.contact-hero:after {
    content: "";
    position: absolute;
    width: 450px;
    height: 250px;
    right: -100px;
    bottom: -130px;
    border: 2px solid #dceee3;
    border-radius: 50%;
    opacity: .7;
}

.contact-intro {
    padding: 15px 20px 15px 15px;
}

.contact-intro h1 {
    color: var(--navy);
    font-size: 39px;
    line-height: 1.25;
    margin: 0 0 15px;
    font-weight: 700;
}

.contact-intro > p {
    color: var(--text);
    max-width: 400px;
    margin-bottom: 25px;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-details {
    margin-top: 10px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-detail-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green);
    font-size: 22px;
    margin-right: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
}

.contact-detail h4 {
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
}

.contact-detail span {
    display: block;
    color: var(--text);
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-card {
    background: #fff;
    border-radius: 10px;
    padding: 23px 20px 18px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .07);
    position: relative;
    z-index: 2;
}

.contact-form-card h2 {
    color: var(--navy);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 7px;
}

.form-subtitle {
    color: var(--text);
    font-size: 13px !important;
    margin-bottom: 17px;
}

.contact-form-card label {
    display: block;
    color: var(--text);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
}

.contact-form-card label span {
    color: #333;
}

.contact-form-card .form-group {
    margin-bottom: 17px;
}

.contact-form-card .form-control {
    height: 34px;
    border: 1px solid #dce1e6;
    border-radius: 5px;
    font-size: 11px;
    color: var(--text);
    padding: 7px 10px;
    box-shadow: none;
}

.contact-form-card textarea.form-control {
    height: 95px;
    resize: vertical;
    padding-top: 10px;
}

.contact-form-card .form-control::placeholder {
    color: #98a0aa;
}

.contact-form-card .form-control:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 2px rgba(21, 148, 71, .08);
}


/* =========================================================
   FORM BOTTOM
========================================================= */

.form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.send-message-btn {
    background: #159447;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 17px;
    cursor: pointer;
}

.send-message-btn i {
    margin-right: 7px;
}

.form-security {
    display: flex;
    align-items: center;
    color: var(--navy);
    font-size: 11px;
    font-weight: 600;
}

.form-security i {
    color: var(--navy);
    font-size: 17px;
    margin-right: 8px;
}


/* =========================================================
   LOCATIONS SECTION
========================================================= */

.contact-location-section {
    background: #fff;
    padding: 27px 42px 25px;
}

.contact-section-title {
    color: var(--navy);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 17px;
}

.office-column {
    padding-right: 35px;
    border-right: 1px solid #e0e5ea;
}

.map-column {
    padding: 0 28px;
    border-right: 1px solid #e0e5ea;
}

.message-column {
    padding-left: 30px;
}


/* =========================================================
   OFFICE
========================================================= */

.office-box {
    display: flex;
    align-items: flex-start;
}

.office-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green);
    font-size: 18px;
    margin-right: 12px;
}

.office-info h3 {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 7px;
}

.office-info p {
    color: var(--text);
    font-size: 11px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.office-info span {
    display: block;
    font-size: 10px;
    color: var(--text);
    line-height: 1.8;
}

.office-info span i {
    width: 16px;
    color: var(--navy);
    margin-right: 3px;
}

.office-divider {
    height: 1px;
    background: #e6e9ec;
    margin: 15px 0;
    width: 95%;
}


/* =========================================================
   MAP
========================================================= */

.map-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #dce1e6;
}

.map-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.direction-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 8px 17px;
    border: 1px solid var(--navy);
    color: var(--navy);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.direction-btn i {
    margin-right: 8px;
}


/* =========================================================
   MESSAGE AWAY
========================================================= */

.away-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.away-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: var(--light-green);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green);
    font-size: 18px;
    margin-right: 12px;
}

.away-item h3 {
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    margin: 4px 0 5px;
}

.away-item p {
    color: var(--text);
    font-size: 11px;
    line-height: 1.55;
    margin: 0;
}


/* =========================================================
   FAQ + CTA
========================================================= */

.faq-cta-section {
    padding: 0 32px 20px;
    background: #fff;
}

.faq-box {
    background: #f3f8f6;
    border-radius: 10px;
    padding: 20px 25px;
    height: 100%;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.faq-header h2 {
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.faq-header a {
    color: var(--green);
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}

.faq-header a i {
    margin-left: 4px;
}

.faq-item {
    min-height: 35px;
    background: #fff;
    border: 1px solid #e0e6e5;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item span {
    color: var(--text);
    font-size: 11px;
    font-weight: 600;
}

.faq-item i {
    color: var(--navy);
    font-size: 9px;
}


/* =========================================================
   DARK CTA
========================================================= */

.contact-cta {
    height: 100%;
    min-height: 200px;
    background: var(--navy);
    border-radius: 9px;
    padding: 25px;
    color: #fff;
}

.contact-cta h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 12px;
}

.contact-cta p {
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 17px;
}

.cta-demo-btn {
    display: inline-flex;
    align-items: center;
    background: #159447;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
}

.cta-demo-btn i {
    margin-right: 7px;
}


/* =========================================================
   FOOTER
========================================================= */

.main-footer {
    background: #031b45;
    color: #fff;
    padding: 27px 48px 0;
}

.footer-main {
    padding-bottom: 25px;
}


/* FOOTER BRAND */

.footer-brand {
    padding-right: 45px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-logo-icon {
    width: 42px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.footer-logo-icon i {
    color: #fff;
    font-size: 31px;
}

.footer-logo strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
}

.footer-logo span {
    display: block;
    color: #fff;
    font-size: 9px;
    margin-top: 4px;
}

.footer-brand > p {
    color: #fff;
    font-size: 11px;
    line-height: 1.7;
    max-width: 250px;
}


/* SOCIAL */

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 13px;
}

.footer-social a {
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}


/* FOOTER COLUMNS */

.footer-column {
    padding-left: 35px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.footer-column h3,
.footer-newsletter h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 2px 0 12px;
}

.footer-column h3:after,
.footer-newsletter h3:after {
    content: "";
    display: block;
    width: 115px;
    height: 1px;
    background: rgba(255,255,255,.18);
    margin-top: 8px;
}

.footer-column a {
    display: block;
    color: #fff !important;
    font-size: 11px;
    line-height: 1.9;
    text-decoration: none !important;
}


/* NEWSLETTER */

.footer-newsletter {
    padding-left: 35px;
}

.footer-newsletter p {
    color: #fff;
    font-size: 11px;
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 13px;
}

.newsletter-form {
    display: flex;
    max-width: 320px;
}

.newsletter-form input {
    height: 34px;
    flex: 1;
    border: 0;
    outline: none;
    border-radius: 4px 0 0 4px;
    padding: 8px 10px;
    font-size: 10px;
}

.newsletter-form button {
    width: 82px;
    border: 0;
    background: #159447;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.18);
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom span {
    color: #fff;
    font-size: 10px;
}

.footer-bottom i {
    color: #20a650;
    margin: 0 3px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .contact-intro h1 {
        font-size: 34px;
    }

    .contact-detail-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .office-column {
        padding-right: 20px;
    }

    .map-column {
        padding: 0 18px;
    }

    .message-column {
        padding-left: 20px;
    }

    .footer-brand {
        padding-right: 25px;
    }

    .footer-column {
        padding-left: 20px;
    }

    .footer-newsletter {
        padding-left: 20px;
    }
}


@media (max-width: 991px) {

    .contact-hero {
        padding: 35px 25px;
    }

    .contact-intro {
        margin-bottom: 30px;
    }

    .contact-form-card {
        margin-top: 10px;
    }

    .office-column,
    .map-column {
        border-right: 0;
        border-bottom: 1px solid #e0e5ea;
        padding: 0 0 25px;
        margin-bottom: 25px;
    }

    .map-column {
        padding-bottom: 25px;
    }

    .message-column {
        padding-left: 0;
    }

    .faq-box {
        margin-bottom: 20px;
    }

    .footer-brand,
    .footer-column {
        border-right: 0;
        margin-bottom: 25px;
    }

    .footer-newsletter {
        padding-left: 15px;
    }

    .footer-bottom {
        margin-top: 10px;
    }
}


@media (max-width: 767px) {

    .contact-hero {
        padding: 30px 18px;
    }

    .contact-intro {
        padding: 10px 5px;
    }

    .contact-intro h1 {
        font-size: 31px;
    }

    .contact-form-card {
        padding: 20px 15px;
    }

    .form-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-security {
        margin-top: 15px;
    }

    .contact-location-section {
        padding: 25px 20px;
    }

    .faq-cta-section {
        padding: 0 18px 20px;
    }

    .faq-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-header a {
        margin-top: 7px;
    }

    .main-footer {
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 12px 0;
    }

    .footer-bottom span + span {
        margin-top: 7px;
    }
}


@media (max-width: 480px) {

    .contact-intro h1 {
        font-size: 28px;
    }

    .contact-detail {
        align-items: flex-start;
    }

    .contact-detail-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 17px;
    }

    .contact-form-card h2 {
        font-size: 17px;
    }

    .map-wrapper {
        height: 220px;
    }

    .faq-box {
        padding: 17px 12px;
    }

    .contact-cta {
        padding: 20px;
    }

    .newsletter-form {
        width: 100%;
    }
}

body {
  font-family: "Lato", sans-serif;
  color: #545454;
  line-height: 1.8;
  font-size: 17px;
}

/* Default CSS Start */
img {
  max-width: 100%;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}

button:focus {
  outline: 0;
}

h3 {
  font-weight: 600;
  color: #0e4456;
  font-size: 22px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.pt-100 {
  padding-top: 50px;
}

.pb-70 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 50px;
}

.theme-btn {
  line-height: 1;
}

.theme-btn .default-btn {
    font-size: 18px;
    background: #024186;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.navbar-brand img {
    height: 60px;
}

.theme-btn .default-btn:hover {
  color: #f8940b;
}

.theme-btn .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title span {
  font-size: 20px;
  color: #f8940b;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0e4456;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 600px;
}

/* Youtube Popup Butoon */
.mfp-iframe-holder .mfp-close {
  top: -45px;
  width: 45px;
  right: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 0;
  border: 2px solid red;
  background: transparent;
}

/* Default CSS End */
/*---------- Home Page One CSS Start ----------*/
/* Header CSS Start */
/*================================
 Top Header - Jagdamba Travels
================================*/

.header-area{
    background:#0b1b4f;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.header-area .header-left ul,
.header-area .header-right .header-social{
    margin:0;
    padding:0;
}

.header-area .header-left ul li{
    display:inline-block;
    list-style:none;
    margin-right:30px;
    color:#CBD5E1;
    font-size:15px;
}

.header-area .header-left ul li:last-child{
    margin-right:0;
}

.header-area .header-left ul li a{
    color:#CBD5E1;
    transition:.3s;
}

.header-area .header-left ul li a:hover{
    color:#f8940b;
}

.header-area .header-left ul li i{
    color:#f8940b;
    margin-right:8px;
    font-size:16px;
}

/*============================
 Right Side
============================*/

.header-area .header-right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

/* Language Dropdown */

.header-area .dropdown{
    margin-right:20px;
}

.header-area .dropdown .btn{
    background:transparent;
    border:none;
    color:#CBD5E1;
    font-size:15px;
    padding:0;
}

.header-area .dropdown .btn:hover{
    color:#f8940b;
}

.header-area .dropdown .btn:focus{
    box-shadow:none;
}

.header-area .dropdown .dropdown-toggle::after{
    margin-left:6px;
    vertical-align:middle;
}

.header-area .dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    overflow:hidden;
}

.header-area .dropdown-item{
    padding:10px 18px;
    transition:.3s;
}

.header-area .dropdown-item:hover{
    background:#f8940b;
    color:#0b1b4f;
}

/*============================
 Social Icons
============================*/

.header-area .header-social{
    display:flex;
    align-items:center;
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,.12);
}

.header-area .header-social li{
    list-style:none;
    margin-left:12px;
}

.header-area .header-social li:first-child{
    margin-left:0;
}

.header-area .header-social li a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#ffffff;
    transition:.35s;
}

.header-area .header-social li a:hover{
    background:#f8940b;
    color:#0b1b4f;
    transform:translateY(-3px);
}

/*============================
 Responsive
============================*/

@media(max-width:991px){

.header-area{
    display:none;
}

}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-area .main-nav {
  position: unset;
  background: #ffffff;
  padding: 5px 0;
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
    color: #2c2c2c;
    text-transform: capitalize;
    padding: 5px 0;
    margin: 0 0 0 25px;
    font-weight: 600;
    font-size: 14px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
  color: #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  top: 80px;
  border-top: 2px solid #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #f8940b;
  left: 35px;
  top: -20px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #2c2c2c;
  text-transform: capitalize;
  padding: 20px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0s;
  transition: 0s;
  margin: 0;
  border-bottom: 1px dashed #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .active {
  color: #f8940b;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child a {
  border-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 60px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #f8940b;
  top: -1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: '\ea99';
  font-family: icofont;
  margin-left: 0;
  vertical-align: 0;
  border: 0;
  font-size: 16px;
  right: -5px;
  position: relative;
  top: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}

/* Navbar CSS End */
/* Banner CSS Start */
/*=================================
Hero Banner - Jagdamba Travels
==================================*/

.banner-item{
    position:relative;
    height:720px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.banner-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(15,23,42,.90) 0%,
        rgba(15,23,42,.70) 45%,
        rgba(15,23,42,.30) 100%
    );
}

.banner-bg-one{
    background-image:url("../img/banner/banner1.jpg");
}

.banner-bg-two{
    background-image:url("../img/banner/banner2.jpg");
}

.banner-item .d-table{
    width:100%;
    height:100%;
}

.banner-item .d-table-cell{
    vertical-align:middle;
}

.banner-text{
    position:relative;
    z-index:5;
    max-width:700px;
}

.banner-text span{
    display:inline-block;
    background:#f8940b;
    color:#0b1b4f;
    padding:8px 20px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
    letter-spacing:.5px;
}

.banner-text h1{
    color:#fff;
    font-size:62px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.banner-text p{
    color:#E2E8F0;
    font-size:18px;
    line-height:30px;
    margin-bottom:40px;
    max-width:620px;
}

/* Buttons */

.banner-text .default-btn{
    display:inline-block;
    background:#f8940b;
    color:#0b1b4f;
    padding:16px 36px;
    border-radius:50px;
    font-weight:700;
    margin-right:15px;
    transition:.35s;
    text-decoration:none;
}

.banner-text .default-btn:hover{
    background:#fff;
    color:#0b1b4f;
    transform:translateY(-3px);
}

.banner-text .default-btn-two{
    background:transparent;
    border:2px solid #fff;
    color:#fff;
}

.banner-text .default-btn-two:hover{
    background:#f8940b;
    border-color:#f8940b;
    color:#0b1b4f;
}

/* Owl Navigation */

.banner-slider .owl-nav{
    margin-top:0;
}

.banner-slider .owl-prev,
.banner-slider .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%!important;
    background:rgba(255,255,255,.15)!important;
    color:#fff!important;
    font-size:22px!important;
    transition:.3s;
}

.banner-slider .owl-prev{
    left:30px;
}

.banner-slider .owl-next{
    right:30px;
}

.banner-slider .owl-prev:hover,
.banner-slider .owl-next:hover{
    background:#f8940b!important;
    color:#0b1b4f!important;
}

/* Dots */

.banner-slider .owl-dots{
    position:absolute;
    bottom:35px;
    width:100%;
}

.banner-slider .owl-dot span{
    width:12px;
    height:12px;
    background:#fff!important;
    opacity:.5;
    transition:.3s;
}

.banner-slider .owl-dot.active span{
    width:35px;
    border-radius:20px;
    background:#f8940b!important;
    opacity:1;
}

/* Responsive */

@media(max-width:991px){

.banner-item{
    height:600px;
}

.banner-text{
    text-align:center;
    margin:auto;
}

.banner-text h1{
    font-size:42px;
}

.banner-text p{
    font-size:16px;
    line-height:28px;
}

.banner-text .default-btn{
    margin:8px;
}

.banner-slider .owl-prev,
.banner-slider .owl-next{
    display:none;
}

}

@media(max-width:767px){

.banner-item{
    height:520px;
}

.banner-text h1{
    font-size:32px;
}

.banner-text p{
    font-size:15px;
}

.banner-text span{
    font-size:13px;
    padding:7px 15px;
}

.banner-text .default-btn{
    display:block;
    width:100%;
    margin:10px 0;
    text-align:center;
}

}
/* Banner CSS End */
/* Features CSS Start */
/*=================================
Services Section
==================================*/

.features-section{
    background:#F8FAFC;
    padding:100px 0 70px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    background:#f8940b;
    color:#0b1b4f;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b1b4f;
    margin-bottom:18px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#64748B;
    font-size:17px;
}

/* Card */

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    transition: .4s;
    margin-bottom: 30px;
    border: 1px solid #EEF2F7;
    box-shadow: 0 15px 40px rgba(15,23,42,.05);
    /* height: 100%; */
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(15,23,42,.12);
}

.feature-card .icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#FFF7E0;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:30px;
    transition:.35s;
}

.feature-card:hover .icon{
    background:#f8940b;
}

.feature-card .icon i{
    font-size:42px;
    color:#F59E0B;
    transition:.35s;
}

.feature-card:hover .icon i{
    color:#0b1b4f;
}

.feature-card h3{
    font-size:24px;
    color:#0b1b4f;
    margin-bottom:15px;
    font-weight:700;
}

.feature-card p{
    color:#64748B;
    font-size:16px;
    line-height:28px;
    margin-bottom:25px;
}

.feature-card a{
    color:#F59E0B;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.feature-card a i{
    margin-left:6px;
    transition:.3s;
}

.feature-card:hover a{
    color:#0b1b4f;
}

.feature-card:hover a i{
    margin-left:12px;
}

/* Mobile */

@media(max-width:991px){

.features-section{
    padding:80px 0 50px;
}

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

}

@media(max-width:767px){

.section-title h2{
    font-size:28px;
}

.feature-card{
    padding:35px 25px;
}

}
/* Features CSS End */
/* About CSS Start */
/*=================================
About Section
==================================*/

.about-section{
    padding:50px 0;
    background:#fff;
}

.about-img{
    position:relative;
}

.about-img img{
    width:100%;
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:30px;
    width:180px;
    background:#f8940b;
    color:#0b1b4f;
    text-align:center;
    padding:25px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.experience-box h2{
    font-size:48px;
    font-weight:800;
    margin-bottom:5px;
}

.experience-box span{
    font-weight:600;
}

.about-content{
    padding-left:50px;
}

.sub-title{
    display:inline-block;
    color:#F59E0B;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.about-content h2{
    font-size:42px;
    font-weight:700;
    color:#0b1b4f;
    margin-bottom:20px;
}

.about-content p{
    color:#64748B;
    font-size:17px;
    line-height:30px;
    margin-bottom:30px;
}

.about-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.about-item{
    font-size:16px;
    color:#0b1b4f;
    font-weight:600;
}

.about-item i{
    color:#f8940b;
    margin-right:10px;
}

.about-content .default-btn{
    background:#f8940b;
    color:#0b1b4f;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.35s;
}

.about-content .default-btn:hover{
    background:#0b1b4f;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

.about-content{
    padding-left:0;
    margin-top:50px;
}

.about-list{
    grid-template-columns:1fr;
}

.experience-box{
    right:20px;
    bottom:20px;
}

.about-content h2{
    font-size:34px;
}

}

@media(max-width:767px){

.about-section{
    padding:70px 0;
}

.about-content h2{
    font-size:28px;
}

.experience-box{
    width:140px;
    padding:18px;
}

.experience-box h2{
    font-size:36px;
}

}

/* About CSS End */
/* Transport CSS Start */
.transport-section .section-title {
  margin: 0 auto 50px;
}

.transport-section .section-title h2 {
  max-width: 600px;
  margin: auto;
}

.transport-section .transport-card {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.transport-section .transport-card .transport-img {
  overflow: hidden;
}

.transport-section .transport-card .transport-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: .5s;
      height: 220px;
    transition: .5s;
    object-fit: cover;
    width: 100%;
}

.transport-section .transport-card .transport-text {
    position: relative;
    padding: 50px 25px 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.transport-section .transport-card .transport-text i {
  top: -40px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  color: #f8940b;
  border-radius: 50px;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
}

.transport-section .transport-card .transport-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.transport-section .transport-card .transport-text p {
  margin-bottom: 15px;
}

.transport-section .transport-card .transport-text .theme-btn {
  -webkit-transition: .5s;
  transition: .5s;
}

.transport-section .transport-card .transport-text .theme-btn .default-btn {
  border: 1px solid #f8940b;
  margin: 0;
}

.transport-section .transport-card:hover .transport-text i {
  background: #f8940b;
  color: #ffffff;
  -webkit-animation: rotate360 3s 1 linear;
          animation: rotate360 3s 1 linear;
}

.transport-section .transport-card:hover .transport-img img {
  -webkit-transform: skewX(10deg) scale(1.2);
          transform: skewX(10deg) scale(1.2);
}

/* Transport CSS End */
/* Why Choose CSS Start */
/*==================================
Why Choose Us
===================================*/

.why-section{
    background:#F8FAFC;
    padding:50px 0;
}

.why-section .section-title{
    max-width:750px;
    margin:0 auto 60px;
}

.why-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #EEF2F7;
    transition: .35s;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(15,23,42,.05);
}
.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.why-card .icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#FFF8E6;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

    transition:.35s;

}

.why-card:hover .icon{

    background:#f8940b;

}

.why-card .icon i{

    font-size:42px;

    color:#F59E0B;

    transition:.35s;

}

.why-card:hover .icon i{

    color:#0b1b4f;

}

.why-card h3{

    font-size:24px;

    font-weight:700;

    color:#0b1b4f;

    margin-bottom:15px;

}

.why-card p{

    color:#64748B;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.why-section{

    padding:80px 0;

}

}

@media(max-width:767px){

.why-section{

    padding:70px 0;

}

.why-card{

    padding:35px 25px;

}

}
/* Why Choose CSS End */
/* Get Qoute CSS End */
.get-quote-section {
  position: relative;
}

.get-quote-section .quote-text {
  padding-right: 80px;
}

.get-quote-section .quote-text .offer-text {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.get-quote-section .quote-text .offer-text span {
  color: #ffffff;
  background: #0e4456;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  border: 5px solid #f8940b;
  font-weight: 700;
  font-size: 20px;
}

.get-quote-section .quote-text .offer-text p {
  position: absolute;
  top: 25px;
  right: -110px;
  background: #f8940b;
  color: #ffffff;
  font-weight: 700;
  width: 120px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  z-index: -1;
  font-size: 20px;
  border-radius: 0 30px 30px 0;
}

.get-quote-section .quote-text h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.get-quote-section .quote-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}

.get-quote-section .quote-text .theme-btn .default-btn {
  border: 1px solid #f8940b;
  margin: 0;
}

.get-quote-section .quote-form h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.get-quote-section .quote-form form .form-check-inline {
  margin-bottom: 15px;
}

.get-quote-section .quote-form form .form-check-inline .form-check-label {
  color: #ffffff;
  font-size: 16px;
}

.get-quote-section .quote-form form .select-item {
  position: relative;
}

.get-quote-section .quote-form form .select-item i {
  color: #707070;
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 20px;
}

.get-quote-section .quote-form form .form-control {
  height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.get-quote-section .quote-form form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.get-quote-section .quote-form form ::-webkit-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form :-ms-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form ::-ms-input-placeholder {
  color: #707070;
}

.get-quote-section .quote-form form ::placeholder {
  color: #707070;
}

.get-quote-section .quote-form form button {
  font-size: 18px;
  background: #f8940b;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.get-quote-section .quote-form form button::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.get-quote-section .quote-form form button:hover {
  color: #f8940b;
}

.get-quote-section .quote-form form button:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.get-quote-section .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.get-quote-section .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 0;
}

.get-quote-section .lines .line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #ffffff;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
  -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
          animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
}

.get-quote-section .lines :nth-child(1) {
  margin-left: 25%;
}

.get-quote-section .lines :nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.get-quote-section .lines :nth-child(3) {
  margin-left: -25%;
}

.get-quote-section .lines :nth-child(3)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.quote-bg {
  background-image: url(../img/quote-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.quote-bg::before {
  position: absolute;
  content: '';
  background: #0e4456;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .85;
}

/* Get Qouote CSS End */
/* Worker CSS Start */
.worker-section .section-title p {
  margin: auto;
}

.worker-section .worker-card {
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.worker-section .worker-card .worker-img {
  overflow: hidden;
}

.worker-section .worker-card .worker-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.worker-section .worker-card .worker-text {
  text-align: center;
  padding: 20px;
}

.worker-section .worker-card .worker-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.worker-section .worker-card .worker-text p {
  margin-bottom: 0;
}

.worker-section .worker-card:hover .worker-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* Worker CSS CSS End */
/* Feedback CSS Start */
.feedback-section {
  padding-bottom: 200px;
}

.feedback-section .section-title span, .feedback-section .section-title h2, .feedback-section .section-title p {
  color: #ffffff;
}

.feedback-section .section-title p {
  margin: auto;
}

.feedback-section .feedback-slider {
  position: relative;
}

.feedback-section .feedback-slider .feedback-items {
  text-align: center;
  max-width: 450px;
  margin: auto;
}

.feedback-section .feedback-slider .feedback-items i {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 35px;
  display: inline-block;
}

.feedback-section .feedback-slider .feedback-items p {
  margin-bottom: 40px;
  color: #ffffff;
}

.feedback-section .feedback-slider .feedback-items img {
  max-width: 100%;
  margin: 45px auto 10px;
  width: unset;
}

.feedback-section .feedback-slider .feedback-items h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.feedback-section .feedback-slider .feedback-items span {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

.feedback-section .feedback-slider .owl-prev, .feedback-section .feedback-slider .owl-next {
  position: absolute;
  left: -65px;
  top: 35%;
  background: #f8940b !important;
  color: #ffffff !important;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 25px !important;
  line-height: 45px !important;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.feedback-section .feedback-slider .owl-prev:hover, .feedback-section .feedback-slider .owl-next:hover {
  background: #ffffff !important;
  color: #f8940b !important;
}

.feedback-section .feedback-slider .owl-next {
  left: inherit;
  right: -65px;
}

.feedback-section .feedback-slider:hover .owl-prev {
  left: -50px;
  opacity: 1;
}

.feedback-section .feedback-slider:hover .owl-next {
  right: -50px;
  opacity: 1;
}

.feedback-section .feedback-slider .owl-nav {
  margin-top: 0;
}

.feedback-bg {
  background-image: url(../img/feedback/feedback-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.feedback-bg::before {
  position: absolute;
  content: '';
  background: #0e4456;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .85;
  z-index: -1;
}

/* Feedback CSS End */
/* Company CSS Start */
.company-section {
  margin-top: -100px;
}

.company-section .company-slider {
  padding: 60px 25px 50px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.company-section .company-slider .company-logo img {
  max-width: 100%;
  width: unset;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.company-section .company-slider .company-logo img:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* Company CSS End */
/* Blog CSS Start */
.blog-section .section-title p {
  margin: auto;
}

.blog-section .blog-card {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-section .blog-card .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-section .blog-card .blog-img a img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-section .blog-card .blog-text {
  padding: 30px;
}

.blog-section .blog-card .blog-text h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}

.blog-section .blog-card .blog-text h3 a {
  color: #0e4456;
}

.blog-section .blog-card .blog-text h3 a:hover {
  color: #f8940b;
}

.blog-section .blog-card .blog-text ul {
  padding-left: 0;
  margin-bottom: 8px;
}

.blog-section .blog-card .blog-text ul li {
  font-size: 16px;
  list-style: none;
}

.blog-section .blog-card .blog-text ul li i {
  color: #f8940b;
  margin-right: 5px;
}

.blog-section .blog-card .blog-text p {
  margin-bottom: 18px;
}

.blog-section .blog-card .blog-text .blog-btn {
  text-align: right;
  display: inherit;
}

.blog-section .blog-card .blog-text .blog-btn i {
  color: #f8940b;
  font-size: 25px;
  width: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: #ffcdbd;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-section .blog-card .blog-text .blog-btn i:hover {
  background: #f8940b;
  color: #ffffff;
}

.blog-section .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* Blog CSS End */
/* Newsletter CSS Start */
/*==============================
Newsletter
==============================*/

/*==============================
Newsletter Section - Modern Glass Design
==============================*/

.newsletter-section{
    margin:80px 0 -90px;
    position:relative;
    z-index:10;
}

.newsletter-section .newsletter-area{
    position:relative;
    background:#ffffff;
    border-radius:24px;
    padding:60px 70px;
    border:1px solid #e8edf4;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
    overflow:hidden;
}

.newsletter-section .newsletter-area::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#FFD54A;
    opacity:.12;
    border-radius:50%;
    top:-100px;
    left:-80px;
}

.newsletter-section .newsletter-area::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:#0b1b4f;
    opacity:.04;
    border-radius:50%;
    bottom:-120px;
    right:-100px;
}

.newsletter-section .newsletter-area h2{
    font-size:36px;
    font-weight:700;
    color:#0b1b4f;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.newsletter-section .newsletter-area p{
    color:#64748B;
    font-size:16px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.newsletter-section .newsletter-form{
    position:relative;
    z-index:2;
}

.newsletter-section .newsletter-form .form-control{
    height:64px;
    border:2px solid #e2e8f0;
    border-radius:14px;
    padding:0 180px 0 22px;
    font-size:16px;
    transition:.35s;
    background:#f8fafc;
}

.newsletter-section .newsletter-form .form-control:focus{
    border-color:#f8940b;
    box-shadow:0 0 0 4px rgba(251,191,36,.15);
    background:#fff;
}

.newsletter-section .newsletter-form .default-btn{
    position:absolute;
    top:7px;
    right:7px;
    height:50px;
    padding:0 28px;
    border:none;
    border-radius:12px;
    background:#f8940b;
    color:#0b1b4f;
    font-weight:700;
    transition:.3s;
}

.newsletter-section .newsletter-form .default-btn:hover{
    background:#0b1b4f;
    color:#fff;
}

.newsletter-section .newsletter-form ::placeholder{
    color:#94A3B8;
}

.newsletter-section img{
    position:absolute;
    right:40px;
    bottom:0;
    max-width:280px;
    animation:float 4s ease-in-out infinite;
    z-index:1;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

/* Responsive */

@media(max-width:991px){

.newsletter-section .newsletter-area{
    padding:45px 30px;
    text-align:center;
}

.newsletter-section img{
    display:none;
}

.newsletter-section .newsletter-form .form-control{
    padding-right:20px;
}

.newsletter-section .newsletter-form .default-btn{
    position:relative;
    width:100%;
    margin-top:15px;
    right:auto;
    top:auto;
}

}
/* Newsletter CSS End */
/* Footer CSS Start */
/*==============================
Footer
==============================*/

.footer-area {
    background: #020617;
    padding-top: 40px;
    color: #ffffff;
    position: relative;
}

.footer-area::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("../img/footer-pattern.png");
    opacity:.04;
}

.footer-widget{
    position:relative;
    z-index:2;
    margin-bottom:35px;
}

.footer-widget img{
    margin-bottom:25px;
}

.footer-widget p{
    color:#94A3B8;
    line-height:1.8;
}

.footer-widget h3{
    color:#fff;
    font-size:22px;
    margin-bottom:28px;
    position:relative;
    padding-bottom:12px;
}

.footer-widget h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:55px;
    height:3px;
    background:#f8940b;
    border-radius:30px;
}

.footer-widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-widget ul li{
    margin-bottom:10px;
}

.footer-widget ul li a{
    color:#fff;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#f8940b;
    padding-left:8px;
}

.footer-widget ul li i{
    color:#f8940b;
    margin-right:10px;
}

.footer-social{
    margin-top:25px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#1E293B;
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{
    background:#f8940b;
    color:#0b1b4f;
    transform:translateY(-5px);
}

.copyright-area {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 25px;
    background: #01040d;
}

.copyright-area p{
    color:#94A3B8;
    margin:0;
}

.copyright-area a{
    color:#f8940b;
}

.copyright-area a:hover{
    color:#fff;
}

/* Remove old animated lines */

.footer-area .lines{
    display:none;
}

/* Footer CSS End */
/*---------- Home Page One CSS End ----------*/
/*---------- Home Page Two CSS Strat ----------*/
/* Navbar CSS Start */
.nav-style-two {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.nav-style-two .main-nav {
  background: transparent;
}

.nav-style-two .main-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.nav-style-two .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #f8940b;
}

.nav-style-two.is-sticky {
  background: #0e4456;
  border-bottom: 0;
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-style-two.banner-bg {
  background-image: url(../img/banner/2.jpg);
  background-position: center center;
  background-size: cover;
  height: 1000px;
  position: relative;
  z-index: 0;
}

.banner-style-two.banner-bg::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-style-two .banner-text h1 {
  font-size: 60px;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
}

.banner-style-two .banner-text p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 35px;
}

.banner-style-two .banner-text .theme-btn .default-btn {
  padding: 18px 30px;
}

.banner-style-two .get-quote-section .quote-form {
  background: rgba(60, 12, 112, 0.5);
  padding: 45px 30px;
}

/* Banner CSS End */
/* Transport System CSS Start */
.transport-style-two {
  margin-top: -130px;
}

.transport-style-two .transport-card .transport-text p {
  margin-bottom: 0;
}

/* Transport System CSS End */
/* Why Choose CSS Start */
.choose-style-two .section-title p {
  margin: auto;
}

.choose-style-two .choose-card {
  text-align: center;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  border: 1px solid #eee0fe;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.choose-style-two .choose-card::before {
  content: '';
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  position: absolute;
  background: #0e4456;
}

.choose-style-two .choose-card::after {
  content: '';
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  position: absolute;
  background: #0e4456;
}

.choose-style-two .choose-card i {
  color: #f8940b;
  background: #fff0ec;
  margin-bottom: 20px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  line-height: 70px;
  font-size: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.choose-style-two .choose-card h3 {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.choose-style-two .choose-card:hover::before, .choose-style-two .choose-card:hover::after {
  width: 100%;
  height: 100%;
}

.choose-style-two .choose-card:hover h3 {
  color: #ffffff;
}

.choose-style-two .choose-card:hover i {
  color: #0e4456;
}

.choose-style-two .why-choose-image {
  -webkit-animation: img-scale 5s infinite linear;
          animation: img-scale 5s infinite linear;
}

/* Why Choose CSS End */
/* Track Product CSS Start */
.track-product {
  padding-bottom: 200px;
}

.track-product .track-text h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.track-product .track-text .newsletter-form {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.track-product .track-text .newsletter-form .form-control {
  height: 60px;
  padding: 20px;
  border-radius: 5px;
}

.track-product .track-text .newsletter-form ::-webkit-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.track-product .track-text .newsletter-form :-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.track-product .track-text .newsletter-form ::-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.track-product .track-text .newsletter-form ::placeholder {
  color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}

.track-product .track-text .newsletter-form .default-btn {
  font-size: 17px;
  background: #f8940b;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  right: 5px;
  top: 4px;
  border: 1px solid #f8940b;
}

.track-product .track-text .newsletter-form .default-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.track-product .track-text .newsletter-form .default-btn:hover {
  color: #f8940b;
}

.track-product .track-text .newsletter-form .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.track-product.track-product-bg {
  background-image: url(../img/track-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.track-product.track-product-bg::before {
  position: absolute;
  content: '';
  background: rgba(60, 12, 112, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.track-product .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.track-product .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 0;
}

.track-product .lines .line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #ffffff;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
  -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
          animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
}

.track-product .lines :nth-child(1) {
  margin-left: 25%;
}

.track-product .lines :nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.track-product .lines :nth-child(3) {
  margin-left: -25%;
}

.track-product .lines :nth-child(3)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* Track Product CSS End */
/* Facilities CSS Start */
.facilities-section .facilities-text h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0e4456;
  margin-bottom: 10px;
}

.facilities-section .facilities-text p {
  margin-bottom: 30px;
}

.facilities-section .facilities-text ul {
  padding-left: 0;
  margin-bottom: 45px;
}

.facilities-section .facilities-text ul li {
  list-style: none;
  font-size: 20px;
  color: #0e4456;
  margin-bottom: 5px;
}

.facilities-section .facilities-text ul li i {
  color: #ffffff;
  background: #ff9979;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  margin-right: 5px;
  top: -3px;
  position: relative;
}

.facilities-section .facilities-text .theme-btn .default-btn {
  border: 1px solid #f8940b;
}

.facilities-section .facilities-img {
  background-image: url(../img/facilities-img.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
}

/* Facilities CSS End */
/* Company CSS Start */
.company-style-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-style-two .section-title p {
  margin: auto;
}

.company-style-two .company-slider {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  padding: 0;
}

/* Compnay CSS End */
/* Feedback CSS Start */
.feedback-style-two {
  padding-bottom: 100px;
}

/* Feedback CSS End */
/* Contact CSS Start */
.contact-section {
  background: #f7efff;
}

.contact-section .section-title p {
  margin: auto;
}

.contact-section .contact-img {
  background-image: url(../img/contact.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.contact-section .contact-area h2 {
  font-size: 35px;
  font-weight: 600;
  color: #0e4456;
  margin-bottom: 30px;
}

.contact-section .contact-area .form-group .form-control {
  height: 60px;
  padding: 20px;
  border: 1px solid #d8b5ff;
}

.contact-section .contact-area .form-group .message-field {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d8b5ff;
  outline: 0;
}

.contact-section .contact-area .form-group ::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group :-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group ::-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group ::placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.contact-section .contact-area .form-group .list-unstyled {
  color: #f8940b;
  font-size: 15px;
}

.contact-section .contact-area .default-btn {
  font-size: 18px;
  background: #f8940b;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f8940b;
}

.contact-section .contact-area .default-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-section .contact-area .default-btn:hover {
  color: #f8940b;
}

.contact-section .contact-area .default-btn:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
          transform: skewX(0);
  left: 0;
}

.contact-section .contact-area .text-danger {
  font-size: 20px;
  margin-top: 10px;
}

/* Contact CSS End */
/* Newsletter CSS Start */
.newsletter-style-two {
  background: #f7efff;
}

/* Newsletter CSS End */
/*---------- Home Page Two CSS End ----------*/
/*---------- Home Page Three CSS Start ----------*/
/* Banner CSS start */
.banner-style-three {
  height: 100vh;
  position: relative;
  background: #0e4456;
  padding-top: 60px;
}

.banner-style-three .banner-text {
  max-width: 650px;
}

.banner-style-three .banner-text h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-style-three .banner-text .theme-btn .default-btn {
  padding: 15px 25px;
}

.banner-style-three .banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 570px;
  border-radius: 10px;
}

.banner-style-three .banner-image img {
  border-radius: 10px;
}

.banner-style-three .banner-shape img {
  position: absolute;
  -webkit-animation: img-scale 5s infinite linear;
          animation: img-scale 5s infinite linear;
}

.banner-style-three .banner-shape :nth-child(1) {
  top: 20%;
  left: 10%;
}

.banner-style-three .banner-shape :nth-child(2) {
  top: 20%;
  left: 30%;
}

.banner-style-three .banner-shape :nth-child(3) {
  top: 20%;
  right: 10%;
}

.banner-style-three .banner-shape :nth-child(4) {
  bottom: 10%;
  left: 50%;
}

.banner-style-three .banner-shape :nth-child(5) {
  top: 30%;
  left: 50%;
}

.banner-style-three .banner-shape :nth-child(6) {
  bottom: 5%;
  left: 15%;
}

/* Banner CSS End */
/* About CSS Start */
.about-style-three {
  padding-bottom: 100px;
}

.about-style-three .about-img::before {
  background: #0e4456;
  width: 90px;
  height: 150px;
  top: -65px;
  left: 0;
  -webkit-animation: none;
          animation: none;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.about-style-three .about-img::after {
  background: #0e4456;
  width: 90px;
  height: 150px;
  bottom: -60px;
  right: 15px;
  -webkit-animation: none;
          animation: none;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: inherit;
}

.about-style-three .about-img img {
  border-radius: 10px;
}

/* About CSS End */
/* Trasnport CSS Start */
.transport-style-five .section-title p {
  margin: auto;
}

.transport-style-five .transport-card {
  text-align: center;
  margin-bottom: 30px;
  padding: 25px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.transport-style-five .transport-card img {
  margin-bottom: 30px;
}

.transport-style-five .transport-card h3 {
  margin-bottom: 10px;
}

.transport-style-five .transport-card p {
  margin-bottom: 0;
}

/* Transport CSS End */
/* Achivement CSS Start */
.achivement-section .section-title h2 {
  color: #ffffff;
}

.achivement-section .section-title p {
  color: #ffffff;
  margin: auto;
}

.achivement-section .company-section {
  margin-top: 0;
  margin-bottom: 60px;
}

.achivement-section .features-section {
  margin-top: 0;
}

.achivement-section .features-section .feature-card {
  border: 0;
}

.achivement-section .features-section .feature-card:hover {
  background: #f8940b;
}

.achivement-section .features-section .feature-card:hover span, .achivement-section .features-section .feature-card:hover h3, .achivement-section .features-section .feature-card:hover p {
  color: #ffffff;
}

.achivement-bg {
  background-image: url(../img/achivement-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.achivement-bg::before {
  position: absolute;
  content: '';
  background: rgba(60, 12, 112, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Achivement CSS End */
/* Feedback CSS Start */
.feedback-style-three .section-title p {
  margin: auto;
}

.feedback-style-three .feedback-slider-area {
  position: relative;
}

.feedback-style-three .feedback-slider-area .slider-items {
  max-width: 500px;
  margin: auto;
}

.feedback-style-three .feedback-slider-area .slider-items img {
  width: unset;
  margin: 0 auto  30px;
}

.feedback-style-three .feedback-slider-area .slider-items .client-info {
  margin-bottom: 15px;
}

.feedback-style-three .feedback-slider-area .slider-items .client-info h3 {
  margin-bottom: 0px;
}

.feedback-style-three .feedback-slider-area .slider-items .client-info span {
  color: #f8940b;
  font-size: 15px;
}

.feedback-style-three .feedback-slider-area .owl-prev, .feedback-style-three .feedback-slider-area .owl-next {
  position: absolute;
  left: 20px;
  top: 45%;
  background: #f8940b !important;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 25px !important;
  line-height: 50px !important;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #f8940b;
}

.feedback-style-three .feedback-slider-area .owl-prev:hover, .feedback-style-three .feedback-slider-area .owl-next:hover {
  background: #ffffff !important;
  color: #f8940b !important;
}

.feedback-style-three .feedback-slider-area .owl-next {
  left: inherit;
  right: 20px;
}

.feedback-style-three .feedback-slider-area:hover .owl-prev {
  left: 40px;
  opacity: 1;
  border: 1px solid #f8940b;
}

.feedback-style-three .feedback-slider-area:hover .owl-next {
  right: 40px;
  opacity: 1;
  border: 1px solid #f8940b;
}

.feedback-style-three .feedback-slider-area .owl-nav {
  margin-top: 0;
}

/* Feedback CSS End */
/*---------- Home Page Three CSS End ----------*/
/*---------- About Page CSS Start ----------*/
/* Page Title CSS Start */
.page-title {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.page-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(60, 12, 112, 0.9)));
  background: linear-gradient(0deg, rgb(14 68 86) 0%, rgb(14 68 86 / 43%) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}

.page-title .title-text {
  z-index: 1;
  position: relative;
}

.page-title .title-text h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
}

.page-title .title-text ul {
  margin-bottom: 0;
  padding-left: 0;
}

.page-title .title-text ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.page-title .title-text ul li::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5px;
  height: 6px;
  top: 8px;
  right: -20px;
}

.page-title .title-text ul li:last-child::before {
  display: none;
}

.page-title .title-text ul li a {
  color: #ffffff;
}

.page-title .title-text ul li a:hover {
  color: #f8940b;
}



/* Page Title CSS End*/
/* About Scetion CSS Start*/
.about-style-two {
  padding-top: 50px;
}

.about-style-two .about-img::before {
  background: none;
  border: 2px solid #f8940b;
}

.about-style-two .about-img::after {
  display: none;
}

/* About Section CSS End*/
/* Choose Section CSS Start*/
.choose-style-three .why-choose-img::before {
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  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);
}

.choose-style-three .why-choose-img:hover::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

/* Choose Section CSS End*/
/* Worker Section CSS Start */
.worker-style-two .worker-card {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.worker-style-two .worker-card .worker-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border-radius: 200px;
}

.worker-style-two .worker-card .worker-text {
  padding-bottom: 0;
}

.worker-style-two .worker-card .worker-social {
  display: none;
}

.worker-style-two .worker-card:hover .worker-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Worker Section CSS End */
/* Blog Section CSS Start */
.blog-style-two .blog-card .blog-img {
  position: relative;
}

.blog-style-two .blog-card .blog-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-style-two .blog-card .blog-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-style-two .blog-card:hover .blog-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-style-two .blog-card:hover .blog-img::before {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

/* Blog Section CSS End */
/*---------- About Page CSS End ----------*/
/*---------- Service Page Two CSS Start ----------*/
/* Page Title Start */
.page-title.title-bg-2 {
  background-image: url(../img/page-bg/2.jpg);
}

/* Page Title End */
/* Transport Section Start */
.transport-style-three .transport-card .transport-img {
  position: relative;
}

.transport-style-three .transport-card .transport-img::before {
  position: absolute;
  content: '';
  background: #0e4456;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%) skewX(10deg);
          transform: translate(-100%, -100%) skewX(10deg);
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

.transport-style-three .transport-card .transport-img::after {
  position: absolute;
  content: '';
  background: #0e4456;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 100%) skewX(10deg);
          transform: translate(100%, 100%) skewX(10deg);
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

.transport-style-three .transport-card .transport-text {
  padding: 30px;
}

.transport-style-three .transport-card:hover .transport-img img {
  -webkit-transform: none;
          transform: none;
}

.transport-style-three .transport-card:hover .transport-img::before {
  -webkit-transform: translate(-60%, -60%) skewX(10deg);
          transform: translate(-60%, -60%) skewX(10deg);
}

.transport-style-three .transport-card:hover .transport-img::after {
  -webkit-transform: translate(60%, 60%) skewX(10deg);
          transform: translate(60%, 60%) skewX(10deg);
}

/* Transport Sectio End */
/*---------- Service Page One CSS End ----------*/
/*---------- Service Page Two CSS Start ----------*/
.page-title.title-bg-3 {
  background-image: url(../img/page-bg/3.jpg);
}

.transport-style-four .transport-card {
  padding: 25px;
}

.transport-style-four .transport-card .transport-text {
  padding: 0;
}

.transport-style-four .transport-card .transport-text i {
  position: unset;
  display: inline-block;
  margin-bottom: 35px;
}

.transport-style-four .transport-card .transport-text a i {
  background: transparent;
  color: #f8940b;
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  position: unset;
  border: 1px dashed #f8940b;
}

.transport-style-four .transport-card:hover a i {
  -webkit-animation: none !important;
          animation: none !important;
}

.footer-style-two {
  padding-top: 100px;
}

/*---------- Service Page Two CSS End ----------*/
/*---------- Service Details CSS Start ----------*/
/* Blog Details CSS Start */
.service-details-area .service-post-area .service-details-img {
  margin-bottom: 30px;
}

.service-details-area .service-post-area h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e4456;
}

.service-details-area .service-post-area p {
  margin-bottom: 15px;
}

.service-details-area .service-post-area ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.service-details-area .service-post-area ul li {
  list-style: none;
  color: #0e4456;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-area .service-post-area .post-img {
  margin-top: 15px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-details-area .service-post-area .post-img img {
  border-radius: 10px;
}

.service-details-area .service-sidebar .sidebar-widget {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-details-area .service-sidebar .sidebar-widget h3 {
  font-size: 20px;
  padding: 20px;
  color: #ffffff;
  background: #0e4456;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

.service-details-area .service-sidebar .sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-area .service-sidebar .sidebar-widget ul li {
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 1px inset;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-details-area .service-sidebar .sidebar-widget ul li i {
  font-weight: 600;
  margin-right: 5px;
}

.service-details-area .service-sidebar .sidebar-widget ul li:last-child {
  border-bottom: 0px solid #0e4456;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover {
  background: #f8940b;
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li:hover a {
  color: #ffffff;
}

.service-details-area .service-sidebar .sidebar-widget ul li a {
  color: #545454;
}

.service-details-area .service-sidebar .sidebar-widget ul li a i {
  font-weight: 600;
  margin-right: 5px;
}

/* Blog Details CSS End */
/* Company CSS Start */
.company-style-three {
  margin-top: 0;
}

/* Company CSS End */
/*---------- Service Details CSS End ----------*/
/*---------- Why Choose Page CSS Start ----------*/
.page-title.title-bg-10 {
  background-image: url(../img/page-bg/10.jpg);
}

.choose-style-three .choose-card::before {
  height: 100%;
}

.choose-style-three .choose-card::after {
  height: 100%;
}

/*---------- Why Choose Page CSS End ----------*/
/*---------- Faq Page CSS Start ----------*/
.page-title.title-bg-4 {
  background-image: url(../img/page-bg/4.jpg);
}

.faq-section .accordions .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border: 1px solid #0e4456;
}

.faq-section .accordions .accordion-item .accordion-title {
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #ffffff;
  position: relative;
}

.faq-section .accordions .accordion-item .accordion-title.active-title {
  background-color: #0e4456;
}

.faq-section .accordions .accordion-item .accordion-title.active-title h2 {
  color: #ffffff;
}

.faq-section .accordions .accordion-item .accordion-title.active-title h2 i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-section .accordions .accordion-item .accordion-title h2 {
  margin: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0e4456;
  line-height: 20px;
}

.faq-section .accordions .accordion-item .accordion-title h2 i {
  font-size: 25px;
  position: inherit;
}

.faq-section .accordions .accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.faq-section .accordions .accordion-item .accordion-content.active {
  display: block;
}

.faq-section .accordions .accordion-item .accordion-content p {
  margin: 0;
}

/*---------- Faq Page CSS End ----------*/
/*---------- Error Page CSS Start ----------*/
.page-title.title-bg-4 {
  background-image: url(../img/page-bg/4.jpg);
}

.error-section {
  position: relative;
}

.error-section::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  top: 100px;
  left: 100px;
  background: linear-gradient(45deg, #3023AE 0%, #f09 100%);
  border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  opacity: .15;
  -webkit-animation: fluid 5s infinite linear;
          animation: fluid 5s infinite linear;
}

.error-section h2 {
  font-size: 50px;
  color: #0e4456;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 35px;
}

.error-section .theme-btn .default-btn {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #f8940b;
  padding: 15px 40px;
}

/*---------- Error Page CSS End ----------*/
/*---------- Why Choose Page CSS Start ----------*/
.page-title.title-bg-5 {
  background-image: url(../img/page-bg/5.jpg);
}

/*---------- Why Choose Page CSS End ----------*/
/*----------  Privacy Page CSS Start ----------*/
.privacy-section .privacy-text h2 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.privacy-section .privacy-text p {
  margin-bottom: 15px;
}

.privacy-section .privacy-text p:last-child {
  margin-bottom: 0;
}

/*----------  Privacy Page CSS End ----------*/
/*----------  Terms Page CSS Start ----------*/
.page-title.title-bg-9 {
  background-image: url(../img/page-bg/9.jpg);
}

.terms-section .terms-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0e4456;
}

.terms-section .terms-text h3 {
  margin-bottom: 10px;
}

.terms-section .terms-text p {
  font-size: 18px;
  margin-bottom: 15px;
}

.terms-section .terms-text p:last-child {
  margin-bottom: 0;
}

/*----------  Terms Page CSS End ----------*/
/*----------  Coming Page CSS Start ----------*/
.coming-soon {
  height: 100vh;
}

.coming-soon h2 {
  margin-bottom: 20px;
}

.coming-soon a {
  color: #f8940b;
}

.coming-soon a:hover {
  color: #ffffff;
}

/*----------  Coming Page CSS End ----------*/
/*----------  Blog Page One CSS Start ----------*/
.page-title.title-bg-6 {
  background-image: url(../img/page-bg/6.jpg);
}

/*----------  Blog Page One CSS End ----------*/
/*----------  Blog Page Two CSS Start ----------*/
.page-title.title-bg-7 {
  background-image: url(../img/page-bg/7.jpg);
}

.blog-style-three .blog-card .blog-img {
  position: relative;
}

.blog-style-three .blog-card .blog-img .blog-btn {
  top: 0;
  left: 0;
  right: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.blog-style-three .blog-card .blog-img .blog-btn a {
  left: 0;
  top: 40%;
  right: 0;
  width: 40px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  text-align: center;
  position: absolute;
  color: #ffffff;
  border-radius: 45px;
  display: inline-block;
  background: transparent;
}

.blog-style-three .blog-card .blog-img .blog-btn a:hover {
  background: #0e4456;
}

.blog-style-three .blog-card .blog-text p {
  margin-bottom: 0;
}

.blog-style-three .blog-card:hover .blog-img img {
  -webkit-transform: none;
          transform: none;
}

.blog-style-three .blog-card:hover .blog-img .blog-btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-style-three nav .pagination {
  margin: 30px 0;
}

.blog-style-three nav .pagination .page-item .page-link {
  color: #545454;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 60, 60, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(60, 60, 60, 0.1);
  border-radius: 50px;
  margin: 0 5px;
}

.blog-style-three nav .pagination .page-item .page-link.active {
  background: #0e4456;
  color: #ffffff;
}

.blog-style-three nav .pagination .page-item .page-link:hover {
  background: #0e4456;
  color: #ffffff;
}

/*----------  Blog Page Two CSS End ----------*/
/*----------  Blog Details Page Two CSS Start ----------*/
.page-title.title-bg-7 {
  background-image: url(../img/page-bg/7.jpg);
}

.blog-details-area .blog-post-area .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-area .blog-post-area h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e4456;
}

.blog-details-area .blog-post-area p {
  margin-bottom: 15px;
}

.blog-details-area .blog-post-area ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.blog-details-area .blog-post-area ul li {
  list-style: none;
  color: #0e4456;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-details-area .blog-post-area .post-img {
  margin-top: 15px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-details-area .blog-post-area .post-img img {
  border-radius: 10px;
}

.blog-details-area .blog-sidebar .blog-search {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}

.blog-details-area .blog-sidebar .blog-search form {
  position: relative;
}

.blog-details-area .blog-sidebar .blog-search form input {
  width: 100%;
  height: 50px;
  padding: 20px;
  background: #ddd;
  border: 0;
  border-radius: 5px;
}

.blog-details-area .blog-sidebar .blog-search form input:focus {
  border: 1px solid #0e4456;
  outline: 0;
}

.blog-details-area .blog-sidebar .blog-search form ::-webkit-input-placeholder {
  color: #0e4456;
}

.blog-details-area .blog-sidebar .blog-search form :-ms-input-placeholder {
  color: #0e4456;
}

.blog-details-area .blog-sidebar .blog-search form ::-ms-input-placeholder {
  color: #0e4456;
}

.blog-details-area .blog-sidebar .blog-search form ::placeholder {
  color: #0e4456;
}

.blog-details-area .blog-sidebar .blog-search form button {
  position: absolute;
  top: 4px;
  right: 2px;
}

.blog-details-area .blog-sidebar .blog-search form button i {
  color: #0e4456;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #dddddd;
}

.blog-details-area .blog-sidebar .blog-search form button i:hover {
  background: #0e4456;
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-widget {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-area .blog-sidebar .blog-widget h3 {
  padding: 20px;
  color: #ffffff;
  background: #0e4456;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}

.blog-details-area .blog-sidebar .blog-widget .post-item {
  padding: 20px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
}

.blog-details-area .blog-sidebar .blog-widget .post-item a {
  float: left;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info {
  padding-left: 100px;
  padding-top: 10px;
  line-height: 1;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info time {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a {
  font-size: 16px;
  color: #545454;
  font-weight: 600;
}

.blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a:hover {
  color: #f8940b;
}

.blog-details-area .blog-sidebar .blog-widget .post-item:last-child {
  border-bottom: 0;
}

.blog-details-area .blog-sidebar .blog-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-area .blog-sidebar .blog-widget ul li {
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 1px inset;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-details-area .blog-sidebar .blog-widget ul li a {
  color: #545454;
}

.blog-details-area .blog-sidebar .blog-widget ul li a i {
  font-weight: 600;
}

.blog-details-area .blog-sidebar .blog-widget ul li:last-child {
  border-bottom: 0px solid #0e4456;
}

.blog-details-area .blog-sidebar .blog-widget ul li:hover {
  background: #f8940b;
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-widget ul li:hover a {
  color: #ffffff;
}

.blog-details-area .blog-sidebar .blog-tags ul {
  padding: 20px;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-area .blog-sidebar .blog-tags ul li {
  display: inline-block;
  padding: 0;
  border-bottom: 0;
}

.blog-details-area .blog-sidebar .blog-tags ul li:hover {
  background: transparent;
}

.blog-details-area .blog-sidebar .blog-tags ul li a {
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: 1px dashed #dddddd;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #545454;
  padding: 5px 15px;
}

.blog-details-area .blog-sidebar .blog-tags ul li a:hover {
  background: #f8940b;
  color: #ffffff;
}

/*----------  Blog Details Page Two CSS End ----------*/
/*----------  Contact Page Two CSS Start ----------*/
.page-title.title-bg-8 {
  background-image: url(../img/page-bg/8.jpg);
}
/*==========================
Booking Contact Section
===========================*/

.booking-contact-section{

    background:#F8FAFC;

}

.booking-wrapper{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

/* Left Side */

.contact-info-box{

    height:100%;

    padding:70px 45px;

    background:linear-gradient(135deg,#0b1b4f,#1E293B);

    color:#fff;

}

.contact-info-box span{

    color:#f8940b;

    font-weight:700;

    text-transform:uppercase;

}

.contact-info-box h2{

    margin:20px 0;

    font-size:40px;

    color:#fff;

}

.contact-info-box p{

    color:#CBD5E1;

}

.info-item{

    display:flex;

    margin-top:35px;

}

.info-item i{

    width:60px;

    height:60px;

    background:#f8940b;

    color:#0b1b4f;

    border-radius:50%;

    text-align:center;

    line-height:60px;

    font-size:26px;

    margin-right:20px;

}

.info-item h5{

    color:#fff;

}

.info-item a{

    color:#CBD5E1;

}

.info-item p{

    margin:0;

}

/* Right Side */

.booking-form-box{

    padding:70px;

}

.booking-form-box h3{

    margin-bottom:35px;

    color:#0b1b4f;

    font-size:34px;

    font-weight:700;

}

.booking-form-box .form-control{

    height:55px;

    border-radius:12px;

    border:1px solid #E5E7EB;

    margin-bottom:20px;

    box-shadow:none;

}

.booking-form-box textarea{

    height:130px !important;

    padding-top:15px;

}

.booking-form-box .form-control:focus{

    border-color:#f8940b;

}

.booking-btn{

    width:100%;

    height:55px;

    border:none;

    border-radius:12px;

    background:#f8940b;

    color:#0b1b4f;

    font-weight:700;

    transition:.3s;

}

.booking-btn:hover{

    background:#0b1b4f;

    color:#fff;

}

/* Mobile */

@media(max-width:991px){

.contact-info-box{

    padding:45px 30px;

}

.booking-form-box{

    padding:45px 30px;

}

}

/*----------  Contact Page Two CSS End ----------*/
/* PreLoader CSS Start */
.loader-content {
  background: #0e4456;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* PreLoader CSS End */
/* Back Top CSS Start */
.top-btn i {
  width: 40px;
  height: 50px;
  color: #ffffff;
  background: #0e4456;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.top-btn i::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-btn i:hover::before {
  height: 100%;
}

.top-btn i:hover {
  color: #ffffff;
}

/* Back Top CSS End */
/* Animation CSS  Start */
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes translate-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translate-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}

@keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}

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

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

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes fluid {
  0% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
  30% {
    border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
  }
  50% {
    border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
  }
  60% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
}

@keyframes fluid {
  0% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
  30% {
    border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
  }
  50% {
    border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
  }
  60% {
    border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
  }
}

@-webkit-keyframes bg-cng {
  0% {
    background: #f5ebff;
  }
  35% {
    background: #f8940b;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  70% {
    background: #0e4456;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    background: #f5ebff;
  }
}

@keyframes bg-cng {
  0% {
    background: #f5ebff;
  }
  35% {
    background: #f8940b;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  70% {
    background: #0e4456;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    background: #f5ebff;
  }
}

@-webkit-keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Animation CSS End */
/*# sourceMappingURL=style.css.map */

@media (min-width:768px) {
  .header-right .col-6 {
    text-align:right;
  }
}

.booking-modal{

    border:none;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.booking-left{

    height:100%;

    background:linear-gradient(135deg,#0b1b4f,#1E293B);

    color:#fff;

    padding:55px 40px;

    position:relative;

}

.booking-left::before{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(251,191,36,.10);

    border-radius:50%;

    top:-120px;

    right:-120px;

}

.booking-left span{

    color:#f8940b;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

}

.booking-left h2{

    font-size:36px;

    margin:20px 0;

    color:#fff;

    font-weight:700;

}

.booking-left p{

    color:#CBD5E1;

    margin-bottom:30px;

}

.booking-left ul{

    padding:0;

    margin:0;

    list-style:none;

}

.booking-left ul li{

    margin-bottom:18px;

    font-size:16px;

}

.booking-left i{

    color:#f8940b;

    margin-right:10px;

}

.booking-right{

    background:#fff;

    padding:50px;

}

.booking-right h3{

    font-size:28px;

    margin-bottom:25px;

    color:#0b1b4f;

    font-weight:700;

}

.booking-right .form-control{

    height:52px;

    border-radius:10px;

    border:1px solid #dbe4ee;

    margin-bottom:18px;

    box-shadow:none;

}

.booking-right textarea.form-control{

    height:120px;

    resize:none;

    padding-top:15px;

}

.booking-right .form-control:focus{

    border-color:#f8940b;

}

.booking-btn{

    width:100%;

    border:none;

    background:#f8940b;

    color:#0b1b4f;

    font-weight:700;

    padding:15px;

    border-radius:10px;

    transition:.3s;

}

.booking-btn:hover{

    background:#0b1b4f;

    color:#fff;

}

.modal-close{

    position:absolute;

    right:20px;

    top:15px;

    z-index:10;

    color:#fff;

    opacity:1;

    font-size:34px;

}

.modal-backdrop.show{

    opacity:.75;

}


/* Bottom bar (always visible now) */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 5px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

/* Buttons */
.btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

/* Icons */
.btn i {
  font-size: 18px;
}

/* Colors */
.call-btn {
  background: #007bff;
}

.whatsapp-btn {
  background: #25D366;
}

@media (min-width: 768px) {
  .bottom-bar {
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}
}

/*==============================
Fleet Section
===============================*/

.fleet-section{

    background:#f8fafc;

}

.fleet-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    margin-bottom:30px;

}

.fleet-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.fleet-img{

    position:relative;

    overflow:hidden;

}

.fleet-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .5s;
}

.fleet-card:hover img{

    transform:scale(1.08);

}

.price-tag{

    position:absolute;

    top:18px;

    left:18px;

    background:#f8940b;

    color:#111827;

    padding:8px 18px;

    border-radius:30px;

    font-weight:700;

    font-size:14px;

}

.fleet-content{

    padding:30px;

}

.fleet-content h3{

    font-size:28px;

    margin-bottom:20px;

    font-weight:700;

    color:#0b1b4f;

}

.fleet-content ul{

    list-style:none;

    padding:0;

    margin:0 0 25px;

}

.fleet-content ul li{

    margin-bottom:14px;

    color:#64748B;

    font-size:16px;

}

.fleet-content ul li i{

    color:#F59E0B;

    /*margin-right:10px;*/

}

.fleet-btn{

    display:flex;

    gap:12px;

}

.book-btn{

    flex:1;

    text-align:center;

    background:#F59E0B;

    color:#fff;

    padding:12px;

    border-radius:8px;

    font-weight:600;

    transition:.3s;

}

.book-btn:hover{

    background:#0b1b4f;

    color:#fff;

}

.call-btn {
    flex: 1;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    border-radius: 6px;
    /* font-weight: 600; */
    transition: .3s;
    font-size: 14px;
}

.call-btn:hover{

    background:#F59E0B;

    color:#fff;

}

@media(max-width:991px){

.fleet-content h3{

    font-size:24px;

}

}

/*=================================
Our Services
==================================*/

.services-section{
    background:#F8FAFC;
}

.service-card{

    background:#fff;

    padding:40px 35px;

    border-radius:18px;

    margin-bottom:30px;

    transition:.35s;

    position:relative;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    border:1px solid #edf2f7;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.service-card::before{

    content:"";

    position:absolute;

    width:80px;

    height:80px;

    background:#f8940b;

    border-radius:50%;

    right:-25px;

    top:-25px;

    opacity:.15;

}

.service-icon{

    width:75px;

    height:75px;

    background:#FFF5DA;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

    transition:.3s;

}

.service-card:hover .service-icon{

    background:#f8940b;

}

.service-icon i{

    font-size:36px;

    color:#F59E0B;

    transition:.3s;

}

.service-card:hover .service-icon i{

    color:#0b1b4f;

}

.service-card h3{

    font-size:26px;

    font-weight:700;

    margin-bottom:15px;

    color:#0b1b4f;

}

.service-card p{

    color:#64748B;

    line-height:28px;

    margin-bottom:25px;

}

.service-card a{

    font-weight:700;

    color:#F59E0B;

    transition:.3s;

}

.service-card a i{

    margin-left:8px;

    transition:.3s;

}

.service-card:hover a{

    color:#0b1b4f;

}

.service-card:hover a i{

    margin-left:15px;

}

@media(max-width:991px){

.service-card{

    padding:35px 25px;

}

}

/*contact map section css*/

.map-section {
    padding: 20px 20px;
    background: #f8f9fa;
}

.map-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.map-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.map-section p {
    margin-bottom: 30px;
    color: #666;
}

.map {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.map iframe {
    display: block;
    width: 100%;
    border: 0;
}

/*contact map section css*/

/*taxi-services card css*/

.fleet-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.fleet-icons li {
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.fleet-icons li i {
    font-size: 20px;
    color: #ff6600;
}

.fleet-icons li:hover {
    background: #ff6600;
}

.fleet-icons li:hover i {
    color: #fff;
}

/*taxi-services card css*/

/* Feature Icons */
.features {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 10px;
}
.features span {
       background: #f59e0b;
    padding: 6px 10px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
}