/*!
STYLESHEET INDEX
------------------------------------------------------
1. Base (core files)
	- variables
	- mixins
	- typography
	- animation
	- theme
	- header
	- footer
	- widget
	- swiper

2. Components (./components/)
	- Hero-slider
	- About
	- Services
	- Process
	- Brands
	- Stat
	- Choose
	- Portfolio (Case Studies)
	- Tracking
	- Review
	- Pricing
	- Blog
	- Video
	- Team
	- Accordion
	- Tabs
	- Solution
	- Why-us
	- Contact
	- Single-post
	- Shop
	- Single-product
	- Cart
	- Checkout

Notes:
- Keep component filenames consistent with imports.
- Add new sections as separate component files.
*/
/*! variables */
:root {
    --font-family-base: "DM Sans",sans-serif;
    --font-family-headings: "Rethink Sans",sans-serif;
    --font-family-btn: "DM Sans",sans-serif;
    --bs-border-color: #d8dde1;
    --font-size-base: 16px;
    --font-weight-base: 400;
    --line-height-base: 26px;
    --primary: #DD1717;
    --primary-rgb: 253,85,35;
    --white: #fff;
    --white-rgb: 255,255,255;
    --shade: #ecf0f1;
    --success: #23e219;
    --body-color: #535353;
    --theme-border: #d8dde1;
    --black: #000;
    --dark-rgb: 2,14,40;
    --dark: #020e28;
    --headings-color: #020e28;
    --blue: #1d1354;
    --light: #f7f7f7;
    --light-alt: #fff9f9;
    --mute: #788094;
    --mute-alt: #b0b2b8;
    --danger: #dc3545
}

/*! mixins */ .text-primary {
    color: #fd5523 !important
}

.text-secondary {
    color: #ffac00 !important
}

.text-tertiary {
    color: #122f2a !important
}

.text-success {
    color: #23e219 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-info {
    color: #fff !important
}

.text-light {
    color: #f7f7f7 !important
}

.text-dark {
    color: #020e28 !important
}

.text-mute {
    color: #788094 !important
}

.text-shade {
    color: #ecf0f1 !important
}

.text-body {
    color: #535353 !important
}

.h1, h1 {
    font-size: 74px
}

.h1, .h2, h1, h2 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.h2, h2 {
    font-size: 48px
}

.h3, h3 {
    font-size: 36px
}

.h3, .h4, h3, h4 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.h4, h4 {
    font-size: 24px
}

.experien-stat, .h5, .why-txt .progress .meta, h5 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.contact-submit p, .footer-widget .footer-info .single-conn .conn-txt a, .h6, .link-btn, .payment-option button, .portfolio-menu .nav .nav-link, .product-details-tab .nav-tabs li .nav-link, .quote-form .form-group label, .shipment-content p, .slider-sec2 .slide-item .slide-content p, .tracking-form-sec .row.form-inner .form-group label, h6, ul.check li {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.display-1 {
    font-size: 74px
}

.display-1, .display-2, .sec-title {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.display-2, .sec-title {
    font-size: 48px
}

.display-3 {
    font-size: 36px
}

.display-3, .display-4, .footer-widget .widget-title, .widget-title {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.display-4, .footer-widget .widget-title, .widget-title {
    font-size: 24px
}

.display-5, .slider-sec2 a.slide-cta {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}

.display-6, .header-middle .conn-txt a, .header-middle .conn-txt span, .navbar .navbar-nav > li a.nav-link, .tv-toggler {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--headings-color)
}
/*! typography */ body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    color: var(--body-color);
    position: relative;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:1400px) {
    .container {
        max-width: 1220px
    }
}

@media (min-width:1200px) {
    .ct-container {
        max-width: 1320px
    }
}

@media (min-width:1400px) {
    .ct-container {
        max-width: 1645px
    }
}

a, a:focus, a:hover {
    color: var(--headings-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary)
}

.form-check-input:focus {
    border-color: #fdb09a;
    box-shadow: 0 0 0 .25rem #ffd3c5
}

.lead-sm {
    font-size: 20px
}

.form-control, input, select, textarea {
    font-family: var(--font-family-base);
    width: 100%;
    color: var(--body-color);
    padding: 14px 20px;
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

    .form-control:focus, input:focus, select:focus, textarea:focus {
        outline: 0 none;
        box-shadow: 0 0 0 .05rem rgba(var(--primary),.2)
    }

    .form-control::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
        opacity: 1;
        color: var(--body-color)
    }

    .form-control:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: var(--body-color)
    }

    .form-control::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: var(--body-color)
    }

    input[type=checkbox] {
        padding: 0
    }

.btn:focus-visible {
    color: var(--headings-color);
    background-color: var(--primary);
    border-color: var(--primary);
    outline: 0;
    box-shadow: none
}

.datepicker {
    text-align: center
}

    .datepicker td {
        width: 32px;
        height: 32px;
        font-weight: 500
    }

        .datepicker td.active, .datepicker td:hover {
            background: var(--primary);
            color: var(--white)
        }

        .datepicker td.day {
            text-align: center
        }

/*! animation */ .anim-img {
    position: absolute;
    backface-visibility: hidden;
    animation: jumping 5s ease-in-out 2s infinite alternate;
    animation-timing-function: cubic-bezier(.65,.05,.36,1);
    user-select: none;
    will-change: transform
}

    .anim-img.left-top {
        left: 0;
        top: auto
    }

    .anim-img.left-bottom {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0
    }

    .anim-img.right-bottom {
        right: 0;
        bottom: 0
    }

    .anim-img.right-top {
        right: 0;
        top: 0
    }

    .anim-img.center-bottom {
        left: 20%;
        bottom: 0
    }

    .anim-img.spin {
        animation: spin 8s ease-in-out 2s infinite alternate
    }

    .anim-img.zoom {
        animation: zoom 8s ease-in-out 2s infinite alternate
    }

    .anim-img.anim-2 {
        animation: jumping2 8s ease-in-out 2s infinite alternate
    }

@media (max-width:575.98px) {
    .anim-img {
        display: none
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0) translateX(0) rotate(0) scale(.5);
        opacity: .2
    }

    50% {
        transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
        opacity: 1
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
        opacity: .2
    }

    50% {
        transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(.8);
        opacity: .5
    }

    to {
        transform: translateY(0) translateX(0) rotate(0) scale(.7)
    }
}

@keyframes animate_pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.2),0 0 0 0 hsla(0,0%,100%,.4)
    }

    40% {
        box-shadow: 0 0 0 50px hsla(0,0%,100%,0),0 0 0 0 hsla(0,0%,100%,.4)
    }

    80% {
        box-shadow: 0 0 0 50px hsla(0,0%,100%,0),0 0 0 30px hsla(0,0%,100%,0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0),0 0 0 30px hsla(0,0%,100%,0)
    }
}

.spin {
    animation: spin 10s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0);
        left: 50%
    }

    40% {
        transform: rotate(90deg);
        left: 55%
    }

    80% {
        transform: rotate(180deg);
        left: 60%
    }

    to {
        transform: rotate(1turn);
        left: 50%
    }
}

.moveX {
    animation: moveX 12s linear infinite
}

.moveXS {
    animation: moveXS 8s linear infinite
}

