html :where(img) {
    max-width: initial;
}

.container .navbar-inverse .navbar-brand {
    width: 128px;
    height: 80px;
    margin-left: -30px !important;
}

.container .navbar-inverse .navbar-brand img {
    object-fit: cover;
}

a {
    text-decoration: none !important;
}

.container.pad_100.mobile_hide .Intelligence {
    max-width: 360px;
}

.container.pad_100.mobile_hide .Intelligence.blog.main-blog {
    max-width: unset;
}

.container.pad_100.mobile_hide .Intelligence.news.new-events {
    max-width: unset;
}

.Intelligence.how-it-works {
    max-width: 360px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

.d-xxl-none {
    display: none;
}

body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

.how_does_sec {
    min-height: 520px;
    position: relative;

}

.how_does_sec .first-image {
    position: absolute;
    top: 200px;
    right: 386px;
}

.how_does_sec .second-image {
    position: absolute;
    top: 108px;
    right: 95px;
}

.how_does_sec .third-image {
    position: absolute;
    top: 200px;
    right: -195px;
}

/* Animation Change of word */
.changing-words {
    font-style: normal;
    color: #ff8f68;
    width: 390px;
    display: inline-block;
    text-align: left;
}

.sp-intro {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.sp-intro h4,
.sp-intro b,
.sp-intro i,
.sp-intro p,
.sp-intro span {
    line-height: 82px;
    font-size: 64px;
    font-weight: 400;
    font-style: initial;
}

.sp-intro.sp-intro-dashboard span,
.sp-intro.sp-intro-dashboard span b {
    font-weight: 700;
}

.sp-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.sp-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    width: auto !important;
}

.sp-words-wrapper b.is-visible {
    position: relative;
}

.no-js .sp-words-wrapper b {
    opacity: 0;
}

.no-js .sp-words-wrapper b.is-visible {
    opacity: 1;
}

.sp-headline.slide span {
    display: inline-block;
    padding: 0;
}

.sp-headline.slide .sp-words-wrapper {
    overflow: hidden;
    vertical-align: bottom;
}

.sp-headline.slide b {
    opacity: 0;
    top: .2em;
}

.sp-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.sp-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media (min-width : 668px) and (max-width : 1024px) {

    .sp-intro h4,
    .sp-intro b,
    .sp-intro i,
    .sp-intro p,
    .sp-intro span {
        line-height: 48px !important;
        font-size: 44px !important;
        font-weight: 400 !important;
    }
}

@media (max-width : 667px) {

    .sp-intro h4,
    .sp-intro b,
    .sp-intro i,
    .sp-intro span,
    .sp-intro p {
        line-height: 48px !important;
        font-size: 44px !important;
        font-weight: 600 !important;
    }
}

/* Navbar */


.onscroll-nav-menu {
    background-color: #201b53;
    color: white;
    height: 95px;
}

.scroll-nav-menu-dark {
    background-color: #fff;
    color: #3a2171;
    height: 95px;
}

.onscroll-nav-menu .navbar-inverse .navbar-nav li a {
    color: white;
}

.navwrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.navwrapper.hiddenNav {
    transform: translateY(-100%);
}

.book_a_demo_image {
    width: 14px !important;
    height: 14px !important;
    margin-left: 10px;
}

.first_box a,
.sec_box a {
    font-weight: 700;
    font-size: 16px;
}

.homeBannerWrap .bannerContent {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 178px;
}

.blog_signle {
    padding-top: 72px;
}

.about-header-content {
    padding-top: 72px;
    width: 60% !important;
    margin: 0 auto;
}

.how-banner {
    margin-top: 162px;
    min-height: 700px;
}

/*How it works*/
.how-header-content .sub-heading,
.sub-heading {
    font-size: 24px !important;
}

/* new changes in css date 16 march 2022  */
.my-bg-gray {
    background: #f1f1f8;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
    border-radius: 12px;
}

.what_do_you_want_know .tab-pane::before {
    content: "";
    background: #221e59;
    position: absolute;
    width: 78%;
    height: 772px;
    right: 0;
    margin-top: 10%;
    border-top-left-radius: 40%;
}

.homeBannerWrap .bannerContent p {
    opacity: 0.64 !important;
}

.what_do_you.heading_50.pad_200 {
    padding: 0 !important;
}

.social_footer ul {
    margin-top: 30px;
}

.main_menu.footer_nav ul {
    margin-top: 18px;
}

.easy_steps.home_easy_steps h1 {
    flex: 13%;
    font-weight: 700;
    font-size: 96px;
}

.easy_steps.home_easy_steps h3 {
    margin-top: 0 !important;
    flex: 30%;
}

.easy_steps.home_easy_steps p {
    flex: 34%;
}

.blog_post_img img:last-child {
    width: 100%;
    max-height: 460px;
    border-radius: 17px 400px 17px 17px;
}

.Single_post_content h2 {
    margin: 48px 0 !important;
}

.table_content_pera h2 {
    margin-bottom: 48px !important;
}

.Intelligence.news.similar_blogs {
    border-radius: 16px 103px 0px 0px;
    overflow: hidden;
    height: 100% !important;
}

.Intelligence.news.similar_blogs img {
    object-fit: cover;
    aspect-ratio: 3/2;
}

.Intelligence.news.similar_blogs .blog-content,
.Intelligence.blog.main-blog .blog-content,
.Intelligence.news.new-events .blog-content {
    padding: 30px 20px 40px 30px
}

.Intelligence.news.new-events {
    display: flex;
    flex-direction: column;
}

.Intelligence.news.new-events .blog-content {
    padding: 30px 20px 40px;
    display: flex;
    flex: 0.6;
    flex-direction: column;
    justify-content: space-between;
}

.Intelligence.news.similar_blogs img,
.Intelligence.blog.main-blog img {
    max-height: 206px;
    object-fit: cover;
}

.Intelligence.blog.main-blog {
    min-height: 525px;
}

.Intelligence.blog.main-blog.bottom {
    min-height: 420px;
}

.Intelligence.news.similar_blogs.bottom {
    min-height: 420px;
}

.Intelligence.blog.main-blog.bottom .blog-content,
.Intelligence.news.similar_blogs.bottom .blog-content {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.Intelligence.news.similar_blogs .blog-content p,
.Intelligence.blog.main-blog .blog-content p,
.Intelligence.news.new-events .blog-content p {
    color: #808191;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.Intelligence.news.new-events img {
    max-height: 350px;
    object-fit: cover;
}

.Intelligence.news.similar_blogs .blog-content h4,
.Intelligence.blog.main-blog .blog-content h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px !important;
    color: #3a2171;
    margin-bottom: 20px;
}

.Intelligence.blog.main-blog .blog-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Intelligence.blog.main-blog {
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
    border-radius: 16px 103px 16px 16px;
    overflow: hidden;
    height: 100%;
}

.Intelligence.blog.main-blog img {
    object-fit: cover;
    -webkit-aspect-ratio: 3/2;
    aspect-ratio: 3/2;
}

.hero-image-partner {
    min-height: 100vh;
}

.what-people-have-to-say {
    border-radius: 16px;
    margin-left: 4px;
    max-width: 310px;
    margin-right: 20px !important;
    overflow: hidden;
    box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.1);
}

.owl-item .item.what-people-have-to-say .blog-content {
    padding: 20px;
}

.item.what-people-have-to-say img:nth-child(1) {
    max-width: 100%;
    width: 100% !important;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.client_testimonial .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 70px;
}

.client_testimonial .owl-dots {
    display: none;
}

.client_testimonial .owl-nav button:nth-child(1) {
    margin-right: 20px;
}

.client_testimonial .owl-carousel .owl-stage-outer {
    position: relative;
    min-height: 445px;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.desktop_hide .Intelligence.news.new-events .blog-content.video-png {
    display: flex;
}

.w-60 {
    width: 60%;
}

.w-90 {
    width: 90%;
}

.w-82 {
    width: 85%;
}

/* new changes in css End */

nav {
    z-index: 10;
    position: relative;
}

.easy-steps-heading {
    color: #3a2171 !important;
}

.hero-callback-btn:focus,
.hero-callback-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.faq .panel-body {
    padding: 15px 150px 15px 35px;
    line-height: 26px;
    text-align: justify;
}

.hero-btn:focus,
a:hover {
    color: #000;
    text-decoration: none !important;
}

body {
    overflow-x: hidden !important;
}

.row.first_card_row {
    margin-top: 4%;
}

.book_demo a:hover {
    color: #fff;
    text-decoration: none;
}

.hero-image {
    background: #1a1850;
    mix-blend-mode: normal;
    border-radius: 0px 0px 0px 650px;
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.hero-image h1 {
    text-align: center;
    color: #fff;
    padding-top: 135px;
    font-size: 64px;
    font-weight: 600;
}

.Intelligence.news.similar_blogs {
    border-radius: 16px 130px 16px 16px;
}

.hero-image-blog-single h1 {
    color: #fff;
    font-size: 44px !important;
    font-weight: 600;
}

.how_does_it .tab-content {
    margin-top: 10%;
}

.about-header-content {
    width: 60% !important;
}

.about-header-content h4 {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.hero-image-how {

    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background-position: right;
}

.hero-image-how .image-box {
    margin-top: -160px;
    margin-right: 16px;
}

.hero-image-how .image-box img {
    width: 126%;
    max-width: initial !important;
}

.hero-image-how .heading h1 {
    font-size: 64px;
    font-weight: 700;
    text-align: left;
    color: #3a2171;
}

.hero-image-how .image-box .hero-image-how h1 {
    text-align: left;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}

.about_hero {
    /* background: url(../images/about/hero_banner.png); */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

img.case {
    width: 100%;
}

.hero-image-blog .container.heading.how-banner {
    margin-top: 0 !important;
}

.about_hero h1 {
    text-align: left;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}

.hero-image-partner {
    /* position: relative; */
}

.hero-image-partner .pera {
    width: 70%;
    margin: 40px 0;
}

.hero-image-partner .image-box img {
    width: 122%;
}

.Intelligence.value_partner {
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    border-radius: 16px;
    padding: 40px 20px;
    min-height: 334px;
}

/* .value_bg {
    background-image: url(../images/partner/bg_cm.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
    background-position: 0%;
} */
.Intelligence.value_partner.first {
    height: 330px;
    padding-top: 75px;
}

.Intelligence.value_partner.first img {
    height: 40px;
}

h1.heading_54 {
    font-weight: bold;
    font-size: 54px;
    color: #3a2171;
    margin-bottom: 40px;
    width: 80%;
}

.easy_steps.home_easy_steps {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.easy_steps.home_easy_steps h3 {
    display: flex;
    /* justify-content: center; */
}

section.contact_us::before {
    content: "";
    background: #def3ff;
    position: absolute;
    width: 50%;
    height: 740px;
    right: 0;
    margin-top: 60px;
    border-top-left-radius: 355px;
}

.col-md-6.contact_form {
    padding: 0px 1px 10px 118px;
}

.col-md-6.contact_form input {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}

.col-md-6.contact_form select {
    background: #ffffff;
    border-radius: 10px;
    border: none;
    height: 35px !important;
}

.blue_small_bg {
    width: 50% !important;
}

/* section.hero-image span {
    color: #ff8f68;
} */
section.hero-image h6 {
    text-align: center;
    color: #eaebf2;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.64;
    margin-bottom: 40px;
    margin-top: 20px;
}

a.hero-btn {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 36px;
}

a.hero-callback-btn {
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 36px;
    border: 1px solid;
    margin-left: 25px;
}

.footer_nav li.nav-item a {
    color: #808191;
    padding: 0px;
}

#mobile_menu li.nav-item a {
    font-size: 24px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 36px;
}

#mobile_menu #myNavbar li.current-menu-item a {
    color: #221e59 !important;
}

.header_nav li li.nav-item a {
    color: #fff;
}

.container .navbar-inverse .navbar-brand {
    margin-left: -30px !important;
}

.how_it_works .navbar-inverse .navbar-nav li.nav-item.current_page_item a {
    color: #221e59;
}

.how_it_works .navbar-inverse .navbar-nav li.nav-item a {
    color: #808191;
}

.navbar-inverse .navbar-nav li a {
    color: #a1a1a1;
}

.navbar-inverse .navbar-nav li.nav-item.current_page_item a {
    color: #fff;
}

li.nav-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
}

div#navbarSupportedContent {
    margin: auto;
    display: unset !important;
    float: right;
    width: 100%;
}

.hero-image-blog .blog-header-content {
    padding-top: 120px;
}

ul.navbar-nav {
    display: unset;
    float: right;
}

/* h1.heading_54 br{
    display: none;
} */
li.nav-item {
    float: left;
}

.hero_card li {
    float: left;
    list-style: none;
}

.hero_card {
    display: grid;
}

.hero_card li img {
    width: 258px;
}

.hero_card {
    display: grid;
    position: absolute;
    top: 65%;
}

ul.first_card_row li+li {
    margin-top: 20px;
}

ul.first_card_row li+li+li {
    margin-top: 0;
}

ul.first_card_row li+li+li+li {
    margin-top: 40px;
}

ul.sec_card_row li {
    margin-top: -90px;
}

ul.sec_card_row li+li {
    margin-top: -17px;
}

ul.sec_card_row li+li+li {
    margin-top: -100px;
}

ul.sec_card_row li+li+li+li {
    margin-top: -21px;
}

.sec_hero img {
    width: 100%;
}

.for_building h6 {
    color: #808191;
    font-size: 24px;
    font-weight: 500;
}

.how_does p {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}

.deshboard_owner span {
    color: #21ce99;
}

.heading h1 {
    font-size: 60px;
    font-weight: 700;
    color: #3a2171;
}

.heading_50 h1 {
    font-size: 60px;
    font-weight: 700;
    color: #3a2171;
    width: 100%;
}

.heading_50 .first-h1 {
    font-size: 64px;
    font-weight: 700;
    color: #3a2171;
    width: 50%;
}

.heading_75 h1 {
    font-size: 64px;
    font-weight: 700;
    color: #3a2171;
    width: 75%;
}

.pera,
.panel-body {
    color: #808191;
    font-size: 16px;
    font-weight: 400;
}

.blue_sub_head,
.Single_post_content h2 {
    font-size: 30px;
    color: #3a2171;
    font-weight: 700;
}

.transfer_building_content {
    margin-top: 186px;
}

.hero-image-how .pera {
    margin-top: 50px;
}

.count {
    margin-top: 215px;
}

.count_2 {
    margin-top: 215px;
}

.count_3 {
    margin-top: 280px;
}

.dashed-line {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
}

.dashed-line1 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 320px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;

}

