html {
    scroll-behavior: smooth;
}

:root {
    --primary: #2979ff;
    --secondary: #000;
}
a {
    text-decoration: none;
}
.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-gray {
    background-color: #edf2f4;
}

.veritas {
    font-family: "Hanken Grotesk", sans-serif;
    color: var(--primary);
}

.insights {
    font-family: "Hanken Grotesk", sans-serif;
    color: var(--secondary);
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

body {
    font-family: "Fira Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444444;
    overflow-x: hidden;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

.text-blue {
    color: var(--primary);
}

.text-gradient {
    background: linear-gradient(90deg, #5532ea 0%, #dc6efe 57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.nav-link.active {
    color: #000 !important;
    font-weight: 600;
    /* Optional: make it bolder */
}


/* Custom Cursor Style */

.custom-cursor {
    width: 60px;
    height: 60px;
    border: 3px solid #0d6efd;
    /* Primary color */
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 0.08s ease;
    z-index: 9999;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
}

.owl-carousel.hide-cursor {
    cursor: none;
}


/* CSS */

.button-eff {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-eff span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-eff span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

.button-eff:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.button-eff:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

.button-eff:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}


/******************************************
        menu Scetion

 * ****************************************/

.navbar-nav .nav-link {
    padding: 0px 20px !important;
    font-size: 16px;
}


/******************************************
        Home Scetion

 * ****************************************/

.hero-section .nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 29px 16px;
    line-height: 1;
    background-color: #fff0 !important;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin: .5rem;
}

.container.position-relative {
    padding-top: 50px !important;
}

@media (max-width: 768px) {
    .hero-section {
        padding-bottom: 50px !important;
        padding-top: 112px !important;
    }
    .hero-section h1 {
        font-size: 1.5rem;
    }
    .hero-section p {
        font-size: 1rem !important;
        line-height: 20px !important;
    }

    .hero-section h2 {
        font-size: 2rem;
    }
    .container.position-relative {
        padding-top: 50px !important;
    }
    .image-container {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        padding-top: 50px !important;
    }
}

.yellow-btn {
    background: #ff9f00;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    padding: 14px 28px;
}

.yellow-btn:hover {
    background: #ffba33;
    color: #fff;
}

.yellow-btn:active {
    background: #ffba33;
    color: #fff;
}

.yellow-btn:focus {
    color: #fff;
}


/******************************************
        features Scetion

 * ****************************************/

.features .feature-card {
    width: 23%;
    height: auto;
    min-height: 646px;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 4px 6px -2px #ccc;
}

.features .feature-card:hover {
    background-color: #fff;
    transform: translate(0, -10px);
    box-shadow: 0 0 16px -7px #1a87e6;
}

.features .postionUp {
    min-width: 890px;
    justify-content: space-between;
    align-items: center;
    margin-top: -175px;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
}


/******************************************
        limeSurvey Scetion

 * ****************************************/

.limeSurvey {
    background: #EEEFF7;
}

.limeSurvey .list-info .item .wrap-item .icons {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.limeSurvey .list-info .item .wrap-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.limeSurvey .list-info .item .wrap-item .icons i {
    color: #003E24;
    font-size: 24px;
}

.limeSurvey .list-info .item .wrap-item .title {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    padding-left: 10px;
    flex: 1;
}


/******************************************
        counter Scetion

 * ****************************************/

.counter .count {
    border: 1px solid #000;
}

.integrations .box {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
    padding: 22px 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-top: 24px;
}

.integrations .box:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    border-color: transparent;
}


/******************************************
        Experience Scetion

 * ****************************************/

.border-hover {
    border-bottom: 1px solid rgba(102, 125, 147, .6588235294);
    cursor: pointer;
    padding: 20px 0px 15px 0px !important;
    margin-top: 0px !important;
    transition: all .3s ease-out;
}

.border-hover .text-strategy {
    color: #667d93 !important;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    text-decoration: none;
}


/*** Footer Start ***/
.webfooter-section a {
    text-decoration: none;
}

/*** Footer End ***/


/*** copyright Start ***/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}


/*** copyright end ***/


/******************************************
        New Hero Scetion

 * ****************************************/

.hero-section {
    background: url(../images/banner-bg.png);
    padding-top: 220px;
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-image {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
}


/* scroll horizantal */

.space-holder {
    position: relative;
    width: 100%;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.horizontal {
    position: absolute;
    will-change: transform;
}

.cards {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.sample-card {
    position: relative;
    height: 300px;
    width: 500px;
    background-color: #111f30;
    margin-right: 75px;
    flex-shrink: 0;
    border-radius: .5rem !important;
}


/* End scroll horizantal */



/*Carousel*/

.owl-carousel {
    overflow-x: hidden;
}

.item {
    align-items: center;
    justify-content: center;
}

#owl-carousel .owl-stage-outer {
    overflow: visible;
}

#owl-carousel {
    margin-left: -50px;
    /* jitna tumne stagePadding diya hai, utna negative */
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .item .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .item .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 20px !important;
    }
    .item img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .item h3 {
        font-size: 26px;
        margin-top: 10px;
    }
    .item p {
        font-size: 16px !important;
        line-height: 1.5;
        padding: 0px 20px;
    }
    .contain .col-lg-12 h2 {
        font-size: 28px;
    }
    .contain .col-sm-8 {
        padding: 0 15px;
    }
}


/* How we approach wrapper*/

.section-padding {
    padding: 100px 0;
    padding-bottom: 100px;
}

.how-we-approach-wrapper .section-heading h2 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 30px;
    max-width: 520px;
}