@keyframes moveX {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(150px)
    }

    50% {
        transform: translateX(120px)
    }

    75% {
        transform: translateX(140px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes moveXS {
    0% {
        transform: translateX(0)
    }

    30% {
        transform: translateX(20px)
    }

    70% {
        transform: translateX(50px)
    }

    to {
        transform: translateX(0)
    }
}

.moveY {
    animation: moveY 7s ease-in-out infinite
}

.about-m1 .ab-stat, .moveYS {
    animation: moveYS 9s ease-in-out infinite
}

@keyframes moveY {
    0% {
        transform: translateY(-80px)
    }

    50% {
        transform: translateY(60px)
    }

    to {
        transform: translateY(-80px)
    }
}

@keyframes moveYS {
    0% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(15px)
    }

    to {
        transform: translateY(-15px)
    }
}

.rotate {
    animation: rotate 7s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes zoom {
    0% {
        -moz-transform: scale(.3);
        -o-transform: scale(.3);
        -ms-transform: scale(.3);
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    20% {
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        -ms-transform: scale(.4);
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

/*! theme */ .about-sec2 .about-media-box, .about-sec3, .btn-close, .choose-sec2 .single-choose, .choose-sec2 .single-choose span.icon, .choose-sec2 .single-choose span.icon-lg, .choose-sec2 .single-choose span.icon-xl, .choose-sec2 .single-choose span.icon-xs, .contact-sec .contact-tabs, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link, .footer-nav ul li, .footer-widget .widget-title, .footer-widgets, .header-actions a.text-reset.user-account, .header-connect .single-conn, .header-top .header-socials span, .header.header-2 .header-top .lang-select, .header.header-3 .header-nav-wrapper .navbar .container, .hero-3 .hero-media, .navbar-line, .overly, .plan-body, .portfolio-sec, .pricing-card, .pricing-card .pricing-body ul li, .process-card, .process-card .process-thumb, .process-entry, .process-wrapper, .qf-card span.icon, .qf-card span.icon-lg, .qf-card span.icon-xl, .qf-card span.icon-xs, .quote-form-wrap .quote-request-form .persional-info, .recent-entry .rc-entry, .review-entry .rev-content, .review-sec .review-thumb, .review-wrapper .review-card, .service-card2 .serv-thumb, .service-entry .serv-txt, .single-plan.featured, .single-plan:hover, .single-stat, .slider-sec2, .slider-sec2 .slide-item, .slider-section, .slider-section .hero-content .slide-meta, .slider-section .hero-content .trust-badge .icon, .slider-section .hero-content .trust-badge .icon-lg, .slider-section .hero-content .trust-badge .icon-xl, .slider-section .hero-content .trust-badge .icon-xs, .sol-box, .sub-title2, .swiper-pagination span.swiper-pagination-bullet-active, .team-card .team-thumb, .video-sec3, blockquote, blockquote cite, section.promo-sec .promo-wrap, ul.check li, ul.ct-list li {
    position: relative;
    z-index: 1
}

    .about-sec2 .about-media-box:before, .about-sec3:before, .btn-close:before, .choose-sec2 .single-choose:before, .choose-sec2 .single-choose span.icon-lg:before, .choose-sec2 .single-choose span.icon-xl:before, .choose-sec2 .single-choose span.icon-xs:before, .choose-sec2 .single-choose span.icon:before, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:before, .contact-sec .contact-tabs:before, .footer-nav ul li:before, .footer-widget .widget-title:before, .footer-widgets:before, .header-actions a.text-reset.user-account:before, .header-connect .single-conn:before, .header-top .header-socials span:before, .header.header-2 .header-top .lang-select:before, .header.header-3 .header-nav-wrapper .navbar .container:before, .hero-3 .hero-media:before, .navbar-line:before, .overly:before, .plan-body:before, .portfolio-sec:before, .pricing-card .pricing-body ul li:before, .pricing-card:before, .process-card .process-thumb:before, .process-card:before, .process-entry:before, .process-wrapper:before, .qf-card span.icon-lg:before, .qf-card span.icon-xl:before, .qf-card span.icon-xs:before, .qf-card span.icon:before, .quote-form-wrap .quote-request-form .persional-info:before, .recent-entry .rc-entry:before, .review-entry .rev-content:before, .review-sec .review-thumb:before, .review-wrapper .review-card:before, .service-card2 .serv-thumb:before, .service-entry .serv-txt:before, .single-plan.featured:before, .single-plan:hover:before, .single-stat:before, .slider-sec2 .slide-item:before, .slider-sec2:before, .slider-section .hero-content .slide-meta:before, .slider-section .hero-content .trust-badge .icon-lg:before, .slider-section .hero-content .trust-badge .icon-xl:before, .slider-section .hero-content .trust-badge .icon-xs:before, .slider-section .hero-content .trust-badge .icon:before, .slider-section:before, .sol-box:before, .sub-title2:before, .swiper-pagination span.swiper-pagination-bullet-active:before, .team-card .team-thumb:before, .video-sec3:before, blockquote:before, blockquote cite:before, section.promo-sec .promo-wrap:before, ul.check li:before, ul.ct-list li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--dark)
    }

.container-fluid {
    --bs-gutter-x: 30px
}

.sec-title {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sec-title {
        font-size: 45px
    }
}

@media (max-width:767.98px) {
    .sec-title {
        font-size: 40px
    }
}

@media (max-width:575.98px) {
    .sec-title {
        overflow: hidden;
        font-size: 38px
    }
}

.sub-title, .sub-title2 {
    text-transform: uppercase;
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px
}

    .sub-title2 svg, .sub-title svg {
        margin-right: 5px
    }

        .sub-title2 svg path, .sub-title svg path {
            fill: var(--primary)
        }

    .sub-title2:before {
        left: auto;
        right: -55px
    }

    .sub-title2:after, .sub-title2:before {
        width: 40px;
        height: 1px;
        background-color: var(--primary);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .sub-title2:after {
        content: "";
        left: -60px
    }

    .sub-title2.single:after {
        display: none
    }

.sec-intro {
    margin: 0 0 60px;
    max-width: 700px
}

    .sec-intro.full {
        max-width: max-content
    }

.sec-padding {
    padding: 120px 0
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sec-padding {
        padding: 100px 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .sec-padding {
        padding: 90px 0
    }
}

@media (max-width:767.98px) {
    .sec-padding {
        padding: 70px 0
    }
}

.rounded-4 {
    border-radius: 20px !important
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--primary);
    border-color: var(--primary)
}

.bg-primary {
    background-color: #fd5523 !important
}

.bg-tertiary {
    background-color: #122f2a !important
}

.bg-light {
    background-color: #f7f7f7 !important
}

.btn-secondary {
    background-color: #ffac00;
    border-color: #ffac00;
    color: #fff
}

    .btn-secondary:focus, .btn-secondary:hover {
        background-color: rgb(204,137.6,0);
        border-color: rgb(204,137.6,0);
        color: #fff
    }

.bg-secondary {
    background-color: #ffac00 !important
}

.bg-shade {
    background-color: #ecf0f1 !important
}

.bg-info {
    background-color: #fff !important
}

.bg-dark {
    background-color: #020e28 !important
}

.btn {
    font-family: var(--font-family-btn);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 32px;
    border-radius: 30px;
    position: relative;
    border: 0 !important;
    overflow: hidden;
    z-index: 1;
    transition: .3s
}

    .btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 30px;
        background-color: var(--dark);
        transition: width .5s ease-in-out,height .5s ease-in-out;
        transform: translate(-50%,-50%);
        z-index: -1
    }

    .btn i.fa-arrow-right {
        transform: rotate(-30deg);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .btn:hover i.fa-arrow-right {
        transform: rotate(0deg)
    }

    .btn.btn-xs {
        padding: 13px 26px
    }

    .btn:hover span {
        width: 225%;
        height: 562.5px
    }

    .btn.btn-outline {
        border: 1px solid var(--white) !important;
        color: var(--white);
        padding: 15px 32px
    }

        .btn.btn-outline:hover {
            color: var(--headings-color)
        }

            .btn.btn-outline:hover span {
                background-color: var(--white)
            }

.btn-primary {
    background-color: #DD1717;
    border-color: #fd5523;
    color: #fff
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: rgb(234.8648648649,55.5135135135,2.1351351351);
        border-color: rgb(234.8648648649,55.5135135135,2.1351351351);
        color: #fff
    }

.btn-info {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

    .btn-info:focus, .btn-info:hover {
        background-color: rgb(229.5,229.5,229.5);
        border-color: rgb(229.5,229.5,229.5);
        color: #fff
    }

.btn-info {
    color: var(--headings-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .btn-dark:hover, .btn-info span {
        background-color: var(--primary)
    }

.btn-dark:hover {
    border: 1px solid var(--primary);
    color: var(--headings-color)
}

.custom-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.icon, .icon-lg, .icon-xl, .icon-xs {
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

    .icon-lg i, .icon-xl i, .icon-xs i, .icon i {
        display: table-cell;
        vertical-align: middle
    }

.icon-xs {
    width: 40px;
    height: 40px;
    font-size: 13px
}

.icon-lg {
    width: 56px;
    height: 56px
}

.icon-xl {
    width: 100px;
    height: 100px;
    font-size: 30px
}

.lead, .lead-sm {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500
}

    .lead-sm a, .lead a {
        text-decoration: underline
    }

@media (max-width:991.98px) {
    .lead, .lead-sm {
        font-size: 16px
    }
}

.abs-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.link-btn {
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1.3;
    font-size: 16px;
    color: var(--headings-color);
    text-transform: capitalize;
    text-decoration: underline
}

    .link-btn, .link-btn i {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

        .link-btn i {
            margin-left: 5px;
            font-size: 18px;
            transform: rotate(-20deg)
        }

        .link-btn:hover {
            color: var(--primary);
            text-decoration: underline
        }

            .link-btn:hover i {
                transform: rotate(0deg)
            }

.ratings {
    font-size: 14px
}

.social-share a {
    background-color: var(--primary);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .social-share a i {
        display: table-cell;
        vertical-align: middle
    }

    .social-share a:last-child {
        margin-right: 0
    }

    .social-share a:hover {
        background-color: var(--dark);
        color: var(--white)
    }

.social-share.outline a {
    border: 1px solid var(--theme-border);
    background-color: transparent;
    color: var(--headings-color)
}

    .social-share.outline a:hover {
        background-color: var(--primary);
        border: 1px solid var(--primary);
        color: var(--white)
    }

.social-share.null a {
    background-color: transparent;
    width: auto;
    height: auto;
    color: var(--headings-color)
}

    .social-share.null a:hover {
        color: var(--dark)
    }

.bg-cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.scroll-top {
    position: fixed;
    right: 1.875rem;
    bottom: 1.875rem;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(2.8125rem);
    transition: all .3s linear;
    background-color: var(--white);
    box-shadow: 0 .3125rem .9375rem rgba(0,0,0,.14)
}

    .scroll-top, .scroll-top:after {
        cursor: pointer;
        display: block;
        border-radius: 50%
    }

        .scroll-top:after {
            content: "\f106";
            font-family: fontawesome;
            font-weight: 700;
            position: absolute;
            text-align: center;
            line-height: 3.125rem;
            font-size: 1.25rem;
            color: var(--headings-color);
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 1
        }

        .scroll-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0)
        }

        .scroll-top svg {
            color: var(--white);
            border-radius: 50%
        }

        .scroll-top .progress-circle path {
            stroke: var(--primary);
            stroke-width: .5rem;
            box-sizing: border-box;
            transition: all .4s linear
        }

#preloader.done {
    visibility: hidden;
    opacity: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999
}

.preloader {
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -25px
}

    .preloader, .preloader span {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: absolute
    }

        .preloader span {
            border-radius: 100%;
            background: var(--primary);
            -webkit-animation: preloader 1.3s linear infinite;
            animation: preloader 1.3s linear infinite
        }

            .preloader span:last-child {
                animation-delay: -.8s;
                -webkit-animation-delay: -.8s
            }

@keyframes preloader {
    0% {
        transform: scale(0);
        opacity: .5
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.tv-spin {
    animation: tv-spin 6s linear infinite
}

.tv-move {
    animation: tv-move 16s linear infinite
}

.nice-select {
    padding: 4px 20px
}

    .nice-select .list {
        background-color: var(--light)
    }

    .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
        background-color: var(--primary);
        color: var(--white)
    }

    .nice-select .option.selected.focus {
        color: var(--headings-color) !important
    }

.video-play-btn {
    display: flex;
    place-content: center;
    text-align: center;
    height: 100px;
    width: 100px;
    font-size: 25px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: var(--headings-color);
    background-color: var(--white);
    animation: animate_pulse 3s linear infinite
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

    .reveal img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform-origin: left;
        transform-origin: left
    }

.pager nav.navigation.pagination {
    display: block
}

.pager a, .pager span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--light);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .pager .current, .pager a:hover {
        background-color: var(--primary);
        color: var(--white)
    }

    .pager a.next, .pager a.prev {
        width: 100px;
        padding: 3px 10px;
        line-height: 1;
        text-transform: uppercase
    }

.abs-img {
    position: absolute
}

.contact-sec .tab-pane iframe, .round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.ratings i {
    color: orange
}

.progress {
    border: 0;
    box-shadow: none;
    height: 7px;
    overflow: visible;
    position: relative;
    border-radius: 10px;
    display: block;
    background-color: var(--shade)
}

    .progress:last-child {
        margin-bottom: 0
    }

    .progress .meta {
        font-size: 16px;
        left: 0;
        position: absolute;
        top: -28px;
        font-weight: 600;
        color: var(--headings-color)
    }

    .progress .progress-bar {
        display: block;
        background: var(--primary);
        float: left;
        height: 7px;
        border-radius: 10px;
        overflow: visible
    }

        .progress .progress-bar span {
            background: var(--primary);
            float: right;
            margin-right: 10px;
            margin-top: -32px;
            position: relative;
            font-weight: 700;
            font-size: 15px;
            padding: 0 8px;
            border-radius: 5px;
            font-family: caveat
        }

            .progress .progress-bar span:after, .progress .progress-bar span:before {
                border: solid transparent;
                content: "";
                height: 0;
                pointer-events: none;
                position: absolute;
                top: 100%;
                width: 0
            }

            .progress .progress-bar span:before {
                border-top-color: var(--primary);
                border-width: 5px;
                left: 50%;
                margin-left: -5px
            }

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.single-feat ul, ul.check {
    margin: 0;
    padding: 0;
    list-style: none
}

    ul.check li {
        margin-left: 25px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px
    }

        ul.check li span {
            color: var(--dark)
        }

        ul.check li:before {
            content: "";
            background: url(../images/icons/arrow-right.svg) no-repeat 0;
            left: -25px;
            top: 0
        }

.parallax-overly {
    position: absolute;
    inset: 0;
    background-color: var(--dark);
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    mix-blend-mode: multiply;
    z-index: -1
}

.success-stat {
    margin: 50px 0 30px
}

    .success-stat .progress {
        margin-bottom: 50px
    }

.nav-tabs {
    margin: 30px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-border)
}

    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 20px
    }

@media (max-width:575.98px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.nav-tabs .nav-item, .nav-tabs .nav-item .nav-link {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .nav-tabs .nav-item .nav-link {
        margin: 0;
        color: var(--headings-color);
        font-weight: 700;
        border-radius: 30px;
        font-size: 14px;
        background-color: var(--white);
        padding: 7px 30px
    }

        .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
            color: var(--white);
            background-color: var(--primary);
            border: 1px solid var(--primary)
        }

.nice-select.tv-select {
    height: auto;
    width: 100%;
    border: 1px solid var(--theme-border);
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 16px
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-alt)
}

.progress-circle-item {
    width: 80px;
    height: 80px;
    position: relative
}

    .progress-circle-item .outer {
        height: 80px;
        width: 80px
    }

    .progress-circle-item .inner, .progress-circle-item .outer {
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .progress-circle-item .inner {
        height: 60px;
        width: 60px
    }

        .progress-circle-item .inner .number {
            font-weight: 600;
            font-size: 1rem;
            color: #555
        }

    .progress-circle-item svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        transform: rotate(20deg)
    }

        .progress-circle-item svg circle {
            fill: none;
            stroke: var(--primary);
            stroke-width: 5px;
            stroke-linecap: round;
            stroke-dasharray: 188.5;
            stroke-dashoffset: 188.5
        }

.text-slide-wrap {
    display: flex;
    align-items: center;
    gap: 60px
}

    .text-slide-wrap .text-item {
        perspective: 2000px;
        transform-style: preserve-3d;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px
    }

        .text-slide-wrap .text-item .display-1 {
            color: var(--mute);
            font-weight: 700
        }

        .text-slide-wrap .text-item:nth-child(odd) .display-1 {
            -webkit-text-stroke: 1px var(--primary);
            color: transparent
        }

.text-slide-sec3 {
    padding: 30px 0 100px
}

ul.ct-list {
    padding: 0;
    list-style: none;
    margin: 30px 0
}

@media (min-width:768px) {
    ul.ct-list:first-child {
        margin-right: 50px
    }
}

ul.ct-list li {
    margin-bottom: 20px;
    padding-left: 30px
}

    ul.ct-list li:before {
        background: url(../images/icons/check.png) no-repeat 0
    }

.errot-txt {
    margin: 60px 0 0
}

    .errot-txt p {
        max-width: 450px;
        margin: 0 auto 40px
    }

    .errot-txt i {
        margin-right: 10px
    }

.success {
    background-color: #13a05a;
    border: 1px solid #13a05a;
    border-radius: 5px
}

.error, .success {
    padding: 15px;
    margin-bottom: 20px;
    color: var(--white)
}

.error {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 5px
}

/*! header */ .header-middle .conn-txt small {
    display: block;
    color: rgba(var(--white-rgb),.6)
}

.header-middle .conn-txt a, .header-middle .conn-txt span {
    color: var(--white)
}

.header-connect {
    max-width: 950px;
    margin-left: auto
}

@media (max-width:1199.98px) {
    .header-connect {
        margin: 0 auto
    }
}

.header-connect .single-conn:before {
    width: 2px;
    height: 52px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    left: 130%
}

.header-connect .single-conn:last-child:before {
    display: none
}

@media (max-width:991.98px) {
    .header-connect .single-conn a {
        font-size: 18px
    }

    .header-connect .single-conn:before {
        display: none
    }
}

.icon-button {
    border: 0;
    background-color: transparent
}

.main-overlay {
    opacity: 0;
    visibility: hidden;
    filter: blur(2px);
    background: var(--black);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .main-overlay.active {
        opacity: .6;
        visibility: visible
    }

.canvas-menu {
    background: var(--white);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    position: fixed;
    right: -100%;
    scrollbar-width: none;
    top: 0;
    width: 400px;
    opacity: 0;
    transition: .45s ease-in-out;
    visibility: hidden;
    z-index: 10
}

@media (max-width:575.98px) {
    .canvas-menu {
        width: 100%
    }
}

.canvas-menu .logo img {
    max-width: 175px
}

.canvas-menu.open {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition-duration: .6s
}

.canvas-menu.position-left {
    left: 0;
    right: auto;
    -moz-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px)
}

    .canvas-menu.position-left.open {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.canvas-menu .social-share a:hover {
    color: var(--primary)
}

.canvas-menu a.btn.btn-primary {
    max-width: 200px;
    margin-top: 15px
}

.canvas-menu .canvas-close {
    box-sizing: content-box;
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .canvas-menu .canvas-close:focus {
        outline: none;
        box-shadow: none
    }

    .canvas-menu .canvas-close:hover {
        opacity: 1;
        transform: rotate(90deg)
    }

.canvas-menu nav {
    width: 100%
}

.canvas-menu .vertical-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

    .canvas-menu .vertical-menu li.openmenu > a {
        color: var(--dark)
    }

    .canvas-menu .vertical-menu li.openmenu .switcher {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .canvas-menu .vertical-menu li {
        padding: 0;
        position: relative;
        list-style: none;
        line-height: 1.2;
        -webkit-transition: .2s ease-in-out .4s;
        -moz-transition: .2s .4s ease-in-out;
        -ms-transition: .2s .4s ease-in-out;
        -o-transition: .2s .4s ease-in-out;
        transition: .2s ease-in-out .4s
    }

        .canvas-menu .vertical-menu li:after {
            content: "";
            display: block;
            height: 1px;
            margin-bottom: 10px;
            margin-top: 10px;
            width: 100%
        }

        .canvas-menu .vertical-menu li.active a {
            color: var(--primary)
        }

        .canvas-menu .vertical-menu li.active .submenu a {
            color: var(--headings-color)
        }

            .canvas-menu .vertical-menu li.active .submenu a:hover {
                color: var(--body-color)
            }

        .canvas-menu .vertical-menu li .switcher {
            border: 1px solid var(--theme-border);
            border-radius: 5px;
            display: flex;
            font-size: 14px;
            width: 30px;
            align-items: center;
            justify-content: space-around;
            height: 30px;
            cursor: pointer;
            color: var(--primary);
            position: absolute;
            top: 0;
            right: 0;
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .2s ease-in-out .4s;
            -moz-transition: .2s .4s ease-in-out;
            -ms-transition: .2s .4s ease-in-out;
            -o-transition: .2s .4s ease-in-out;
            transition: .2s ease-in-out .4s;
            -webkit-backface-visibility: hidden
        }

        .canvas-menu .vertical-menu li a {
            color: var(--headings-color);
            font-weight: 500;
            text-decoration: none;
            position: relative
        }

            .canvas-menu .vertical-menu li a:hover {
                color: var(--primary)
            }

.canvas-menu .submenu {
    display: none;
    padding: 10px 20px
}

    .canvas-menu .submenu li {
        padding: 5px 0
    }

        .canvas-menu .submenu li:after {
            content: "";
            display: none
        }

        .canvas-menu .submenu li a {
            color: var(--headings-color);
            font-size: 14px;
            font-weight: 400
        }

            .canvas-menu .submenu li a:hover {
                color: var(--dark)
            }

.header-top .header-infos ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .header-top .header-infos ul li, .header-top .header-infos ul li a {
        color: var(--white);
        line-height: 1
    }

        .header-top .header-infos ul li svg {
            margin-right: 5px;
            margin-top: -2px
        }

.header-top .header-infos .dropdown-toggle {
    color: var(--white)
}

.header-top .header-infos .dropdown-menu {
    background-color: var(--dark);
    padding: 20px;
    min-width: 270px
}

    .header-top .header-infos .dropdown-menu li {
        margin-bottom: 15px
    }

.header-top .header-socials span {
    color: var(--dark);
    font-weight: 500
}

    .header-top .header-socials span:before {
        width: 1px;
        height: 11px;
        left: 85px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media (max-width:991.98px) {
    .header-top p {
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap
    }

    .header-top .header-socials {
        width: 325px;
        text-align: right
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .header-top .header-socials {
        width: 510px
    }
}

@media (max-width:575.98px) {
    .header-top p {
        display: none
    }

    .header-top .header-socials {
        width: 100%;
        text-align: center;
        justify-content: center
    }
}

.header {
    position: relative;
    z-index: 9
}

    .header .header-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0
    }
    .header .navbar-brand img {
        width: 100%;
        height: 100%;
        max-width: 200px;
    }

@media (max-width:991.98px) {
    .header .navbar-brand img {
        max-width: 180px
    }
}

@media (max-width:767.98px) {
    .header .navbar-brand img {
        max-width: 155px
    }
}

.header.header-default {
    position: absolute;
    z-index: 9;
    width: 100%
}

@media (min-width:1200px) {
    .header.header-default .navbar .container {
        max-width: 1320px
    }
}

@media (min-width:1400px) {
    .header.header-default .navbar .container {
        max-width: 1365px
    }
}

.header.header-default .navbar .container {
    background: url(../images/header-bg.png) no-repeat 50%/contain;
    padding: 15px 20px 25px;
    border-radius: 100px
}

@media (max-width:1199.98px) {
    .header.header-default .navbar .container {
        padding: 10px 20px;
        background-color: var(--white)
    }
}

@media (min-width:1600px) {
    .header.header-default .navbar .container {
        max-width: 1505px
    }
}

.header.header-default .header-nav-wrapper.header-sticky.scroll-on .container {
    padding: 0
}

.header.header-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

    .header.header-2 .header-top {
        margin: 20px 15px 15px
    }

        .header.header-2 .header-top .social-share a {
            background-color: rgba(var(--white-rgb),.15);
            width: 36px;
            height: 36px;
            font-size: 14px
        }

            .header.header-2 .header-top .social-share a:hover {
                background-color: var(--primary)
            }

@media (max-width:575.98px) {
    .header.header-2 .header-top .social-share a {
        margin-right: 3px
    }
}

.header.header-2 .header-top .lang-select {
    z-index: 2
}

    .header.header-2 .header-top .lang-select:before {
        left: 119px;
        height: 24px;
        width: 1px;
        background-color: var(--white)
    }

    .header.header-2 .header-top .lang-select > a {
        color: var(--white)
    }

    .header.header-2 .header-top .lang-select .dropdown-menu li {
        margin-bottom: 7px;
        font-size: 14px;
        padding: 4px 8px
    }

        .header.header-2 .header-top .lang-select .dropdown-menu li img {
            margin-right: 5px
        }

    .header.header-2 .header-top .lang-select .dropdown-item.active, .header.header-2 .header-top .lang-select .dropdown-item:active, .header.header-2 .header-top .lang-select .dropdown-item:hover {
        background-color: var(--light)
    }

.header.header-2 .header-nav-wrapper .container {
    background-color: rgba(var(--dark-rgb),.6);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 20px
}

.header.header-2 .header-nav-wrapper .offcanvas {
    background-color: var(--dark)
}

.header.header-2 .header-nav-wrapper .navbar button.navbar-toggler.offcanvas-nav-btn {
    color: var(--white)
}

    .header.header-2 .header-nav-wrapper .navbar button.navbar-toggler.offcanvas-nav-btn svg path {
        fill: var(--white)
    }

.header.header-2 .header-nav-wrapper .navbar .navbar-nav > li a.nav-link {
    color: var(--white)
}

.header.header-2 .header-nav-wrapper .navbar .navbar-nav > li:hover > a.nav-link {
    color: var(--primary)
}

.header.header-2 .header-nav-wrapper.header-sticky.scroll-on {
    box-shadow: none
}

    .header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar {
        background-color: var(--dark)
    }

        .header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
            padding: 22px 18px
        }

@media (max-width:1199.98px) {
    .header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 16px 0
    }
}

.header.header-3 {
    height: 50px
}

    .header.header-3 .header-top {
        padding: 12px 55px
    }

@media (max-width:1199.98px) {
    .header.header-3 .header-top {
        padding: 10px 0
    }
}

.header.header-3 .social-share a {
    color: var(--white)
}

.header.header-3 .header-nav-wrapper .navbar {
    padding: 0
}

    .header.header-3 .header-nav-wrapper .navbar .container {
        padding: 0 60px
    }

        .header.header-3 .header-nav-wrapper .navbar .container:before {
            background: url(../images/header3-bg.png) no-repeat 50%/cover
        }

@media (max-width:1399.98px) {
    .header.header-3 .header-nav-wrapper .navbar .container:before {
        background-size: contain
    }
}

@media (max-width:1199.98px) {
    .header.header-3 .header-nav-wrapper .navbar .container:before {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .header.header-3 .header-nav-wrapper .navbar .container {
        padding: 0 20px
    }
}

@media (max-width:767.98px) {
    .header.header-3 .header-nav-wrapper .navbar .container {
        padding: 0 20px
    }

        .header.header-3 .header-nav-wrapper .navbar .container:before {
            display: none
        }
}

@media (max-width:1199.98px) {
    .header.header-3 .header-nav-wrapper .navbar {
        background-color: var(--white)
    }

        .header.header-3 .header-nav-wrapper .navbar .container {
            padding: 7px 0
        }
}

@media (max-width:575.98px) {
    .header.header-3 .header-nav-wrapper .navbar .container {
        padding: 0 15px
    }
}

@media (max-width:389px) {
    .logo {
        max-width: 130px
    }

    .single-conn .icon, .single-conn .icon-lg, .single-conn .icon-xl, .single-conn .icon-xs {
        width: 34px;
        height: 34px;
        font-size: 13px
    }

    .single-conn .conn-txt {
        margin-left: 4px !important;
        line-height: 1.3
    }

        .single-conn .conn-txt small {
            font-size: 12px
        }

        .single-conn .conn-txt a, .single-conn .conn-txt span {
            font-size: 13px
        }
}

.navbar-line:before {
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    top: 100%
}

@media (min-width:992px) {
    .navbar-line:before {
        height: 1px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar-line:before {
        top: 135%
    }
}

.navbar {
    padding: 20px 0
}

@media (max-width:1199.98px) {
    .navbar {
        padding: 10px 0
    }
}

.navbar .dropdown, .navbar .dropdown-center, .navbar .dropend, .navbar .dropstart, .navbar .dropup, .navbar .dropup-center {
    position: relative
}

@media (max-width:1199.98px) {
    .navbar .dropdown, .navbar .dropdown-center, .navbar .dropend, .navbar .dropstart, .navbar .dropup, .navbar .dropup-center {
        width: 100%
    }
}

.navbar .navbar-nav > li a.nav-link {
    padding: 32px 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-family-headings)
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .navbar .navbar-nav > li a.nav-link {
        padding: 32px 18px
    }
}

.navbar .navbar-nav > li a.nav-link:after {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

/*.navbar .navbar-nav > li:first-child a.nav-link {
    padding-left: 0
}*/

@media (max-width:1199.98px) {
    .navbar .navbar-nav > li {
        width: 100%
    }
}

.navbar .navbar-nav .nav-item > .dropdown-menu:first-of-type:before {
    position: absolute;
    content: "";
    top: -12px;
    left: 22px;
    z-index: 8;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--white)
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 8px;
    margin-top: 0;
    padding: 15px 0;
    min-width: 250px;
    top: 100%;
    left: 0;
    background-color: var(--white);
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,.35);
    z-index: 10;
    transform: translateY(15px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        align-items: center;
        display: flex;
        font-weight: 500;
        padding: 7px 15px 7px 25px;
        width: 100%;
        font-size: 15px;
        font-family: var(--font-family-headings);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            color: var(--primary);
            padding-left: 28px !important
        }

    .navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
        position: absolute;
        right: 16px;
        transform: rotate(-90deg)
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: auto;
        top: -10px
    }

    .navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:focus > a, .navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:hover > a {
        color: var(--primary);
        background-color: transparent;
        padding-left: 30px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.navbar .navbar-nav > .dropdown:hover > .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0)
}

.navbar .navbar-brand {
    margin-right: 0
}

.navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar .dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: fontawesome;
    border: 0;
    margin-left: 5px;
    float: right;
    font-size: 13px;
    margin-top: 2px
}

@media (max-width:767.98px) {
    .navbar .dropdown .dropdown-toggle:after {
        margin-left: auto;
        margin-right: 10px
    }
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
    border: 0;
    font-size: 18px;
    color: var(--headings-color);
    text-transform: uppercase;
    padding: 0;
    font-weight: 700
}

    .navbar button.navbar-toggler.offcanvas-nav-btn svg {
        vertical-align: baseline
    }

.navbar .dropdown-header {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .0625rem;
    padding: 3px 15px 7px 25px;
    text-transform: uppercase
}

.navbar .custom-btn {
    border-radius: 30px;
    padding: 9px 28px
}

.navbar .nav-banner > a img {
    margin: 10px 0
}

.navbar .nav-cta .icon-lg {
    width: 50px;
    height: 50px
}

.navbar .nav-cta sup {
    background: var(--primary);
    color: var(--white);
    top: -8px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute
}

@media (max-width:1199.98px) {
    .navbar .nav-cta .btn {
        padding: 12px 23px
    }

    .navbar .nav-cta .icon-lg {
        width: 50px;
        height: 50px
    }
}

.navbar .nav-cta button {
    border: 0
}

.navbar.scroll-on .container:before {
    display: none
}

.navbar.scroll-on .navbar-nav li a.nav-link {
    padding: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar.scroll-on .navbar-nav li a.nav-link {
        padding: 22px 15px
    }
}

.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
    padding-left: 0
}

header .header-nav-wrapper.header-sticky.scroll-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: var(--white);
    box-shadow: 0 .25rem 1.25rem rgba(0,0,0,.07);
    width: 100%;
    animation: headerSlideDown 1.3s ease forwards
}

    header .header-nav-wrapper.header-sticky.scroll-on .navbar {
        padding: 3px 0
    }

@media (max-width:1199.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar {
        padding: 5px 10px
    }
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar-line:before {
    display: none
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 28px 18px
}

@media (min-width:1200px) and (max-width:1399.98px) {
    /*header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 21px 18px
    }*/
}

@media (max-width:1199.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 16px 0
    }
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .container-fluid {
    border: 0
}

.navbar.nav-center .offcanvas {
    max-width: 700px
}

@media (max-width:991.98px) {
    .navbar.nav-center .offcanvas {
        max-width: calc(100% - 20px)
    }
}

.navbar.nav-center .navbar-nav li:last-child a.nav-link {
    padding-right: 0
}

@media (min-width:1200px) {
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 33.33%
    }

    header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link {
        color: var(--primary)
    }

        header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link:after {
            transform: rotate(180deg)
        }

    header .header-nav-wrapper .navbar .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        transform: translateY(20px)
    }

    header .header-nav-wrapper .navbar .navbar-nav .dropdown-submenu.dropend:hover > .dropdown-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        transform: translateY(0)
    }
}

@media (max-width:1199.98px) {
    .navbar .offcanvas-header {
        margin-bottom: 15px
    }

        .navbar .offcanvas-header img {
            max-width: 150px
        }

    .navbar .navbar-nav .dropdown-menu {
        background-color: var(--white);
        min-width: 0 !important
    }

        .navbar .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 15px
        }

    .navbar .offcanvas.bg-dark .dropdown-menu {
        background-color: var(--white)
    }

    .navbar .offcanvas.bg-dark .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #2b2b2b
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        margin-left: 10px
    }

    .navbar .navbar-nav .nav-item .nav-link {
        border-radius: 0;
        padding: 16px 0;
        font-size: 16px;
        line-height: 1
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        border: 0
    }
}

.header-actions a.btn {
    padding: 13px 24px
}

.header-actions a.text-reset.user-account {
    font-weight: 500;
    margin: 0 22px
}

    .header-actions a.text-reset.user-account:before {
        width: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -15px;
        height: 20px
    }

@media (min-width:1200px) and (max-width:1399.98px) {
    .header-actions a.icon, .header-actions a.icon-lg, .header-actions a.icon-xl, .header-actions a.icon-xs {
        width: 45px;
        flex: 0 0 45px;
        height: 45px
    }

    .header-actions a.text-reset.user-account {
        margin: 0 14px
    }

        .header-actions a.text-reset.user-account:before {
            left: -10px
        }
}

@media (max-width:1199.98px) {
    .header-actions a.icon, .header-actions a.icon-lg, .header-actions a.icon-xl, .header-actions a.icon-xs {
        width: 45px;
        flex: 0 0 45px;
        height: 45px
    }

    .header-actions a.text-reset.user-account {
        margin: 0 14px
    }

        .header-actions a.text-reset.user-account:before {
            left: -10px
        }
}

.header-actions .cart-num {
    background-color: var(--primary);
    color: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 13px;
    line-height: 24px
}

@keyframes headerSlideDown {
    0% {
        margin-top: -6.25rem
    }

    to {
        margin-top: 0
    }
}

.search-popup .search-form {
    position: relative
}

    .search-popup .search-form:after {
        content: "\f002";
        font-family: fontawesome;
        position: absolute;
        z-index: 1;
        width: 20px;
        left: 15px;
        background-color: transparent;
        top: 50%;
        transform: translateY(-50%)
    }

    .search-popup .search-form input {
        padding-left: 40px
    }

        .search-popup .search-form input:focus {
            box-shadow: none
        }

.search-popup .btn-close {
    position: absolute;
    right: 0;
    top: 20px
}

.offcanvas-header .btn-close {
    padding: 4px
}

.btn-close {
    width: 30px;
    height: 30px;
    line-height: 36px;
    flex: 0 0 30px;
    text-align: center;
    display: table;
    background: 0 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-color: transparent
}

    .btn-close:focus {
        border: 0;
        box-shadow: none
    }

    .btn-close:before {
        font-family: fontawesome;
        content: "\f00d";
        color: var(--white);
        background-color: transparent;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 37px
    }

.header-transparent {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%
}

    .header-transparent .container-fluid {
        padding: 5px 15px;
        border: 1px solid rgba(var(--white-rgb),.2);
        border-radius: 100px
    }

    .header-transparent .navbar .navbar-nav > li a.nav-link {
        color: var(--white)
    }

@media (max-width:1199.98px) {
    .header-transparent .navbar .navbar-nav > li a.nav-link {
        color: var(--headings-color)
    }
}

.header-transparent .navbar .nav-cta a.phone span, .header-transparent .navbar button.navbar-toggler.offcanvas-nav-btn {
    color: var(--white)
}

    .header-transparent .navbar .nav-cta a.phone span small {
        color: rgba(var(--white-rgb),.7)
    }

.header-transparent .header-nav-wrapper.header-sticky.scroll-on {
    background-color: var(--headings-color)
}

section.promo-sec {
    padding: 250px 0 100px;
    background-color: #d9d9d9;
    background-blend-mode: multiply
}

@media (max-width:767.98px) {
    section.promo-sec {
        padding: 150px 0 80px
    }
}

section.promo-sec .parallax-overly {
    z-index: -1;
    background-color: var(--dark);
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

section.promo-sec .promo-wrap {
    padding-left: 30px
}

    section.promo-sec .promo-wrap:before {
        width: 4px;
        background-color: var(--primary)
    }

section.promo-sec h1 {
    font-size: 64px;
    font-weight: 700
}

@media (max-width:767.98px) {
    section.promo-sec h1 {
        font-size: 50px
    }
}

section.promo-sec ol.breadcrumb {
    display: block
}

    section.promo-sec ol.breadcrumb .breadcrumb-item {
        display: inline-block;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600
    }

        section.promo-sec ol.breadcrumb .breadcrumb-item a {
            color: var(--primary)
        }

        section.promo-sec ol.breadcrumb .breadcrumb-item.active {
            color: var(--white)
        }

        section.promo-sec ol.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            content: "\f061";
            font-family: fontawesome;
            font-size: 13px
        }

section.promo-sec .breadcrumb-item + .breadcrumb-item:before {
    font-style: normal;
    color: var(--white);
    font-size: 18px
}

/*! footer */ .footer {
    padding-top: 120px;
    overflow: hidden
}

    .footer .parallax-overly {
        opacity: .96
    }

    .footer .copy-right a {
        font-weight: 600;
        color: var(--primary)
    }

    .footer .subs-head {
        max-width: 300px
    }

.footer-top .subs-widget {
    flex: 0 0 500px;
    margin-left: inherit
}

@media (max-width:1199.98px) {
    .footer-top .subs-widget {
        flex: 0 0 450px
    }
}

@media (max-width:767.98px) {
    .footer-top .subs-widget {
        margin: 30px 0
    }
}