.dashed-line2 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 433px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}

.dashed-line3 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 633px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}

.dashed-line4 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 833px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}


.dashed2-line1 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 320px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;

}

.dashed2-line2 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 433px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}

.dashed2-line3 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 200px;
    position: absolute;
    left: 40%;
    top: 633px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}

.dashed2-line4 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 100px;
    position: absolute;
    left: 40%;
    top: 833px;
    width: 2px;
    color: gray !important;
    opacity: 0.2;
    margin-top: 100px;
}

/* .count::before {
    content: "";
    position: absolute;
    height: 200px;
    border: 1px dashed rgba(36, 32, 91, 0.25);
    top: 0;
    left: 40%;
} */
/* .count::after {
    content: "";
    position: absolute;
    height: 810px;
    border: 1px dashed rgba(36, 32, 91, 0.25);
    left: 40%;
    margin-top: 105px;
}
.count_2::after {
    content: "";
    position: absolute;
    height: 725px;
    border: 1px dashed rgba(36, 32, 91, 0.25);
    left: 40%;
    margin-top: 100px;
} */
.count_3::after {
    content: "";
    display: none;
}

.pad_25 {
    padding-top: 25px;
}

.pad_50 {
    padding-top: 50px;
}

.table_content .ez-toc-link {
    color: #2d3958;
    text-decoration: underline;
}

.pad_100 {
    padding-top: 100px;
}

.pad_200 {
    padding-top: 200px;
}

ul.nav.nav-pills li {
    margin-right: 8px;
}

/*ul.nav.nav-pills .active a {
    color: #3A2171 !important;
    font-weight: 700;
}*/
a.active.show {
    color: #3a2171 !important;
    font-weight: 700;
}

ul.nav.nav-pills li a {
    padding: 10px 22px;
    font-size: 24px;
    color: #808191;
    width: max-content;
}

.pad-0 {
    padding: 0px;
}

.content_img {
    margin-top: 20px;
}

/* .what_do_you::before {
    content: "";
    background: #221e59;
    position: absolute;
    width: 78%;
    height: 1300px;
    right: 0;
    margin-top: 27%;
    border-top-left-radius: 40%;
} */

button.btn.btn-white {
    background: #fff;
    color: #323232;
    border: 1px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 43px;
    border-radius: 36px;
    margin-right: 31px;
}

button.btn.btn-blue,
a.btn.btn-blue {
    background: #221e59;
    color: #ffffff;
    border: 1px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 43px;
    border-radius: 36px;
    margin-right: 31px;
}

.btn_group {
    margin-top: 40px;
}

.for_building ul {
    padding: 0;
}

.for_building ul li {
    list-style: none;
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 30px;
}

.for_building ul li img {
    width: 32px;
    margin-right: 20px;
    padding: 10px;
}

.for_building ul li img {
    background: #fffade;
    width: 45px;
}

.for_building ul li+li img {
    background: #deffe1;
    width: 45px;
}