.section-padding .section-heading h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #000;
}

.how-we-approach-wrapper .section-heading p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #424242;
    margin-bottom: 30px;
    max-width: 580px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide {
    width: 100%;
    margin-bottom: 60px;
    height: auto !important;
    cursor: pointer;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 23px;
    border: 1px #B3BBC9 dashed;
    height: 100%;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer {
    display: flex;
    align-items: center;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #fff;
    border: 1px #D7DCE3 solid;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer figure img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer figure span {
    position: absolute;
    inset: 0;
    top: 0px;
    top: -1px;
    width: 48px;
    height: 48px;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer figure span .progresss {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer figure span .progresss .circle-origin {
    fill: transparent;
    stroke: #0665FF;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 125.664px;
    stroke-dashoffset: 125.664px;
    transform: scale(1.15);
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .approcah-process-menu-outer p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #9AA5B9;
    max-width: 195px;
    transition: all 0.4s ease-in-out;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .pic {
    padding-top: calc(519 / 944 * 100%);
    position: relative;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .pic img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .data {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(3px);
    padding: 24px;
    max-width: 620px;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .data p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide.swiper-slide-thumb-active .approcah-process-menu-outer p {
    color: #000;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide.swiper-slide-thumb-active .approcah-process-menu-outer figure img {
    filter: none;
    opacity: 1;
}

.how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide.swiper-slide-thumb-active .circle-origin {
    animation: progress 5s;
}

@keyframes progress {
    0% {
        stroke-dashoffset: 125.664px;
    }
    90% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -125.664px;
    }
}

@media (max-width: 767px) {
    .how-we-approach-wrapper .section-heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .data {
        position: static;
    }
    .how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-menu-slider-holder .swiper-slide::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .how-we-approach-wrapper .how-we-approach-slider-outer {
        display: block;
        overflow: visible;
    }
    .how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1199px) {
    .how-we-approach-wrapper .how-we-approach-slider-outer .how-we-approach-content-slider-holder .how-approach-content-outer .pic {
        padding-top: calc(637 / 839 * 100%);
    }
}

#swiper-slide-last::before {
    display: none;
}

.client-carousel .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    height: 200px;
    /* fixed height set kar do */
}

.client-carousel .box img {
    max-height: 150px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-carousel .box:hover img {
    filter: none;
    transform: scale(1.05);
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Counter Section*/

.global-scale {
    background: url(../images/globe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0px;
    position: relative;
    margin-bottom: 80px;
}

.global-scale .row {
    margin-top: 70px;
    margin-bottom: 50px;
}

.global-scale .stat-info {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    padding: 0px 80px 50px;
}

.global-scale .stat-num {
    font-weight: 700;
    font-size: 50px;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}

.global-scale .moreinfo {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.green-dots-bg {
    position: absolute;
    z-index: 999;
    bottom: -100px;
    margin-left: -180px;
}

.ftnt-custom-background.white {
    position: absolute;
    bottom: -4px;
    width: 100%;
}

.ftnt-custom-background {
    position: relative;
}

.ftnt-custom-background .half-circle-svg {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
}

.ftnt-custom-background.white .half-circle-svg>svg {
    fill: #fff;
    width: 100%;
}

@media (max-width: 1200px) {
    .global-scale .stat-info {
        padding: 0px 40px 50px;
        font-size: 18px;
    }
    .global-scale .stat-num {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .global-scale .stat-info {
        padding: 0px 20px 50px;
        font-size: 16px;
    }
    .global-scale a.green-btn {
        font-size: 14px;
    }
    .col-sm-6 {
        max-width: 50%;
    }
    .green-dots-bg {
        bottom: -150px;
        transform: rotate(90deg);
    }
}

.client{
     position: relative;
}
.client .sideImg{
    top: 500px;
    position: absolute;
}
.home-section-3 {
    padding: 0px 0px 120px 0px;
}

/*
---------------------------------------------
home-section-2
---------------------------------------------
*/
.home-section-2 {
    background-image: url(../images/home-section-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 120px 0px;
}

.home-section-2 .card-wrapper {
    display: flex;
    justify-content: space-between;
/*
    align-items: flex-end;
*/
    padding: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 40px !important;
}
.home-section-2 .card-wrapper .decor-wrapper {
    position: absolute;
    bottom: 0;
    right: -350px;
    width: 700px;
    height: 200px;
}
.home-section-2 .card-wrapper .content-wrapper {
    position: relative;
    z-index: 1;
    width: 40%;
}
.home-section-2 .card-wrapper .content-wrapper .section-title {
    margin-bottom: 0;
}
.home-section-2 .card-wrapper .card-wrap {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 24px;
    background-color: #d9d9d9;
    border-radius: 20px !important;
}
.home-section-2 .mbr-section-title {
    color: #f1f5eb;
}
@media (max-width: 768px) {
    .home-section-2 {
        padding: 0px 0px 0px 0px !important;
    }
}
@media (max-width: 992px) {
    .home-section-2 .card-wrapper {
        display: block;
        padding: 20px;
    }
    .home-section-2 .card-wrapper .card-wrap {
        padding: 20px;
        width: 100%;
    }
     .home-section-2 .card-wrapper .content-wrapper .section-title {
        margin-bottom: 20px;
    }
    .home-section-2 .card-wrapper .content-wrapper {
        width: 100%;
    }
}

/*
---------------------------------------------
About Us Style
---------------------------------------------
*/

.about-us {
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 240px 0px;
}

.about-us .left-image {
    margin-right: 45px;
}

.about-us .services .item {
    margin-bottom: 30px;
}

.about-us .services .item .icon {
    float: left;
    margin-right: 25px;
}

.about-us .services .item .icon img {
    max-width: 70px;
}

.about-us .services .item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-us .services .item p {
    color: #fff;
}


/*Coman section*/

.title-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
}

.title-section::before {
    content: '';
    position: absolute;
    right: -5%;
    top: 22%;
    width: 240px;
    height: 240px;
    border-radius: 100%;
/*
    background-image: linear-gradient(225deg, #2979ff -10%, transparent 80%);
*/
}

.title-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 240px;
    height: 240px;
    border-radius: 100%;
/*
    background-image: linear-gradient(135deg, #2979ff -10%, transparent 80%);
*/
}

.title-section .content-wrapper {
    margin-bottom: 40px;
}

.hero-section-title {
    margin-bottom: 24px;
}

.hero-section-description {
    color: #222222;
    font-size: 125%;
}

@media (max-width: 992px) {
    .hero-section-description {
        width: 100%;
        font-size: 200%;
    }
}


/*Pricesing Page*/

.prices {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ededed;
    position: relative;
    overflow: hidden;
}

.prices::before {
    content: '';
    position: absolute;
    right: -5%;
    top: 22%;
    width: 240px;
    height: 240px;
    border-radius: 100%;
/*
    background-image: linear-gradient(225deg, #2979ff -10%, transparent 80%);
*/
}

.prices::after {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 240px;
    height: 240px;
    border-radius: 100%;
/*
    background-image: linear-gradient(135deg, #2979ff -10%, transparent 80%);
*/
}

.prices .content-wrapper {
    margin-bottom: 40px;
}

.prices .content-wrapper .section-title {
    margin-bottom: 24px;
}

.prices .content-wrapper .section-title span {
    color: #2979ff;
}

@media (max-width: 992px) {
    .prices .content-wrapper .text-wrapper .des-text {
        width: 100%;
        font-size: 200%;
    }
}

.prices .item {
    padding: 0 12px;
    margin-bottom: 24px;
}

.prices .item .item-wrapper {
    background-color: #fafafa;
    height: 100%;
    padding: 50px;
    border-radius: 14px !important;
}

@media (max-width: 992px) {
    .prices .item .item-wrapper {
        padding: 32px;
    }
}

.prices .item .item-wrapper .card-box .item-desc {
    margin-bottom: 16px;
}

.prices .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
}

.prices .item .item-wrapper .card-box .item-price {
    margin-bottom: 16px;
}

.prices .item .item-wrapper .card-box .section-btn {
    width: 100%;
}

.prices .item .item-wrapper .card-box .section-btn .btn {
    width: 100%;
}

.prices .item .item-wrapper .card-box .list-wrapper {
    margin-top: 40px;
}

.prices .item .item-wrapper .card-box .list-wrapper .list-title {
    margin-bottom: 24px;
}

.prices .item .item-wrapper .card-box .list-wrapper .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.prices .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 14px;
    position: relative;
    padding-left: 28px;
}

.prices .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
    content: '✓';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #f1634f;
}

.prices .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
}

.prices .mbr-section-title {
    color: #000000;
    text-align: center;
}

.prices .mbr-text,
.prices .text-wrapper {
    color: #6f6f6f;
    text-align: center;
}

.prices .item-desc {
    color: #6f6f6f;
}

.prices .item-title {
    color: #2979ff;
}

.prices .item-price {
    color: #000000;
}

.prices .mbr-list-title {
    color: #000000;
}

.prices .list {
    color: #000000;
}

.item-right:before {
    content: '✓';
    position: absolute;
    font-size: 20px;
    color: #28a745;
}

.item-rong:before {
    content: '✕';
    position: absolute;
    font-size: 20px;
    color: #dc3545;
}

.contactFrom {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
}

.contactFrom .title-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.contactFrom .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
}

.contactFrom .title-wrapper .mbr-section-title span {
    color: #2979ff;
}

.contactFrom .title-wrapper .mbr-text {
    margin-bottom: 0;
}

.contactFrom .contacts-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.contactFrom .contacts-wrapper .item-wrapper {
    margin-bottom: 16px;
}

.contactFrom .contacts-wrapper .item-wrapper:last-child {
    margin-bottom: 0;
}

.contactFrom .contacts-wrapper .item-wrapper .contact-wrap {
    display: inline-flex;
    align-items: center;
}

.contactFrom .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
    display: inline-flex;
    font-size: 18px;
    color: #f1634f;
    margin-right: 20px;
}

.contactFrom .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

.contactFrom .dragArea.row {
    position: relative;
    z-index: 1;
}

.contactFrom .dragArea.row .mbr-section-title {
    margin-bottom: 24px !important;
}

.contactFrom .dragArea.row .mbr-text {
    margin-bottom: 24px !important;
}

.contactFrom .dragArea.row .form-group {
    margin-bottom: 24px !important;
}

.contactFrom .dragArea.row .form-group .form-control-label {
    width: 100%;
    margin-bottom: 8px;
}

.contactFrom .dragArea.row .form-group .form-control {
    padding: 12px 20px;
    border: 1px solid #2979ff !important;
    box-shadow: none;
    border-radius: 14px !important;
    background-color: #fafafa;
}

.contactFrom .dragArea.row .form-group .form-control::placeholder {
    color: #6f6f6f;
}

.contactFrom .dragArea.row .form-group textarea {
    min-height: 130px;
}

.contactFrom .dragArea.row .form-group .form-check {
    padding-left: 1.9em;
    margin-bottom: 16px;
}

.contactFrom .dragArea.row .form-group .form-check .form-check-input {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    border-radius: 0;
}

.contactFrom .dragArea.row .mbr-section-btn {
    width: 100%;
}

.contactFrom .dragArea.row .mbr-section-btn .btn {
    margin-top: 0;
}

.contactFrom .mbr-section-title {
    color: #000000;
}

.contactFrom .mbr-text {
    color: #6f6f6f;
}

.contactFrom .mbr-contact {
    color: #000000;
}

.contactFrom label {
    color: #000000;
}

.features {
    padding-top: 5rem;
    padding-bottom: 5rem;

}

.features .mbr-fallback-image.disabled {
    display: none;
}

.features .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .features .container {
        padding: 0 16px;
    }
}