.footer-top .subs-widget form {
    position: relative
}

    .footer-top .subs-widget form input {
        border-radius: 30px;
        background-color: rgba(var(--white-rgb),.07);
        color: var(--body-color);
        padding-left: 30px;
        font-size: 14px;
        color: var(--mute-alt);
        border: 1px solid rgba(var(--white-rgb),.3)
    }

        .footer-top .subs-widget form input::placeholder {
            color: var(--mute-alt)
        }

    .footer-top .subs-widget form button {
        border: 0;
        color: var(--white);
        padding: 16px 25px;
        font-weight: 600;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .footer-top .subs-widget form button img {
            margin-left: 5px
        }

.footer-top h2.display-4, .footer-top h2.widget-title {
    font-size: 40px
}

@media (max-width:1199.98px) {
    .footer-top h2.display-4, .footer-top h2.widget-title {
        font-size: 28px
    }
}

.footer-top .subs-head p {
    margin: 0;
    color: #829592
}

@media (max-width:991.98px) {
    .footer-widget {
        margin-bottom: 45px
    }
}

.footer-widget .f-logo {
    margin-bottom: 35px
}

.footer-widget .widget-title {
    margin-bottom: 45px;
    color: var(--white)
}

    .footer-widget .widget-title:before {
        width: 90px;
        height: 2px;
        background-color: var(--primary);
        top: 38px;
        left: 25px
    }

    .footer-widget .widget-title:after {
        position: absolute;
        content: "";
        width: 18px;
        height: 2px;
        background-color: var(--white);
        top: 37px;
        left: 0;
        z-index: -1
    }

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-widget ul li a {
        color: var(--mute-alt);
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        position: relative
    }

        .footer-widget ul li a:before {
            content: "\f101";
            font-family: fontawesome;
            color: var(--mute-alt);
            display: inline-block;
            opacity: 0;
            margin-left: -10px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

    .footer-widget ul li:hover a {
        color: var(--primary);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }

        .footer-widget ul li:hover a:before {
            color: var(--primary);
            opacity: 1;
            margin-right: 10px
        }

    .footer-widget ul li:not(:last-child) {
        margin-bottom: 15px
    }

.footer-widget p, .footer-widget span {
    color: var(--mute-alt)
}

.footer-widget.about-footer {
    max-width: 310px
}

.footer-widget .footer-info {
    margin-top: 30px
}

    .footer-widget .footer-info > div:first-child .icon, .footer-widget .footer-info > div:first-child .icon-lg, .footer-widget .footer-info > div:first-child .icon-xl, .footer-widget .footer-info > div:first-child .icon-xs, .footer-widget .footer-info > div:nth-child(2) .icon, .footer-widget .footer-info > div:nth-child(2) .icon-lg, .footer-widget .footer-info > div:nth-child(2) .icon-xl, .footer-widget .footer-info > div:nth-child(2) .icon-xs {
        background-color: var(--primary)
    }

    .footer-widget .footer-info .single-conn {
        margin-bottom: 20px
    }

        .footer-widget .footer-info .single-conn .icon, .footer-widget .footer-info .single-conn .icon-lg, .footer-widget .footer-info .single-conn .icon-xl, .footer-widget .footer-info .single-conn .icon-xs {
            color: var(--white);
            font-size: 18px
        }

        .footer-widget .footer-info .single-conn .conn-txt small {
            display: block;
            color: var(--mute)
        }

        .footer-widget .footer-info .single-conn .conn-txt a {
            color: var(--white);
            font-weight: 500
        }

.footer-widgets {
    margin-top: 60px;
    padding: 110px 0
}

@media (max-width:991.98px) {
    .footer-widgets {
        padding: 100px 0 60px
    }
}

.footer-widgets:before {
    backdrop-filter: blur(114px);
    background: linear-gradient(134deg,hsla(0,0%,100%,.15),rgba(2,14,40,.1));
    width: 1480px;
    height: 100%;
    border: 1px solid rgba(var(--white-rgb),.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width:991.98px) {
    .footer-widgets {
        margin-bottom: 20px
    }
}

.footer-widgets .social-share {
    margin-top: 35px
}

    .footer-widgets .social-share a {
        background-color: rgba(var(--white-rgb),.07)
    }

        .footer-widgets .social-share a:hover {
            background-color: var(--primary)
        }

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-nav ul li {
        display: inline-block
    }

        .footer-nav ul li:before {
            width: 1px;
            height: 19px;
            background-color: var(--mute);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 54%
        }

        .footer-nav ul li:first-child:before {
            display: none
        }

        .footer-nav ul li a {
            color: var(--white);
            display: block;
            padding: 30px 20px 25px
        }

@media (max-width:767.98px) {
    .footer-nav ul li a {
        padding: 15px 20px 10px
    }
}

.footer-nav ul li:last-child a {
    padding-right: 0
}

.footer-nav ul li:hover a {
    color: var(--primary)
}

@media (max-width:767.98px) {
    .footer-nav ul li:first-child a {
        padding-left: 0
    }
}

.footer-2 .footer-widgets, .footer-3 .footer-widgets {
    border-top: 1px solid rgba(var(--white-rgb),.2)
}

    .footer-2 .footer-widgets:before, .footer-3 .footer-widgets:before {
        display: none
    }

.footer-2 .footer-bottom, .footer-3 .footer-bottom {
    background: var(--primary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.footer-2 .copy-right a, .footer-3 .copy-right a {
    color: var(--white)
}

.footer-2 .footer-nav ul li:before, .footer-3 .footer-nav ul li:before {
    background-color: rgba(var(--white-rgb),.6)
}

.footer-2 .footer-nav ul li:hover a, .footer-3 .footer-nav ul li:hover a {
    color: var(--white)
}

.footer-3 .footer-bottom {
    background-color: var(--dark)
}

/*! widget */ .sidebar-spacing {
    padding: 40px 50px 0 0
}

@media (max-width:1199.98px) {
    .sidebar-spacing {
        padding: 40px 10px 0 0
    }
}

.widget-title {
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .sidebar {
        margin-top: 40px
    }
}

.widget {
    margin-bottom: 40px;
    background-color: var(--shade);
    padding: 40px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .widget {
        padding: 30px 15px
    }
}

@media (max-width:767.98px) {
    .widget {
        padding: 30px 20px;
        margin-bottom: 30px
    }
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget ul li {
        margin-bottom: 15px;
        border: 1px solid var(--theme-border);
        background-color: var(--white);
        padding: 16px 30px;
        text-align: right;
        cursor: pointer;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

        .widget ul li a {
            display: block;
            float: left;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            color: var(--body-color)
        }

        .widget ul li:hover {
            background: var(--primary);
            color: var(--white)
        }

            .widget ul li:hover a {
                color: var(--white)
            }

        .widget ul li span.count {
            float: right
        }

        .widget ul li:last-child {
            margin-bottom: 0
        }

.ls-entry {
    margin-bottom: 20px;
    align-items: center
}

    .ls-entry .blog-meta a, .ls-entry .blog-meta span {
        font-size: 14px
    }

    .ls-entry i {
        font-size: 11px
    }

    .ls-entry h6 {
        margin: 5px 0 0;
        font-size: 18px
    }

.sidebar .blog-widget ul {
    border: 1px solid var(--theme-border-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    margin-top: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sidebar .blog-widget ul {
        padding: 15px
    }
}

.search-widget input {
    border: 1px solid var(--theme-border);
    padding: 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--body-color)
}

.search-widget .btn {
    right: 5px;
    width: 46px;
    text-align: center;
    height: 46px;
    display: inline-block;
    padding: 0;
    min-width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .search-widget .btn i {
        margin-left: 0
    }

.recent-entry .rc-entry {
    margin-bottom: 25px;
    padding-bottom: 20px
}

    .recent-entry .rc-entry:before {
        width: calc(100% - 100px);
        left: auto;
        right: 0;
        height: 1px;
        top: 100%
    }

    .recent-entry .rc-entry .course-info {
        flex: 0 0 70%
    }

    .recent-entry .rc-entry:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

        .recent-entry .rc-entry:last-child:before {
            display: none
        }

.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    background-color: var(--white);
    padding: 11px 15px;
    margin: 2% 1%;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

    .tagcloud a:hover {
        background-color: var(--primary);
        color: var(--white)
    }

.product-sidebar .widget {
    padding: 30px 20px;
    margin-bottom: 30px
}

    .product-sidebar .widget ul li {
        padding: 13px 20px
    }

.single-pi {
    padding: 15px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px
}

    .single-pi:not(:last-child) {
        margin-bottom: 20px
    }

    .single-pi h6 {
        margin-bottom: 5px
    }

.broucher-widget .btn-outline {
    margin-top: 15px;
    background-color: var(--white);
    color: var(--headings-color)
}

/*! swiper */ .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

    .swiper-pagination span {
        width: 10px;
        height: 10px;
        background-color: rgba(83,83,83,.5);
        margin: 0 8px !important;
        border: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }

        .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: var(--primary)
        }

            .swiper-pagination span.swiper-pagination-bullet-active:before {
                width: 20px;
                height: 20px;
                background-color: var(--primary);
                left: 50%;
                top: 50%;
                opacity: .2;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
                filter: alpha(opacity=20);
                transform: translate(-50%,-50%);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

.swiper-button-next, .swiper-button-prev {
    background: var(--primary);
    display: inline-table;
    width: 56px;
    height: 56px;
    text-align: center;
    z-index: 9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--white);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 0
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: var(--dark)
    }

.swiper-button-next {
    left: auto;
    right: 0
}

    .swiper-button-next:after, .swiper-button-prev:after {
        content: "\f060";
        font-family: fontawesome !important;
        font-size: 17px;
        display: table-cell;
        vertical-align: middle
    }

.swiper-button-prev:after {
    content: "\f061"
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.custom-nav > div {
    background-color: var(--primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px
}

.custom-nav {
    bottom: 35px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: 2
}

    .custom-nav .swiper-button-next, .custom-nav .swiper-button-prev {
        left: -52px;
        width: 46px;
        height: 46px;
        border-radius: 10px
    }

    .custom-nav .swiper-button-prev {
        left: 7px
    }

.ct-pagination .swiper-pagination {
    position: relative
}

.header-slider-nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center
}

@media (max-width:575.98px) {
    .header-slider-nav {
        gap: 10px;
        justify-content: end;
        margin-bottom: 20px
    }
}

.header-slider-nav .swiper-button-next, .header-slider-nav .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto
}

.header-slider-nav .swiper-button-prev {
    left: 0
}

/*! hero-slider */ .slider-section {
    background-color: var(--headings-color)
}

    .slider-section:before {
        width: 50%;
        background: url(../images/hero-bg.png) no-repeat 0 0/contain
    }

    .slider-section .anim-img {
        top: auto
    }

    .slider-section img.abs-img.top-0 {
        width: 235px;
        left: -70px
    }

    .slider-section .trust-img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        z-index: 2;
        top: 130px
    }

@media (max-width:991.98px) {
    .slider-section .custom-nav {
        display: none
    }
}

@media (max-width:1199.98px) {
    .slider-section .slide-img img {
        height: auto;
        width: 100%
    }
}

.slider-section .hero-content {
    padding-left: 100px;
    padding-top: 60px
}

@media (min-width:1600px) {
    .slider-section .hero-content {
        padding-left: 20%
    }
}

@media (max-width:991.98px) {
    .slider-section .hero-content {
        padding: 60px
    }
}

@media (max-width:575.98px) {
    .slider-section .hero-content {
        padding: 50px 10px
    }
}

.slider-section .hero-content .sub-title, .slider-section .hero-content .sub-title2 {
    font-size: 20px
}

.slider-section .hero-content .trust-badge {
    position: absolute;
    top: -65px;
    left: calc(100% - 65px);
    z-index: 2
}

@media (max-width:1199.98px) {
    .slider-section .hero-content .trust-badge {
        left: 50px;
        top: -38%
    }
}

@media (max-width:767.98px) {
    .slider-section .hero-content .trust-badge {
        left: 40px;
        top: -23%
    }
}

@media (max-width:575.98px) {
    .slider-section .hero-content .trust-badge {
        display: none
    }
}

.slider-section .hero-content .trust-badge .abs-img {
    top: -25px;
    left: -25px;
    animation: rotate 12s linear infinite
}

.slider-section .hero-content .trust-badge .icon, .slider-section .hero-content .trust-badge .icon-lg, .slider-section .hero-content .trust-badge .icon-xl, .slider-section .hero-content .trust-badge .icon-xs {
    background-color: rgba(var(--white-rgb),.3);
    width: 130px;
    height: 130px
}

    .slider-section .hero-content .trust-badge .icon-lg:before, .slider-section .hero-content .trust-badge .icon-xl:before, .slider-section .hero-content .trust-badge .icon-xs:before, .slider-section .hero-content .trust-badge .icon:before {
        width: 100px;
        height: 100px;
        background-color: var(--primary);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.slider-section .hero-content h1 {
    line-height: 84px
}

.slider-section .hero-content .slide-meta {
    max-width: 400px;
    margin: 0 auto
}

    .slider-section .hero-content .slide-meta:before {
        height: 1px;
        width: 130px;
        left: -140px;
        top: 13px;
        background-color: rgba(var(--white-rgb),.5)
    }

    .slider-section .hero-content .slide-meta p {
        margin: 40px 0;
        line-height: 1.5
    }

@media (min-width:992px) and (max-width:1199.98px) {
    .slider-section .hero-content {
        padding-left: 40px
    }

        .slider-section .hero-content h1 {
            font-size: 60px;
            line-height: 65px
        }
}

@media (max-width:767.98px) {
    .slider-section .hero-content {
        padding-left: 40px
    }

        .slider-section .hero-content h1 {
            font-size: 50px;
            line-height: 1.2
        }
}

.slider-section .stat-card {
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 20px 40px;
    z-index: 1;
    gap: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px
}

    .slider-section .stat-card span {
        font-weight: 700;
        font-size: 22px
    }

    .slider-section .stat-card .customer-imgs.d-flex img {
        margin-left: -18px
    }

@media (max-width:767.98px) {
    .slider-section .stat-card {
        bottom: 20px;
        right: 10px;
        padding: 20px 30px
    }
}

.slider-sec2:before {
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 45px 60px;
    z-index: 2;
    width: 270px;
    height: 110px;
    left: auto;
    top: auto
}

@media (max-width:575.98px) {
    .slider-sec2:before {
        width: 230px;
        height: 80px
    }
}

.slider-sec2 .parallax-overly {
    background: linear-gradient(89deg,#020e28,rgba(2,14,40,.7) 28.75%,rgba(2,14,40,.5) 53.3%,rgba(2,14,40,0));
    z-index: 2
}

.slider-sec2 a.slide-cta {
    position: absolute;
    right: 35px;
    bottom: 35px;
    z-index: 2;
    text-decoration: underline
}

@media (max-width:575.98px) {
    .slider-sec2 a.slide-cta {
        right: 8px
    }
}

.slider-sec2 .slide-item {
    padding: 350px 0 250px
}

@media (max-width:1199.98px) {
    .slider-sec2 .slide-item {
        padding: 250px 0
    }
}

@media (max-width:575.98px) {
    .slider-sec2 .slide-item {
        padding: 200px 0 140px
    }
}

.slider-sec2 .slide-item:before {
    background: linear-gradient(100deg,rgba(2,14,40,.98),rgba(2,14,40,.75) 35%,rgba(2,14,40,.25) 75%,rgba(2,14,40,.03));
    z-index: 1
}

.slider-sec2 .slide-item .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.slider-sec2 .slide-item .slide-content {
    max-width: 700px;
    margin-left: 9%;
    z-index: 3;
    position: relative;
    opacity: 0;
    visibility: hidden
}

    .slider-sec2 .slide-item .slide-content .parallax-txt {
        position: absolute;
        width: 830px;
        z-index: -1;
        top: -40px;
        left: -100px;
        background-size: contain
    }

@media (min-width:1600px) {
    .slider-sec2 .slide-item .slide-content .parallax-txt {
        width: 950px;
        height: 164px
    }
}

@media (max-width:1199.98px) {
    .slider-sec2 .slide-item .slide-content .parallax-txt {
        width: 650px;
        height: 150px;
        top: 20%
    }
}

@media (max-width:767.98px) {
    .slider-sec2 .slide-item .slide-content .parallax-txt {
        width: auto;
        height: 150px;
        top: 20%
    }
}

.slider-sec2 .slide-item .slide-content h1 {
    color: var(--white);
    line-height: 84px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700
}

.slider-sec2 .slide-item .slide-content p {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 50px
}

.slider-sec2 .slide-item .slide-content .btn {
    width: 182px;
    padding: 16px
}

@media (max-width:767.98px) {
    .slider-sec2 .slide-item .slide-content {
        max-width: 90%;
        margin: 0 15px
    }

        .slider-sec2 .slide-item .slide-content h1 {
            font-size: 48px;
            line-height: 1.2
        }

        .slider-sec2 .slide-item .slide-content .btn {
            max-width: 170px;
            padding: 13px
        }
}

@media (max-width:575.98px) {
    .slider-sec2 .slide-item .slide-content h1 {
        font-size: 38px
    }

    .slider-sec2 .slide-item .slide-content .slide-cta a {
        margin-bottom: 20px
    }

    .slider-sec2 .slide-item .slide-content .sub-title, .slider-sec2 .slide-item .slide-content .sub-title2 {
        font-size: 18px
    }
}

.slider-sec2 .custom-nav {
    background: var(--primary);
    padding: 25px 55px;
    width: 225px;
    height: 160px;
    left: auto;
    bottom: 0;
    right: 155px
}

    .slider-sec2 .custom-nav > div {
        background-color: var(--white);
        color: var(--headings-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: relative
    }

    .slider-sec2 .custom-nav .swiper-button-next {
        left: 25px;
        background-color: var(--dark);
        color: var(--white)
    }

    .slider-sec2 .custom-nav .swiper-button-prev {
        left: 35px
    }

    .slider-sec2 .custom-nav:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: 110px;
        background-color: transparent;
        width: 0;
        height: 0;
        border-bottom: 50px solid var(--primary);
        border-right: 41px solid transparent
    }

@media (max-width:575.98px) {
    .slider-sec2 .custom-nav {
        right: 90px;
        height: 105px
    }

        .slider-sec2 .custom-nav:after {
            right: -24px;
            border-bottom: 16px solid var(--primary);
            border-right: 25px solid transparent;
            bottom: 90px
        }
}

.slider-sec2 .swiper-slide-active .slide-content {
    visibility: visible;
    opacity: 1
}

.slider-sec2 .abs-img {
    z-index: 2
}

.hero-3 {
    overflow: hidden
}

    .hero-3 .hero-content {
        padding: 200px 0 180px;
        margin-left: 60px;
        width: 600px
    }

        .hero-3 .hero-content h1 {
            line-height: 84px;
            margin: 30px 0 20px
        }

@media (max-width:1199.98px) {
    .hero-3 .hero-content h1 {
        font-size: 70px;
        line-height: 1.2
    }
}

.hero-3 .hero-content p {
    max-width: 560px
}

.hero-3 .hero-content p, .hero-3 .hero-content span {
    color: var(--white)
}

.hero-3 .hero-content span {
    border: 2px solid var(--primary);
    padding: 6px 20px;
    font-weight: 600
}

.hero-3 .hero-content .hero-cta {
    margin-top: 40px
}

    .hero-3 .hero-content .hero-cta h4 {
        border: 0;
        margin-left: -20px
    }

    .hero-3 .hero-content .hero-cta span.icon-lg {
        font-size: 18px
    }

@media (max-width:991.98px) {
    .hero-3 .hero-content {
        margin-left: 0;
        padding: 160px 0 90px;
        width: auto;
        max-width: 575px
    }

        .hero-3 .hero-content h1 {
            font-size: 60px
        }
}

@media (max-width:767.98px) {
    .hero-3 .hero-content h1 {
        font-size: 40px
    }

    .hero-3 .hero-content .hero-cta .btn {
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hero-3 .hero-media {
        width: 985px;
        left: 153px
    }
}

@media (max-width:991.98px) {
    .hero-3 .hero-media {
        display: none
    }
}

.hero-3 .hero-media:after, .hero-3 .hero-media:before {
    width: 505px;
    height: 1612px;
    transform: rotate(-28deg);
    background-color: var(--primary);
    top: -50%;
    left: 30%
}

.hero-3 .hero-media:after {
    position: absolute;
    content: "";
    width: 560px;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    z-index: -1;
    left: 27%;
    transform: rotate(-28deg)
}

/*! about */ .about-m2 .ab-stat2 {
    max-width: 190px;
    text-align: center;
    padding: 20px;
    line-height: 1;
    margin-left: 15px
}

.about-m2 img {
    border-radius: 30px;
    clip-path: polygon(67% 0,100% 31%,100% 100%,0 100%,0 0);
    position: absolute;
    top: 260px;
    right: 0
}

.about-media {
    margin-right: 30px
}

    .about-media .display-1 {
        color: var(--white);
        line-height: 1;
        font-weight: 800
    }

    .about-media span.unit {
        font-size: 32px
    }

    .about-media p, .about-media span {
        color: var(--white)
    }

.about-m1 {
    margin-bottom: 35px
}

    .about-m1 .ab-stat {
        position: absolute;
        box-shadow: 0 5px 27px 0 rgba(39,39,39,.12);
        width: 260px;
        right: 0;
        top: 40px;
        text-align: center;
        padding: 25px 20px 15px
    }

.about-content {
    padding-left: 20px
}

@media (max-width:991.98px) {
    .about-content {
        padding: 80px 0 0
    }
}

.about-content .about-feat {
    margin: 30px 0;
    padding-bottom: 30px
}

    .about-content .about-feat h4 {
        font-size: 20px
    }

.about-content .ab-item {
    max-width: 250px
}

@media (max-width:575.98px) {
    .about-content .ab-item {
        margin-bottom: 20px
    }
}

@media (max-width:575.98px) {
    .about-content .quick-call {
        margin-top: 20px
    }
}

.about-sec2 {
    padding-top: 120px;
    position: relative
}

    .about-sec2 .about-media-box:before {
        height: 280px;
        width: 10px;
        background-color: var(--dark);
        left: -20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .about-sec2 .about-media-box .about-sm {
        position: absolute;
        right: -5px;
        top: -85px
    }

        .about-sec2 .about-media-box .about-sm img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            border: 10px solid var(--white)
        }

    .about-sec2 ul.check {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 30px 0
    }

        .about-sec2 ul.check li {
            flex: 0 0 45%
        }

    .about-sec2 .about-footer {
        padding: 35px
    }

@media (min-width:1200px) {
    .about-sec2 .about-footer {
        margin-left: -168px
    }
}

.about-sec2 .about-footer {
    z-index: 2;
    position: relative;
    border-right: 5px solid var(--primary)
}

    .about-sec2 .about-footer h5 {
        font-weight: 700
    }

    .about-sec2 .about-footer p {
        margin: 0
    }

.experien-stat {
    background: var(--primary);
    position: absolute;
    padding: 14px 40px;
    border-radius: 10px 10px 10px 0;
    bottom: 40px;
    left: -29px
}

    .experien-stat:before {
        content: "";
        position: absolute;
        left: 0;
        top: 52px;
        width: 40px;
        height: 34px;
        background: linear-gradient(163deg,#fd5523,#5a0306);
        -webkit-clip-path: polygon(100% 0,0 0,100% 100%);
        clip-path: polygon(100% 0,0 0,100% 100%)
    }

@media (max-width:767.98px) {
    .about-sec3 {
        overflow: hidden
    }
}

.about-sec3:before {
    background: var(--light);
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85)
}

.about-sec3 .about-media3 {
    max-width: 485px
}

@media (max-width:991.98px) {
    .about-sec3 .about-media3 {
        margin: 0 auto
    }
}

.about-sec3 .about-media3 .ab-sm-ft {
    margin-left: -150px;
    margin-top: -83px
}

@media (max-width:575.98px) {
    .about-sec3 .about-media3 .ab-sm-ft {
        margin-left: 0
    }
}

.about-sec3 .about-media3 .ab-sm-ft img:first-child {
    z-index: 1
}

.about-sec3 .about-media3 .ab-sm-ft img:last-child {
    margin-top: 50px
}

.about-sec3 .about-media3 .feat-img {
    text-align: right
}

.about-sec3 .about-media3 .ab-stat2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 62%;
    left: 58%;
    z-index: 2
}

.about-sec3 .about-media3 .experien-stat {
    bottom: auto;
    left: 10px;
    top: 40px
}

@media (max-width:575.98px) {
    .about-sec3 .btn-primary, .about-sec3 .tab-img {
        margin-bottom: 20px
    }
}

.about-content3 {
    padding-left: 60px
}

@media (max-width:1199.98px) {
    .about-content3 {
        padding: 50px 0 0
    }
}

.about-content3 .tab-content {
    padding-top: 30px
}

@media (max-width:575.98px) {
    .recent-work.sec-padding {
        padding: 70px 15px
    }
}

.about-details .about-thumb img {
    clip-path: polygon(83% 0,100% 27%,100% 100%,0 100%,0 0)
}

.about-details .about-thumb h2 {
    margin: 50px 0 30px;
    font-size: 45px
}

.about-details .abs-info {
    mask-image: url(../images/ab-mask.png);
    padding: 40px 30px;
    border-radius: 30px;
    background-color: var(--light);
    mask-repeat: no-repeat;
    max-width: 285px
}

    .about-details .abs-info .d-flex {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .about-details .abs-info h3 {
        margin-bottom: 50px
    }

    .about-details .abs-info .display-1 {
        font-size: 64px
    }

    .about-details .abs-info p {
        margin-bottom: 0
    }

@media (min-width:992px) and (max-width:1199.98px) {
    .about-details .abs-info {
        padding: 30px 20px
    }

        .about-details .abs-info h3 {
            margin-bottom: 15px
        }

        .about-details .abs-info .display-1 {
            font-size: 50px
        }
}

.abs-info-wrap > div:nth-child(2) .abs-info {
    background-color: var(--primary)
}

    .abs-info-wrap > div:nth-child(2) .abs-info .display-1, .abs-info-wrap > div:nth-child(2) .abs-info h3, .abs-info-wrap > div:nth-child(2) .abs-info p {
        color: var(--white)
    }

.abs-info-wrap > div:nth-child(3) .abs-info {
    background-color: var(--dark)
}

    .abs-info-wrap > div:nth-child(3) .abs-info .display-1, .abs-info-wrap > div:nth-child(3) .abs-info h3 {
        color: var(--white)
    }

    .abs-info-wrap > div:nth-child(3) .abs-info p {
        color: rgba(var(--white-rgb),.7)
    }

/*! Services */ .service-footer {
    padding-top: 30px;
    margin-top: 25px
}

    .service-footer span {
        background-color: var(--dark);
        color: var(--white)
    }

.service-card {
    padding: 30px;
    mask-image: url(../images/s-mask.png);
    mask-repeat: no-repeat
}

    .service-card .service-thumb {
        margin: 30px 0 25px;
        mask-image: url(../images/serv-shape.png);
        mask-size: contain;
        mask-repeat: no-repeat
    }

    .service-card .service-footer span {
        background-color: var(--shade);
        color: var(--dark);
        width: 40px;
        height: 40px
    }

        .service-card .service-footer span, .service-card .service-footer span i {
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

    .service-card:hover .service-footer span {
        background-color: var(--primary);
        color: var(--white)
    }

    .service-card:hover h3 a {
        color: var(--primary)
    }

.services-carousel {
    position: relative
}

@media (min-width:1400px) {
    .services-carousel .swiper-slide {
        width: 388px !important
    }
}

.services-sec {
    z-index: 1
}

    .services-sec .ct-pagination {
        border: 1px solid var(--theme-border);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }

@media (max-width:575.98px) {
    .services-sec .ct-pagination {
        margin-top: 20px
    }
}

.services-sec .ct-pagination .swiper-pagination {
    position: relative;
    padding: 12px;
    bottom: 0
}

@media (min-width:1200px) {
    .services-sec2 .container, .services-sec2 .serv-header {
        max-width: calc(100% - 100px)
    }
}

.services-sec2 .container, .services-sec2 .serv-header {
    margin-left: auto;
    margin-right: 0
}

@media (max-width:991.98px) {
    .services-sec2 .container, .services-sec2 .serv-header {
        margin-bottom: 40px
    }
}

@media (min-width:576px) {
    .service-slider2 .swiper-slide {
        width: 388px !important
    }
}

.service-slider2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.service-card2 {
    padding: 30px
}

    .service-card2 .serv-thumb {
        clip-path: polygon(100% 0,100% 67%,91% 100%,0 100%,0 0);
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        overflow: hidden
    }

        .service-card2 .serv-thumb:before {
            background-color: var(--dark);
            opacity: .4;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            filter: alpha(opacity=40);
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

        .service-card2 .serv-thumb .icon, .service-card2 .serv-thumb .icon-lg, .service-card2 .serv-thumb .icon-xl, .service-card2 .serv-thumb .icon-xs {
            width: 100px;
            height: 100px;
            background-color: var(--dark);
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

    .service-card2 h3 {
        margin: 55px 0 20px;
        font-weight: 700
    }

    .service-card2 .service-footer {
        margin-top: 35px;
        padding-top: 35px
    }

        .service-card2 .service-footer span {
            width: 40px;
            height: 40px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

    .service-card2:hover .serv-thumb:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    .service-card2:hover h3 a {
        color: var(--primary)
    }

    .service-card2:hover .icon, .service-card2:hover .icon-lg, .service-card2:hover .icon-xl, .service-card2:hover .icon-xs {
        background-color: var(--primary)
    }

    .service-card2:hover .service-footer span {
        background-color: var(--primary);
        color: var(--white)
    }

.service-entry {
    position: relative;
    height: 440px
}

@media (max-width:1199.98px) {
    .service-entry {
        margin-bottom: 90px
    }
}

.service-entry .serv-txt {
    position: absolute;
    bottom: 0;
    height: 100px;
    padding: 20px;
    height: 115px;
    width: calc(100% - 15px);
    transition: height .5s ease
}

    .service-entry .serv-txt:before {
        top: 50px;
        background-color: var(--white);
        border-radius: 20px;
        box-shadow: 0 6px 40px 0 rgba(0,0,0,.07);
        transition: height .5s ease
    }

    .service-entry .serv-txt .serv-heading {
        margin: 20px 0 10px;
        transform: translateY(-10px);
        will-change: transform;
        transition: transform .4s
    }

    .service-entry .serv-txt .serv-title {
        padding-top: 15px
    }

    .service-entry .serv-txt p {
        margin-bottom: 0;
        font-weight: 400;
        line-height: 28px;
        transform: translateY(60%);
        opacity: 0;
        will-change: transform;
        transition: transform .2s ease,opacity .1s ease
    }

.service-entry:hover .serv-txt {
    height: 228px
}

    .service-entry:hover .serv-txt:before {
        height: 100%
    }

    .service-entry:hover .serv-txt .serv-heading {
        transform: translateY(0)
    }

        .service-entry:hover .serv-txt .serv-heading h3 a, .service-entry:hover .serv-txt .serv-heading i {
            color: var(--primary)
        }

    .service-entry:hover .serv-txt p {
        opacity: 1;
        transform: translateY(0)
    }

@media (max-width:1199.98px) {
    .services-3 {
        padding-bottom: 30px
    }
}

.single-case .display-3, .single-service .display-3 {
    font-size: 30px;
    margin: 35px 0 30px
}

.single-case p, .single-service p {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .single-case .gallery-single img, .single-service .gallery-single img {
        max-width: 50%
    }
}

@media (max-width:767.98px) {
    .single-case .gallery-single img, .single-service .gallery-single img {
        margin-bottom: 20px
    }
}

.case-2 {
    padding-bottom: 80px
}

    .case-2 .service-entry {
        margin-bottom: 80px
    }

@media (min-width:576px) {
    .list-single ul {
        flex: 0 0 50%
    }
}

@media (min-width:992px) {
    .services-sidebar {
        padding-right: 25px
    }
}

.services-sidebar .widget {
    background: var(--white);
    padding: 40px 30px
}

    .services-sidebar .widget.broucher-widget a {
        margin-bottom: 20px
    }

/*! Process */ @media (min-width:768px) {
    .process-card {
        max-width: 278px
    }
}

@media (max-width:767.98px) {
    .process-card {
        padding: 20px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .process-card {
        max-width: 210px
    }
}

.process-card:before {
    background: url(../images/step-sh.png) no-repeat;
    background-position: 0;
    left: 100%
}

.process-card:after {
    content: "";
    width: 100%;
    height: 30px;
    top: 14px;
    background: url(../images/plain.png) no-repeat 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    left: 78%
}

.process-card .count {
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
    font-size: 20px;
    font-weight: 500
}

.process-card .count, .process-card h3 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.process-card .process-thumb {
    width: 170px;
    height: 170px;
    margin: 40px auto 25px
}

    .process-card .process-thumb:before {
        background: url(../images/process-s1.png)
    }

.process-card:hover .count {
    background-color: var(--primary) !important;
    color: var(--white)
}

.process-card:hover h3 {
    color: var(--primary)
}

.process-wrapper:before {
    background: url(../images/process-line.png) no-repeat top;
    top: 30px
}

@media (max-width:767.98px) {
    .process-wrapper:before {
        display: none
    }
}

.process-wrapper > div:nth-child(2) .process-thumb:before {
    background: url(../images/process-s2.png)
}

.process-wrapper > div:nth-child(3):after, .process-wrapper > div:nth-child(3):before {
    display: none
}

.process-wrapper > div:nth-child(3) .process-thumb:before {
    background: url(../images/process-s3.png)
}

.process-entry {
    max-width: 330px
}

    .process-entry:before {
        background: url(../images/pros-sh1.png) no-repeat 100% 0;
        left: 48%;
        top: 15%
    }

    .process-entry span.icon, .process-entry span.icon-lg, .process-entry span.icon-xl, .process-entry span.icon-xs {
        width: 130px;
        height: 130px;
        background-color: var(--light-alt);
        position: relative
    }

        .process-entry span.icon-lg:after, .process-entry span.icon-xl:after, .process-entry span.icon-xs:after, .process-entry span.icon:after {
            height: 150px;
            width: 150px;
            z-index: -1;
            background: url(../images/process-mask.png) no-repeat;
            border-radius: 50%;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

        .process-entry span.icon-lg .count, .process-entry span.icon-xl .count, .process-entry span.icon-xs .count, .process-entry span.icon .count {
            width: 40px;
            height: 40px;
            background: var(--primary);
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            color: var(--white);
            top: -20px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translate(-50%);
            border: 2px solid var(--white)
        }

    .process-entry h3 {
        margin: 35px 0 20px;
        font-size: 30px
    }

@media (min-width:768px) and (max-width:991.98px) {
    .process-entry h3 {
        font-size: 22px
    }
}

@media (max-width:767.98px) {
    .process-entry {
        margin: 0 auto 50px
    }

        .process-entry:before {
            display: none
        }
}

@media (max-width:991.98px) {
    .process-sec .abs-img {
        display: none
    }
}

.process-sec3 .row > div:nth-child(2) .process-entry {
    margin: 0 auto
}

@media (max-width:767.98px) {
    .process-sec3 .row > div:nth-child(2) .process-entry {
        margin: 0 auto 50px
    }
}

.process-sec3 .row > div:nth-child(2) .process-entry:before {
    background: url(../images/pros-sh2.png) no-repeat 100% 0
}

.process-sec3 .row > div:nth-child(3) .process-entry {
    margin-left: auto;
    margin-right: 0
}

@media (max-width:767.98px) {
    .process-sec3 .row > div:nth-child(3) .process-entry {
        margin: 0 auto 50px
    }
}

.process-sec3 .row > div:nth-child(3) .process-entry:before {
    display: none
}

/*! Brands */ .brands-sec {
    padding: 90px 60px
}

    .brands-sec .parallax-overly {
        opacity: .8
    }

    .brands-sec .swiper-slide {
        text-align: center
    }

.brands-sec3 .swiper-slide {
    text-align: center;
    border-right: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border);
    padding: 60px 0
}

/*! Stat */ .single-stat {
    display: flex;
    gap: 20px;
    align-items: center
}

@media (min-width:992px) {
    .single-stat {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .single-stat {
        margin-bottom: 60px
    }
}

.single-stat:before {
    width: 1px;
    height: 60px;
    background: rgba(var(--white-rgb),.2);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .single-stat:before {
        display: none
    }
}

.single-stat h3, .single-stat p {
    margin-bottom: 0
}

.single-stat p {
    color: var(--mute)
}

.stat-sec {
    padding: 80px 0
}

    .stat-sec .row > div:first-child .single-stat {
        padding-left: 0
    }

        .stat-sec .row > div:first-child .single-stat:before {
            display: none
        }

.stat-sec3 .stat-entries {
    padding: 50px 60px 40px;
    max-width: 550px;
    margin-left: auto;
    margin-right: 0
}

    .stat-sec3 .stat-entries h3 {
        margin: 0;
        line-height: 1.2
    }

    .stat-sec3 .stat-entries .s-item {
        flex: 0 0 50%
    }

        .stat-sec3 .stat-entries .s-item:nth-child(2n) {
            text-align: right
        }

@media (max-width:575.98px) {
    .stat-sec3 .stat-entries {
        padding: 50px 35px 40px
    }

        .stat-sec3 .stat-entries .s-item:last-child {
            flex: 0 0 100%;
            text-align: center
        }

        .stat-sec3 .stat-entries .s-item h3 {
            font-size: 45px
        }
}

/*! Choose */ .choose-circle h4 {
    max-width: 200px;
    font-size: 20px
}

@media (max-width:991.98px) {
    .choose-media {
        margin-bottom: 60px
    }
}

.choose-media .abs-img {
    top: 100px;
    right: 40px
}

@media (max-width:991.98px) {
    .choose-sec .anim-img {
        left: auto;
        right: 0
    }
}

@media (max-width:991.98px) {
    .choose-sec .choose-content {
        margin-top: 70px
    }
}

.choose-sec .choose-content h2 {
    margin-bottom: 20px
}

@media (max-width:991.98px) {
    .choose-sec .choose-content h2 {
        font-size: 28px
    }
}

.choose-sec .choose-content p {
    max-width: 600px;
    margin-bottom: 40px;
    color: #606f7b
}

@media (max-width:991.98px) {
    .choose-sec .choose-content p {
        margin-left: auto;
        margin-right: auto
    }
}

.choose-sec .choose-content .display-4, .choose-sec .choose-content .widget-title {
    font-size: 20px
}

.choose-sec2 .single-choose {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px 20px 60px;
    position: relative;
    text-align: right
}

    .choose-sec2 .single-choose, .choose-sec2 .single-choose:before {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px
    }

        .choose-sec2 .single-choose:before {
            background-color: var(--shade);
            clip-path: polygon(0 0,100% 0,100% 100%,8% 100%);
            z-index: 1
        }

        .choose-sec2 .single-choose:after {
            background: url(../images/choose-s-b.png) no-repeat 50%/contain;
            content: "";
            width: 100%;
            height: 40px;
            left: 100%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: -1
        }

@media (max-width:991.98px) {
    .choose-sec2 .single-choose:after {
        display: none
    }
}

.choose-sec2 .single-choose span.icon, .choose-sec2 .single-choose span.icon-lg, .choose-sec2 .single-choose span.icon-xl, .choose-sec2 .single-choose span.icon-xs {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

    .choose-sec2 .single-choose span.icon-lg:before, .choose-sec2 .single-choose span.icon-xl:before, .choose-sec2 .single-choose span.icon-xs:before, .choose-sec2 .single-choose span.icon:before {
        background-color: var(--white);
        height: 4px;
        width: 39px;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%)
    }

.choose-sec2 .single-choose h3 {
    max-width: 130px
}

.choose-sec2 .single-choose .icon, .choose-sec2 .single-choose .icon-lg, .choose-sec2 .single-choose .icon-xl, .choose-sec2 .single-choose .icon-xs, .choose-sec2 .single-choose h3 {
    z-index: 2;
    position: relative
}

.choose-sec2 .single-choose:not(:last-child) {
    margin-bottom: 80px
}

.choose-sec2 .single-choose:nth-child(2):after {
    left: 60%
}

.choose-sec2 .single-choose:nth-child(3):after {
    left: 50%
}

@media (min-width:768px) {
    .choose-sec2 .reverse-choose {
        padding-left: 30px
    }
}

.choose-sec2 .reverse-choose .single-choose {
    flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 60px;
    text-align: left
}

    .choose-sec2 .reverse-choose .single-choose:before {
        background-color: var(--shade);
        clip-path: polygon(0 0,100% 1%,92% 100%,0 100%)
    }

    .choose-sec2 .reverse-choose .single-choose:after {
        left: -100%;
        background: url(../images/choose-sb2.png) no-repeat 50%/contain
    }

    .choose-sec2 .reverse-choose .single-choose:first-child:after {
        left: -50%
    }

    .choose-sec2 .reverse-choose .single-choose:nth-child(2):after {
        left: -30%
    }

/*! Case Studies */ .portfolio-card {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

    .portfolio-card .portfolio-img img {
        transform: scale(1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

    .portfolio-card .portfolio-info {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 30px);
        z-index: 1
    }

        .portfolio-card .portfolio-info:after {
            content: "";
            position: absolute;
            width: 80px;
            height: 98px;
            background: var(--primary);
            left: -10px;
            top: 0;
            z-index: -1
        }

        .portfolio-card .portfolio-info:after, .portfolio-card .portfolio-info h3 {
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px
        }

        .portfolio-card .portfolio-info h3 {
            background-color: var(--white);
            padding: 15px
        }

            .portfolio-card .portfolio-info h3 a {
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease
            }

        .portfolio-card .portfolio-info span {
            font-size: 12px;
            color: var(--white)
        }

    .portfolio-card:hover .portfolio-img img {
        transform: scale(1.1)
    }

    .portfolio-card:hover .portfolio-info:after {
        background-color: var(--dark)
    }

    .portfolio-card:hover .portfolio-info h3 {
        background-color: var(--primary)
    }

        .portfolio-card:hover .portfolio-info h3 a {
            color: var(--white)
        }

@media (min-width:1600px) {
    .portfolio-sec .ct-container {
        max-width: 1530px
    }
}

.portfolio-sec:before {
    width: 32%;
    left: auto;
    right: 0;
    background-color: var(--primary)
}

@media (min-width:1600px) {
    .portfolio-sec:before {
        width: 36%
    }
}

@media (max-width:767.98px) {
    .portfolio-sec:before {
        width: 42%
    }
}

.portfolio-sec .header-slider-nav .swiper-button-next, .portfolio-sec .header-slider-nav .swiper-button-prev {
    background-color: var(--white);
    color: var(--dark)
}

    .portfolio-sec .header-slider-nav .swiper-button-next:hover, .portfolio-sec .header-slider-nav .swiper-button-prev:hover {
        background-color: var(--dark);
        color: var(--white)
    }

@media (min-width:576px) {
    .recent-work .swiper-slide {
        width: 384px
    }
}

.recent-work .pt-item {
    position: relative
}

    .recent-work .pt-item .pt-hover {
        width: calc(100% - 50px);
        height: 60%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        backdrop-filter: blur(30px);
        background: hsla(0,0%,100%,.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transition: height .4s ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px
    }

        .recent-work .pt-item .pt-hover .pt-inner {
            padding-top: 150px
        }

            .recent-work .pt-item .pt-hover .pt-inner .pt-footer {
                position: absolute;
                bottom: 5px;
                width: 100%;
                padding: 0 15px 20px
            }

        .recent-work .pt-item .pt-hover .icon-lg {
            margin: 0 auto 80px;
            transition: margin .5s ease
        }

    .recent-work .pt-item:hover .pt-hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        height: 90%
    }

        .recent-work .pt-item:hover .pt-hover .icon-lg {
            margin: 0 auto 120px
        }

.swiper-slide-active + .swiper-slide .pt-item .pt-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: 90%
}

.portfolio-menu .nav .nav-link {
    color: var(--headings-color);
    position: relative;
    border: 1px solid var(--theme-border);
    padding: 13px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

    .portfolio-menu .nav .nav-link.active, .portfolio-menu .nav .nav-link:hover {
        background-color: var(--primary);
        color: var(--white)
    }

.gallery-grid .grid-sizer {
    width: 25%
}

.grid-sizer {
    visibility: hidden;
    height: 0
}

.single-case .case-feature p {
    margin-bottom: 5px
}

.single-case .case-feature ul {
    margin: 15px 0 0
}

    .single-case .case-feature ul li {
        margin-bottom: 10px
    }

.case-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    animation: animate_pulse 3s linear infinite
}

.case-video img {
    max-width: 380px
}

@media (max-width:575.98px) {
    .case-video img {
        margin-bottom: 30px
    }
}

/*! Tracking */ .tracking-form {
    max-width: 700px;
    margin: 40px auto;
    gap: 25px
}

    .tracking-form input {
        flex: 1;
        border-radius: 30px;
        padding-left: 25px
    }

    .tracking-form button {
        flex: 0 0 185px
    }

@media (max-width:575.98px) {
    .tracking-form button {
        margin-top: 20px
    }
}

.trackign-form-wrapper {
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    background: var(--white);
    padding: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

@media (max-width:767.98px) {
    .trackign-form-wrapper {
        padding: 10px 10px 25px
    }
}

.tracking-cta-sec {
    padding: 120px 0 300px
}

.tracking-form-sec {
    position: relative;
    margin-top: -200px
}

    .tracking-form-sec .shipment-content {
        max-width: 750px;
        position: relative
    }

        .tracking-form-sec .shipment-content ul.check {
            margin: 30px 0
        }

    .tracking-form-sec .img-end {
        max-width: 400px;
        right: -65px;
        bottom: -40px;
        position: absolute
    }

    .tracking-form-sec .tracking-form {
        margin-left: 0
    }

    .tracking-form-sec .tracking-tabs {
        padding-bottom: 40px
    }

        .tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link {
            font-size: 14px;
            padding: 5px 20px;
            background-color: var(--dark);
            border: 1px solid var(--dark);
            color: var(--white)
        }

            .tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link.active, .tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link:hover {
                background-color: var(--primary);
                border-color: var(--primary)
            }

    .tracking-form-sec .form-check-input {
        padding: 0
    }

    .tracking-form-sec .row.form-inner {
        margin-top: 30px
    }

        .tracking-form-sec .row.form-inner .form-group {
            margin-bottom: 25px
        }

            .tracking-form-sec .row.form-inner .form-group label {
                font-weight: 500;
                font-size: 14px;
                margin-bottom: 18px;
                display: block
            }

            .tracking-form-sec .row.form-inner .form-group .nice-select, .tracking-form-sec .row.form-inner .form-group input {
                background-color: var(--light);
                padding-left: 25px;
                color: var(--input-color);
                border: 0;
                font-size: 14px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                -ms-border-radius: 30px;
                border-radius: 30px
            }

                .tracking-form-sec .row.form-inner .form-group .nice-select::placeholder, .tracking-form-sec .row.form-inner .form-group input::placeholder {
                    color: var(--input-color)
                }

.contact-submit p, .shipment-content p {
    font-size: 16px;
    line-height: 26px
}

.contact-submit p {
    max-width: 380px
}

.quote-wrap {
    max-width: 870px;
    margin: 0 auto
}

.qf-card {
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.06);
    background: var(--white);
    border-top: 4px solid var(--headings-color);
    padding: 80px 40px 25px
}

@media (max-width:767.98px) {
    .qf-card:not(:last-child) {
        margin: 100px 0
    }
}

@media (min-width:576px) {
    .qf-card {
        flex: 0 0 33.33%
    }
}

.qf-card, .qf-card span.icon, .qf-card span.icon-lg, .qf-card span.icon-xl, .qf-card span.icon-xs {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .qf-card span.icon, .qf-card span.icon-lg, .qf-card span.icon-xl, .qf-card span.icon-xs {
        background: var(--dark);
        width: 90px;
        height: 95px;
        margin: -130px auto 30px
    }

        .qf-card span.icon-lg svg path, .qf-card span.icon-xl svg path, .qf-card span.icon-xs svg path, .qf-card span.icon svg path {
            fill: var(--primary);
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

        .qf-card span.icon-lg:before, .qf-card span.icon-xl:before, .qf-card span.icon-xs:before, .qf-card span.icon:before {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 13px solid var(--dark);
            background: transparent;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translate(-50%);
            top: 100%;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

    .qf-card h5 {
        font-weight: 700;
        font-size: 22px
    }

    .qf-card:hover, .qf-card:nth-child(2n) {
        border-color: var(--primary)
    }

        .qf-card:hover span.icon, .qf-card:hover span.icon-lg, .qf-card:hover span.icon-xl, .qf-card:hover span.icon-xs, .qf-card:nth-child(2n) span.icon, .qf-card:nth-child(2n) span.icon-lg, .qf-card:nth-child(2n) span.icon-xl, .qf-card:nth-child(2n) span.icon-xs {
            background: var(--primary)
        }

            .qf-card:hover span.icon-lg svg path, .qf-card:hover span.icon-xl svg path, .qf-card:hover span.icon-xs svg path, .qf-card:hover span.icon svg path, .qf-card:nth-child(2n) span.icon-lg svg path, .qf-card:nth-child(2n) span.icon-xl svg path, .qf-card:nth-child(2n) span.icon-xs svg path, .qf-card:nth-child(2n) span.icon svg path {
                fill: var(--white)
            }

            .qf-card:hover span.icon-lg:before, .qf-card:hover span.icon-xl:before, .qf-card:hover span.icon-xs:before, .qf-card:hover span.icon:before, .qf-card:nth-child(2n) span.icon-lg:before, .qf-card:nth-child(2n) span.icon-xl:before, .qf-card:nth-child(2n) span.icon-xs:before, .qf-card:nth-child(2n) span.icon:before {
                border-top-color: var(--primary)
            }

.quote-form-wrap {
    margin-top: 90px;
    border: 1px solid var(--theme-border);
    padding: 30px
}

@media (max-width:767.98px) {
    .quote-form-wrap {
        padding: 15px
    }
}

@media (min-width:992px) {
    .quote-form-wrap .quote-request-form {
        padding-left: 40px
    }
}

.quote-form-wrap .quote-request-form input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.quote-form-wrap .quote-request-form .nice-select.tv-select {
    min-width: 150px
}

.quote-form-wrap .quote-request-form .group-field {
    flex: 0 0 31.5%
}

@media (min-width:992px) and (max-width:1199.98px) {
    .quote-form-wrap .quote-request-form .group-field {
        flex: 0 0 31%
    }
}

@media (max-width:767.98px) {
    .quote-form-wrap .quote-request-form .group-field {
        flex: 0 0 48%;
        margin-bottom: 20px
    }
}

.quote-form-wrap .quote-request-form .persional-info {
    padding-bottom: 35px;
    margin-bottom: 35px
}

    .quote-form-wrap .quote-request-form .persional-info:before {
        background: var(--theme-border);
        height: 1px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        width: calc(100% - 30px);
        top: 100%
    }

.quote-form-wrap .quote-request-form h5 {
    margin-bottom: 20px
}

.quote-form-wrap .qr-group {
    position: relative
}

    .quote-form-wrap .qr-group i {
        color: var(--primary);
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%)
    }

    .quote-form-wrap .qr-group input {
        padding-left: 50px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px
    }

/*! Review */ .review-wrapper {
    max-width: 770px
}

@media (max-width:1399.98px) {
    .review-wrapper {
        max-width: 685px
    }
}

.review-wrapper {
    margin-left: auto;
    margin-right: 0
}

    .review-wrapper h2 {
        border-bottom: 1px solid var(--theme-border);
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .review-wrapper .swiper-pagination {
        bottom: 0;
        max-width: 350px;
        left: auto;
        right: 0
    }

    .review-wrapper .review-slider {
        padding-bottom: 100px
    }

        .review-wrapper .review-slider .swiper-button-next, .review-wrapper .review-slider .swiper-button-prev {
            top: 83%;
            z-index: 4
        }

        .review-wrapper .review-slider .swiper-button-next {
            left: 0
        }

        .review-wrapper .review-slider .swiper-button-prev {
            left: 90px
        }

@media (max-width:575.98px) {
    .review-wrapper .review-slider {
        padding-bottom: 140px
    }

        .review-wrapper .review-slider .swiper-button-next, .review-wrapper .review-slider .swiper-button-prev {
            top: 73%
        }
}

.review-wrapper .review-slider .swiper-pagination:after {
    height: 1px;
    width: 270px;
    background: var(--primary);
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70%
}

.review-wrapper .review-slider .swiper-pagination-bullet {
    width: 71px;
    height: 77px;
    background-size: contain;
    background: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    transition: .3s;
    opacity: .5;
    margin: 0 5px !important;
    mask-image: url(../images/rev-sh.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--primary)
}

    .review-wrapper .review-slider .swiper-pagination-bullet:before {
        display: none
    }

.review-wrapper .review-slider .custom-pagination .swiper-pagination-bullet:first-child {
    background-image: url(../images/rev1.png)
}

.review-wrapper .review-slider .custom-pagination .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../images/rev2.png)
}

.review-wrapper .review-slider .custom-pagination .swiper-pagination-bullet:nth-child(3) {
    background-image: url(../images/rev3.png)
}

.review-wrapper .review-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1
}

.review-wrapper .review-card {
    padding-top: 40px
}

    .review-wrapper .review-card:before {
        background: url(../images/icons/quote.png) no-repeat 0 0
    }

    .review-wrapper .review-card p {
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        line-height: 35px
    }

.review-sec .review-thumb {
    max-width: 354px;
    border-radius: 0 50px 500px 500px
}

    .review-sec .review-thumb:before {
        background: transparent;
        border: 3px solid var(--primary);
        border-radius: 0 50px 500px 500px;
        top: 40px;
        left: -40px;
        z-index: 1
    }

@media (max-width:991.98px) {
    .review-sec .review-thumb {
        margin: 0 auto 60px 50px
    }
}

.review-entry .rev-content {
    padding: 40px 40px 30px;
    background: url(../images/icons/quote-bg.png) no-repeat 50%
}

    .review-entry .rev-content:before {
        background: url(../images/triangle.png) no-repeat;
        top: auto;
        bottom: -50px;
        width: 50px;
        height: 50px;
        left: 60px
    }

    .review-entry .rev-content .rev-icon {
        right: 0;
        bottom: 0;
        border-radius: 50px 50px 20px 50px;
        width: 74px;
        height: 74px
    }

    .review-entry .rev-content p {
        font-weight: 500;
        font-style: italic;
        color: var(--headings-color)
    }

.review-entry .rev-author {
    margin: 35px 0 0 40px
}

.review-entry .author-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dashed var(--primary);
    padding: 5px
}

    .review-entry .author-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.review-entry .ratings {
    margin-top: 25px
}

    .review-entry .ratings a i {
        color: var(--primary);
        font-size: 12px
    }

/*! Pricing */ .single-plan {
    padding: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: var(--white);
    margin-bottom: 30px;
    position: relative
}

@media (min-width:576px) {
    .single-plan {
        display: flex;
        align-items: center
    }
}

.single-plan .plan-head {
    flex: 0 0 220px
}

    .single-plan .plan-head .experien-stat, .single-plan .plan-head .h5, .single-plan .plan-head .why-txt .progress .meta, .why-txt .progress .single-plan .plan-head .meta {
        font-size: 16px;
        font-weight: 500
    }

    .single-plan .plan-head .display-3, .single-plan .plan-head .experien-stat, .single-plan .plan-head .h5, .single-plan .plan-head .why-txt .progress .meta, .why-txt .progress .single-plan .plan-head .meta {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-plan .plan-head .display-3 {
        font-weight: 700
    }

    .single-plan .plan-head sub {
        font-weight: 400;
        font-size: 16px;
        color: var(--mute)
    }

    .single-plan .plan-head a.pricing-btn, .single-plan .plan-head sub {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-plan .plan-head a.pricing-btn {
        position: absolute;
        bottom: 0;
        left: 20px;
        background: url(../images/pricing-1.png) no-repeat;
        background-size: contain;
        padding: 11px;
        width: 184px;
        height: 48px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        color: var(--headings-color)
    }

.single-plan.featured, .single-plan:hover {
    background-color: var(--dark)
}

    .single-plan.featured:before, .single-plan:hover:before {
        background: url(../images/featured-sh.png);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-plan.featured .plan-head .experien-stat, .single-plan.featured .plan-head .h5, .single-plan.featured .plan-head .why-txt .progress .meta, .single-plan.featured .plan-head h3, .single-plan.featured .plan-head sub, .single-plan:hover .plan-head .experien-stat, .single-plan:hover .plan-head .h5, .single-plan:hover .plan-head .why-txt .progress .meta, .single-plan:hover .plan-head h3, .single-plan:hover .plan-head sub, .why-txt .progress .single-plan.featured .plan-head .meta, .why-txt .progress .single-plan:hover .plan-head .meta {
        color: var(--white)
    }

    .single-plan.featured .plan-head a.pricing-btn, .single-plan:hover .plan-head a.pricing-btn {
        background: url(../images/pricing-2.png) no-repeat;
        background-size: contain
    }

    .single-plan.featured .plan-body ul li, .single-plan:hover .plan-body ul li {
        color: var(--white)
    }

@media (max-width:575.98px) {
    .plan-body {
        margin: 45px 0
    }
}

.plan-body:before {
    height: 60px;
    width: 1px;
    background: var(--theme-border);
    left: -40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plan-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .plan-body ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 18px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

        .plan-body ul li:before {
            content: "\f00c";
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: var(--primary)
        }

        .plan-body ul li.cross:before {
            content: "\f00d";
            color: var(--mute)
        }

        .plan-body ul li:last-child {
            margin-bottom: 0
        }

.pricing-card .pricing-body ul li.cross:before {
    background: url(../images/icons/cross.png) no-repeat 0;
    width: 17px;
    background-size: contain
}

.pricing-sec:before {
    background: url(../images/pricing-bg.png) no-repeat 0 0;
    width: 50%
}

@media (max-width:1599.98px) {
    .pricing-sec:before {
        left: -10%
    }
}

.pricing-sec .pricing-content ul {
    margin: 30px 0
}

    .pricing-sec .pricing-content ul li {
        font-size: 18px
    }

        .pricing-sec .pricing-content ul li:before {
            background: url(../images/icons/double-arrrow.png) no-repeat
        }

.pricing-options {
    margin-left: 60px
}

@media (max-width:991.98px) {
    .pricing-options {
        margin-left: 0;
        margin-top: 40px
    }
}

.pricing-options .single-plan:last-child {
    margin-bottom: 0
}

.pricing-card {
    padding: 30px
}

    .pricing-card:before {
        background: url(../images/pricing-sh.png) no-repeat 100% 0;
        opacity: .75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75)
    }

    .pricing-card .pricing-head p {
        margin: 20px 0 10px
    }

    .pricing-card .pricing-head span.display-2 sub, .pricing-card .pricing-head span.sec-title sub {
        font-size: 16px;
        color: var(--body-color);
        font-weight: 400
    }

    .pricing-card .pricing-body {
        padding: 30px;
        margin-top: 30px;
        background-color: var(--light-alt)
    }

        .pricing-card .pricing-body ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            .pricing-card .pricing-body ul li {
                margin-bottom: 15px;
                padding-left: 30px
            }

                .pricing-card .pricing-body ul li:before {
                    background: url(../images/icons/check2.svg) no-repeat 0
                }

    .pricing-card.bg-info .pricing-body {
        background-color: var(--shade)
    }

.tv-pricing-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.tv-toggle-input-wrap {
    position: relative;
    width: 76px;
    height: 36px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 8px;
    border: 1px solid rgba(1,1,3,.1)
}

    .tv-toggle-input-wrap sup {
        left: 5px
    }

.tv-switch-toggle {
    position: absolute;
    top: 4px;
    right: 4px;
    left: 57.3%;
    bottom: 4px;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0 4px 6px rgba(1,17,22,.24);
    transition: .25s cubic-bezier(.785,.135,.15,.86);
    background: linear-gradient(180deg,#010103,#010103)
}

.tv-pricing-nav-wrapper .tv-input-check {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute
}

.tv-input-check:checked ~ .tv-switch-toggle {
    left: 4px;
    right: 57.3%
}

.tv-tab-hide {
    display: none
}

/*! Blog */ @media (max-width:991.98px) {
    .blog-entry {
        margin-bottom: 40px
    }
}

.blog-entry .entry-thumb {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

    .blog-entry .entry-thumb img {
        transform: scale(1);
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease
    }

.blog-entry .entry-meta {
    margin: 20px 0 10px;
    display: flex;
    gap: 25px
}

    .blog-entry .entry-meta i {
        margin-right: 5px
    }

.blog-entry h3 {
    margin-bottom: 60px
}

.blog-entry:hover .link-btn, .blog-entry:hover h3 a {
    color: var(--primary)
}

    .blog-entry:hover .link-btn i {
        transform: rotate(0deg)
    }

.blog-entry:hover .entry-thumb img {
    transform: scale(1.1)
}

.blog-entry2 {
    padding: 20px 20px 30px
}

    .blog-entry2 .blog-thumb {
        mask-image: url(../images/blog-mask.png);
        mask-repeat: no-repeat
    }

        .blog-entry2 .blog-thumb img {
            transform: scale(1);
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
            transition: all .6s ease
        }

    .blog-entry2 .blog-inner {
        padding: 0 10px
    }

    .blog-entry2 .blog-footer {
        margin-top: 30px;
        padding-top: 30px
    }

    .blog-entry2:hover .link-btn, .blog-entry2:hover h3 a {
        color: var(--primary)
    }

    .blog-entry2:hover .blog-thumb img {
        transform: scale(1.2)
    }

.blog-meta {
    margin: 20px 0 15px
}

    .blog-meta i {
        margin-right: 5px
    }

    .blog-meta a:hover, .blog-meta i {
        color: var(--primary)
    }

.blog-entry3 .entry-thumb {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

    .blog-entry3 .entry-thumb img {
        transform: scale(1);
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease
    }

.blog-entry3:hover .entry-thumb img {
    transform: scale(1.1)
}

.blog-entry3:hover .read-more {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary)
}

@media (min-width:992px) {
    .blog-list-wrap {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .blog-list-wrap {
        padding-top: 60px
    }
}

@media (min-width:576px) {
    .blog-list {
        display: flex
    }
}

.blog-list {
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

    .blog-list:not(:last-child) {
        margin-bottom: 30px
    }

    .blog-list .blog-meta {
        border-bottom: 1px solid var(--theme-border);
        padding-bottom: 15px
    }

    .blog-list:hover h3 a {
        color: var(--primary)
    }

.blog-standard:not(:last-child) {
    margin-bottom: 60px
}

.blog-standard .blog-thumb {
    position: relative
}

    .blog-standard .blog-thumb .blog-meta {
        position: absolute;
        background-color: var(--primary);
        right: 20px;
        top: 0;
        padding: 13px 20px;
        text-align: center;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        color: var(--white);
        gap: 15px;
        display: flex
    }

        .blog-standard .blog-thumb .blog-meta a, .blog-standard .blog-thumb .blog-meta i {
            color: var(--white)
        }

.blog-standard .blog-content {
    padding: 35px 30px 0 0
}

    .blog-standard .blog-content h3 {
        font-size: 30px;
        margin: 0 0 30px
    }

    .blog-standard .blog-content .btn {
        margin-top: 30px
    }

/*! Video */ .video-sec2 {
    overflow: hidden;
    padding-bottom: 90px
}

    .video-sec2 .parallax-overly {
        opacity: .99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
        filter: alpha(opacity=99)
    }

    .video-sec2 .video-box {
        margin: 60px 0;
        height: 650px;
        justify-content: center;
        align-items: center;
        display: flex;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        overflow: hidden
    }

@media (max-width:991.98px) {
    .video-sec2 .video-box {
        height: 400px
    }
}

.video-sec2 .video-box .icon, .video-sec2 .video-box .icon-lg, .video-sec2 .video-box .icon-xl, .video-sec2 .video-box .icon-xs {
    width: 100px;
    height: 100px;
    font-size: 25px;
    animation: animate_pulse 3s linear infinite
}

    .video-sec2 .video-box .icon-lg i, .video-sec2 .video-box .icon-xl i, .video-sec2 .video-box .icon-xs i, .video-sec2 .video-box .icon i {
        color: var(--primary)
    }

.video-sec2 .brands-wrap2 {
    padding-top: 25px
}

@media (min-width:992px) {
    .video-sec2 .brands-wrap2 {
        margin-left: 40px
    }
}

.video-sec2 .brands-wrap2 h3 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 30px;
    border-bottom: 1px solid rgba(var(--white-rgb),.1)
}

.video-sec3 {
    padding-top: 150px
}

    .video-sec3:before {
        background-color: var(--dark);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40)
    }

    .video-sec3 .parallax-overly {
        background-color: var(--dark);
        mix-blend-mode: soft-light;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }

    .video-sec3 .video-content h2 {
        color: var(--white);
        font-size: 72px;
        line-height: 1.1;
        margin-top: 40px;
        max-width: 780px
    }

@media (max-width:991.98px) {
    .video-sec3 .video-content h2 {
        font-size: 60px
    }
}

@media (max-width:767.98px) {
    .video-sec3 .video-content h2 {
        font-size: 45px
    }
}

@media (max-width:575.98px) {
    .video-sec3 .video-content h2 {
        font-size: 32px
    }
}

.video-sec3 .video-content .play-btn {
    animation: animate_pulse 3s linear infinite
}

/*! Team */ .team-card {
    text-align: center;
    max-width: 285px
}

@media (max-width:991.98px) {
    .team-card {
        margin: 0 auto
    }
}

.team-card .team-thumb {
    mask-image: url(../images/team-frame.png);
    margin-bottom: 20px;
    mask-repeat: no-repeat
}

    .team-card .team-thumb:before {
        background: var(--dark);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: 1;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .team-card .team-thumb:hover:before {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50)
    }

.team-card .team-share {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2
}

    .team-card .team-share .icon, .team-card .team-share .icon-lg, .team-card .team-share .icon-xl, .team-card .team-share .icon-xs {
        background-color: var(--primary);
        width: 42px;
        height: 42px;
        color: var(--white)
    }

        .team-card .team-share .icon-active.icon-lg, .team-card .team-share .icon-active.icon-xl, .team-card .team-share .icon-active.icon-xs, .team-card .team-share .icon.icon-active {
            background-color: var(--dark);
            z-index: 1
        }

.team-card .social-share {
    position: relative;
    left: -25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all .3s ease
}

    .team-card .social-share a {
        position: absolute;
        left: -60px;
        bottom: -10px
    }

        .team-card .social-share a:nth-child(2) {
            bottom: 35px;
            left: -40px
        }

        .team-card .social-share a:nth-child(3) {
            bottom: 70px;
            left: 0
        }

        .team-card .social-share a:nth-child(4) {
            bottom: 90px;
            left: 45px
        }

    .team-card .social-share.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }

.team-details-page h3.display-3 {
    margin-bottom: 20px;
    font-size: 30px
}

.team-details-page p {
    margin: 0 0 20px
}

.team-details-page .team-sidebar {
    background-color: var(--light)
}

    .team-details-page .team-sidebar .team-info-wrap {
        padding: 30px
    }

        .team-details-page .team-sidebar .team-info-wrap .team-head {
            margin-bottom: 30px;
            padding-bottom: 30px
        }

.team-details-page .contact-form h3 {
    margin-bottom: 30px
}

.team-details-page .contact-form .form-group.half-group {
    flex: 0 0 48%
}

.team-details-page .contact-form .form-group input, .team-details-page .contact-form .form-group textarea {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px
}

.team-details-page .skill {
    padding: 50px 0 0;
    overflow: hidden
}

    .team-details-page .skill .progress {
        margin-bottom: 55px
    }

.team-details-page .ts-single {
    margin-bottom: 25px
}

    .team-details-page .ts-single span {
        color: #797e88;
        font-size: 14px
    }

    .team-details-page .ts-single h5 {
        font-size: 18px;
        font-weight: 500
    }

    .team-details-page .ts-single .social-share a {
        background-color: var(--theme-border);
        color: var(--headings-color)
    }

        .team-details-page .ts-single .social-share a:hover {
            background-color: var(--primary);
            color: var(--white)
        }

/*! Accordion */ .faq-accordion {
    padding: 40px;
    border: 1px solid #ebebeb
}

@media (max-width:767.98px) {
    .faq-accordion {
        padding: 20px
    }
}

.faq-accordion .accordion-item {
    margin-bottom: 25px;
    background-color: var(--light);
    padding: 22px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

    .faq-accordion .accordion-item .accordion-body p:last-child {
        margin: 0
    }

    .faq-accordion .accordion-item .accordion-header {
        padding: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px
    }

    .faq-accordion .accordion-item .accordion-button {
        border: 0;
        box-shadow: none !important;
        border-radius: 10px !important;
        font-size: 20px;
        font-weight: 500
    }

        .faq-accordion .accordion-item .accordion-button:after {
            background-image: none;
            content: "+";
            font-family: fontawesome;
            background: transparent;
            right: 0;
            color: var(--primary);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .faq-accordion .accordion-item .accordion-button:focus {
            box-shadow: none
        }

    .faq-accordion .accordion-item .accordion-body {
        padding: 25px 40px 0 0
    }

    .faq-accordion .accordion-item:last-child {
        margin-bottom: 0
    }

    .faq-accordion .accordion-item.active {
        background-color: var(--white);
        box-shadow: 0 0 11px 0 rgba(97,97,97,.1)
    }

.faq-accordion .accordion-button:not(.collapsed) {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    outline: 0 none
}

    .faq-accordion .accordion-button:not(.collapsed):after {
        content: "\f068"
    }

.faq-sec .sec-intro {
    max-width: 600px
}

.faq-sec .contact-form {
    border: 1px solid #ebebeb;
    padding: 30px
}

@media (min-width:1200px) {
    .faq-sec .contact-form {
        margin-left: 50px;
        padding: 40px
    }
}

@media (max-width:767.98px) {
    .faq-sec .contact-form {
        padding: 20px
    }
}

.faq-sec .contact-form h3 {
    font-size: 30px;
    margin-bottom: 30px
}

.faq-sec .contact-form .form-group {
    position: relative;
    margin-bottom: 27px
}

    .faq-sec .contact-form .form-group input, .faq-sec .contact-form .form-group select {
        background-color: var(--light);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px
    }

    .faq-sec .contact-form .form-group i {
        right: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.faq-sec4 .sec-intro {
    max-width: fit-content
}

/*! Tab */ .ct-tab .nav-link {
    margin-top: 30px;
    padding: 25px 0;
    border-top: 1px solid rgba(var(--white-rgb),.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .ct-tab .nav-link .icon-lg {
        background-color: rgba(var(--white-rgb),.07);
        color: var(--white)
    }

        .ct-tab .nav-link .icon-lg i {
            transform: rotate(-45deg)
        }

@media (min-width:1200px) {
    .ct-tab .nav-link .th-info {
        flex: 0 0 500px
    }
}

.ct-tab .nav-link .th-info .h4 {
    color: var(--white);
    margin-bottom: 15px
}

.ct-tab .nav-link .th-info span.p {
    color: var(--mute)
}

.ct-tab .nav-link.active, .ct-tab .nav-link:hover {
    border-top: 1px solid rgba(var(--white-rgb),.07);
    background-color: rgba(var(--white-rgb),.07);
    padding: 25px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-left: 5px solid var(--primary)
}

    .ct-tab .nav-link.active .icon-lg, .ct-tab .nav-link:hover .icon-lg {
        background-color: var(--primary)
    }

.operation-sec {
    overflow: hidden;
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat;
    z-index: 1
}

    .operation-sec .operate-bg.bg-cover.position-absolute {
        left: 0
    }

@media (max-width:1599.98px) {
    .operation-sec .operate-bg.bg-cover.position-absolute {
        left: -2%
    }
}

.operation-sec .operate-bg.bg-cover.position-absolute {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    z-index: -1
}

@media (min-width:768px) {
    .operation-sec .container {
        padding-left: 8%
    }
}

@media (min-width:1200px) {
    .operation-sec .tab-content {
        width: 700px;
        height: 600px
    }
}

.operation-sec .tab-content {
    padding-top: 50px
}

    .operation-sec .tab-content .operation-content {
        position: relative
    }

        .operation-sec .tab-content .operation-content .operation-thumb img {
            clip-path: polygon(17% 0,100% 0,100% 50%,100% 100%,0 100%,0 17%)
        }

        .operation-sec .tab-content .operation-content .opt-card {
            position: absolute;
            width: 330px;
            height: 265px;
            bottom: 40px;
            left: 40px;
            padding: 30px
        }

            .operation-sec .tab-content .operation-content .opt-card h5 {
                margin: 15px 0
            }

            .operation-sec .tab-content .operation-content .opt-card a.link-btn {
                margin-top: 10px;
                display: inline-block;
                text-decoration: none;
                font-weight: 600;
                letter-spacing: 0
            }

/*! Solution */ .sol-box {
    position: relative;
    left: -30px;
    max-width: 475px
}

@media (max-width:991.98px) {
    .sol-box {
        left: 0;
        margin-bottom: 220px
    }
}

.sol-box:before {
    border: 5px solid var(--primary);
    border-radius: 30px;
    width: 297px;
    height: 419px;
    background-color: transparent;
    top: 60px;
    left: 100px
}

@media (max-width:575.98px) {
    .sol-box:before {
        left: 20px
    }
}

.sol-box .sol-media img:nth-child(2) {
    top: 196px;
    position: relative;
    left: -15px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sol-box .sol-media img:nth-child(2) {
        left: -90px
    }
}

@media (max-width:991.98px) {
    .sol-box .sol-media img:nth-child(2) {
        left: -180px
    }
}

.sol-box .video-play-btn {
    width: 80px;
    height: 80px;
    top: 75%;
    left: 60%
}

@media (max-width:991.98px) {
    .solution-sec .anim-img {
        display: none
    }
}

.solution-wrap {
    flex-wrap: wrap
}

    .solution-wrap .solution-card {
        width: 50%;
        padding: 20px 60px 8px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        margin-bottom: 20px
    }

@media (min-width:992px) and (max-width:1199.98px) {
    .solution-wrap .solution-card {
        padding: 20px 28px 8px
    }
}

@media (max-width:767.98px) {
    .solution-wrap .solution-card {
        width: 320px
    }
}

.solution-wrap .solution-card h3 {
    margin: 7px 0 2px
}

/*! Why Us */ .why-us3 {
    overflow: hidden
}

    .why-us3 .abs-img {
        left: -20px
    }

    .why-us3 .nice-select .list {
        background-color: var(--headings-color)
    }

        .why-us3 .nice-select .list .option {
            color: rgba(var(--white-rgb),.6)
        }

    .why-us3 .nice-select .option.focus, .why-us3 .nice-select .option.selected.focus, .why-us3 .nice-select .option:hover {
        background-color: var(--primary);
        color: var(--white)
    }

.why-txt {
    padding-right: 40px
}

    .why-txt p {
        color: var(--mute)
    }

    .why-txt .progress {
        height: 10px;
        margin-bottom: 70px
    }

        .why-txt .progress .progress-bar {
            height: 10px
        }

        .why-txt .progress .meta {
            color: var(--white);
            top: -35px
        }

    .why-txt .success-stat {
        padding-top: 20px;
        margin: 0
    }

.quote-form {
    margin-left: 30px;
    padding: 60px;
    border: 1px solid #495157;
    backdrop-filter: blur(12px);
    background: linear-gradient(135deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1))
}

@media (min-width:992px) and (max-width:1199.98px) {
    .quote-form {
        padding: 25px
    }
}

@media (max-width:991.98px) {
    .quote-form {
        padding: 40px;
        margin: 60px 0 0
    }
}

@media (max-width:575.98px) {
    .quote-form {
        padding: 30px
    }
}

.quote-form h3 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 50px
}

.quote-form .form-group {
    margin-bottom: 25px
}

    .quote-form .form-group label {
        color: var(--white);
        margin-bottom: 10px;
        display: block
    }

    .quote-form .form-group .nice-select, .quote-form .form-group input, .quote-form .form-group select, .quote-form .form-group textarea {
        background: transparent;
        border: 1px solid rgba(var(--white-rgb),.2);
        color: rgba(var(--white-rgb),.2);
        border-radius: 30px;
        padding: 12px 20px;
        width: 100%
    }

        .quote-form .form-group .nice-select::placeholder, .quote-form .form-group input::placeholder, .quote-form .form-group select::placeholder, .quote-form .form-group textarea::placeholder {
            color: rgba(var(--white-rgb),.2)
        }

    .quote-form .form-group .nice-select {
        padding: 4px 20px
    }

/*! Contact */ .contact-form .form-group {
    margin-bottom: 20px
}

.tracking-page .tracking-form2 {
    padding: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px
}

    .tracking-page .tracking-form2 .form-inner {
        padding: 60px;
        background: rgba(0,0,0,.3);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: inset 0 4px 6px hsla(0,0%,100%,.25),inset 0 -4px 6px rgba(0,0,0,.35)
    }

        .tracking-page .tracking-form2 .form-inner h2, .tracking-page .tracking-form2 .form-inner label {
            color: var(--white);
            margin-bottom: 10px
        }

        .tracking-page .tracking-form2 .form-inner h2 {
            text-align: center;
            margin-bottom: 60px
        }

        .tracking-page .tracking-form2 .form-inner .btn, .tracking-page .tracking-form2 .form-inner input {
            border-radius: 30px
        }

@media (max-width:767.98px) {
    .tracking-page .tracking-form2, .tracking-page .tracking-form2 .form-inner {
        padding: 20px
    }
}

.contact-card {
    background-color: var(--white);
    border: 1px solid var(--theme-border);
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    gap: 20px
}

    .contact-card span.icon, .contact-card span.icon-lg, .contact-card span.icon-xl, .contact-card span.icon-xs {
        width: 70px;
        height: 70px
    }

    .contact-card .contact-info ul {
        padding: 0;
        list-style: none;
        margin: 0 0 10px
    }

        .contact-card .contact-info ul li {
            font-size: 14px
        }

            .contact-card .contact-info ul li strong {
                font-size: 16px
            }

    .contact-card .contact-info .ct-url {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px
    }

    .contact-card h4.card-meta {
        position: absolute;
        right: 5px;
        bottom: 0;
        color: rgba(216,221,225,.5);
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500
    }

.contact-form .form-inner {
    max-width: 630px;
    padding: 60px;
    background: rgba(2,14,40,.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 4px 6px hsla(0,0%,100%,.25),inset 0 -4px 6px rgba(0,0,0,.35)
}

    .contact-form .form-inner .form-group {
        position: relative
    }

        .contact-form .form-inner .form-group input, .contact-form .form-inner .form-group textarea {
            border-radius: 30px
        }

        .contact-form .form-inner .form-group i {
            position: absolute;
            color: var(--primary);
            right: 30px;
            top: 50%;
            transform: translateY(-50%)
        }

        .contact-form .form-inner .form-group.top-0 i {
            top: 28px
        }

.contact-sec {
    overflow: hidden
}

    .contact-sec .contact-form-wrap {
        margin-top: 60px
    }

    .contact-sec .contact-tabs {
        padding: 6px 0
    }

        .contact-sec .contact-tabs:after, .contact-sec .contact-tabs:before {
            height: 1px;
            width: 150%;
            background-color: var(--theme-border);
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translate(-50%)
        }

        .contact-sec .contact-tabs:after {
            position: absolute;
            content: "";
            bottom: 0
        }

        .contact-sec .contact-tabs .nav-tabs {
            border: 0
        }

            .contact-sec .contact-tabs .nav-tabs .nav-item {
                width: 22%
            }

                .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link {
                    border: 0;
                    padding: 15px 30px;
                    text-align: left;
                    font-size: 20px;
                    font-weight: 600;
                    width: 100%
                }

                    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:before {
                        width: 1px;
                        background-color: var(--theme-border)
                    }

                    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link i {
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%)
                    }

                    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link.active, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:focus, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:hover {
                        background-color: transparent;
                        color: var(--primary);
                        border: 0
                    }

/*! Single Post */ .post-header {
    margin: 40px 0 30px
}

    .post-header .ph-inner img {
        margin-right: 20px
    }

    .post-header .pm-info span {
        font-size: 14px
    }

    .post-header .pm-info h5 {
        font-size: 20px;
        font-weight: 500
    }

.post-single h1 {
    font-weight: 700;
    margin-bottom: 40px
}

.post-single .post-thumb img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.post-single ul.check {
    max-width: 800px;
    margin: 40px 0
}

    .post-single ul.check li {
        font-size: 16px
    }

        .post-single ul.check li:before {
            font-size: 16px;
            top: 0;
            left: -30px
        }

.post-single h3 {
    font-size: 36px;
    margin: 0 0 30px
}

.post-single > p {
    margin: 0 0 30px;
    color: #42454b
}

@media (max-width:767.98px) {
    .post-single {
        overflow: hidden
    }

        .post-single h1 {
            font-size: 32px
        }

        .post-single .p-gallery img {
            margin-bottom: 15px
        }

        .post-single ul {
            padding-left: 15px
        }
}

.article-footer {
    padding: 35px 0;
    border-top: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border)
}

    .article-footer h4 {
        margin-bottom: 0
    }

@media (max-width:767.98px) {
    .article-footer h4 {
        margin: 0 0 20px !important
    }
}

.article-footer .tagcloude a {
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 20px;
    margin-right: 10px;
    display: inline-block
}

@media (max-width:991.98px) {
    .article-footer .tagcloude a {
        margin-bottom: 10px
    }
}

.article-footer .tagcloude a:hover {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary)
}

@media (min-width:576px) {
    .p-gallery img {
        max-width: 48%
    }
}

blockquote {
    padding: 30px 60px
}

    blockquote:before {
        background: url(../images/quote2.png) no-repeat 0 0;
        left: 0;
        top: 30px
    }

    blockquote p {
        font-size: 24px;
        color: var(--headings-color);
        border-radius: 5px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 0
    }

    blockquote cite {
        font-size: 20px;
        padding-left: 120px
    }

        blockquote cite:before {
            height: 1px;
            width: 100px;
            background-color: var(--headings-color);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

@media (max-width:575.98px) {
    blockquote {
        padding: 20px;
        margin-top: 50px
    }

        blockquote:before {
            top: -30px
        }
}

.blog-gallery img {
    max-width: 50%
}

.post-comments > ol {
    padding-left: 0
}

.post-comments ol {
    list-style: none
}

.post-comments .comment-entry {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-border)
}

    .post-comments .comment-entry .comment-thumb {
        flex: 0 0 5.625rem
    }

@media (max-width:991.98px) {
    .post-comments .comment-entry .comment-thumb {
        margin-right: 1.25rem
    }
}

.post-comments .comment-entry .commentor p {
    margin: 0
}

.footer-widget .footer-info .single-conn .conn-txt .post-comments .comment-entry .commentor a, .portfolio-menu .nav .post-comments .comment-entry .commentor a.nav-link, .post-comments .comment-entry .commentor .footer-widget .footer-info .single-conn .conn-txt a, .post-comments .comment-entry .commentor .portfolio-menu .nav a.nav-link, .post-comments .comment-entry .commentor .product-details-tab .nav-tabs li a.nav-link, .post-comments .comment-entry .commentor a.h6, .post-comments .comment-entry .commentor a.link-btn, .product-details-tab .nav-tabs li .post-comments .comment-entry .commentor a.nav-link {
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width:575.98px) {
    .post-comments .comment-entry .comment-thumb {
        margin-bottom: .9375rem
    }

    .post-comments .comment-entry .commentor:before {
        top: -.625rem;
        left: .9375rem
    }
}

/*! Shop */ .shop-section {
    padding: 120px 0 90px
}

.product-entry, .product-entry2, .product-entry3 {
    margin-bottom: 30px;
    overflow: hidden
}

    .product-entry2 .product-thumb, .product-entry3 .product-thumb, .product-entry .product-thumb {
        overflow: hidden
    }

        .product-entry2 .product-thumb img, .product-entry3 .product-thumb img, .product-entry .product-thumb img {
            width: 100%;
            transform: scale(1);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease
        }

    .product-entry2 .product-txt, .product-entry3 .product-txt, .product-entry .product-txt {
        padding: 20px
    }

@media (max-width:1399.98px) {
    .product-entry2 .product-txt, .product-entry3 .product-txt, .product-entry .product-txt {
        padding: 20px 15px
    }

        .product-entry2 .product-txt .ratings img, .product-entry3 .product-txt .ratings img, .product-entry .product-txt .ratings img {
            width: 16px
        }
}

.product-entry2 .product-txt .text-nowrap, .product-entry3 .product-txt .text-nowrap, .product-entry .product-txt .text-nowrap {
    text-overflow: ellipsis;
    overflow: hidden
}

.product-entry2 .badge, .product-entry3 .badge, .product-entry .badge {
    position: absolute;
    background: var(--primary);
    font-size: 14px;
    left: 15px;
    top: 15px;
    font-weight: 600;
    z-index: 1
}

.product-entry2 .product-cta, .product-entry3 .product-cta, .product-entry .product-cta {
    position: absolute;
    right: -10px;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .product-entry2 .product-cta a, .product-entry3 .product-cta a, .product-entry .product-cta a {
        display: table;
        width: 48px;
        height: 48px;
        text-align: center;
        background-color: var(--dark);
        margin-bottom: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .product-entry2 .product-cta a i, .product-entry3 .product-cta a i, .product-entry .product-cta a i {
            color: var(--white);
            display: table-cell;
            vertical-align: middle
        }

.product-entry2 h3, .product-entry3 h3, .product-entry h3 {
    font-size: 18px
}

.product-entry2 .price, .product-entry3 .price, .product-entry .price {
    color: var(--headings-color);
    font-weight: 600
}

    .product-entry2 .price del, .product-entry3 .price del, .product-entry .price del {
        color: var(--body-color);
        font-size: 14px
    }

.product-entry2:hover h3 a, .product-entry3:hover h3 a, .product-entry:hover h3 a {
    color: var(--black)
}

.product-entry2:hover .product-cta, .product-entry3:hover .product-cta, .product-entry:hover .product-cta {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    right: 20px
}

.product-entry2:hover .product-thumb img, .product-entry3:hover .product-thumb img, .product-entry:hover .product-thumb img {
    transform: scale(1.2)
}

.result select {
    min-width: 60px;
    width: auto;
    padding: 9px 15px
}

.filter a.bg-primary {
    color: var(--white)
}

.product-entry2 .product-cta a {
    background-color: var(--sky)
}

    .product-entry2 .product-cta a i {
        color: var(--white)
    }

.product-entry2:hover h3 a {
    color: var(--sky)
}

.product-entry3 .product-cta a i {
    color: var(--white)
}

.product-entry3 .product-cta a:hover {
    background-color: var(--tertiary)
}

.shop-wrapper .icon-lg i, .shop-wrapper .icon-xl i, .shop-wrapper .icon-xs i, .shop-wrapper .icon i {
    font-size: 18px
}

.shop-wrapper .nice-select {
    background: var(--shade);
    height: 46px;
    min-width: 60px;
    margin-left: 10px;
    width: auto;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid var(--theme-border);
    line-height: 28px
}

/*! Single Product */ .product-media-left {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 20%
}

    .product-media-left .product-thumb {
        height: 500px
    }

        .product-media-left .product-thumb img {
            max-width: 110px
        }

@media (max-width:991.98px) {
    .product-media-left {
        margin-right: 10px
    }
}

@media (max-width:767.98px) {
    .product-media-left .product-thumb {
        height: 425px
    }

        .product-media-left .product-thumb img {
            width: 95px
        }
}

.product-media-left .swiper-button-next, .product-media-left .swiper-button-prev {
    top: 3px;
    transform: rotate(270deg);
    left: 36%;
    width: 35px;
    height: 35px;
    background-color: var(--white);
    color: var(--black);
    -webkit-box-shadow: 0 0 12px rgba(var(--dark),.25);
    -moz-box-shadow: 0 0 12px rgba(var(--dark),.25);
    box-shadow: 0 0 12px rgba(var(--dark),.25)
}

    .product-media-left .swiper-button-next:after, .product-media-left .swiper-button-prev:after {
        font-size: 17px
    }

.product-media-left .swiper-button-next {
    top: auto;
    bottom: -10px
}

@media (max-width:575.98px) {
    .product-media-left {
        width: 100%;
        margin-right: 0;
        display: inline-block
    }

        .product-media-left .product-thumb {
            height: auto;
            margin-bottom: 20px
        }

            .product-media-left .product-thumb img {
                height: auto
            }

        .product-media-left .swiper-button-next, .product-media-left .swiper-button-prev {
            transform: rotate(0deg);
            left: 0;
            top: 40%
        }

        .product-media-left .swiper-button-prev {
            bottom: auto;
            right: 0;
            left: auto
        }
}

.coverItem {
    width: 80%
}

@media (max-width:575.98px) {
    .coverItem {
        width: 100%;
        text-align: center
    }
}

.select-color .color {
    margin-right: 10px;
    width: 82px;
    height: 82px;
    cursor: pointer
}

    .select-color .color span {
        display: none
    }

    .select-color .color .active img {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60)
    }

.cart-cta .btn {
    width: 215px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .cart-cta .btn {
        margin-top: 20px
    }
}

.cart-number .quantity {
    flex-basis: 180px
}

    .cart-number .quantity .cart-counter {
        border: 1px solid var(--theme-border);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        padding: 0 20px
    }

        .cart-number .quantity .cart-counter > div {
            cursor: pointer
        }

    .cart-number .quantity input {
        text-align: center;
        border: 0;
        padding: 0;
        width: 56px;
        height: 56px;
        font-size: 22px
    }

.product-meta p {
    margin: 0 0 15px
}

    .product-meta p strong {
        color: var(--black)
    }

.payment-method span {
    width: 240px
}

@media (max-width:575.98px) {
    .pay-options img {
        margin-bottom: 10px
    }
}

.product-details-tab .nav-tabs {
    margin: 0 0 60px
}

    .product-details-tab .nav-tabs li {
        margin: 0 10px
    }

        .product-details-tab .nav-tabs li .nav-link {
            text-transform: capitalize;
            padding: 17px 40px 15px;
            margin: 0;
            border: 1px solid var(--theme-border);
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            line-height: 1;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

            .product-details-tab .nav-tabs li .nav-link.active, .product-details-tab .nav-tabs li .nav-link:focus, .product-details-tab .nav-tabs li .nav-link:hover {
                background-color: var(--primary);
                border: 1px solid var(--primary);
                color: var(--white)
            }

@media (max-width:575.98px) {
    .product-details-tab .nav-tabs li {
        margin-bottom: 10px
    }
}

.product-details-tab .ratings-form.contact-form2 {
    max-width: 675px;
    margin: 0;
    padding: 0
}

    .product-details-tab .ratings-form.contact-form2 .form-group input, .product-details-tab .ratings-form.contact-form2 .form-group textarea {
        background-color: var(--shade);
        border-radius: 5px
    }

.product-details-tab .ratings a {
    color: var(--primary)
}

    .product-details-tab .ratings a:hover {
        color: gold
    }

.product-additional-info .item, .product-details-tab .tab-content ul li {
    margin-bottom: 15px
}

    .product-additional-info .item label {
        font-size: 18px;
        min-width: 150px
    }

.ratings-form .form-group label {
    margin-bottom: 5px
}

.ratings-form .form-group input, .ratings-form .form-group textarea {
    background-color: var(--mute)
}

    .ratings-form .form-group input[type=checkbox] {
        padding: 8px
    }

.ratings-form .form-group.checkbox-group {
    margin: 20px 0 40px
}

/*! Cart */ .woocommerce {
    background-color: var(--mute);
    padding: 30px
}

@media (max-width:575.98px) {
    .woocommerce {
        padding: 10px
    }

        .woocommerce .woocommerce-cart-form {
            overflow-x: auto;
            margin-bottom: 30px;
            overflow-y: hidden
        }
}

.woocommerce .shop_table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-spacing: 0 20px
}

    .woocommerce .shop_table thead tr th {
        padding: 15px 20px;
        background-color: var(--white);
        font-size: 18px;
        font-weight: 600;
        color: var(--headings-color)
    }

@media (max-width:575.98px) {
    .woocommerce .shop_table thead tr th {
        font-size: 18px;
        padding: 20px
    }
}

.woocommerce .shop_table thead tr th:first-child, .woocommerce .shop_table thead tr th:last-child {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.woocommerce .shop_table tr {
    background-color: var(--white);
    color: var(--secondary)
}

    .woocommerce .shop_table tr td:first-child {
        border-left-style: solid;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .woocommerce .shop_table tr td:last-child {
        border-right-style: solid;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px
    }

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
    font-weight: 600;
    align-items: center;
    vertical-align: middle
}

@media (max-width:575.98px) {
    .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
        font-size: 14px
    }
}

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    width: 15%;
    padding: 15px 0 15px 15px
}

@media (max-width:575.98px) {
    .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
        padding: 5px 0 5px 5px
    }

        .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
            max-width: 100%
        }
}

.woocommerce .shop_table td.product-quantity input {
    padding: 0;
    width: 40px;
    margin: 0 5px;
    text-align: center
}

.woocommerce th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce td.product-remove a.remove {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

    .woocommerce td.product-remove a.remove i {
        color: var(--white);
        font-weight: 600;
        font-size: 13px
    }

@media (max-width:575.98px) {
    .woocommerce .table.shop_table.cart > tbody > tr > td.product-price, .woocommerce .table.shop_table.cart > tbody > tr > th.product-price, .woocommerce .table.shop_table.cart > tfoot > tr > td.product-price, .woocommerce .table.shop_table.cart > tfoot > tr > th.product-price, .woocommerce .table.shop_table.cart > thead > tr > td.product-price, .woocommerce .table.shop_table.cart > thead > tr > th.product-price, .woocommerce table.shop_table.cart > tbody > tr > td.product-price, .woocommerce table.shop_table.cart > tbody > tr > th.product-price, .woocommerce table.shop_table.cart > tfoot > tr > td.product-price, .woocommerce table.shop_table.cart > tfoot > tr > th.product-price, .woocommerce table.shop_table.cart > thead > tr > td.product-price, .woocommerce table.shop_table.cart > thead > tr > th.product-price {
        display: none
    }
}

.woocommerce .coupon {
    position: relative;
    flex: 0 0 50%
}

    .woocommerce .coupon input {
        border: 1px solid var(--theme-border);
        padding: 14px;
        font-size: 15px
    }

        .woocommerce .coupon input:focus {
            outline: 0 none;
            box-shadow: none
        }

    .woocommerce .coupon .btn {
        position: absolute;
        right: -2px;
        border-radius: 5px;
        top: -1px;
        font-size: 15px;
        height: 101%;
        line-height: 1
    }

@media (max-width:575.98px) {
    .woocommerce .coupon {
        flex: 0 0 100%
    }
}

.woocommerce .shop_table tr:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.cart-quanty {
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding: 4px 13px;
    background-color: var(--mute);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px
}

    .cart-quanty input {
        padding: 0;
        background: transparent;
        text-align: center;
        font-weight: 600
    }

    .cart-quanty i {
        cursor: pointer
    }

@media (max-width:575.98px) {
    .cart-totals {
        margin-top: 30px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .cart-totals {
        margin-top: 30px
    }
}

.cart-totals table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate
}

    .cart-totals table th {
        color: var(--headings-color)
    }

    .cart-totals table td {
        font-weight: 500
    }

    .cart-totals table tbody tr td {
        padding: 15px 10px;
        text-align: right
    }

    .cart-totals table tr:first-child {
        font-weight: 700
    }

    .cart-totals table tr.product-list {
        background: #fff
    }

        .cart-totals table tr.product-list td, .cart-totals table tr.product-list th {
            padding: 10px 15px;
            color: var(--headings-color)
        }

        .cart-totals table tr.product-list th {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px
        }

        .cart-totals table tr.product-list td {
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            font-size: 20px
        }

/*! Checkout */ @media (max-width:575.98px) {
    .order-summery {
        margin-top: 30px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .order-summery {
        margin-top: 30px
    }
}

.coupon-wrap input {
    flex: 0 0 65%
}

@media (max-width:991.98px) {
    .coupon-wrap {
        margin-bottom: 20px
    }

        .coupon-wrap input {
            flex: 0 0 55%
        }
}

.checkout-coupon h6 {
    margin-bottom: 0
}

    .checkout-coupon h6 button {
        border: 0;
        color: var(--tertiary);
        background: transparent
    }

.checkout-coupon form {
    max-width: 600px
}

    .checkout-coupon form .btn {
        border-radius: 5px
    }

form.form.checkout-form label {
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--headings-color);
    font-size: 17px
}

form.form.checkout-form select {
    display: block !important;
    width: 100%;
    border: 1px solid var(--theme-border);
    color: var(--headigns-color);
    background-color: var(--white)
}

form.form.checkout-form input, form.form.checkout-form select {
    font-size: 16px;
    margin-bottom: 30px
}

    form.form.checkout-form input[type=checkbox] {
        width: auto
    }

.payment-option {
    margin-bottom: 30px
}

    .payment-option .accordion-collapse {
        padding-top: 10px
    }
/*# sourceMappingURL=style.css.map */

/* ===================================
   Fixed Quick Action Sidebar
=================================== */

.quick-action-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.22);
}

.quick-action-item {
    width: 82px;
    min-height: 78px;
    padding: 11px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    background-color: #dd1717;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    text-align: center;
    transition: width 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

    .quick-action-item:last-child {
        border-bottom: 0;
    }

    .quick-action-item:hover {
        width: 95px;
        color: #ffffff;
        background-color: #b91212;
        text-decoration: none;
    }

.quick-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 20px;
}

.quick-action-text {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Prevent Bootstrap or template styles
   from changing the anchor color */
.quick-action-sidebar a,
.quick-action-sidebar a:hover,
.quick-action-sidebar a:focus {
    color: #ffffff;
}

/* ===================================
   Mobile Bottom Action Bar
=================================== */

@media (max-width: 767.98px) {

    .quick-action-sidebar {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: none;
        flex-direction: row;
        border-radius: 0;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.18);
    }

    .quick-action-item {
        width: 25%;
        min-height: 64px;
        padding: 8px 4px;
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        border-bottom: 0;
    }

        .quick-action-item:last-child {
            border-right: 0;
        }

        .quick-action-item:hover {
            width: 25%;
            transform: none;
        }

    .quick-action-icon {
        width: 28px;
        height: 28px;
        font-size: 17px;
    }

    .quick-action-text {
        font-size: 11px;
    }

    /* Keeps the bottom bar from covering page content */
    body {
        padding-bottom: 64px;
    }
}

/* ===================================
   Restricted Goods Left Quick Link
=================================== */

.restricted-goods-quick-link {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.restricted-goods-link {
    max-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    background-color: #dd1717;
    color: #ffffff;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.2);
    transition: max-width 0.4s ease, background-color 0.3s ease;
}

    .restricted-goods-link:hover {
        max-width: 450px;
        background-color: #b91212;
        color: #ffffff;
        text-decoration: none;
    }

.restricted-goods-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.restricted-goods-text {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.25s ease 0.1s, visibility 0.25s ease, transform 0.3s ease 0.1s;
}

.restricted-goods-link:hover .restricted-goods-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Prevent template from changing link color */
.restricted-goods-link,
.restricted-goods-link:hover,
.restricted-goods-link:focus,
.restricted-goods-link:active {
    color: #ffffff;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767.98px) {

    .restricted-goods-quick-link {
        top: auto;
        bottom: 75px;
        transform: none;
    }

    .restricted-goods-link {
        max-width: 52px;
        height: 52px;
        border-radius: 0 7px 7px 0;
    }

        .restricted-goods-link:hover {
            max-width: 52px;
        }

    .restricted-goods-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
        font-size: 19px;
    }

    .restricted-goods-text {
        display: none;
    }
}
/* =========================================
   HERO CONTENT ANIMATION
========================================= */

.hero-animate {
    opacity: 0;
    transform: translateY(35px);
    animation-name: chauHeroFadeUp;
    animation-duration: 0.9s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: forwards;
}


/* Heading */
.hero-title {
    animation-delay: 0.2s;
}


/* Description */
.hero-description {
    animation-delay: 0.45s;
}


/* Buttons */
.hero-actions {
    animation-delay: 0.7s;
}


/* =========================================
   HERO FADE UP
========================================= */

@keyframes chauHeroFadeUp {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================
   PRECISION ACCENT
========================================= */

.hero-title span {
    display: inline-block;
    opacity: 0;
    transform: translateX(15px);
    animation-name: chauHeroAccent;
    animation-duration: 0.7s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


@keyframes chauHeroAccent {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================================
   BUTTON MICRO INTERACTION
========================================= */

.hero-actions a {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}


    .hero-actions a:hover {
        transform: translateY(-3px);
    }


.hero-quote-btn i {
    transition: transform 0.3s ease;
}


.hero-quote-btn:hover i {
    transform: translateX(5px);
}


.hero-track-btn i {
    transition: transform 0.3s ease;
}


.hero-track-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   ACCESSIBILITY
========================================= */

/*@media (prefers-reduced-motion: reduce) {

    .hero-animate,
    .hero-title span {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .hero-actions a,
    .hero-quote-btn i,
    .hero-track-btn i {
        transition: none;
    }
}*/

/* =========================================
   HOMEPAGE ABOUT SECTION
========================================= */


.homepage-about {
    position: relative;
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
}


/* =========================================
   SECTION INTRO
========================================= */

.about-intro {
    padding-right: 45px;
}

    .about-intro .sub-title {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 22px;
        color: #c8000b;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.about-title-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #c8000b;
}


/* =========================================
   HEADING
========================================= */

.about-intro .sec-title {
    margin: 0 0 25px;
    color: #01184a;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

    .about-intro .sec-title span {
        color: #01184a;
    }


/* =========================================
   DESCRIPTION
========================================= */

.about-description {
    max-width: 540px;
    margin: 0 0 35px;
    color: #5f6875;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   ABOUT BUTTON
========================================= */

.about-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 24px;
    background: #01184a;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all .25s ease;
}

    .about-more-btn i {
        font-size: 12px;
    }

    .about-more-btn:hover {
        background: #c8000b;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* =========================================
   FEATURES
========================================= */

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 42px;
}


/* =========================================
   FEATURE ITEM
========================================= */

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9edf2;
}


/* =========================================
   ICON
========================================= */

.feature-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce2ea;
    border-radius: 50%;
    color: #c8000b;
    background: #ffffff;
    font-size: 21px;
    transition: all .25s ease;
}

.about-feature:hover .feature-icon {
    background: #01184a;
    border-color: #01184a;
    color: #ffffff;
    transform: translateY(-3px);
}


/* =========================================
   FEATURE CONTENT
========================================= */

.feature-content {
    flex: 1;
}

.feature-number {
    display: block;
    margin-bottom: 5px;
    color: #a4acb8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.feature-content h3 {
    margin: 0 0 9px;
    color: #01184a;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}


.feature-content p {
    margin: 0;
    color: #697382;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================
   TRUST STRIP
========================================= */

.about-bottom {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 65px;
    padding-top: 25px;
    border-top: 1px solid #e5e9ee;
}


.about-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}

    .about-trust i {
        color: #c8000b;
        font-size: 16px;
    }


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .homepage-about {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .about-intro {
        padding-right: 70px;
    }

        .about-intro .sec-title {
            font-size: 52px;
        }

    .about-description {
        font-size: 17px;
    }

    .about-features {
        column-gap: 50px;
        row-gap: 48px;
    }

    .feature-content h3 {
        font-size: 20px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .homepage-about {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-intro {
        padding-right: 0;
        margin-bottom: 55px;
    }

        .about-intro .sec-title {
            font-size: 40px;
        }

    .about-features {
        column-gap: 25px;
    }

    .about-bottom {
        gap: 25px;
        flex-wrap: wrap;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .homepage-about {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .about-intro {
        margin-bottom: 45px;
    }

        .about-intro .sec-title {
            font-size: 34px;
            line-height: 1.15;
            letter-spacing: -.5px;
        }

    .about-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-feature {
        padding-bottom: 25px;
    }

    .feature-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        font-size: 19px;
    }

    .feature-content h3 {
        font-size: 18px;
    }

    .about-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 40px;
    }
}

/* =========================================
   HOMEPAGE SERVICES
========================================= */
.homepage-services {
    background: #f6f8fb;
    padding-top: 110px;
    padding-bottom: 100px;
}


/* =========================================
   SECTION HEADER
========================================= */

.services-header {
    margin-bottom: 55px;
}

    .services-header .sub-title {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        color: #c8000b;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.section-accent-line {
    width: 32px;
    height: 2px;
    display: inline-block;
    background: #c8000b;
}


.services-header .sec-title {
    margin: 0;
    color: #01184a;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}


/* =========================================
   SLIDER NAVIGATION
========================================= */

.services-header .header-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-header .swiper-button-prev,
.services-header .swiper-button-next {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0;
    border: 1px solid #d7dde6;
    border-radius: 50%;
    background: #ffffff;
    color: #01184a;
    transition: all .25s ease;
}

    .services-header .swiper-button-prev:hover,
    .services-header .swiper-button-next:hover {
        background: #01184a;
        border-color: #01184a;
        color: #ffffff;
    }

    .services-header .swiper-button-prev::after,
    .services-header .swiper-button-next::after {
        font-size: 13px;
        font-weight: 700;
    }


/* =========================================
   SERVICE CARD
========================================= */

.homepage-services .services-carousel {
    overflow: visible;
}

.homepage-services .swiper-slide {
    height: auto;
}

.service-card {
    position: relative;
    height: 100%;
    min-height: 380px;
    padding: 38px 35px 30px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}


    .service-card:hover {
        transform: translateY(-6px);
        border-color: #d8dee7;
        box-shadow: 0 18px 45px rgba(1, 24, 74, .08);
    }


/* =========================================
   SERVICE ICON
========================================= */

.service-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #f1f4f8;
    color: #c8000b;
    font-size: 23px;
    transition: all .3s ease;
}


.service-card:hover .service-icon {
    background: #01184a;
    color: #ffffff;
}


/* =========================================
   SERVICE NUMBER
========================================= */

.service-number {
    position: absolute;
    top: 32px;
    right: 32px;
    color: #cfd5de;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* =========================================
   SERVICE TITLE
========================================= */

.service-card h3 {
    margin: 0 0 17px;
    max-width: 280px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

    .service-card h3 a {
        color: #01184a;
        text-decoration: none;
        transition: color .25s ease;
    }

.service-card:hover h3 a {
    color: #c8000b;
}


/* =========================================
   SERVICE DESCRIPTION
========================================= */

.service-card p {
    margin: 0;
    color: #697382;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   SERVICE FOOTER
========================================= */

.service-footer {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8ebf0;
}


.service-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #01184a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-decoration: none;
    transition: color .25s ease;
}


    .service-link span {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f1f3f6;
        color: #01184a;
        transition: all .25s ease;
    }


        .service-link span i {
            font-size: 10px;
        }


    .service-link:hover {
        color: #c8000b;
    }

        .service-link:hover span {
            background: #c8000b;
            color: #ffffff;
        }


/* =========================================
   BOTTOM INFORMATION
========================================= */

.services-bottom {
    margin-top: 55px;
}


    .services-bottom p {
        margin: 0;
        color: #697382;
        font-size: 14px;
        line-height: 1.6;
    }


    .services-bottom .ct-pagination {
        margin-left: 30px;
    }


/* =========================================
   PAGINATION
========================================= */

.homepage-services .swiper-pagination {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}


.homepage-services .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: #c9d0da;
    opacity: 1;
    transition: all .25s ease;
}


.homepage-services .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    background: #c8000b;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .homepage-services {
        padding-top: 130px;
        padding-bottom: 120px;
    }

    .services-header {
        margin-bottom: 65px;
    }

        .services-header .sec-title {
            font-size: 52px;
        }

    .service-card {
        min-height: 400px;
        padding: 42px 38px 32px;
    }

    .service-footer {
        left: 38px;
        right: 38px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .homepage-services {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .services-header {
        margin-bottom: 45px;
    }

        .services-header .sec-title {
            font-size: 40px;
        }

    .service-card {
        min-height: 360px;
    }

    .services-bottom {
        margin-top: 40px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .homepage-services {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .services-header {
        display: block !important;
        margin-bottom: 35px;
    }

        .services-header .sec-title {
            font-size: 34px;
            line-height: 1.15;
        }

        .services-header .header-slider-nav {
            margin-top: 25px;
        }

    .service-card {
        min-height: 350px;
        padding: 32px 28px 28px;
    }

    .service-footer {
        left: 28px;
        right: 28px;
    }

    .services-bottom {
        margin-top: 35px;
    }

        .services-bottom p {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .services-bottom .ct-pagination {
            margin-left: 0;
        }
}



/* =========================================
   HOMEPAGE WHY CHOOSE US
========================================= */
.homepage-choose {
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
}


/* =========================================
   SECTION INTRO
========================================= */

.choose-content {
    padding-right: 55px;
}

    .choose-content .sub-title {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        color: #c8000b;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.section-accent-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #c8000b;
}


.choose-content .sec-title {
    margin: 0 0 25px;
    color: #01184a;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}


.choose-description {
    max-width: 600px;
    margin: 0 0 40px;
    color: #687382;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   METRICS
========================================= */

.choose-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 35px;
}


.choose-metric {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px;
    background: #f6f8fb;
    border: 1px solid #e8ecf1;
    border-radius: 6px;
    transition: all .25s ease;
}


    .choose-metric:hover {
        border-color: #d8dee7;
        transform: translateY(-3px);
    }


/* =========================================
   METRIC ICON
========================================= */

.metric-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #c8000b;
    font-size: 18px;
}


.metric-content {
    display: flex;
    flex-direction: column;
}


    .metric-content strong {
        color: #01184a;
        font-size: 27px;
        line-height: 1;
        font-weight: 700;
    }


    .metric-content span {
        margin-top: 7px;
        color: #697382;
        font-size: 12px;
        font-weight: 600;
    }


/* =========================================
   TRUST POINTS
========================================= */

.choose-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 14px;
    margin-bottom: 38px;
}


.choose-point {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}


.point-icon {
    display: flex;
    color: #c8000b;
    font-size: 15px;
}


/* =========================================
   CONTACT
========================================= */

.choose-contact {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-top: 25px;
    border-top: 1px solid #e5e9ee;
}


.choose-contact-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #01184a;
    color: #ffffff;
    font-size: 17px;
}


.choose-contact > div:last-child {
    display: flex;
    flex-direction: column;
}


.choose-contact span {
    color: #697382;
    font-size: 12px;
}


.choose-contact a {
    margin-top: 3px;
    color: #01184a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

    .choose-contact a:hover {
        color: #c8000b;
    }


/* =========================================
   RIGHT VISUAL
========================================= */

.choose-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    background: radial-gradient( circle at center, rgba(1, 24, 74, .07) 0, rgba(1, 24, 74, 0) 68% );
}


/* =========================================
   MAIN VISUAL CARD
========================================= */

.choose-visual-card {
    position: relative;
    z-index: 2;
    width: 430px;
    min-height: 350px;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #01184a;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(1, 24, 74, .16);
}


.choose-visual-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
}


.choose-visual-label {
    margin-bottom: 14px;
    color: #e7ebf2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}


.choose-visual-card h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
}


.choose-visual-card p {
    max-width: 340px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   VISUAL STAT
========================================= */

.choose-visual-stat {
    position: absolute;
    right: 20px;
    bottom: 45px;
    z-index: 3;
    min-width: 145px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e7ed;
    border-radius: 7px;
    box-shadow: 0 15px 40px rgba(1,24,74,.10);
}


    .choose-visual-stat strong {
        display: block;
        color: #c8000b;
        font-size: 28px;
        line-height: 1;
    }


    .choose-visual-stat span {
        display: block;
        margin-top: 6px;
        color: #5f6875;
        font-size: 11px;
        font-weight: 600;
    }


/* =========================================
   ROUTE DECORATION
========================================= */

.choose-visual-route {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}


    .choose-visual-route i:first-child {
        color: #c8000b;
        font-size: 8px;
    }


    .choose-visual-route i:last-child {
        color: #01184a;
        font-size: 18px;
    }


    .choose-visual-route span {
        display: block;
        width: 100px;
        height: 1px;
        border-top: 1px dashed #b9c2cf;
    }


.route-one {
    top: 120px;
    left: 20px;
}


.route-two {
    right: 5px;
    top: 340px;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .homepage-choose {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .choose-content {
        padding-right: 80px;
    }

        .choose-content .sec-title {
            font-size: 52px;
        }

    .choose-description {
        font-size: 17px;
    }

    .choose-visual {
        min-height: 560px;
    }

    .choose-visual-card {
        width: 470px;
        min-height: 390px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .homepage-choose {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .choose-content {
        padding-right: 0;
        margin-bottom: 60px;
    }

        .choose-content .sec-title {
            font-size: 40px;
        }

    .choose-visual {
        margin-left: 0;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .homepage-choose {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .choose-content {
        margin-bottom: 40px;
    }

        .choose-content .sec-title {
            font-size: 34px;
            line-height: 1.15;
        }

    .choose-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .choose-metrics {
        grid-template-columns: 1fr;
    }

    .choose-points {
        grid-template-columns: 1fr;
    }

    .choose-visual {
        min-height: 400px;
    }

    .choose-visual-card {
        width: calc(100% - 30px);
        min-height: 320px;
        padding: 40px 30px;
    }

        .choose-visual-card h3 {
            font-size: 26px;
        }

    .choose-visual-stat {
        right: 0;
        bottom: 20px;
    }

    .route-one {
        left: 0;
    }

    .route-two {
        right: 0;
    }
}


/* =========================================
   FOOTER ICON SYSTEM
========================================= */

.footer-widget ul li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}


    .footer-widget ul li a i {
        width: 12px;
        color: #c8000b;
        font-size: 10px;
        transition: transform .25s ease;
    }


    .footer-widget ul li a:hover i {
        transform: translateX(3px);
    }


/* =========================================
   SOCIAL ICONS
========================================= */

.social-share {
    display: flex;
    align-items: center;
    gap: 10px;
}


    .social-share a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 50%;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        transition: all .25s ease;
    }


        .social-share a:hover {
            background: #c8000b;
            border-color: #c8000b;
            color: #ffffff;
            transform: translateY(-2px);
        }


/* =========================================
   CONTACT
========================================= */

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}


.footer-contact-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    transition: all .25s ease;
}


.footer-contact-item:hover .footer-contact-icon {
    background: #c8000b;
    border-color: #c8000b;
}


.footer-contact-item > div {
    display: flex;
    flex-direction: column;
}


.contact-label {
    margin-bottom: 3px;
    color: rgba(255,255,255,.52);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.footer-contact-item a,
.footer-contact-item div > span:last-child {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}


    .footer-contact-item a:hover {
        color: #c8000b;
    }


/* =========================================
   FOOTER WIDGET TITLE
========================================= */

.footer .widget-title {
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
}


    .footer .widget-title::after {
        content: "";
        display: block;
        width: 28px;
        height: 2px;
        margin-top: 10px;
        background: #c8000b;
    }


/* =========================================
   FOOTER DESCRIPTION
========================================= */

.about-footer p {
    max-width: 360px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   FOOTER LINKS
========================================= */

.footer-widget ul li {
    margin-bottom: 12px;
}


    .footer-widget ul li a {
        color: rgba(255,255,255,.68);
        font-size: 14px;
        transition: color .25s ease;
    }


        .footer-widget ul li a:hover {
            color: #ffffff;
        }


/* =========================================
   FOOTER LOGO
========================================= */

.f-logo {
    margin-bottom: 20px;
}


    .f-logo img {
        max-width: 180px;
        height: auto;
    }


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
    margin-top: 45px;
}


    .footer-bottom .copy-right {
        color: rgba(255,255,255,.55) !important;
        font-size: 13px;
    }


        .footer-bottom .copy-right a {
            color: #ffffff;
            text-decoration: none;
        }


            .footer-bottom .copy-right a:hover {
                color: #c8000b;
            }


.footer-nav ul {
    display: flex;
    align-items: center;
    gap: 25px;
}


    .footer-nav ul li a {
        color: rgba(255,255,255,.55);
        font-size: 13px;
        text-decoration: none;
        transition: color .25s ease;
    }


        .footer-nav ul li a:hover {
            color: #ffffff;
        }


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .footer-contact {
        gap: 17px;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer-nav ul {
        gap: 15px;
    }
}

/* =========================================================
   CHAUI IMEX - GLOBAL FOOTER
========================================================= */

.site-footer {
    position: relative;
    width: 100%;
    background: #01184a;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================================
   FOOTER INNER
========================================================= */

.site-footer-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 55px;
}


/* =========================================================
   CTA
========================================================= */

.footer-cta {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}


.footer-cta-content {
    max-width: 700px;
}


.footer-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}


.footer-eyebrow-line {
    width: 28px;
    height: 2px;
    background: #c8000b;
}


.footer-cta h2 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.5px;
}


.footer-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.footer-cta-btn {
    min-width: 165px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 22px;
    background: #c8000b;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all .25s ease;
}


    .footer-cta-btn i {
        font-size: 12px;
        transition: transform .25s ease;
    }


    .footer-cta-btn:hover {
        background: #ffffff;
        color: #01184a;
    }


        .footer-cta-btn:hover i {
            transform: translateX(4px);
        }


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(130px, .8fr) minmax(150px, .9fr) minmax(250px, 1.2fr);
    gap: 60px;
    padding: 65px 0 60px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}


    .footer-logo img {
        display: block;
        max-width: 175px;
        height: auto;
    }


.footer-description {
    max-width: 340px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
}


    .footer-social a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 50%;
        color: #ffffff;
        font-size: 13px;
        text-decoration: none;
        transition: all .25s ease;
    }


        .footer-social a:hover {
            background: #c8000b;
            border-color: #c8000b;
            color: #ffffff;
            transform: translateY(-2px);
        }


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h3 {
    position: relative;
    margin: 3px 0 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
}


    .footer-column h3::after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        margin-top: 10px;
        background: #c8000b;
    }


.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


    .footer-column ul li {
        margin-bottom: 13px;
    }


        .footer-column ul li a {
            position: relative;
            color: rgba(255, 255, 255, .62);
            font-size: 14px;
            text-decoration: none;
            transition: all .25s ease;
        }


            .footer-column ul li a::before {
                content: "";
                display: inline-block;
                width: 0;
                height: 1px;
                margin-right: 0;
                vertical-align: middle;
                background: #c8000b;
                transition: all .25s ease;
            }


            .footer-column ul li a:hover {
                color: #ffffff;
            }


                .footer-column ul li a:hover::before {
                    width: 12px;
                    margin-right: 8px;
                }


/* =========================================================
   CONTACT
========================================================= */

.footer-contact-column {
    padding-left: 15px;
}


.footer-contact-link {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    color: #ffffff;
    text-decoration: none;
}


.footer-contact-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    transition: all .25s ease;
}


.footer-contact-link:hover .footer-contact-icon {
    background: #c8000b;
    border-color: #c8000b;
}


.footer-contact-link > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}


.footer-contact-link small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
}


.footer-contact-link strong {
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}


a.footer-contact-link:hover strong {
    color: #ffffff;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}


    .footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, .45);
        font-size: 12px;
    }


        .footer-bottom p a {
            color: rgba(255, 255, 255, .8);
            text-decoration: none;
        }


            .footer-bottom p a:hover {
                color: #ffffff;
            }


/* =========================================================
   LEGAL LINKS
========================================================= */

.footer-legal {
    display: flex;
    align-items: center;
    gap: 16px;
}


    .footer-legal a {
        color: rgba(255, 255, 255, .45);
        font-size: 12px;
        text-decoration: none;
        transition: color .25s ease;
    }


        .footer-legal a:hover {
            color: #ffffff;
        }


    .footer-legal span {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .3);
    }


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .site-footer-inner {
        padding: 0 65px;
    }

    .footer-main {
        padding-top: 75px;
        padding-bottom: 65px;
        gap: 80px;
    }

    .footer-cta h2 {
        font-size: 36px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .site-footer-inner {
        padding: 0 35px;
    }


    .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 45px;
    }


    .footer-brand {
        grid-column: 1 / -1;
    }


    .footer-description {
        max-width: 500px;
    }


    .footer-contact-column {
        padding-left: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .site-footer-inner {
        padding: 0 22px;
    }


    /* CTA */

    .footer-cta {
        display: block;
        padding: 40px 0;
    }


        .footer-cta h2 {
            font-size: 27px;
        }


        .footer-cta p {
            margin-bottom: 25px;
        }


    .footer-cta-btn {
        width: 100%;
    }


    /* Main */

    .footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
        padding: 50px 0;
    }


    .footer-brand {
        grid-column: 1 / -1;
    }


    .footer-description {
        max-width: 100%;
    }


    .footer-contact-column {
        padding-left: 0;
    }


    /* Bottom */

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 20px 0;
        gap: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .footer-main {
        grid-template-columns: 1fr;
    }


    .footer-brand {
        grid-column: auto;
    }


    .footer-bottom {
        align-items: flex-start;
    }


    .footer-legal {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* =========================================
   ABOUT INTRO SECTION
========================================= */

.about-style-one {
    padding: 105px 0;
    background: #ffffff;
}


/* =========================================
   SECTION LABEL
========================================= */

.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #c8000b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .about-section-label::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #c8000b;
    }


/* =========================================
   MAIN HEADING
========================================= */

.about-section-title {
    max-width: 760px;
    margin: 0 0 25px;
    color: #01184a;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.7px;
}


/* =========================================
   CONTENT
========================================= */

.about-content p {
    max-width: 760px;
    margin-bottom: 18px;
    color: #5e6878;
    font-size: 16px;
    line-height: 1.8;
}

    .about-content p strong {
        color: #01184a;
        font-weight: 700;
    }


/* =========================================
   CAPABILITY PANEL
========================================= */

.about-capability-panel {
    position: relative;
    padding: 38px;
    background: #01184a;
    border-radius: 14px;
    overflow: hidden;
}


    /* subtle background detail */

    .about-capability-panel::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        right: -100px;
        bottom: -120px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
    }


/* =========================================
   PANEL HEADER
========================================= */

.about-capability-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}


.about-icon-box {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c8000b;
    color: #ffffff;
    border-radius: 10px;
    font-size: 24px;
}


.about-panel-label {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}


.about-capability-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================
   CAPABILITY GRID
========================================= */

.about-capability-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 10px;
}


.about-capability-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}


    .about-capability-item:nth-child(odd) {
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.09);
    }


    .about-capability-item:nth-child(even) {
        padding-left: 18px;
    }


.about-capability-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8000b;
    font-size: 18px;
}


.about-capability-item strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}


.about-capability-item small {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================
   PANEL FOOTER
========================================= */

.about-capability-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.about-footer-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
}


.about-capability-footer strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}


.about-capability-footer span:last-child {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}


/* =========================================
   FEATURE GRID
========================================= */

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 30px;
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #e9edf2;
}


.about-feature-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #253044;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}


.about-feature-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 0, 11, 0.08);
    color: #c8000b;
    border-radius: 7px;
    font-size: 13px;
}


/* =========================================
   BUTTON
========================================= */

.about-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
    min-height: 46px;
    padding: 0 24px;
    background: #01184a;
    color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}


    .about-contact-btn i {
        font-size: 12px;
    }


    .about-contact-btn:hover {
        background: #c8000b;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .about-style-one {
        padding: 120px 0;
    }

    .about-section-title {
        font-size: 46px;
    }

    .about-capability-panel {
        padding: 42px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .about-style-one {
        padding: 80px 0;
    }

    .about-capability-panel {
        margin-bottom: 15px;
    }

    .about-section-title {
        font-size: 38px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .about-style-one {
        padding: 65px 0;
    }

    .about-section-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-capability-panel {
        padding: 28px 22px;
    }

    .about-capability-header h3 {
        font-size: 21px;
    }

    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-capability-item:nth-child(odd) {
        padding-right: 0;
        border-right: 0;
    }

    .about-capability-item:nth-child(even) {
        padding-left: 0;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* =========================================
   ABOUT COMPANY SECTION
========================================= */

.about-company-section {
    background: #ffffff;
    padding: 110px 0;
}


/* =========================================
   LEFT COMPANY PANEL
========================================= */

.about-company-panel {
    position: relative;
    padding: 55px 45px;
    background: #01184a;
    border-radius: 20px;
    overflow: hidden;
    color: #ffffff;
}

    .about-company-panel::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 50%;
        right: -120px;
        bottom: -120px;
    }

    .about-company-panel::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 50%;
        right: -70px;
        bottom: -70px;
    }


.about-company-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.10);
    border-radius: 14px;
    margin-bottom: 30px;
}

    .about-company-icon i {
        font-size: 28px;
        color: #ffffff;
    }


.about-company-label {
    display: block;
    margin-bottom: 12px;
    color: #c8000b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.about-company-panel h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    max-width: 390px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 700;
}


.about-company-panel > p {
    position: relative;
    z-index: 2;
    max-width: 410px;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   STATS
========================================= */

.about-company-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 35px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
}


.about-company-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


    .about-company-stat strong {
        color: #ffffff;
        font-size: 27px;
        line-height: 1.2;
        font-weight: 700;
    }


    .about-company-stat span {
        color: rgba(255,255,255,0.62);
        font-size: 13px;
    }


/* =========================================
   SECTION LABEL
========================================= */

.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #c8000b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}


    .about-section-label i {
        font-size: 15px;
    }


/* =========================================
   CONTENT
========================================= */

.about-content3 .sec-title {
    max-width: 700px;
    margin-bottom: 22px;
    color: #01184a;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}


.about-intro {
    max-width: 680px;
    margin-bottom: 35px;
    color: #555f6d;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   TABS
========================================= */

.about-tabs {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e8ed;
}


    .about-tabs .nav-item {
        margin: 0;
    }


    .about-tabs .nav-link {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 14px 18px;
        border: 0;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        background: transparent;
        color: #657080;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.25s ease;
    }


        .about-tabs .nav-link i {
            font-size: 14px;
        }


        .about-tabs .nav-link:hover {
            color: #01184a;
        }


        .about-tabs .nav-link.active {
            color: #01184a;
            background: transparent;
            border-bottom-color: #c8000b;
        }


/* =========================================
   TAB CONTENT
========================================= */

.about-tab-content {
    padding-top: 30px;
}


    .about-tab-content .tab-pane {
        min-height: 145px;
    }


        .about-tab-content .tab-pane.show {
            display: flex;
            gap: 22px;
        }


.about-tab-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f5f8;
    border-radius: 12px;
}


    .about-tab-icon i {
        color: #c8000b;
        font-size: 21px;
    }


.about-tab-content p {
    margin: 0 0 15px;
    color: #555f6d;
    font-size: 15px;
    line-height: 1.75;
}


.about-tab-content h6 {
    margin: 0;
    color: #01184a;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}


/* =========================================
   CTA
========================================= */

.about-cta {
    display: flex;
    align-items: center;
    gap: 45px;
}


    .about-cta .btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 13px 22px;
    }


.quick-call {
    display: flex;
    align-items: center;
    gap: 14px;
}


.quick-call-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01184a;
    color: #ffffff;
    border-radius: 50%;
}


    .quick-call-icon i {
        font-size: 17px;
    }


.conn-txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


    .conn-txt span {
        color: #6b7480;
        font-size: 12px;
    }


    .conn-txt a {
        color: #01184a;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }


        .conn-txt a:hover {
            color: #c8000b;
        }


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199.98px) {

    .about-company-section {
        padding: 90px 0;
    }

    .about-company-panel {
        padding: 45px 35px;
    }

        .about-company-panel h3 {
            font-size: 32px;
        }

    .about-content3 .sec-title {
        font-size: 38px;
    }
}


@media (max-width: 991.98px) {

    .about-company-section {
        padding: 75px 0;
    }

    .about-company-panel {
        margin-bottom: 15px;
    }

    .about-content3 .sec-title {
        font-size: 36px;
    }
}


@media (max-width: 575.98px) {

    .about-company-section {
        padding: 60px 0;
    }

    .about-company-panel {
        padding: 35px 25px;
        border-radius: 16px;
    }

        .about-company-panel h3 {
            font-size: 30px;
        }

    .about-company-stats {
        gap: 24px 15px;
    }

    .about-content3 .sec-title {
        font-size: 31px;
    }

    .about-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

        .about-tabs .nav-link {
            white-space: nowrap;
            padding: 12px 13px;
        }

    .about-tab-content .tab-pane.show {
        gap: 15px;
    }

    .about-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
}

/* =========================================
   ABOUT PROCESS SECTION
========================================= */

.about-process-section {
    position: relative;
    padding: 110px 0;
    background: #f5f7fa;
}


/* =========================================
   INTRO
========================================= */

.process-intro {
    max-width: 760px;
    margin: 0 auto;
}


.process-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #c8000b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


    .process-label i {
        font-size: 15px;
    }


.process-intro .sec-title {
    margin: 0 auto 18px;
    color: #01184a;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}


.process-intro-text {
    max-width: 650px;
    margin: 0 auto;
    color: #626c79;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================
   PROCESS GRID
========================================= */

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 65px;
}


    /* Connecting line */

    .process-grid::before {
        content: "";
        position: absolute;
        top: 43px;
        left: 16%;
        right: 16%;
        height: 1px;
        background: #d9dee5;
        z-index: 0;
    }


/* =========================================
   PROCESS ITEM
========================================= */

.process-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 25px;
}


/* Number */

.process-number {
    position: absolute;
    top: -8px;
    right: 25px;
    color: #c8000b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* Icon */

.process-icon {
    position: relative;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    background: #ffffff;
    border: 1px solid #e3e7ec;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(1, 24, 74, 0.07);
}


    .process-icon::after {
        content: "";
        position: absolute;
        inset: 7px;
        border: 1px solid rgba(200, 0, 11, 0.15);
        border-radius: 50%;
    }


    .process-icon i {
        position: relative;
        z-index: 2;
        color: #01184a;
        font-size: 25px;
    }


/* =========================================
   CONTENT
========================================= */

.process-content h3 {
    margin: 0 0 12px;
    color: #01184a;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}


.process-content p {
    max-width: 290px;
    margin: 0 auto;
    color: #697381;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   BOTTOM CTA
========================================= */

.process-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 75px;
    padding: 25px 30px;
    background: #01184a;
    border-radius: 12px;
}


    .process-bottom div {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }


    .process-bottom span {
        color: rgba(255,255,255,0.65);
        font-size: 13px;
    }


    .process-bottom strong {
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
    }


/* CTA */

.process-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: #c8000b;
    color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}


    .process-btn:hover {
        background: #a90009;
        color: #ffffff;
        transform: translateY(-1px);
    }


    .process-btn i {
        font-size: 12px;
    }


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199.98px) {

    .about-process-section {
        padding: 90px 0;
    }

    .process-intro .sec-title {
        font-size: 38px;
    }

    .process-item {
        padding: 0 15px;
    }
}


@media (max-width: 991.98px) {

    .about-process-section {
        padding: 75px 0;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

        .process-grid::before {
            display: none;
        }

    .process-item {
        max-width: 500px;
        margin: 0 auto;
    }

    .process-number {
        right: 20px;
    }

    .process-bottom {
        margin-top: 60px;
    }
}


@media (max-width: 575.98px) {

    .about-process-section {
        padding: 60px 0;
    }

    .process-intro .sec-title {
        font-size: 31px;
    }

    .process-intro-text {
        font-size: 15px;
    }

    .process-grid {
        margin-top: 50px;
        gap: 40px;
    }

    .process-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 22px;
    }

        .process-icon i {
            font-size: 22px;
        }

    .process-content h3 {
        font-size: 19px;
    }

    .process-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .process-btn {
        width: 100%;
    }
}

/* =========================================
   NAVBAR ACTIVE STATE
========================================= */

/* =========================================
   NAVBAR ACTIVE STATE
========================================= */

.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
}

    .navbar-nav .nav-link:hover {
        color: #ed2632;
    }

    .navbar-nav .nav-link.active {
        color: #ed2632 !important;
    }


/* Active indicator */

.navbar-nav > .nav-item {
    position: relative;
}

    .navbar-nav > .nav-item > .nav-link.active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 25px;
        width: 24px;
        height: 2px;
        background: #ed2632;
        border-radius: 10px;
        transform: translateX(-50%);
    }

/* =========================================
   DROPDOWN ACTIVE ITEM
========================================= */

.navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    transition: all 0.25s ease;
}


    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #ed2632;
        background-color: rgba(237, 38, 50, 0.06);
    }


    .navbar-nav .dropdown-menu .dropdown-item.active {
        color: #ed2632;
        background-color: rgba(237, 38, 50, 0.06);
        font-weight: 600;
    }


        /* Small red indicator */

        .navbar-nav .dropdown-menu .dropdown-item.active::before {
            content: "";
            position: absolute;
            left: 8px;
            top: 50%;
            width: 3px;
            height: 16px;
            background: #ed2632;
            border-radius: 5px;
            transform: translateY(-50%);
        }