.transfer_building_img_1 {
    background-image: url("../images/bg_right_radius.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -56px;
}

.transfer_building_img_2 {
    background-image: url("../images/bg_yellow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.transfer_building_img_3 {
    background-image: url("../images/bg_pink.png");
    background-repeat: no-repeat;
    background-size: contain;
}

img.card_1 {
    width: 100%;
    margin-top: -80px;
    margin-left: 50px;
}

img.card_2 {
    width: 100%;
    margin-left: -110px;
}

img.card_3 {
    width: 100%;
    margin-left: 90px;
}

img.card_4 {
    width: 100%;
    margin-left: -100px;
    margin-top: 35px;
}

img.card_5 {
    width: 100%;
    margin-left: 25px;
}

.easy_step_content h1 {
    font-size: 96px !important;
}

.easy_step_content h2 {
    font-size: 36px;
    color: #221e59;
    font-weight: 700;
    margin-top: 10px;
}

.easy_step_content p {
    margin-top: 15px;
}

.easy_step.how_it_works::before {
    content: "";
    background-color: #e9ebf6;
    position: absolute;
    width: 1000px;
    height: 850px;
    opacity: 0.36;
    margin-top: 8%;
    border-bottom-right-radius: 320px;
}

.client h1 {
    font-size: 64px;
    font-weight: 700;
    color: #3a2171;
}

.first_box {
    color: #fff;
    background: #221e59;
    border: 1px solid #e9ebf6;
    border-radius: 16px;
    padding: 30px 25px;
}

.sec_box {
    color: #fff;
    background: #434865;
    border: 1px solid #e9ebf6;
    border-radius: 16px;
    padding: 30px 25px;
}

.first_box a {
    color: #fff;
    text-decoration: none !important;
}

.sec_box a {
    color: #fff;
    text-decoration: none !important;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer ul li {
    /* float: left; */
    list-style: none;
    /* margin-left: 41px; */
    font-weight: 400;
    margin-left: 40px;
    font-size: 14px;
}

.content_img_content h2 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-align: left !important;
}

.content_img_content {
    background: #ffffff;
    border: 1px solid #e9ebf6;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
    border-radius: 16px;
    padding: 36px;
    margin: 35px 10px 0 10px;
    text-align: center;
    height: 400px;
}

.content_img_content img {
    margin-top: 30px;
}

.transfer_building_content p {
    max-width: 400px;
}

.transfer_building_img_3_3 {
    background-image: url("../images/card/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
}

.transfer_building_img_3_3 li {
    list-style: none;
}

.transfer_building_img_3_3 .row_1 li {
    float: left;
}

.tab-content>.active {
    opacity: 1;
}

.row_1 li {
    margin-left: -100px;
    margin-top: 25px;
}

.row_1 li+li {
    margin-left: 0px !important;
    margin-top: 55px;
}

.row_2 li {
    margin-right: 215px;
    margin-top: 15px;
    float: right;
}

.row_2 li+li {
    margin-right: 50px !important;
    margin-top: -66px;
    float: right;
}

.ft_teg {
    color: #808191;
    font-size: 16px;
    margin-top: 101px;
    font-weight: 400;
}

.powered-by {
    color: #808191;
    font-size: 16px;
    margin-top: 40px;
    text-align: right;
    vertical-align: middle;
    font-weight: 400;
}

.powered-by a {
    text-decoration: none !important;
    color: #0052cc !important;
}

.powered-by span {
    color: #0052cc;
    font-size: 28px;
    margin-left: 5px;
    font-weight: 600;
}

.row_3 li {
    margin-left: -100px;
    margin-top: 33px;
    float: left;
}

.row_3 li+li {
    margin-left: 25px !important;
    margin-top: 60px !important;
}

.row_4 li {
    margin-left: -70px;
    margin-top: 76px;
    float: left;
}

.row_4 li+li {
    margin-left: 72px !important;
    margin-top: 61px !important;
}

.row_5 li {
    margin-left: -70px;
    margin-top: 20px;
    float: left;
}

.row_6 li {
    margin-left: 72px !important;
    margin-top: 61px !important;
}

/*logo*/
.brand_logo li {
    list-style: none;
    float: left;
}

div.marquee>a>img {
    height: 120px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee {
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.pad_0 {
    padding: 0px !important;
}

.owl-carousel {
    margin-top: 35px !important;
}

ul.brand_logo.pad_0 li img {
    width: 56px;
}

.brand_logo li {
    list-style: none;
    float: inherit;
    border-radius: 100px;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    float: left;
    height: 110px;
    width: 110px;
    text-align: center;
    padding-top: 29px;
    margin-left: 13%;
}

ul.brand_logo1.pad_0 li img {
    width: 56px;
}

.brand_logo1 li {
    list-style: none;
    float: inherit;
    border-radius: 100px;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    float: left;
    height: 110px;
    width: 110px;
    text-align: center;
    padding-top: 29px;
    margin-left: 6%;
    margin-top: -15px;
}

ul.brand_logo2.pad_0 li img {
    width: 56px;
}

.brand_logo2 li {
    list-style: none;
    float: inherit;
    border-radius: 100px;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    float: left;
    height: 110px;
    width: 110px;
    text-align: center;
    padding-top: 29px;
    margin-left: 10%;
    margin-top: -17px;
}

ul.brand_logo.pad_0 {
    display: flex;
}

ul.brand_logo1.pad_0 {
    display: flex;
}

ul.brand_logo2.pad_0 {
    display: flex;
}

.bg_set {
    position: absolute;
    bottom: 0;
    right: 15%;
}

.blue_small_bg {
    background-image: url(../images/bg_small_sky.png);
    background-repeat: no-repeat;
    background-position: 0% 10%;
    background-size: contain;
    position: absolute;
    text-align: center;
}

.zoom_in {
    transform: scale(0.5);
    transition: transform 1s;
    opacity: 0.1;
}

.zoom_out {
    transform: scale(0.9);
    transition: transform 1s;
    opacity: 1 !important;
}

.zoom_in_remove {
    display: none !important;
}

.remove_hero_card {
    transition: transform 0.4s;
    opacity: 0.2;
}

.show_hero_card {
    opacity: 1;
}

.deshboard_owner ul li {
    list-style: none;
    float: left;
    display: contents;
}

.mr_bg {
    background-image: url(../images/fr_black.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 11px 5px 13px;
    border-radius: 16px;
}

.deshboard_owner marquee {
    background: #fff;
    border-radius: 15px;
}

/*.deshboard_owner.heading_50.pad_200 {
    margin-top: 50%;
}*/

.who_it h3.black_sub_heading {
    font-weight: 600;
    font-size: 24px;
    color: #3a2171;
}

h3.black_sub_heading {
    font-weight: 600;
    font-size: 23px;
}

.how_does_it li a {
    font-weight: bold;
    font-size: 28px !important;
    color: #8c92b5 !important;
}

.how_does_it li {
    width: 21%;
}

.how_does_it ul::after {
    content: "";
    background-color: #e9ebf6;
    width: 68%;
    position: absolute;
    height: 2px;
    overflow: hidden;
    margin-top: 100px;
}

.how_does_it .nav-pills>li>a {
    border-radius: 0 !important;
}

.Single_post_content p {
    text-align: justify;
}

.how_does_it .nav-pills>li.active>a {
    position: relative;
    z-index: 5;
    border-bottom: 2px solid #1f0075 !important;
    border-radius: 0 !important;
}

.easy_steps h1 {
    font-size: 64px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 20px;
}

.easy_steps h3 {
    width: 60%;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee00;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 35px;
    text-decoration: none;
}

.panel-title>a:hover {
    color: #1f0075;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f500 !important;
    border-color: #ddd0 !important;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eeeeee00 !important;
}

.panel.panel-default {
    background: #ffffff !important;
    box-shadow: 0px 4px 16px rgb(147 147 147 / 13%);
    border-radius: 16px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: transparent !important;
    color: #1f0075 !important;
}

.how_does_it .nav-pills>li.active>a,
.how_does_it .nav-pills>li.active>a:hover,
.how_does_it .nav-pills>li.active>a:focus {
    background-color: transparent !important;
    color: #1f0075 !important;
    border-radius: none !important;
    border-bottom: 2px solid #3a2171 !important;
    border-color: #3a2171 !important;
}

.collapse {
    visibility: visible !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #3a2171 !important;
    font-size: 24px !important;
    font-weight: 600;
}

.more-less {
    color: #3a2171;
    font-weight: 100 !important;
}

/* ----- v CAN BE DELETED v ----- */
.lets-connect {
    margin-left: 0px;
    margin-right: 0px;
}

.contact_form .btn,
.col-md-6.contact_form input.btn {
    background-color: #221e59 !important;
    color: #fff;
    padding: 10px 45px;
    border-radius: 30px;
}

.container.heading_white h1 {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
}

.container.heading_white h4 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.container.heading_white p {
    font-size: 16px;
    color: #fff;
}

.client_testimonial {
    overflow: hidden !important;
}

.who_is_it_for h1 {
    margin-bottom: 50px;
}

.about_sec {
    position: relative;
}

.about_sec .image-box {
    position: absolute;
    right: 0;
    top: -100px;
}

.about_sec .image-box img {
    width: 100%;
}

.who_it .Intelligence {
    background: #ffffff;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 10%);
    border-radius: 10px;
    padding: 40px 50px;
    height: 215px;
    margin-bottom: 50px;
}

.container.pad_100.who_it {
    background-image: url(../images/about/1/bg.png);
    background-repeat: no-repeat;
    background-position: 110%;
    background-size: contain;
}

.how_does_sec {
    margin-top: 160px;
}

.how_does_sec .pink-image {
    margin-top: 30px;
}

.how_does_sec .pink-image img {
    transform: scale(3.5);
    margin-left: 150px;
    margin-top: 100px;
}

.news {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    border-radius: 16px;
    height: max-content;
    margin-bottom: 55px;
    min-height: 450px;
    max-height: 555px;
    overflow: hidden !important;
}

.Intelligence.blog img {
    border-top-right-radius: 100px;
    width: 100%;
}

.news a {
    font-size: 24px;
    color: #3a2171;
    font-weight: 400;
    display: block;
}

.btn-default:hover {
    color: #fff !important;
}

.my_nav {
    margin-top: 25px;
}

.cross_btn {
    margin-top: 40px;
    margin-bottom: 0px;
}

.slick-slide .inner {
    margin: 0 15px;
}

.news img {
    width: 100%;
}

.blog h3 {
    font-size: 24px;
    font-weight: bold;
    color: #3a2171;

}

.blog {
    background: #ffffff;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
    border-radius: 16px 103px 16px 16px;
    margin-bottom: 96px;
}

.last-blog {
    background: #ffffff;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 40px;
    padding-bottom: 45px;
}

.last-blog h3 {
    font-size: 24px;
    font-weight: bold;
    color: #3a2171;
    padding-left: 20px;
}

.last-blog a {
    padding-left: 20px;
    font-size: 24px;
    color: #3a2171;
    font-weight: 400;
}

.last-blog p {
    padding-left: 20px;
}

.last-blog img {
    width: 100%;
}


.blog a {

    font-size: 24px;
    color: #3a2171;
    font-weight: 400;
}

section.hero-image-blog::before {
    content: "";
    background: #e9ebf6;
    position: absolute;
    width: 80%;
    height: 82vh;
    top: 15%;
    border-bottom-right-radius: 340px;
}

section.hero-image-blog {
    margin-bottom: 126px;
}

section.hero-image-blog .how-banner a {
    color: #3a2171;
    font-size: 24px;
}

.container.heading.blog_signle h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #808191;
}

.container.heading.blog_signle span {
    color: #1f0075;
}

ul.blog_cat li {
    float: left;
    list-style: none;
    color: #000;
    background: #fffade;
    border-radius: 11px;
    margin-right: 15px;
    padding: 5px 15px;
    font-size: 12px;
}

ul.blog_cat {
    padding: 0;
    display: flex;
    margin-top: 60px;
}

ul.blog_cat li+li {
    background: #def3ff;
}

section.hero-image-blog-single::before {
    content: "";
    background: #e9ebf6;
    position: absolute;
    left: 0;
    width: 82%;
    height: 700px;
    top: 0;
    opacity: 0.24;
    border-bottom-right-radius: 700px;
}

section.blog_post_img.pad_100::before {
    content: "";
    background: #def3ff;
    border-radius: 400px 0px 0px 0px;
    width: 930px;
    height: 406px;
    position: absolute;
    right: 0;
    margin-top: -78px;
}

.blog_post_img img {
    position: relative;
}

.author {
    position: absolute;
    z-index: 1;
    background: #ffff;
    margin-top: -30px;
    display: flex;
    column-gap: 10px;
    border-radius: 55px;
}

.author img {

    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50% !important;
}

.author h6 {

    padding-right: 30px;
    color: #1f0075;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;

    margin-bottom: 0;
}

.author p {
    padding-right: 30px;
    font-size: 14px;
    color: #1f0075;
    font-weight: 400;

    line-height: 25px;
}

.table_content p {
    color: #2d3958;
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
    line-height: 1.2;
}

.table_content p span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.table_content_social li {
    float: left;
    list-style: none;
    padding-right: 20px;
    cursor: pointer;
}

.share_post {
    display: flow-root;
    border-left: 1px solid #e4e4e4;
    text-align: right;
}

.share_post li {
    list-style: none;
    float: left;
    width: 48%;
    margin-bottom: 5px;
    margin-top: 20px;
}

.share_post h6 {
    text-align: center;
    margin-left: 4%;
    font-size: 18px;
    color: #898989;
}

.recent_content h3 {
    text-align: left;
    font-size: 24px;
    color: #787878;
    margin-bottom: 40px;
}

.recent_content {
    padding-left: 40px;
    margin-top: 30px;
}

.recent_content img {
    float: left;
    margin-right: 20px;
    margin-top: -10px;
}

.recent_content h6 {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.recent_content p {
    text-align: left;
    color: #787879;
    font-size: 14px;
}

.modal-lg {
    max-width: 75%;
}

.demo_form {
    width: 100%;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.mr-32 {
    margin-top: -32px;
}

.demo_form label {
    font-size: 14px;
    color: #171832;
    font-weight: 500;
}

.mob {
    font-size: 14px;
    color: #171832;
    font-weight: 500;
}

.demo_form .form-control {
    font-size: 16px !important;
    background: #ffffff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 5px;
    /* padding: 0px; */
}

.modal_footer_btn {
    float: right;
}

.demo_form button,
.demo_form .btn {
    background: #221e59;
    border-radius: 36px;
    color: #ffff;
    padding: 10px 60px;
}

.modal_footer .wpcf7-spinner {
    display: block;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.modal_footer {
    float: right;
}

.modal-body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.demo_form h2.blue_sub_head {
    margin-top: 45px;
}

button.close.contact {
    background: #fff;
    color: black;
    padding: 4px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 10px;
    opacity: 1;
}

button.close.demo_close {
    background: #fff;
    color: transparent;
    padding: 4px;
    width: 34px;
    position: absolute;
    right: 30px;
    top: 10px;
    opacity: 1;
    color: #000;
}

.pad_mr_right_0 {
    padding: 0;
    margin-right: 0;
}

.video_blog {
    float: left;
    width: 83%;
    text-align: left;
    padding-left: 30px;
}

.video_play {
    width: 50px !important;
    float: right;
    padding-right: 20px;
    cursor: pointer;
}

.modal {
    background: #fdfdfdf0;
}

.modal_footer button:hover {
    color: #000 !important;
}

.modal-dialog.modal-lg {
    margin-top: 220px;
    width: 100%;
}

div#myModal {
    opacity: 1 !important;
}

#myModal1 {
    opacity: 1 !important;
}

.modal-body {
    padding: 0 !important;
}

.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar,
.how_it_works .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3a2171 !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff0 !important;
}

/*slider*/
.icons_cont {
    text-align: center;
}

.white_bar span {
    color: #fff !important;
}

nav#mobile_menu {
    background-color: #fff !important;
    padding-bottom: 30px;
}

.round_icon_img {
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 100px !important;
    height: 100px;
    padding: 16px;
    margin: 15px auto !important;
}

.round_icon_img i {
    font-size: 70px;
    color: #e0571d;
}

/* Circle */
.hover15 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px !important;
    overflow: hidden;
}

.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(244, 229, 172, 0.4);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.hover15 img {
    transition: all 0.3s;
}

.hover15:hover img {
    transform: scale(1.2);
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.footer .col-md-3 img {
    width: 100px;
}

.footer .social_footer img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer_nav ul {
    display: flex;
    justify-content: flex-end;
}

.footer_nav ul li {
    /* flex:1; */
    display: flex;
}

.footer .social_footer ul {
    display: flex;
    justify-content: flex-end;
}

li.first_1 {
    position: absolute;
    top: 0;
}

li.first_2 {
    position: absolute;
    top: 0;
    right: 515px;
}

li.first_3 {
    position: absolute;
    top: 0;
    left: 515px;
}

li.first_4 {
    position: absolute;
    top: 0;
    right: 0;
}

/*common styling end*/

/*------/ Owl carousel /------*/
/* carousel_se_01 */
.carousel_se_01 .owl-theme .owl-dots {
    text-align: left;
    margin-top: 40px;
    margin-left: 23px;
}

button.owl-dot.active {
    background: #25225c !important;
    width: 35px;
    height: 10px;
    border-radius: 5px;
    margin: 0px 5px;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    margin: 0px 5px;
    background: #b1b1b1;
    border: 0px solid #ff5e14;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    transform: rotate(0deg) !important;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot:hover span {
    color: #fff;
    background: #ff5e14;
    /*  border: 5px double;*/
    padding: 5px;
    border-radius: 50%;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    background: var(--light_orange);
    /* border: 5px double;*/
    opacity: 0.8;
    padding: 5px;
    border-radius: 50%;
    background: var(--light_orange);
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_01 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

.carousel_se_01 .main_services {
    position: relative;
    margin: 30px 0px 40px 0px;
    padding: 40px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px 8px;
    /* box-shadow: 12px 14px 0 #ececec; */
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, 0.1);
    min-height: 348px;
}

.carousel_se_01 .main_services:hover {
    border: 1px solid #ededed;
    box-shadow: none;
}

/*// sec 01 end*/

/*carousel_se_02 start*/
.carousel_se_02 {
    overflow: hidden;
}

.carousel_se_02 .product-grid3 {
    border: none;
    box-shadow: none;
}

.carousel_se_02 .owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px;
    border: 2px solid #94a5b4;
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #2bb0ef;
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot.active span {
    border-color: #2bb0ef;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next:hover {
    background: #2bb0ef;
    color: #fff;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #2bb0ef;
    color: #fff;
}

.carousel_se_02 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_02 .owl-arrow .owl-nav .owl-prev,
.carousel_se_02 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

/* //carousel_se_02 end*/

/*carousel_se_02 start*/
.carousel_se_03 {
    overflow: hidden;
}

.carousel_se_03 .product-grid3 {
    border: none;
    box-shadow: none;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
    background: #a5ca34;
    color: #fff;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #a5ca34;
    color: #fff;
}

.carousel_se_03 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #a5ca34;
}

.carousel_se_03 .round_icon_img i {
    font-size: 70px;
    color: #a5ca34;
}

.carousel_se_03 .btn-primary {
    background: #a5ca34;
    border-color: #a5ca34;
}

.carousel_se_03 .btn-primary:hover,
.carousel_se_03 .btn-primary:focus,
.carousel_se_03 .btn-primary:active {
    background: #708e15;
}

.mobile_hide {
    display: block;
}

.desktop_hide {
    display: none !important;
}

ul.sec_card_row {
    display: inline-block;
    margin-top: 230px;
}

.owl-theme .owl-dots {
    text-align: left !important;
    margin-top: 40px;
    margin-left: 23px;
}

button.owl-dot.active {
    background: #25225c !important;
    width: 35px;
    height: 10px;
    border-radius: 5px;
    margin: 0px 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    margin: 0px 5px;
    background: #b1b1b1;
    border: 0px solid #ff5e14;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    transform: rotate(0deg) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent !important;
    border: none !important;
}

.easy_steps.home.mobile_hide {
    padding-top: 100px;
}

button.navbar-toggle {
    position: inherit;
}

.easy_steps.home::before {
    content: "";
    background: #e9ebf6;
    mix-blend-mode: normal;
    opacity: 0.36;
    border-radius: 0px 0px 283px 0px;
    position: absolute;
    width: 71%;
    height: 980px;
    background-position: 10% 10%;
    margin-top: 7%;
}

.easy_steps.how_it_works::before {
    content: "";
    background: #e9ebf6;
    mix-blend-mode: normal;
    opacity: 0.36;
    border-radius: 0px 0px 403px 0px;
    position: absolute;
    width: 70%;
    height: 810px;
    background-position: 10% 10%;
    margin-top: 7%;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    font-weight: bold;
}

.pad_right_5 {
    padding-left: 5% !important;
}

.media-carousel {
    margin-bottom: 50px;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
    padding-right: 0;
    margin-right: -170px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: none;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

/* Next button  */
.media-carousel .carousel-control.right {
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: none;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 100px;
}

div#media img {
    width: 100%;
    height: auto;
}

img.qut {
    position: absolute;
    left: 20px;
    width: 40px !important;
    margin-top: 55%;
}

div#media p {
    margin-top: 25px;
}

p.pera.company_name {
    margin: 0 !important;
}

.client .col-md-4 {
    box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 30px;
    /* margin-left: 30px; */
}

a.left.carousel-control {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    top: 88%;
    left: 14% !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 50px;
    font-weight: bold;
    opacity: 1;
}

a.right.carousel-control {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    top: 88%;
    right: 74% !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 50px;
    font-weight: bold;
    opacity: 1;
}

ul.navbar-nav {
    margin-top: 38px;
}

.modal-content {
    border-radius: 20px !important;
}

.book_demo h2 {
    padding: 0px 0px 20px 0px !important;
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
}

.book_demo a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration: none !important;
}

.blog-header-image {
    margin-left: 63px;
    width: 100%;
    padding-top: 126px;
}

.table_content_pera .pera,
.Single_post_content p {
    font-size: 16px !important;
    line-height: 32px !important;
}

.table_content_pera {
    width: 100%;
}

.table_content_pera img {
    width: 100%;
}

.Single_post_content p {
    color: #808191;
    font-size: 16px;
    line-height: 32px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    /*background-color: #fff !important;*/
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent !important;
}

.tablet_hide {
    display: none !important;
}

.tablet_show {
    display: block !important;
}

a.hero-btn:hover {
    color: #000 !important;
}

.what_bg ul.nav.nav-pills li a:hover {
    color: #3a2171 !important;
}

.footer li a {
    color: #808191;
}

.footer li a:hover {
    color: #000 !important;
}

.first_3 {
    top: -21px;
}

.panel-title a {
    text-decoration: none !important;
}

.nav-pills .active {
    color: #3a2171;
    border-color: 0 0 #3a2171 0;
}

.easy_steps .color_blue {
    color: #3a2171 !important;
}

.transfer_building .pera {
    color: #808191;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.my-shade {
    position: absolute;
    height: 100vh;
    left: 0;
    width: 60%;
    top: 0px;
    background: #c6c5e3;
    mix-blend-mode: normal;
    opacity: 0.24;
    border-radius: 0px 0px 0px 840px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.blog-header-content h1 {
    font-size: 40px !important;
    font-weight: 700;
    color: #3a2171;
}

.rotate_e {
    transform: rotate(-12deg);
    margin-right: 1px;
    display: inline-block;
}

.how-banner .btn_group {
    z-index: 1;
    position: relative;
}

.image-how-box-image {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border: none !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}

/***************************************Media query start*****************************************/

@media only screen and (max-width: 767px) and (min-width: 250px) {
    .col-xs-12.mobile_pop_up_image.desktop_hide{
        margin-top: 50px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden;
    }
    .col-xs-12.mobile_pop_up_image.desktop_hide h3{
        margin-bottom: 20px !important;
    }
    .author h6 {
        margin-right: 22px;
        text-align: center;
        color: #1f0075;
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
        padding: 0;
        margin-bottom: 0;
    }

    .contact_form .btn.btn-success.pull-right {
        background-color: green !important;
        width: 300px !important;
        display: block;
        margin: 0 auto;
    }

    .contact_form .wpcf7 form .wpcf7-response-output {
        margin: 0em 0.5em 1em !important;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
    }

    .col-md-6.contact_form select {
        background: #ffffff;
        border-radius: 5px !important;
        border: none;
        height: 38px !important;
    }

    .pull-right {
        float: none !important;
    }

    .col-md-6.contact_form .btn.btn.btn-default {
        display: block;
        text-transform: uppercase;
        font-size: 18px !important;
        font-weight: 700;

        margin: 50px auto 0 !important;
        padding: 10px 45px;
        border-radius: 39px !important;
        width: 300px !important;

    }

    .col-md-6.contact_form input {
        background: #ffffff;
        border-radius: 5px !important;
        border: none;
    }

    .contact_form .form-control {
        display: block;
        width: 100%;
        height: 38px !important;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
    }

    .contact_form .form-group {
        margin-bottom: 24px;
    }

    .slick .slick-slide .inner img {
        max-height: 390px;
    }

    .panel-title>a {
        color: #221E59 !important;
        display: block;
        padding: 20px !important;
        line-height: 21px;
        text-decoration: none;
    }

    .about_sec {
        position: relative;
        min-height: 530px;
    }

    .about_sec.desktop_hide {
        position: relative;
        min-height: unset;
    }

    .threeimage {
        position: relative;
        width: 100%;
        min-height: 266px;
    }

    .sp-intro h4,
    .sp-intro b,
    .sp-intro i,
    .sp-intro p,
    .sp-intro span {
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        line-height: 48px;
    }

    .threeimage img {
        height: 250px;
        object-fit: contain;
    }

    .threeimage img:nth-child(2) {
        position: absolute;
        left: 50%;
        padding: 25px;
        transform: translate(-50%);
    }

    .threeimage img:nth-child(1) {
        position: absolute;
        left: -18%;
    }

    .threeimage img:nth-child(3) {
        position: absolute;
        right: -14%;
    }

    .who_it h3.black_sub_heading {
        font-size: 18px !important;
    }

    .transfer_your_building {
        max-height: unset !important;
    }

    .easy_steps.improved-easy-steps .pera {
        font-size: 15px;
        max-width: 275px;
    }

    .book_a_demo_image {
        width: 12px !important;
        height: 12px !important;
        margin-left: 10px;
    }

    .first_box a,
    .sec_box a {
        font-weight: 700;
        font-size: 12px !important;
    }

    .partnership p.pera.text-left {
        font-size: 14px !important;

    }

    .Intelligence.value_partner .pera {
        font-size: 14px !important;
    }

    h3.black_sub_heading.black {
        font-size: 22px !important;
    }

    .blog {
        background: #ffffff;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.16);
        border-radius: 16px 103px 16px 16px;
        margin-bottom: 40px;
    }

    .how_does_sec {
        margin-top: unset;
    }

    .for_building.heading.pad_200 {
        padding-top: 0 !important;
    }

    .hero-image-how {
        min-height: unset;

    }

    .hero-image-partner {
        min-height: unset;
    }

    .easy_steps.improved-easy-steps p {
        max-width: 240px;
    }

    .transfer_building_content p {
        max-width: 270px;
    }

    .oneDashboardWrap .dashbordWrap .card:nth-child(3) {
        right: 268px !important;
    }

    .oneDashboardWrap .dashbordWrap .card:nth-child(2) {
        right: 14px !important;
    }

    .oneDashboardWrap .dashbordWrap .card:nth-child(4) {
        left: 390px !important;
    }

    .for_building button.btn.btn-blue {
        width: 130px;
        background: #221e59;
        color: #ffffff;
        border: 1px solid #221e59;
        height: 32px !important;
        line-height: 18px;
        font-size: 12px;
        padding: 0 !important;
        font-weight: 700;
        text-align: center;
        border-radius: 36px;
        margin-right: 0 !important;
    }

    .what_bg.desktop_hide.what_do_you_want_know .container {
        padding-right: 0 !important;
    }

    .tab-content {
        margin-top: -23px;
    }

    .transparent_simple_pricing {
        position: relative;
        min-height: unset !important;
        margin: unset !important;
        margin-bottom: 100px !important;
    }

    .transparent_simple_pricing_image {
        width: 44%;
        object-fit: contain;
        position: absolute;
        left: 0;
        top: 0;
    }

    .homeBannerWrap .bannerContent {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 140px;
    }

    .blog_signle {
        padding-top: 72px;
    }

    .about-header-content {
        padding-top: 72px;
        width: 60% !important;
        margin: 0 auto;
    }

    .how-banner {
        margin-top: 162px;
        min-height: 700px;
    }

    .powered-by {
        color: #808191;
        font-size: 16px;
        margin-top: 24px;
        text-align: right;
        vertical-align: middle;
        font-weight: 400;
    }

    .footer_nav ul {
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    .footer_nav ul li {
        flex: unset;
        display: unset;
    }

    .footer .social_footer ul {
        justify-content: unset;
    }

    .content_img_content {
        min-height: unset;
    }

    .content_img_content img {
        margin-top: unset;
    }

    .how-banner .btn_group {
        z-index: 1 !important;
        position: relative !important;
    }

    h1.blue_small_bg {
        margin-top: 10px !important;
        width: 80% !important;
    }

    .partnership h3.black_sub_heading {
        font-weight: 700;
        font-size: 18px;
        color: black;
    }

    .easy-steps-heading {
        font-size: 28px;
        line-height: 11px !important;
        margin-bottom: 40px !important;
        margin-top: 20px;
    }

    .hero-image-blog .blog-header-content h1 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-image-blog .blog-header-content p {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile_powered_by {
        margin-top: 20px;
        margin-left: 20px;
    }

    .rotate_e {
        transform: rotate(-12deg);
        margin-right: 1px;
        display: inline-block;
    }

    .mobile_powered_by .powered-by {
        display: flex;
        align-items: center;
        font-size: 9px;
    }

    .mobile_powered_by .powered-by span {
        font-size: 19px;
    }

    .mobile_footer_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_footer_logo .footer_tag {
        color: #808191;
        font-size: 13px;
        margin-top: unset;
        font-weight: 400;
    }

    .blog-header-content h1 {
        font-size: 40px !important;
        font-weight: 700;
        color: #3a2171;
    }

    .my-shade {
        position: absolute;
        height: 80vh;
        left: 0;
        width: 50%;
        top: 0px;
        background: #c6c5e3;
        mix-blend-mode: normal;
        opacity: 0.24;
        border-radius: 0px 0px 0px 840px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        color: #3a2171 !important;
        font-size: 16px !important;
        font-weight: 600;
    }

    .faq .panel-body {
        padding: 15px 35px 15px 35px;
        text-align: justify;
        line-height: 20px;
    }

    .easy_steps.home::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 170px 0px;
        position: absolute;
        width: 70%;
        height: 720px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 198px 0px;
        position: absolute;
        width: 80%;
        height: 720px;
        background-position: 10% 10%;
        margin-top: 0%;
    }

    .easy_steps-wrapper.how_it_works {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .value_bg.desktop_hide h1 {
        font-size: 34px !important;
    }

    .value_bg {
        background-image: unset;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 80px;
        background-position: 0%;
    }

    .homeBannerWrap .bannerContent .btn {
        display: inline-block;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 36px;
        padding: 7px 16px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #221e59;
        margin-top: 48px;
    }

    .easy_steps-wrapper {
        margin-top: 50px;
    }

    .easy_steps-wrapper .heading {
        padding-top: 82px;
    }

    .easy_steps.improved-easy-steps {
        display: flex;
        margin-bottom: 40px;
    }

    .easy_steps.improved-easy-steps div:nth-child(1) {
        width: 25%;
    }

    .easy_steps.improved-easy-steps div:nth-child(2) {
        width: 75%;
    }

    .what_do_you_want_know .tab-pane::before {
        all: unset;
    }

    section .sectionHeader {
        display: block;
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 34px !important;
        line-height: 36px !important;
        color: #3a2171;
    }

    .table_content_social ul {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .table_content_social ul li {
        width: 35%;
    }

    .transfer_building_img_3_3 ul {
        display: flex !important;
    }

    .transfer_building_img_3_3 ul li {
        width: 50% !important;
    }

    .transfer_building_img_3_3 ul li {
        height: 62px !important;
    }

    .transfer_building_img_3_3 ul li img {
        width: 100%;
        height: 100%;
    }

    .for_building h6 {
        color: #808191;
        font-size: 15px;
        font-weight: 500;
    }

    .for_building .btn_group {
        text-align: center;
    }

    .how_does_sec h1 br {
        display: none;
    }

    .how_does p {
        text-align: justify;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        width: 96%;
    }

    .about-header-bottom-content .pera {
        width: 100% !important;
    }

    .about-header-bottom-content h3 br {
        display: none;
    }

    .about-header-bottom-content h3 {
        line-height: 30px;
        margin-bottom: 20px !important;
    }

    .faq .panel-body {
        padding: 15px 35px 15px 20px;
        text-align: justify;
        line-height: 20px;
    }

    .easy_steps .pera.p1,
    .easy_steps .pera.p3 {
        color: #808191;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }

    .content_img .pera {
        width: 100%;
    }

    .hero-image-how .pera {
        margin-top: 50px;
        width: 100% !important;
    }

    .hero-image-how .heading h1 {
        width: 100% !important;
        font-size: 64px;
        font-weight: 700;
        text-align: left;
        color: #3a2171;
    }

    .client_testimonial .owl-nav {
        display: flex !important;
    }

    .Intelligence.value_partner.first {
        display: flex;
        padding: 30px 37px !important;
        margin-bottom: 18px !important;
        flex-direction: column;
        justify-content: end;
    }

    .Intelligence.value_partner {
        background-color: white;
    }

    .Intelligence.value_partner.first img {
        width: 70px;
        height: auto !important;
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        min-height: 336px;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .Intelligence.how-it-works {
        min-height: 310px;
        margin-top: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    }

    .Intelligence.purposeful-ambition {
        min-height: 310px;
        margin-top: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    }

    .Intelligence.news.similar_blogs {
        border-radius: 16px 68px 16px 16px;
    }

    .blog_post_img img:last-child {
        width: 100%;
        max-height: 460px;
        border-radius: 17px 150px 17px 17px;
    }

    .who_it .Intelligence {
        display: flex;
        align-items: center;
        background: #ffffff;
        box-shadow: 0px 16px 40px rgb(112 144 176 / 10%);
        border-radius: 10px;
        padding: 20px 30px;
        height: 100px;
        margin-bottom: 50px;
    }

    .who_it .Intelligence img {
        margin-right: 20px;
        width: 34px;
        height: 34px;
    }

    .hero-image-blog .blog-header-content {
        padding-top: 0px;
    }

    .heading_50 .first-h1 {
        font-size: 28px;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .container .navbar-inverse .navbar-brand {
        margin-left: 0px !important;
    }

    .easy_steps h1 {
        font-size: 44px;
    }

    .partner-header-content {
        padding-top: 30px;
    }

    .first_box h2,
    .sec_box h2 {
        font-size: 23px;
    }

    img.qut {
        position: absolute;
        left: 20px;
        width: 40px !important;
        margin-top: 50%;
        margin-left: 8px;
    }


    .hero-image {
        background: url(../images/hero_images.png);
        height: 660px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 605px;
        top: 15%;
        border-bottom-right-radius: 340px;
    }

    .how_does_sec {
        /* background-image: url(../images/g3.png); */
        background-repeat: no-repeat;
        background-position: 107% 110%;
        margin-top: 40px;
    }

    .about-header-content {
        width: 100% !important;
    }

    .hero-image-blog-single .heading h1 {
        font-size: 24px !important;
        line-height: 36px !important;
        font-weight: 600;
    }

    .share_post {
        display: flex;
        align-items: center;
        border-left: none;
    }

    .book_demo .col-md-6 {
        margin-bottom: 20px;
    }

    .what_bg .nav-pills>li>a:focus,
    .nav-pills>li>a:hover {
        color: #24245e !important;
    }

    .what_do_you::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 407px;
        right: 0;
        margin-top: 62%;
        border-top-left-radius: 40%;
    }

    .modal_footer {
        float: right;
        width: 100%;
    }

    .close_modal {
        position: absolute;
        top: 20px;
        opacity: 1;
        left: 18px;
    }

    .lets-connect .wpcf7-spinner {
        display: none;
    }

    button.btn.btn-default.text-right,
    .lets-connect input.btn.btn-default.text-right {
        background: #221e59;
        width: 100% !important;
        color: #fff;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .lets-connect .wpcf7 form.sent .wpcf7-response-output {
        display: block;
        padding: 10px;
        height: auto;
        margin: 0px 10px 11px;
        clear: both;
        border-radius: 8px;
        font-family: "Poppins";
        border-color: #211e59;
    }

    .modal-dialog.modal-lg {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        padding: 20px;
        transform: translate(0, 0%) !important;
    }

    /* .count::before {
        content: "";
        position: absolute;
        height: 55px;
        border: 1px dashed rgba(36, 32, 91, 0.25);
        top: 0;
        left: 68%;
    } */
    section.what_bg {
        height: auto;
    }

    a.hero-callback-btn {
        font-size: 14px;
    }

    #myNavbar li a {
        color: #9d9d9d !important;
    }

    .mobile_hide {
        display: none !important;
    }

    .desktop_hide {
        display: block !important;
    }

    .Intelligence.value_partner {
        display: flex;
        min-height: 350px;
        padding: 30px 15px !important;
        margin-bottom: 18px !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    h3.black_sub_heading {
        font-weight: 600;
        color: black;
        font-size: 16px !important;
    }

    .help_clients .owl-item.active {
        width: 7% !important;
    }

    .partnership .owl-item.active {
        width: 10% !important;
    }

    .footer ul li {
        line-height: 2.5;
        list-style: none;
        margin-left: 17px;
        font-weight: 400;
        font-size: 14px;
    }

    .footer ul {
        margin-top: 25px;
    }

    button.owl-next {
        display: none !important;
    }

    button.owl-prev {
        display: none !important;
    }

    button.navbar-toggle {
        margin-top: 25px;
    }

    ul.nav.navbar-nav li {
        float: left;
        width: 100%;
        background: #fff;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: #fff !important;
        padding: 0;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent !important;
    }

    .hero-image-partner {
        background-position: 15% 98%;
    }

    div#myNavbar {
        position: absolute;
        width: 101%;
        z-index: 9;
        padding-bottom: 28px;
        margin-left: -16px !important;
        height: 2000px;
    }

    .about_sec_mr_2 h1 {
        font-size: 24px !important;
    }

    .heading h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-image-partner .heading h1,
    .how-header-content h1 {
        font-size: 44px !important;
        line-height: 54px !important;
    }

    .blog-header-content h1 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .hero-image-partner .heading p,
    .how-header-content p {
        line-height: 22px !important;
    }

    .hero-image-partner .pera {
        width: 100%;
    }

    .hero-image-partner .how-banner {
        margin-top: 125px;
        min-height: 700px;
    }

    .hero-image-blog .container.heading.how-banner {
        margin-top: 74px !important;
    }

    .hero-image-how .how-banner {
        margin-top: 90px;
    }

    .how-header-content .sub-heading,
    .sub-heading {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .heading_50 .pera {
        width: 100%;
        line-height: 20px;
        font-size: 11px;
    }

    .transfer_building_content .heading_50 .pera {
        line-height: 20px;
        text-align: justify;
        font-size: 14px !important;
    }

    .pera {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .blue_sub_head {
        font-size: 17px !important;
        margin-bottom: 0 !important;
    }

    .pad_200 {
        padding-top: 64px !important;
    }

    h1.heading_54 br {
        display: block;
    }

    h1.heading_54 {
        font-size: 24px !important;
        line-height: 32px !important;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .contact_us .pera {
        margin: 20px 0;
    }

    .how_does_it .tab-content {
        margin-top: 0 !important;
    }

    .how_does_it ul.nav.nav-pills li a {
        padding-left: 0 !important;
        font-size: 24px;
        color: #808191;
        width: max-content;
    }

    .how_does_it .tab-content .content_img .pera {
        width: 100%;
    }

    .pad_100 {
        padding-top: 43px !important;
    }

    .col-md-6.contact_form {
        padding: 70px 32px 10px 32px;
    }

    .contact_form .btn {
        width: 100%;
    }

    ul.nav.nav-pills li {
        /* width: 22% !important; */
        margin-right: 8px;
    }

    .how_does_it ul.nav.nav-pills li {
        width: 26% !important;
        margin-right: 32px;
    }

    .how_does_it .tab-content .content_img .pera.pad_100 {
        padding-top: 0 !important;



    }

    .how_does_it ul.nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .how_does_it ul.nav::-webkit-scrollbar {
        display: none;
    }

    section.contact_us::before {
        content: "";
        background: #def3ff;
        position: absolute;
        width: 100% !important;
        height: 715px !important;
        right: 0;
        margin-top: 313px !important;
        border-top-right-radius: 105px !important;
        border-top-left-radius: 1px !important;
    }

    .client h1 {
        font-size: 24px;
        font-weight: 700;
        color: #3a2171;
        margin-top: 22%;
    }

    .ft_teg {
        float: right;
        margin-top: 25px;
    }

    .blog_single.owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: block !important;
    }

    .blog_single.owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled span {
        background-color: gray !important;
    }

    .hero-image-how {
        height: 930px;
        background-position: bottom;
    }

    .hero-image-how .pera {
        margin-top: 30px;
    }

    .hero-image-how .image-box {
        margin-top: -36px;
    }

    .container.pad_100.who_it {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

    .heading_75 h1 {
        font-size: 34px !important;
        width: 90% !important;
    }

    .how_does_it li {
        width: 14% !important;
        margin-bottom: 20px;
    }

    .how_does_it li a {
        font-size: 20px !important;
    }

    .easy_steps p.pera {
        margin-top: -15px;
    }

    .how_it_works .easy_steps.improved-easy-steps p.pera {
        margin-top: -9px;
    }

    section.easy_steps::before {
        border-radius: 0px 0px 214px 0px;
        height: 700px;
    }

    .container.heading_white h1 {
        font-size: 54px !important;
    }

    .container.heading_white h4 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .container.heading_white p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .about_hero {
        height: 100vh;
    }

    .about_sec .image-box {
        /* margin-top: -120px; */
        margin-right: -50px;
    }

    .blog-header-image {
        margin-top: -50px;
        margin-left: unset;
        width: 100%;
        padding-top: 126px;
    }

    .news {
        text-align: center;
        background: #ffffff;
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        height: max-content;
        margin-bottom: 55px;
        min-height: 390px;
        max-height: 555px;
        overflow: hidden !important;
    }

    .Intelligence.news.similar_blogs .blog-content,
    .Intelligence.blog.main-blog .blog-content,
    .Intelligence.news.new-events .blog-content {
        padding: 20px 20px 20px;
    }

    .Intelligence.blog.main-blog {
        min-height: 488px;
    }

    .Intelligence.news.similar_blogs.bottom {
        min-height: 380px;
    }

    .case {
        width: 100%;
    }

    .hero-image-blog .image-box img {
        width: 100%;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 115vh;
        top: -2%;
        border-bottom-right-radius: 340px;
    }

    section.hero-image-blog {
        margin-bottom: 50px;
    }

    .table_content_pera img {
        width: 100%;
    }

    .table_content_pera .pera {
        line-height: 32px !important;
    }

    .table_content_pera .pera .pad_50 {
        padding-top: 23px !important;
    }

    .blog_post_img img {
        width: 100%;
    }

    section.blog_post_img.pad_100::before {
        width: 255px;
        height: 150px;
        margin-top: -50px;
    }

    section.blog_post_img.pad_100 {
        margin-top: 15%;
    }

    .share_post li {
        width: 23% !important;
    }

    .share_post h6 {
        text-align: left;
        line-height: 25px;
        margin-top: 10%;
    }

    .share_post img {
        width: 42px;
    }

    section.hero-image-blog-single::before {
        width: 100%;
    }

    section.easy_step::before {
        width: 100%;
    }

    .hero-image h1 {
        padding-top: 70px;
    }

    a.hero-btn {
        margin-left: -11px;
        font-size: 14px;
    }

    .what_bg .tab-content img {
        width: 100%;
        height: 126px;
        object-fit: contain;
    }

    .deshboard_owner.heading_50.pad_200 h1 {
        font-size: 24px;
        font-weight: 700;
        color: #3a2171;
        width: 50%;
    }

    .what_do_you.heading_50 h1 {
        font-size: 24px !important;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .hero-image-partner .image-box {
        margin-top: 30px;
        margin-right: -20px;
    }

    .hero-image-partner .image-box img {
        width: 100%;
    }

    .content_img img {
        width: 100px;
    }

    .heading_50 h1 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 3px;
    }

    .for_building ul li {
        font-size: 18px;
    }

    .for_building .btn_group.wow.fadeInLeft.animated {
        text-align: center;
    }

    .transfer_building_content {
        margin-top: 15px;
    }

    .transfer_building_img_1 {
        margin-top: 35%;
    }

    img.card_1 {
        margin-left: 12px;
    }

    img.card_2 {
        margin-left: -50px;
    }

    .transfer_building_img_1 {
        background-size: cover;
        background-position-y: -94px;
        background-position-x: -29px;
    }

    img.card_3 {
        margin-left: 12px;
        margin-top: 10px;
    }

    img.card_4 {
        width: 315px;
        margin-left: -56px;
        margin-top: 35px;
    }

    img.card_5 {
        width: 320px;
        margin-left: 9px;
    }

    .transfer_building_img_2 {
        width: 313px;
    }

    .transfer_building_img_3_3 {
        width: 90% !important;
        padding-top: 50px;
        margin-top: 50px;
        background-position-x: 58px;
        background-position-y: 36px;
        background-size: contain;
        height: 500px;
    }

    .transfer_building_img_3_3.desktop_hide .img_1,
    .img_4,
    .img_6,
    .img_7 {
        height: 62px !important;
    }

    .transfer_building_img_3_3.desktop_hide .row {
        margin-bottom: 10px !important;
    }

    .mob_row_1 .img_1 {
        margin-left: 25px;
    }

    .mob_row_1 .img_2 {
        margin-top: 28px;
        margin-left: -32px;
    }

    .mob_row_1 .img_2 {
        margin-top: 20px;
    }

    .mob_row_3 .img_5 {
        margin-left: 53px;
    }

    .mob_row_3 .img_6 {
        margin-left: 50px;
    }

    .mob_row_4 .img_7 {
        margin-top: 20px;
    }

    .mob_row_5 .img_9 {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

    .mob_row_6 .img_10 {
        position: relative;
        left: 38%;
    }

    .transfer_building_img_3_3.desktop_hide .img_2,
    .transfer_building_img_3_3.desktop_hide .img_3,
    .transfer_building_img_3_3.desktop_hide .img_5,
    .transfer_building_img_3_3.desktop_hide .img_9,
    .transfer_building_img_3_3.desktop_hide .img_10,
    .transfer_building_img_3_3.desktop_hide .img_8 {
        height: 64px !important;
    }

    .how-does-it-button-wrapper {
        width: max-content;
        margin: auto;
    }

    button.btn.btn-white {
        background: #fff;
        color: #323232;
        border: 1px solid;
        font-size: 12px;
        font-weight: 700;
        padding: 13px 43px;
        border-radius: 36px;
        margin-right: 31px;
    }

    button.btn.btn-blue {
        background: #221e59;
        color: #ffffff;
        border: 1px solid #221e59;
        font-size: 12px;
        font-weight: 700;
        padding: 15px 43px;
        border-radius: 36px;
        margin-right: 31px;
    }

    .how_does button {
        float: left;
        width: 100px;
        height: 30px;
        text-align: center;
        padding: 0 !important;
        margin: 0px !important;
        font-size: 12 !important;
        margin-right: 15px !important;
    }

    .how_does_sec {
        background-image: none;
    }

    .for_building.heading.pad_200 img {
        display: none;
    }

    .content_img_content h2 {
        font-size: 18px;
        height: auto;
        margin-left: 0%;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .content_img_content {
        width: 206px;
        height: 220px;
        padding: 15px 15px;
        margin-top: 30px;
    }

    a.active.show {
        background: #221e59 !important;
        border-radius: 40px;
        color: #fff !important;
        border: none;
    }

    section.what_bg.desktop_hide ul.nav.nav-pills li {
        margin-right: 8px;
        background: #f8f8f8;
        border-radius: 40px;
    }

    section.what_bg.desktop_hide ul.nav.nav-pills li.active {
        background: #221e59 !important;
    }

    section.what_bg.desktop_hide ul.nav.nav-pills li.active a {
        color: #fff !important;
    }

    .row_2 li {
        margin-right: 135px;
        margin-top: 0px;
    }

    .row_2 li+li {
        display: none;
    }

    .row_3 li {
        margin-top: 53px;
        margin-left: -42px;
    }

    a.left.carousel-control {
        left: 28% !important;
        margin-top: 6% !important;
    }

    a.right.carousel-control {
        right: 50% !important;
        margin-top: 6% !important;
    }

    .what_do_you.heading_50.pad_200 {
        overflow: hidden;
    }

    .media-carousel {
        margin-bottom: 0;
        padding: 0 38px 28px 0;
        margin-top: 30px;
        padding-right: 0;
        margin-right: -90px;
    }

    .media-carousel img {
        width: 100%;
        height: auto;
    }

    .client p.pera {
        margin-top: 35px;
    }

    .mobile_menu_no_pad {
        padding: 0px !important;
    }

    #myNavbar .navbar-nav {
        margin-top: 32px !important;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .for_building.heading.pad_200 ul li img {
        display: inline-block;
    }

    .mobile_nav_flex::-webkit-scrollbar {
        display: none;
    }

    .mobile_nav_flex {
        display: flex;
        overflow: scroll;
    }

    .mobile_nav_flex li a {
        padding: 8px 19px;
        margin: 0;
        overflow: hidden;
        height: 50px;
    }

    .what_do_you .mobile_nav_flex li a {
        padding: 8px 7px !important;
        margin: 0;
        font-size: 12px !important;
        overflow: hidden;
        height: 34px;
    }

    .count_3 {
        margin-top: 40px;
    }

    .count::after {
        height: 790px;
        border: 1px dashed rgba(36, 32, 91, 0.25);
        left: 68%;
        margin-top: 55px;
    }

    .count {
        margin-top: 50px;
    }

    .dashed-line {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 42px;
        position: absolute;
        left: 82%;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
    }

    .dashed-line1 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 108px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
    }

    .dashed-line2 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 220px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed-line3 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 430px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed-line4 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 176px;
        position: absolute;
        left: 80%;
        top: 637px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed2-line1 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 93px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
    }

    .dashed2-line2 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 200px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed2-line3 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 200px;
        position: absolute;
        left: 80%;
        top: 407px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed2-line4 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 100px;
        position: absolute;
        left: 80%;
        top: 619px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .count_2 {
        margin-top: 40px;
    }

    section.easy_steps::before {
        width: 80%;
    }

    .mobile_footer ul {
        margin: 0;
        padding: 0;
    }

    .mobile_footer ul li {
        display: flex;
        flex-direction: column;
        line-height: 48px;
        font-size: 14px;
        font-weight: 400;
        color: #808191;
        float: none;
    }

    .mobile_footer .left-footer {
        margin-left: 20px;
    }

    .mobile_footer.blog-footer .left-footer {
        margin-left: 0;
    }

    .container.mobile_footer {
        padding-bottom: 38px;
    }

    #cookie-law-info-bar[data-cli-style="cli-style-v2"],
    #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],
    #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
        padding: 10px 10px !important;
        border-radius: 10px 10px 0px 0px !important;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .content_img_content h2 {
        font-size: 25px;
        height: 40px;
        margin-left: 0% !important;
    }

    .what_bg .tab-content img {
        width: 52%;
    }

    .hero_card.mobile_hide {
        display: none !important;
    }

    .row_1 li {
        margin-left: 50px;
    }

    .row_2 li+li {
        margin-top: 0px;
    }

    .row_3 li {
        margin-left: 100px;
    }

    .row_4 li {
        margin-left: -452px;
        margin-top: 158px;
    }

    .row_4 li+li {
        margin-left: 72px !important;
        margin-top: 162px !important;
    }

    .row_5 li {
        margin-left: 10px;
    }

    .transfer_building_img_3_3 {
        background-size: contain;
    }

    .count_2::after {
        margin-top: 100px;
    }

    .count::after {
        height: 1690px;
    }

    .how_does.heading.pad_200 .btn_group {
        margin-bottom: 100px;
    }

    .social_footer ul li img {
        width: 18px;
    }

    .footer .main_menu ul li {
        font-size: 12px;
    }

    .transfer_building_img_1 {
        margin-top: 16%;
    }

    img.card_3 {
        margin-left: 45px;
    }

    img.card_4 {
        width: 500px;
    }

    img.card_5 {
        width: 500px;
    }

    .transfer_building_img_3_3 {
        background-position: 65%;
    }

    section.contact_us::before {
        width: 100%;
        height: 740px;
        right: 0;
        margin-top: 50%;
    }

    .how-banner {
        margin-top: 95%;
    }

    .value_partner_head {
        margin-top: 50%;
    }

    .transform_tab {
        margin-top: 37%;
    }

    section.easy_steps::before {
        width: 90%;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 605px;
        top: 15%;
        border-bottom-right-radius: 340px;
    }

    section.hero-image-blog {
        margin-bottom: 10px;
    }

    .author {
        width: 40%;
    }

    .share_post li {
        width: 37%;
    }

    .col-md-6.mobile_head_mr.about_sec_mr {
        margin-top: 100%;
    }

    .container.heading.pad_100.about_sec_mr_2 {
        margin-top: 32%;
    }

    .Intelligence img {
        margin-bottom: 0 !important;
        margin-top: 24px !important;
    }

    .col-md-6.contact_form {
        padding: 0px 65px 10px 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {

    .what_do_you_want_know .tab-pane:nth-child(1):before,
    .what_do_you_want_know .tab-pane:nth-child(3):before,
    .what_do_you_want_know .tab-pane:nth-child(6):before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 970px !important;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .what_do_you_want_know .tab-pane::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 646px !important;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }
}

/***************************************Media query*****************************************/
@media only screen and (max-width: 768px) {
    .how_does_it ul::after {
        content: "";
        background-color: #e9ebf6;
        width: 95%;
        position: absolute;
        height: 2px;
        overflow: hidden;
        margin-top: 77px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1450px) {
    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1398px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .container.pad_100.who_it {

        background-position: 104% !important;
        background-size: contain;
    }

    .first_box,
    .sec_box {
        min-height: 240px;
        display: flex;
        color: #fff;
        background: #221e59;
        border: 1px solid #e9ebf6;
        border-radius: 16px;
        padding: 52px 25px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .hero-image-how .image-box {
        margin-top: -160px;
        margin-right: -33px;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% + 24px);
        top: 163px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 283px);
        top: 220px;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 165px);
        top: 214px;
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 403px 0px;
        position: absolute;
        width: 60%;
        height: 770px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .what_do_you_want_know .tab-pane:nth-child(1):before,
    .what_do_you_want_know .tab-pane:nth-child(3):before,
    .what_do_you_want_know .tab-pane:nth-child(6):before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 1240px;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .row_3 li+li {
        margin-left: 90px !important;
        margin-top: 60px !important;
    }

    .partner-header-content {
        padding-top: 20vh;
    }

    .how-header-content {
        padding-top: 145px;
    }

    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1400px;
    }

    .container {
        width: 84vw !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .mobile_hide.main_menu.footer_nav ul li {
        margin-right: 30px;

    }
}

@media screen and (min-width: 1024px) {

    .hero-image-partner .image-box {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 71px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1540px) {
    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1436px !important;
    }
}

@media screen and (min-width: 1200px) {
    .hero-image-blog .blog-header-content h1 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 20px 0;
    }

    .hero-image-blog .blog-header-content p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .what_do_you_want_know ul {
        width: 105%;
        display: flex;
    }

    .what_do_you_want_know ul li {
        flex: 1;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1361px) {
    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1377px !important;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1385px) {
    .hero-image-how .image-box img {
        width: 122%;
        max-width: initial !important;
    }

    .what_do_you_want_know .tab-pane:nth-child(1)::before,
    .what_do_you_want_know .tab-pane:nth-child(3)::before,
    .what_do_you_want_know .tab-pane:nth-child(6)::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 1240px !important;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .hero-image-blog .blog-header-content {
        padding-top: 40px;
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 403px 0px;
        position: absolute;
        width: 59%;
        height: 783px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .easy_steps.home::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 283px 0px;
        position: absolute;
        width: 72%;
        height: 810px;
        background-position: 10% 10%;
        margin-top: 7%;
    }
}

@media screen and (min-width: 1386px) and (max-width: 1400px) {

    .what_do_you_want_know .tab-pane:nth-child(1)::before,
    .what_do_you_want_know .tab-pane:nth-child(3)::before,
    .what_do_you_want_know .tab-pane:nth-child(6)::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 1240px !important;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .what_do_you_want_know .tab-pane::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 100%;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .easy_steps.home::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 283px 0px;
        position: absolute;
        width: 70%;
        height: 900px;
        background-position: 10% 10%;
        margin-top: 11%;
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 403px 0px;
        position: absolute;
        width: 60%;
        height: 700px;
        background-position: 10% 10%;
        margin-top: 11%;
    }

    .hero-image-blog .blog-header-content {
        padding-top: 145px;
    }

    .blog-header-image {
        margin-left: 63px;
        width: 100%;
        padding-top: 200px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .about-header-content {
        width: 60% !important;
        margin: 0 auto;
    }

    .about-header-content p {
        width: 87% !important;
        text-align: center;
        margin: 0 auto;
        text-indent: 50px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 1920px) {
    .container.pad_100.who_it {

        background-position: 91% !important;
        background-size: contain;
    }

    .news {
        height: 555px !important;
        height: 555px !important;
        overflow: hidden !important;
    }

    .transparent_simple_pricing {
        position: relative;
        min-height: 700px;
        margin: 280px 0 0 0 !important;
    }

    .transfer_your_building {
        max-height: unset !important;
    }

    .dashed2-line4 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 116px;
        position: absolute;
        left: 40%;
        top: 1051px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed2-line3 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");

        height: 400px;
        position: absolute;
        left: 40%;
        top: 633px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed-line3 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 240px;
        position: absolute;
        left: 40%;
        top: 644px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }

    .dashed-line4 {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='16%2c28' stroke-dashoffset='44' stroke-linecap='square'/%3e%3c/svg%3e");
        height: 400px;
        position: absolute;
        left: 40%;
        top: 900px;
        width: 2px;
        color: gray !important;
        opacity: 0.2;
        margin-top: 100px;
    }


    .hero-image-how {
        position: relative;
        min-height: 80vh;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        background-position: right;
    }

    .transparent_simple_pricing_image {
        width: 41% !important;
        object-fit: contain;
        position: absolute;
        left: 0;
        bottom: 0;
    }


    .transfer_building_img_3_3.mobile_hide {
        display: none !important;
    }

    .d-xxl-none {
        display: block;
    }

    .img_1 {
        margin-left: -70px;
        margin-top: 50px;
    }

    .img_2 {
        margin-top: 80px;
        margin-left: -150px;
    }

    .img_3 {
        margin-left: -100px;
    }

    .img_5 {
        margin-left: -35px;
    }

    .mob_row_5 .img_9 {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

    .mob_row_6 .img_10 {
        position: relative;
        left: 38%;
    }

    .transfer_building_img_3_3 {
        display: flex;
        background-image: url(../images/card/bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 557px;
        height: 670px;
        flex-direction: column;
        row-gap: 26px;
    }

    .Intelligence.value_partner {
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        padding: 80px 52px;
        min-height: 450px;
        max-width: 400px;
    }

    .content_img_content {
        max-width: 475px;
        background: #ffffff;
        border: 1px solid #e9ebf6;
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        padding: 50px;
        margin: 50px 10px 0 10px;
        text-align: center;
        height: 500px;
    }

    .content_img_content img {
        margin-top: 64px;
        transform: scale(1.2);
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 403px 0px;
        position: absolute;
        width: 60%;
        height: 732px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .about_hero {
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .my-shade {
        position: absolute;
        height: 90vh;
        left: 0;
        width: 55%;
        top: 0px;
        background: #c6c5e3;
        mix-blend-mode: normal;
        opacity: 0.24;
        border-radius: 0px 0px 0px 840px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .Intelligence.how-it-works h3.black_sub_heading {
        font-weight: 600;
        font-size: 24px;
        margin: 25px 0;
    }

    .contact_us h1 br {
        display: block !important;
    }

    .first_box,
    .sec_box {
        min-height: 300px;
        color: #fff;
        background: #221e59;
        border: 1px solid #e9ebf6;
        border-radius: 16px;
        padding: 80px 50px;
    }

    .easy_steps.home::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 283px 0px;
        position: absolute;
        width: 76%;
        height: 900px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .easy_steps .pera.p1,
    .easy_steps .pera.p3 {
        color: #808191;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }

    .hide_below_xxl {
        display: block;
    }

    .content_img .pera {
        width: 100%;
    }

    .hero-image-how .pera {
        margin-top: 50px;
        width: 100% !important;
    }

    .hero-image-how .heading h1 {
        width: 100% !important;
        font-size: 64px;
        font-weight: 700;
        text-align: left;
        color: #3a2171;
    }

    .row_4 li {
        margin-left: 100px;
        margin-top: 76px;
        float: left;
    }

    .row_3 li+li {
        margin-left: 150px !important;
        margin-top: 60px !important;
    }

    .Intelligence.blog.main-blog {
        min-height: 660px;
    }

    .Intelligence.blog.main-blog img {
        max-height: unset;
    }

    .what-people-have-to-say {
        max-width: 345px;
    }

    /* .partner-header-content h1 br {
        display: none !important;
    } */
    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1748px !important;
    }

    .row.first_card_row {
        margin-top: -8% !important;
    }

    .container {
        width: 86vw !important;
        margin: 0 auto !important;
    }

    section.easy_steps::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 480px 0px;
        position: absolute;
        width: 1410px;
        height: 750px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .row.first_card_row img {
        width: 100% !important;
    }

    .hero-image-how .image-box {
        margin-top: -48px;
        margin-right: 16px;
    }

    .partner-header-content-column {
        height: 900px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .how-header-content-column {
        height: 900px !important;
        display: flex;
        align-items: center;
    }

    .how-header-content {
        width: 60%;
    }

    .how_does_it .pera {
        width: 100%;
        font-size: 25px;
    }

    .about-header-content {
        padding-top: 90px;
        width: 43% !important;
        text-align: center !important;
    }

    .heading_white h4 {
        color: #fff;
        font-size: 36px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .about-header-bottom-content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 700px;
    }

    .about-header-bottom-content {
        width: 100%;
    }

    .about-header-bottom-content h1 {
        width: 100%;
    }

    .about-header-bottom-content h3 {
        margin-bottom: 20px;
        width: 100%;
    }

    .about-header-bottom-content p {
        width: 100%;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 1400px;
        height: 700px;
        top: 15%;
        border-bottom-right-radius: 500px;
    }

    .blog-header-image {
        width: 100%;
        margin-top: 161px;
        margin-left: unset;
        padding-top: 0;
    }

    .blog-header-content-wrapper {
        display: flex;
        align-items: center;
        height: 700px;
    }

    .blog-header-content p {
        width: 70%;
    }

    section.hero-image-blog-single::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        left: 0;
        width: 84%;
        height: 700px;
        top: 0;
        opacity: 0.24;
        border-bottom-right-radius: 700px;
    }

    section.blog_post_img.pad_100::before {
        content: "";
        background: #def3ff;
        border-radius: 400px 0px 0px 0px;
        width: 1200px;
        height: 406px;
        position: absolute;
        right: 0;
        margin-top: -78px;
    }

    .news {
        text-align: center;
        background: #ffffff;
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        height: max-content;
        padding-bottom: 50px;
        margin-bottom: 55px;
    }

    .how_does_sec {
        /* background-image: url(../images/g3.png); */
        background-repeat: no-repeat;
        margin-top: 200px;
        background-position: 107% 110%;
    }

    .what_do_you_want_know .tab-pane:nth-child(1)::before,
    .what_do_you_want_know .tab-pane:nth-child(3)::before,
    .what_do_you_want_know .tab-pane:nth-child(6)::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 1530px;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .what_do_you_want_know .tab-pane::before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 972px;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .powered-by {
        color: #808191;
        font-size: 16px;
        margin-top: 56px;
        text-align: right;
        vertical-align: middle;
        font-weight: 400;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .image_value_driven {
        position: absolute;
        bottom: -195px !important;
    }

    .hero-image-how .image-box img {
        width: 118%;
        max-width: initial !important;
    }

    .transfer_building .pera {
        color: #808191;
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
    }

    .hero-image-blog .blog-header-content {
        padding-top: 40px;
    }

    .container.pad_100.who_it {
        background-image: url(../images/about/1/bg.png);
        background-repeat: no-repeat;
        background-position-x: 119%;
        background-size: contain;
    }

    .Intelligence.how-it-works h3.black_sub_heading {
        margin-bottom: 14px;
    }

    .easy_steps.how_it_works::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 403px 0px;
        position: absolute;
        width: 60%;
        height: 642px;
        background-position: 10% 10%;
        margin-top: 11%;
    }

    .easy_steps.home::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 283px 0px;
        position: absolute;
        width: 70%;
        height: 800px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .transfer_building_content .blue_sub_head {
        font-size: 22px;
        color: #3a2171;
        font-weight: 700;
    }

    .how_does_sec {
        margin-top: 160px;
    }

    .what_do_you_want_know .tab-pane:nth-child(1):before,
    .what_do_you_want_know .tab-pane:nth-child(3):before,
    .what_do_you_want_know .tab-pane:nth-child(6):before {
        content: "";
        background: #221e59;
        position: absolute;
        width: 78%;
        height: 1240px !important;
        right: 0;
        margin-top: 10%;
        border-top-left-radius: 40%;
    }

    .oneDashboardWrap .dashbordWrap .card:last-child {
        left: 1325px !important;
    }

    .container {
        width: 90vw !important;
        margin: 0 auto !important;
    }

    .homeBannerWrap .bannerContent h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 27px;
        color: #fff;
    }

    .homeBannerWrap .bannerContent .btn {
        display: inline-block;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 36px;
        padding: 13px 24px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #221e59;
        margin-top: 16px;
    }

    section .sectionHeader {
        display: block;
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 56px;
        color: #3a2171;
        margin-bottom: 40px;
    }

    .what_do_you_want_know .pad_200 {
        padding: unset !important;
    }

    .what_do_you_want_know .heading_50 h1 {
        font-size: 40px;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .what_do_you_want_know ul.nav.nav-pills li a {
        font-size: 17px;
        color: #808191;
        width: max-content;
    }

    .content_img_content h2 {
        font-size: 21px;
        font-weight: 600;
        color: #000;
        margin-bottom: 30px;
        text-align: left !important;
        height: 40px;
    }

    .content_img_content {
        background: #ffffff;
        border: 1px solid #e9ebf6;
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        padding: 25px 25px;
        margin-top: 35px;
        text-align: center;
        height: 300px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .content_img_content img {
        width: 82%;
        object-fit: contain;
        height: 60%;
    }

    section.what_bg {
        height: 1100px;
    }

    .partner-header-content .heading h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 52px !important;
        color: #3a2171;
    }

    .heading h1 {
        font-size: 40px;
        font-weight: 700;
        color: #3a2171;
    }

    .how_does p {
        font-size: 12px;
        font-weight: 400;
        color: #595959;
    }

    .heading_50 .first-h1 {
        font-size: 40px;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .heading_50 h1 {
        font-size: 30px;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .pera {
        font-size: 12px;
    }

    .easy_steps h1 {
        font-size: 40px;
        color: #323232;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .client h1 {
        font-size: 40px;
        font-weight: 700;
        color: #3a2171;
    }

    .slick.marquee.pad_100 {
        padding: unset;
    }

    .for_building h6 {
        color: #808191;
        font-size: 18px;
        font-weight: 500;
    }

    .for_building ul li {
        list-style: none;
        font-size: 19px;
        font-weight: 500;
        color: #323232;
        margin-bottom: 10px;
    }

    /* footer */
    .hero-image-partner .image-box {
        margin-top: -17px;
    }

    .partner-header-content-column {
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partner-header-content {
        height: 66%;
        margin: auto 0;
    }

    .value_partner_head {
        font-size: 32px !important;
    }

    .Intelligence.value_partner {
        box-shadow: 0px 16px 40px rgb(112 144 176 / 16%);
        border-radius: 16px;
        padding: 14px 20px;
    }

    .Intelligence.value_partner img {
        margin-bottom: 15px;
    }

    .why-partner-with-us.pad_200 {
        padding-top: 50px !important;
    }

    h3.black_sub_heading {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0;
    }

    h1.heading_54 {
        font-weight: bold;
        font-size: 40px;
        color: #3a2171;
        margin-bottom: 40px;
        width: 100%;
    }

    section.contact_us::before {
        content: "";
        background: #def3ff;
        position: absolute;
        width: 50%;
        height: 696px;
        right: 0;
        margin-top: 60px;
        border-top-left-radius: 355px;
    }

    .hero-image-how .image-box {
        margin-top: -87px;
    }

    .hero-image-how .heading h1 {
        font-size: 40px !important;
        font-weight: 700 !important;
        text-align: left !important;
        color: #3a2171 !important;
    }

    .hero-image-how .pera {
        margin-top: 25px;
    }

    .how-header-content-column {
        height: 600px;
        display: flex;
        align-items: center;
    }

    .how-header-content {
        height: 60%;
        margin: auto 0;
    }

    .heading_75 h1 {
        font-size: 44px;
        font-weight: 700;
        color: #3a2171;
        width: 100%;
    }

    .how_does_it ul::after {
        content: "";
        background-color: #e9ebf6;
        width: 70%;
        position: absolute;
        height: 2px;
        overflow: hidden;
        margin-top: 72px;
    }

    .how_does_it li a {
        font-weight: bold;
        font-size: 18px !important;
        color: #8c92b5 !important;
    }

    .tab-pane .content_img .pad_100 {
        padding: 0 !important;
    }

    .easy_steps h3 {
        font-size: 27px;
        width: 100%;
    }

    .faq.pad_200 {
        padding-top: 50px;
    }

    section.easy_steps::before {
        content: "";
        background: #e9ebf6;
        mix-blend-mode: normal;
        opacity: 0.36;
        border-radius: 0px 0px 480px 0px;
        position: absolute;
        width: 1000px;
        height: 617px;
        background-position: 10% 10%;
        margin-top: 7%;
    }

    .about-header-content {
        width: 60% !important;
    }

    .about-header-content .heading_white {
        font-size: 45px !important;
        font-weight: 700;
        text-align: center;
    }

    .about-header-content h4 {
        font-size: 27px !important;
        line-height: 35px;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-header-content p {
        font-size: 12px !important;
    }

    .about_hero {
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .about_sec_mr .blue_sub_head {
        margin-bottom: 30px;
    }

    .author {
        position: absolute;
        z-index: 99;
        background: #ffff;
        margin-top: -30px;
        width: 20%;
        border-radius: 55px;
    }

    .Single_post_content p {
        font-size: 14px !important;
        line-height: 24px !important;
        text-align: justify;
    }

    .table_content_pera .pera {
        font-size: 14px !important;
        line-height: 24px !important;
        text-align: justify;
    }

    .similiar-blogs.pad_200 {
        padding-top: 80px !important;
    }
}

/* media query for height */
@media only screen and (max-height: 769px) and (orientation: landscape) {
    .animateCards .cardWrap .box.box3 {
        right: calc(100% - 283px);
        top: 46px;
    }

    .animateCards .cardWrap .box.box5 {
        right: calc(100% - 2px);
        top: 80px;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% + 24px);
        top: 254px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 283px);
        top: 264px;
    }

    .animateCards .cardWrap .box.box1 {
        left: calc(100% - 117px);
        top: 80px;
    }

    .animateCards .cardWrap .box.box2 {
        left: calc(100% - 117px);
        top: 225px;
    }

    .animateCards .cardWrap .box.box7 {
        left: calc(100% + 165px);
        top: 45px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 165px);
        top: 260px;
    }


}

@media only screen and (max-height: 700px) and (orientation: landscape) {
    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 283px);
        top: 270px;
    }

    .homeBannerWrap .bannerContent {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 20vh;
    }

    .animateCards .cardWrap .box.box5 {
        right: calc(100% - 2px);
        top: 80px;
    }

    .animateCards .cardWrap .box.box1 {
        left: calc(100% - 117px);
        top: 80px;
    }

    .animateCards .cardWrap .box.box7 {
        left: calc(100% + 165px);
        top: 50px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box3 {
        right: calc(100% - 283px);
        top: 50px;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% + 24px);
        top: 253px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box2 {
        left: calc(100% - 117px);
        top: 222px;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 165px);
        top: 270px;
    }
}

@media only screen and (max-height: 650px) and (orientation: landscape) {
    .animateCards .cardWrap .box.box3 {
        right: calc(100% - 283px);
        top: 112px;
    }

    .animateCards .cardWrap .box.box5 {
        right: calc(100% - 2px);
        top: 155px;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% + 24px);
        top: 326px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 283px);
        top: 326px;
    }

    .animateCards .cardWrap .box.box1 {
        left: calc(100% - 117px);
        top: 155px;
    }

    .animateCards .cardWrap .box.box2 {
        left: calc(100% - 117px);
        top: 300px;
    }

    .animateCards .cardWrap .box.box7 {
        left: calc(100% + 165px);
        top: 115px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 165px);
        top: 360px;
    }

    .oneDashboardWrap {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0;
        top: 100px;
        transition: opacity 0.5s;
        padding: 4em 0;
    }
}

@media only screen and (max-height: 700px) and (orientation: portrait) {
    .oneDashboardWrap {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0;
        top: 53px;
        transition: opacity 0.5s;
        padding: 8em 0 4em 0 !important;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 110vh;
        top: -2%;
        border-bottom-right-radius: 340px;
    }

    .animateCards .cardWrap .box.box7 {
        left: calc(100% + 35px);
        top: 82px;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 33px);
        top: 230px;
    }

    .animateCards .cardWrap .box.box3 {
        right: calc(100% - 374px);
        top: 87px;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 374px);
        top: 220px;
    }

    .animateCards .cardWrap .box.box1 {
        left: calc(100% - 134px);
        top: 65px;
    }

    .animateCards .cardWrap .box.box2 {
        left: calc(100% - 134px);
        top: 157px;
    }

    .animateCards .cardWrap .box.box5 {
        right: calc(100% - 204px);
        top: 72px;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% - 167px);
        top: 169px;
        transform: scale(0.5);
        transform-origin: top left;
    }

    .homeBannerWrap .bannerContent p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #eaebf2;
        margin-top: -10px;
        opacity: 0.64;
    }
}

@media only screen and (max-height: 1000px) and (min-height: 750px) and (orientation: portrait) {
    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 87vh;
        top: -2%;
        border-bottom-right-radius: 340px;
    }

    .my-shade {
        position: absolute;
        height: 71vh;
        left: 0;
        width: 50%;
        top: 0px;
        background: #c6c5e3;
        mix-blend-mode: normal;
        opacity: 0.24;
        border-radius: 0px 0px 0px 840px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .about_hero {
        height: 85vh;
    }

    .homeBannerWrap .bannerContent {
        padding-top: 150px;
    }

    .homeBannerWrap {
        display: block;
        height: 80vh;
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 364px);
        top: 152px;
    }
}

@media only screen and (max-height: 600px) and (orientation: portrait) {
    .oneDashboardWrap {

        padding-top: 174px 0 4em 0 !important;
    }

    h3.black_sub_heading {
        font-weight: 600;
        font-size: 16px !important;
    }

    section.hero-image-blog::before {
        content: "";
        background: #e9ebf6;
        position: absolute;
        width: 100%;
        height: 123vh;
        top: -2%;
        border-bottom-right-radius: 340px;
    }

    h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .about_sec .image-box {
        margin-top: -144px;
        margin-right: -50px;
    }

    .my-shade {
        position: absolute;
        height: 76vh;
        left: 0;
        width: 50%;
        top: 0px;
        background: #c6c5e3;
        mix-blend-mode: normal;
        opacity: 0.24;
        border-radius: 0px 0px 0px 500px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .container.heading_white p {
        font-size: 9px !important;
        line-height: 15px;
    }

    .container.heading_white h4 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .container.heading_white h1 {
        font-size: 24px !important;
    }

    .hero-image h1 {
        padding-top: 20px !important;
    }

    .homeBannerWrap .bannerContent {
        padding-top: 18vh !important;
    }

    .homeBannerWrap .bannerContent p {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 9px;
        text-align: center;
        color: #eaebf2;
        margin-top: 10px !important;
        opacity: 0.64;
    }

    .homeBannerWrap .bannerContent .btn {
        display: inline-block;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 36px;
        padding: 5px 10px !important;
        font-style: normal;
        font-weight: 700;
        font-size: 13px !important;
        line-height: 24px;
        text-align: center;
        color: #221e59;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 360px) {

    .first_box h2,
    .sec_box h2 {
        font-size: 15px !important;
    }

    .heading_50 .pera {
        width: 100%;
        line-height: 17px;
        font-size: 8px !important;
    }

    .easy_steps.improved-easy-steps p {
        line-height: 20px;
        font-size: 12px !important;
    }


    section .sectionHeader {
        display: block;
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #3a2171;
    }

    .homeBannerWrap .bannerContent h1 {
        font-size: 29px;
        line-height: 29px;
    }

    .homeBannerWrap .bannerContent p {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 9px;
        text-align: center;
        color: #eaebf2;
        margin-top: 0px;
        opacity: 0.64;
    }

    .homeBannerWrap .bannerContent .btn {
        display: inline-block;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 36px;
        padding: 5px 10px !important;
        font-style: normal;
        font-weight: 700;
        font-size: 13px !important;
        line-height: 24px;
        text-align: center;
        color: #221e59;
        margin-top: 48px;
    }
}

.intl-tel-input {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    float: none;
    display: block;
    position: relative;
    height: auto;
    margin: 40px 0px 10px;
    border-color: #221e59;
}

.modal_footer {
    display: block;
    width: 100%;
    text-align: right;
    float: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #992727;
}

section .sectionHeader {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #3a2171;
    margin-bottom: 41px;
}

.oneDashboardWrap {
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
    top: 53px;
    transition: opacity 0.5s;
    padding: 4em 0;
}

.highlighted {
    color: #1cce99;
}

.hero-image-how .pera {
    margin-top: 50px;
    width: 73%;
}

.hero-image-how .heading h1 {
    width: 82%;
    font-size: 64px;
    font-weight: 700;
    text-align: left;
    color: #3a2171;
}

.content_img .pera {
    width: 82%;
}

.easy_steps .pera.p1,
.easy_steps .pera.p3 {
    color: #808191;
    font-size: 16px;
    font-weight: 400;
    width: 78%;
}

.about-header-bottom-content .pera {
    width: 406px;
}

.hide_below_xxl {
    display: none;
}

.mobile_my_hide {
    display: inline-block;
}

.desktop_my_hide {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .mobile_my_hide {
        display: inline-block;
    }

    .desktop_my_hide {
        display: none;
    }
}

.bg-gray {
    background-color: #f1f1f8;
}

.modal.fade.in .modal-dialog {
    webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.cli-bar-btn_container .wt-cli-element,
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background: #ffffff !important;
    border: 2px solid #221e59 !important;
    box-sizing: border-box;
    border-radius: 20.5px !important;
    color: #221e59 !important;
}

.cli-bar-btn_container .cli_settings_button {
    margin: 0px 0px 0px 0px !important;
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: underline;
    padding: 0px;
}

.cli-switch input:checked+.cli-slider {
    background-color: #221e59 !important;
}

#cookie-law-info-bar {
    border-radius: 8px 8px 0px 0px !important;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    padding-top: 3px !important;
}

.hidden {
    display: none;
}

.transparent_simple_pricing {
    position: relative;
    min-height: 700px;
    margin: 200px 0;
}

.transparent_simple_pricing_image {
    width: 44%;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.value_bg.mobile_hide {
    position: relative;
}

.image_value_driven {
    position: absolute;
    bottom: -350px;
}

/* .transfer_your_building{
    max-height: 2848px ;
} */
.social_footer ul li {
    float: left;
    width: 30% !important;
    text-align: end !important;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    margin-right: unset !important;

}

.Intelligence.news.new-events a {
    text-decoration: none;
}

.contact_form .btn.btn-success.pull-right,
.contact_form .btn.btn-default {
    background-color: green !important;
    width: 200px;
}

.wpcf7-form .btn.btn-success,
.wpcf7-form.init .btn.btn-success,
.wpcf7-form.sent.init .btn.btn-success,
.wpcf7-form.sent .btn.btn-default.pull-right {
    display: none !important;
}

.wpcf7-form.init.sent .btn.btn-default,
.wpcf7-form.sent .btn.btn-success {
    display: block !important;
}

.contact_form .btn,
.col-md-6.contact_form .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact_form .wpcf7 form .wpcf7-response-output {
    margin: 3em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}