.features .row {
    position: relative;
}

.features .content-wrapper {
    position: sticky;
    top: 100px;
    margin-right: 40px;
}

@media (max-width: 992px) {
    .features .content-wrapper {
        margin-bottom: 80px;
        margin-right: 0;
    }
}

.features .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
}

.features .content-wrapper .mbr-section-title span {
    color: #2979ff;
}

.features .content-wrapper .text-wrap .mbr-text {
    display: inline-flex;
    width: 40%;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .features .content-wrapper .text-wrap .mbr-text {
        width: 100%;
    }
}

.features .content-wrapper .mbr-section-btn .btn-primary-outline,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline,
.features .content-wrapper .mbr-section-btn .btn-success-outline,
.features .content-wrapper .mbr-section-btn .btn-info-outline,
.features .content-wrapper .mbr-section-btn .btn-warning-outline,
.features .content-wrapper .mbr-section-btn .btn-danger-outline,
.features .content-wrapper .mbr-section-btn .btn-black-outline,
.features .content-wrapper .mbr-section-btn .btn-white-outline {
    border: none !important;
    padding: 0;
    border-radius: 0;
}

.features .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
    transform: rotate(0deg);
}

.features .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.features .content-wrapper .mbr-section-btn .btn-white-outline:focus {
    background-color: transparent !important;
}