/* =========================================================
   OCEAN FREIGHT PAGE
========================================================= */

.ocean-freight-page {
    background: #ffffff;
    color: #14213d;
}


/* =========================================================
   HERO
========================================================= */

.ocean-hero {
    background: #f6f8fa;
    padding: 145px 0 85px;
}


.ocean-hero-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 50px;
}


/* Hero content */

.ocean-hero-content {
    max-width: 700px;
}


.ocean-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c8000b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
}


    .ocean-eyebrow i {
        font-size: 14px;
    }


.ocean-hero h1 {
    color: #01184a;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -2px;
    font-weight: 700;
    margin: 0 0 23px;
}


    .ocean-hero h1 strong {
        display: block;
        color: #c8000b;
    }


.ocean-hero-content > p {
    max-width: 600px;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 30px;
}


/* Hero buttons */

.ocean-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}


.ocean-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 23px;
    background: #c8000b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}


    .ocean-btn-primary:hover {
        background: #01184a;
        color: #ffffff;
    }


    .ocean-btn-primary i {
        transition: transform .25s ease;
    }


    .ocean-btn-primary:hover i {
        transform: translateX(4px);
    }


.ocean-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #01184a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-decoration: none;
}


    .ocean-btn-link i {
        color: #c8000b;
    }


/* =========================================================
   HERO VISUAL
========================================================= */

.ocean-hero-visual {
    min-height: 360px;
    position: relative;
    background: #01184a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


    .ocean-hero-visual::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50%;
    }


    .ocean-hero-visual::after {
        content: "";
        position: absolute;
        width: 230px;
        height: 230px;
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 50%;
    }


.ocean-visual-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: rgba(255,255,255,.25);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


.ocean-ship-icon {
    position: relative;
    z-index: 2;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 22px;
}


.ocean-hero-visual > span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


.ocean-route-line {
    position: relative;
    z-index: 2;
    width: 180px;
    height: 1px;
    background: rgba(255,255,255,.22);
    margin: 18px 0 10px;
}


.ocean-route-points {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255,255,255,.5);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =========================================================
   OVERVIEW
========================================================= */

.ocean-overview {
    background: #ffffff;
}


.ocean-overview-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 70px;
    padding-bottom: 55px;
}


.ocean-label {
    display: inline-block;
    color: #c8000b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 13px;
}


.ocean-section-heading h2,
.ocean-solutions-heading h2,
.ocean-process-heading h2,
.ocean-why h2 {
    color: #01184a;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 700;
    margin: 0;
}


    .ocean-section-heading h2 strong,
    .ocean-solutions-heading h2 strong,
    .ocean-process-heading h2 strong,
    .ocean-why h2 strong {
        color: #c8000b;
    }