.features .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.features .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
    transform: translateX(10px);
}

.features .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
    color: #f1634f !important;
}

.features .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
    color: #6f6f6f !important;
}

.features .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-success-outline:focus {
    color: #ededed !important;
}

.features .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-info-outline:focus {
    color: #ffffff !important;
}

.features .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
    color: #e59e4d !important;
}

.features .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
    color: #af2311 !important;
}

.features .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-black-outline:focus {
    color: #000000 !important;
}

.features .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.features .content-wrapper .mbr-section-btn .btn-white-outline:focus {
    color: #ffffff !important;
}

.features .content-wrapper .decor-wrapper {
    margin-top: 32px;
}

.features .content-wrapper .decor-wrapper .decor-wrap {
    display: inline-flex;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    background-image: linear-gradient(225deg, #2979ff -10%, transparent 80%);
}

.features .items-wrapper {
    margin-left: 40px;
}

@media (max-width: 992px) {
    .features .items-wrapper {
        margin-left: 0;
    }
}

.features .item {

    padding: 0 12px;
    margin-bottom: 24px;
}

.features .item .item-wrapper {
    box-shadow: 0 0 0.5rem rgba(0,0,0,.15) !important;
    height: 100%;
    padding: 35px;
    border-radius: 14px !important;
}

@media (max-width: 992px) {
    .features .item .item-wrapper {
        padding: 32px;
    }
}

.features .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
}