.ocean-overview-content p {
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 15px;
}


    .ocean-overview-content p:last-child {
        margin-bottom: 0;
    }


/* =========================================================
   HIGHLIGHTS
========================================================= */

.ocean-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e1e5ea;
    border-bottom: 1px solid #e1e5ea;
}


.ocean-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    border-right: 1px solid #e1e5ea;
}


    .ocean-highlight:last-child {
        border-right: 0;
    }


    .ocean-highlight > i {
        width: 40px;
        height: 40px;
        min-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f4f6f8;
        color: #c8000b;
        font-size: 14px;
    }


    .ocean-highlight strong {
        display: block;
        color: #01184a;
        font-size: 12px;
        margin-bottom: 3px;
    }


    .ocean-highlight span {
        display: block;
        color: #7b8590;
        font-size: 10px;
        line-height: 1.4;
    }


/* =========================================================
   SOLUTIONS
========================================================= */

.ocean-solutions {
    background: #f6f8fa;
}


.ocean-solutions-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}


    .ocean-solutions-heading > p {
        max-width: 380px;
        color: #667085;
        font-size: 13px;
        line-height: 1.7;
        margin: 0;
    }


/* Solution grid */

.ocean-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
}


.ocean-solution-card {
    position: relative;
    min-height: 290px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    transition: all .3s ease;
}


    .ocean-solution-card:hover {
        transform: translateY(-5px);
        border-bottom-color: #c8000b;
        box-shadow: 0 15px 35px rgba(1,24,74,.07);
    }


.solution-number {
    color: #a0a8b2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


.solution-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01184a;
    color: #ffffff;
    margin: 25px 0 20px;
    font-size: 17px;
}


.ocean-solution-card h3 {
    color: #01184a;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 10px;
}


.ocean-solution-card p {
    color: #667085;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
}


.solution-tag {
    position: absolute;
    left: 28px;
    bottom: 25px;
    color: #c8000b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}


/* =========================================================
   PROCESS
========================================================= */

.ocean-process {
    background: #ffffff;
}


.ocean-process-heading {
    margin-bottom: 45px;
}


.ocean-process-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
}


.ocean-process-item {
    position: relative;
    min-height: 240px;
    padding: 25px;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
}


    .ocean-process-item > span {
        color: #a0a8b2;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
    }


.process-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f8;
    color: #c8000b;
    margin: 28px 0 20px;
    font-size: 14px;
}


.ocean-process-item h3 {
    color: #01184a;
    font-size: 16px;
    margin: 0 0 8px;
}


.ocean-process-item p {
    color: #667085;
    font-size: 11px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   WHY CHAU IMEX
========================================================= */

.ocean-why {
    background: #f6f8fa;
}


.ocean-why-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 70px;
}


.ocean-why > .container > div > div:first-child > p {
    max-width: 500px;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
}