.features .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
}

.features .mbr-section-title {
    color: #000000;
}

.features .mbr-text {
    color: #6f6f6f;
}

.features .item-title {
    color: #000000;
}

.features .item-text {
    color: #000000;
}

.compliance {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
}

.compliance .mbr-fallback-image.disabled {
    display: none;
}

.compliance .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .compliance .container {
        padding: 0 16px;
    }
}

.compliance .row {
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 -12px;
}

.compliance .row .card {
    justify-content: flex-end;
    padding: 0 12px;
}

.compliance .content-wrapper {
    margin-bottom: 80px;
}

.compliance .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
}

.compliance .content-wrapper .mbr-section-title span {
    color: #f1634f;
}

.compliance .content-wrapper .text-wrap .mbr-text {
    display: inline-flex;
    width: 40%;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .compliance .content-wrapper .text-wrap .mbr-text {
        width: 100%;
    }
}

.compliance .mbr-section-btn-main {
    margin-bottom: 14px;
}

.compliance .item {
    padding: 0 12px;
    margin-bottom: 24px;
}

.compliance .item .item-wrapper {
    box-shadow: 0 0 0.5rem rgba(0,0,0,.15) !important;
    height: 100%;
    padding: 50px;
    border-radius: 14px !important;
}

@media (max-width: 992px) {
    .compliance .item .item-wrapper {
        padding: 32px;
    }
}

.compliance .item .item-wrapper .card-box .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .compliance .item .item-wrapper .card-box .title-wrap {
        margin-bottom: 32px;
    }
}

.compliance .item .item-wrapper .card-box .title-wrap .item-title {
    margin-bottom: 0;
}

.compliance .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
    display: inline-flex;
    margin-left: 16px;
    font-size: 30px;
    color: #f1634f;
}

.compliance .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
}

.compliance .item-menu-overlay .btn-wrapper {
    margin-top: -4%;
}

.compliance .mbr-section-title {
    color: #000000;
}

.compliance .mbr-text,
.compliance .text-wrap {
    color: #6f6f6f;
    text-align: center;
}

.compliance .item-title {
    color: #000000;
}

.compliance .item-text {
    color: #6f6f6f;
}




.section-404 {
    padding-top: 15rem;
    padding-bottom: 15rem;
}


.trust-badges .badge {
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
}