.ocean-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #01184a;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}


    .ocean-text-link i {
        color: #c8000b;
        transition: transform .25s ease;
    }


    .ocean-text-link:hover i {
        transform: translateX(4px);
    }


/* Why list */

.ocean-why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
}


    .ocean-why-list > div {
        display: flex;
        flex-direction: column;
        padding: 25px;
        border-right: 1px solid #dfe3e8;
        border-bottom: 1px solid #dfe3e8;
    }


    .ocean-why-list i {
        color: #c8000b;
        font-size: 18px;
        margin-bottom: 17px;
    }


    .ocean-why-list strong {
        color: #01184a;
        font-size: 13px;
        margin-bottom: 6px;
    }


    .ocean-why-list span {
        color: #667085;
        font-size: 11px;
        line-height: 1.6;
    }


/* =========================================================
   CTA
========================================================= */

.ocean-cta {
    background: #ffffff;
    padding: 0 0 100px;
}


.ocean-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 48px 55px;
    background: #01184a;
    border-left: 4px solid #c8000b;
}


    .ocean-cta-inner > div:first-child {
        max-width: 750px;
    }


        .ocean-cta-inner > div:first-child > span {
            display: block;
            color: #c8000b;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 1.5px;
            margin-bottom: 10px;
        }


.ocean-cta h2 {
    color: #ffffff;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.15;
    margin: 0 0 10px;
}


    .ocean-cta h2 strong {
        color: #c8000b;
    }


.ocean-cta p {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}


.ocean-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 145px;
    height: 48px;
    padding: 0 22px;
    background: #c8000b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
}


    .ocean-cta-button:hover {
        background: #ffffff;
        color: #01184a;
    }


    .ocean-cta-button i {
        transition: transform .25s ease;
    }


    .ocean-cta-button:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .ocean-hero {
        padding-top: 120px;
    }


    .ocean-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }


    .ocean-hero-visual {
        min-height: 300px;
    }


    .ocean-overview-grid,
    .ocean-why-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }


    .ocean-highlights {
        grid-template-columns: repeat(2, 1fr);
    }


    .ocean-highlight:nth-child(2) {
        border-right: 0;
    }


    .ocean-highlight:nth-child(3),
    .ocean-highlight:nth-child(4) {
        border-top: 1px solid #e1e5ea;
    }


    .ocean-solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .ocean-process-list {
        grid-template-columns: repeat(3, 1fr);
    }


    .ocean-process-item:nth-child(4),
    .ocean-process-item:nth-child(5) {
        border-top: 0;
    }
}


@media (max-width: 767px) {

    .ocean-hero {
        padding: 100px 0 60px;
    }


        .ocean-hero h1 {
            font-size: 43px;
        }


    .ocean-hero-content > p {
        font-size: 14px;
    }


    .ocean-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }


    .ocean-btn-primary {
        width: 100%;
    }


    .ocean-highlights {
        grid-template-columns: 1fr;
    }


    .ocean-highlight,
    .ocean-highlight:nth-child(2),
    .ocean-highlight:nth-child(3),
    .ocean-highlight:nth-child(4) {
        border-right: 0;
        border-top: 1px solid #e1e5ea;
    }


        .ocean-highlight:first-child {
            border-top: 0;
        }


    .ocean-solutions-heading {
        display: block;
    }


        .ocean-solutions-heading > p {
            margin-top: 15px;
        }


    .ocean-solution-grid {
        grid-template-columns: 1fr;
    }


    .ocean-process-list {
        grid-template-columns: 1fr;
    }


    .ocean-process-item {
        min-height: auto;
    }


    .ocean-why-list {
        grid-template-columns: 1fr;
    }


    .ocean-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 35px 25px;
        gap: 25px;
    }


    .ocean-cta-button {
        width: 100%;
    }
}