:root {
    --menu-width: 37.5em;
    /* Width of menu */
    --items: 4;
    /* Number of items you have */
    --item-width: calc(var(--menu-width) / var(--items));
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #5c5c5c;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

#menu .icon-box:hover {
    box-shadow: none !important;
    background-color: transparent;
}
/* text-gradient-anim */

.text-gradient-anim {
    font-weight: 800;
    /* background-image: -webkit-linear-gradient(62deg, #f35626, #feab3a); */
    background-image: url("../../images/homepage/gradient.webp");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 40s infinite linear;
    background-size: 200%;
    background-color: #000;
}
a{
    color: #7D3BFD;
}
.legal-consent-container p {
    text-align: left;
    font-size: 14px;
}
ul.roman li {
    list-style-type: lower-roman !important;
}
ul.roman li:before{
    display: none !important;
}
ul.roman li ul.listing{
    margin-top: 10px;
}
ul.roman li ul.listing li{
    list-style-type: disc;
}
ul.alpha {
    counter-reset: list;
}
ul.alpha li {
    list-style: none; 
    position: relative; 
}
ul.alpha li:before {
    counter-increment: list; 
    content: " (" counter(list, lower-alpha) ") "; 
    position: absolute; 
    left: -1.8em;
}
ul.alpha.c-alpha li:before {
    content: " (" counter(list, upper-alpha) ") " !important;
}
.blockoverlay:before{
    position: absolute;
    content: attr(data-before);
    background-image: url(../../images/homepage/gradient.webp);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 40s infinite linear;
    background-size: 200%;
    line-height: 37px;
    bottom: 10px;
    left: 0;
}
.btn-custom-white{
    background: #fff !important;
    color: #7d3bfd !important;
}
.btn-custom-white:hover{
    background: #0A0A0B !important;
    color: #fff !important;
}
.blockoverlay{
    -webkit-text-fill-color: #000 !important;
}
@-webkit-keyframes hue {
    0% {
        background-position: 0 0;
        background-size: 100%;
    }
    10% {
        background-position: 10% 30%;
        background-size: 180%;
    }
    20% {
        background-position: 20% 50%;
        background-size: 400%;
    }

    30% {
        background-position: 50% 80%;
        background-size: 350%;
    }

    40% {
        background-position: 80% 20%;
        background-size: 580%;
    }
   
    50%{
        background-position: 20% 40%;
        background-size: 420%;
    }

    65% {
        background-position: 100% 10%;
        background-size: 340%;
    }
    
    75% {
        background-position: 30% 20%;
        background-size: 270%;
    }

    85% {
        background-position: 60% 70%;
        background-size: 440%;
    }

    100% {
        background-position: 0% 0%;
        background-size: 100%;
    }
}
/* @-webkit-keyframes hue {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    100% {
        -webkit-filter: hue-rotate(-360deg);
    }
} */

#lottie {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.wave-vdo{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    left: 0;
    bottom: -10%;
    z-index: 0;
}

/* text-gradient-anim */

.v5.allspark .banner .playBut{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 43%;
    left: 43%;
    box-shadow: 0 0 60px -20px rgb(0 0 0 / 75%);
    border-radius: 50%;
   
}
.v5.allspark .banner .playBut .circle{
    fill: #7d3bfd;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.v5.allspark .banner .playBut .triangle{
    fill: #fff;
}

.v5.allspark .banner .bla-2:hover .playBut .circle{
    fill: #301f5c;
}
@media(max-width: 670px){
    .v5.allspark .banner .playBut {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
}
/*    Hubspot Chat     */
.custom-font-size{
    font-size: 16px;
    font-weight: 300;
}
body #hubspot-messages-iframe-container.widget-align-right {
    transform: scale(0.9);
    transform-origin: bottom right;
    bottom: 15px !important;
    right: 15px !important;
}


/* - page loader - */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.v5 .banner_content {
    font-size: 1rem;
    color: #5c5c5c;
    font-weight: 300;
    line-height: 1.4rem;
}
/* - page loader - */

.pace .pace-progress {
    background: #7d3bfd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.btn-white {
    background: #fff;
}

*:hover {
    text-decoration: none !important;
}

svg.hidden {
    position: absolute;
}
svg.hide{
    position: absolute;
}
#scroll-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    /* bottom: 97px;
    right: 37px; */
    background: transparent;
    border: 1px solid #1d1d1b;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 5px;
    text-align: center;
}

#scroll-top svg {
    width: 15px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    fill: #1D1D1B;
}

#scroll-top:hover {
    background: #1D1D1B;
}

#scroll-top:hover svg {
    fill: #ffffff;
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
}

.modal {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.modal-backdrop {
    background-color: transparent !important;
}
body.modal-open .main, body.modal-open .navbar{
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
.homepage-banner {
    background: url(../../images/v4/hero.webp);
    background-size: cover;
}

span.error {
    z-index: 1;
}

.navbar-brand {
    line-height: 50px;
    margin: 0px;
    padding: 0px;
}

.navbar-brand svg {
    width: 140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: middle;
}

li.subnav_menu .submenu.product-dd {
    width: 200px;
}

li.subnav_menu .submenu.product-dd li a {
    padding: 10px 20px 10px 10px;
    line-height: 16px !important;
}

li.subnav_menu:after {
    display: inline-block;
    margin-left: .15em;
    vertical-align: middle;
    content: "";
    border-top: .26em solid;
    border-right: .26em solid transparent;
    border-bottom: 0;
    border-left: .26em solid transparent;
}

li.subnav_menu:hover:after {
    color: #ED1C24 !important;
}

.near-logo {
    fill: #5C5C5C;
}

.a-logo {
    fill: #ED1C24;
}

.jeanie-logo {
    width: 150px;
}

.mobile-set {
    display: none;
}

.cta-products.cta-carbon sup {
    display: none;
}

#careers_openings h2 {
    font-size: 36px;
    font-weight: 200 !important;
}

#careers_openings h2.customh2 {
    font-size: 22px;
    font-weight: 300 !important;
    margin-top: 10px;
    text-align: left;
}

.careers-openings {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    display: block;
    text-align: left;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.careers-openings:hover {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}

.careers-openings:hover .red_btn {
    background-color: #ca0008;
}

.careers-openings:hover .arrow {
    opacity: 0.8
}

.careers-openings h3 {
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.careers-openings p {
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    margin-bottom: 10px;
}

.careers-openings .break {
    width: calc(100% + 40px);
    height: 1px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    margin-left: -20px;
    margin-bottom: 20px;
}

.careers-openings .arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    line-height: 29px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    transition: all .3s ease-in-out;
    height: 23px;
    width: 23px;
}

.an_tabs ul li {
    transition: 1s all ease
}

.an_tabs,
.an_tabs ul {
    width: 100%;
    text-align: center
}

.an_tabs {
    margin-top: 50px
}

.an_tabs ul {
    position: relative;
    display: block;
    border: 0
}

.an_tabs ul li {
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3693d8;
    display: inline-block;
    margin: 0 10px;
    background-color: transparent;
    /*border:1px solid transparent;*/
    padding: 10px;
    font-weight: 600;
}

.an_tabs ul li a.active {
    background-color: #fff;
}

.tab-pane.active.in {
    opacity: 1
}

.an_tabs ul li a {
    color: #5c5c5c;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

.an_tabs ul li a.active {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    color: #3693d8;
}

.an_tabs ul li:hover a {
    color: #3693d8;
}

.footer-newsletter #footer_error {
    left: 0;
    font-size: 10px !important;
    color: #ec222b;
    position: relative;
    margin-top: 5px;
}

.footer-newsletter form {
    margin: 0 auto;
    display: inline-block;
    width: 100%
}

.footer-newsletter #message {
    font-weight: 500;
    color: #5c5c5c;
}

.footer-newsletter .form__field {
    width: 60%;
}

.footer-newsletter .submit.btn--primary {
    vertical-align: top;
    min-height: 20px;
}

.navbar{
    background: rgba(255,255,255,0.5) !important;
}
.navbar.shrink{
    background: rgba(255,255,255,0.96) !important;
}
/* Cleanup */

header.allspark .banner h1,
.v4 .subpage-banner-content h1 {
    font-size: 2.6rem;
    text-shadow: none;
    font-weight: 200;
    line-height: normal;
}

.banner h1 {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #3f403f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: none;
}

.banner h1 i {
    font-weight: 300;
}

h1.carbonheader {
    font-size: 2.6rem;
    line-height: 3rem;
    color: #e9262d;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 200;
    text-shadow: none;
}

.banner h1 span,
h1.carbonheader span {
    color: #5c5c5c;
}

.banner_content {
    margin-top: 14px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #3f403f;
}

.banner-line {
    width: 180px;
    border-color: #909090;
    margin: 20px auto 20px 0;
}

.banner-content {
    font-size: 20px;
    font-weight: 400;
}

.banner-content span {
    color: #7d3bfd
}

.v4 header.allspark.data-banner h1,
.v4 .privacy .tab-content h1 {
    font-size: 1.9rem;
    line-height: 2.1rem;
    font-weight: 300;
}

.v4 .subpage-banner-content p,
.v4 header.allspark.data-banner .banner_content,
.carbon .lead {
    font-size: 1.09rem;
    color: #5c5c5c;
    font-weight: 300;
    line-height: 1.6rem;
}

.v4 .subpage-banner-content h1.news-h1 {
    font-weight: 300;
    font-size: 1.8rem;
    width: 60%;
    margin: 0 auto;
    color: #5c5c5c;
}

p.custom,
.v4 p.custom2,
.source_tag p {
    font-size: 1rem;
}

.source_tag .see-how svg {
    width: 5px;
    margin-left: 2px;
    fill: #7d3bfd;
    margin-top: -2px;
}

.allspark-page p.banner_content,
.allspark-page h1 {
    margin: 0;
}

.allspark-page p.banner_content {
    line-height: 0.5rem;
    margin-bottom: 15px;
}

.icon-box p {
    font-size: 0.85rem;
    line-height: 18px;
    margin-top: 10px;
}

.small,
small {
    font-weight: 300;
}

.career-tabs {
    position: relative;
    margin-bottom: 30px;
}

.career-tabs .nav-tabs {
    z-index: 10;
}


/* Sub-page Banner */

.v4 .carousel-item.subpage-banner {
    height: 300px !important;
    min-height: 300px !important;
    background-image: url(../../images/allspark/allspark-bg.webp);
    background-position: 0 35%;
}

.v4 .subpage-banner-content {
    z-index: 2;
    position: relative;
    margin-top: 130px;
    text-align: center;
}

.v4 .subpage-banner-content p {
    width: 100%;
    display: block;
}

.v4 .subpage-banner-content h1 {
    color: #5c5c5c
}

.v4 .subpage-banner-content h1 {
    width: 100%;
    font-weight: 200;
    color: #ED1C24;
}

.v4 .subpage-banner-content h2 {
    font-weight: 300 !important;
    font-size: 24px;
    margin-bottom: 5px;
    width: 100%;
}

.v4 .subpage-banner-content .sub-head,
.v4 .subpage-banner-content h2 {
    color: #5c5c5c;
}

.v4 .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%);
}

.v4 .custom_button {
    padding: 5px 24px;
    margin-top: 0px;
    font-weight: 300;
    font-size: 14px;
}


/* Sub-page Banner */


/* about us */

#cycler,
#cycler1 {
    position: relative;
}

#cycler img,
#cycler1 img,
#cycler2 img,
#cycler3 img {
    position: absolute;
    z-index: 1
}

#cycler img.active,
#cycler1 img.active,
#cycler2 img.active,
#cycler3 img.active {
    z-index: 3
}

.aboutus-container .custom_wrapp p {
    padding: 0 !important;
    margin-top: 0px;
}

.aboutus-container h2 {
    font-size: 1.2rem;
    font-weight: 400 !important;
    color: #5c5c5c;
}

.v4 .investors h4,
.v4 .board_page h4 {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 5px;
    color: #5c5c5c;
}

.v4 .investors .read-more {
    font-weight: 300;
    font-size: 0.8rem;
    text-align: right;
    color: #7d3bfd !important;
    float: right;
    margin-top: -10px;
}

.v4 .investors hr {
    border-top: 1px solid #FFD2DB;
    margin-bottom: 12px;
    margin-top: 16px;
}

.v4 .board .margin-bottom {
    margin-bottom: 60px;
    padding-right: 50px !important
}

.v4 .header-team h2 {
    margin-bottom: 30px;
}

.careers-main p.title-subhead {
    margin-bottom: 0;
}

.careers-main h2 {
    font-weight: 300;
    margin-bottom: 0
}

.careers-main h2:nth-child(2) {
    line-height: 16px;
}

.culture_highlite h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.culture_highlite h3,
.culture_page_container h3 {
    font-weight: 300;
}

.culture_page_container h3 {
    font-size: 1.5rem;
}

.culture_highlite h3 span {
    color: #7d3bfd;
    /* about us */
}

.near-platform-icons .col-md-6 {
    min-height: 125px;
}

.near-platform-icons svg.icon {
    width: 80px;
}

.near-platform-icons p.custom {
    color: #086fb9;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0;
}


/* Cleanup */

.bg-change {
    background: rgba(255, 255, 255, 0.95);
}

.bg-cover {
    filter: blur(10px);
}

.bg-cover:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    position: fixed;
    left: 0;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}

p {
    color: #5c5c5c;
    font-size: 1rem;
}

sup {
    font-size: 50%;
    top: -0.9em;
    left: 1px;
}

.btn-custom-primary {
    background-color: #7D3BFD;
    border: none;
    transition:all 0.3s ease-in-out !important;
}

.btn-custom-light {
    color: #7d3bfd;
    border: none;
}

.input-error {
    border: 1px solid #ec222b !important;
}

.v4 .banner {
    background-color: #fff;
    color: #5c5c5c;
    text-transform: none;
    /*height:650px; */
    height: 100%;
    width: 100%;
    position: relative;
}

.v4 .banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.5) 50%, rgba(255, 255, 255, 0.4) 80%);
}

.v4 .anim {
    width: 100%;
    height: auto;
    left: 0;
    top: -10px;
}

.v4 .anim path {
    stroke-width: 2;
}

.v4 .anim g:nth-child(2) path {
    /* left side line*/
    stroke-dasharray: 1000 1000;
    stroke-dashoffset: 2000;
    animation: dash 6s linear forwards infinite;
    animation-delay: 2s;
}

.v4 .anim g:nth-child(3) path {
    /* right top side line*/
    stroke-dasharray: 1000 1000;
    stroke-dashoffset: 2000;
    animation: dash 7s linear forwards infinite;
    animation-delay: 6s;
}

.v4 .anim g:nth-child(4) path {
    stroke-dasharray: 1200 1200;
    stroke-dashoffset: 2700;
    animation: dash 9s linear forwards infinite;
}

.v4 .anim g:nth-child(5) path {
    stroke-dasharray: 1000 1000;
    stroke-dashoffset: 2000;
    animation: dash 5s linear forwards infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.3;
    }
}

.v4 .banner .jumbotron {
    background-color: transparent !important;
    padding: 4rem 1rem;
}

.banner .sub-head {
    text-transform: capitalize;
    color: #5c5c5c;
}
.resources-banner .banner .sub-head{
    text-transform: none;
}
.banner .cta-contact,
.v4 .cta {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 1rem;
}

.v4 .cta-blue-btn {
    background: #7d3bfd;
    border-color: #7d3bfd;
    font-size: 1rem;
    font-weight: 600;
}

.trusted {
    margin-top: 50px;
}

.trusted ul {
    list-style: none;
    padding: 10px 0;
}

.trusted ul li {
    display: inline-block;
    padding: 10px 12px 10px 0;
    font-size: 1rem;
    font-weight: 600;
    max-width: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.trusted .mob-logo {
    display: none;
}

.trusted ul li.trusted-content {
    margin-top: 5px;
    margin-right: 0;
}

.trusted ul li.wecompany-logo,
.trusted ul li.mastercard-logo {
    margin: 0 10px;
}

.trusted ul li span {
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
}

.trusted ul li svg {
    width: 100%;
    height: auto;
}

.near-platform-container {
    z-index: 0;
    position: relative;
}

.homepage-cards a:hover {
    text-decoration: none;
}

.homepage-cards a:hover .custom-card.icon-box {
    -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
}

.icon-box {
    display: block;
    padding: 1.5rem;
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    text-decoration: none;
    font-size: 90%;
}

.icon-box .icon-box-icon .icon {
    width: 60px;
    height: 60px;
    margin: 20px;
}

.icon-box h3 {
	font-weight: 300;
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}

.bg-skew {
    position: relative;
    overflow: hidden;
}

.bg-skew:before {
    content: "";
    position: absolute;
    -webkit-transform: skewy(11deg);
    transform: skewy(11deg);
    left: 0;
    top: 235px;
    width: 100%;
    height: 1280px;
    background-color: rgba(238, 238, 238, 0.4);
    z-index: -1;
}

.bg-skew1 {
    position: relative;
}

.bg-skew1:before {
    content: "";
    position: absolute;
    -webkit-transform: skewy(11deg);
    transform: skewy(11deg);
    left: 0;
    top: 15px;
    width: 100%;
    height: 750px;
    background-color: rgba(245, 247, 251, 0.4);
    z-index: -1;
}

.bg-skew2 {
    position: relative;
}

.bg-skew2:before {
    content: "";
    position: absolute;
    -webkit-transform: skewy(11deg);
    transform: skewy(11deg);
    left: 0;
    top: -500px;
    width: 100%;
    height: 1280px;
    background-color: rgba(245, 247, 251, 0.4);
    z-index: -1;
}

.custom-card {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    position: relative;
}

.custom-card:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    position: absolute;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 70%;
    left: 0;
    top: 6px;
    z-index: -1;
}

.custom-card-rounded {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 36px;
    max-width: 140px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 100%);
}

.custom-card-rounded:after {
    border-radius: 50%;
    height: 80%
}

span.number {
    margin-bottom: 7px;
    font-size: 2.5rem;
    display: block;
    text-align: center;
    line-height: 1.56rem;
    color: #7d3bfd;
    margin-top: 15px;
    font-weight: 300;
}

span.information {
    font-weight: 300;
    font-size: 20px;
    color: #858585;
    display: block;
    text-align: center;
}

.custom-card-rounded svg {
    width: 100%;
}

.navbar>.container,
.navbar>.container-fluid {
    margin-top: 10px;
}

.contact p svg.icon {
    width: 80px;
    vertical-align: text-top;
}

.contact .gartner {
    color: #5099cd;
    padding-left: 5px;
    vertical-align: middle;
}

.global-offices {
    font-weight: 500;
}

.global-offices span {
    font-weight: 300;
}

.cta-contact {
    padding: 10px 40px;
    margin-top: 10px;
}

.global-offices svg {
    width: 11px;
    margin-left: 5px;
}

footer>.container {
    margin-top: 20px;
}
footer h6:before{
    position: absolute;
    height: 1px;
    width: 10%;
    content: "";
    background-color: #e9e9ea;
    bottom: -10px;
}
footer .noborder h6:before{
    background-color: transparent;
}
footer h6,
.h6-link,
h6.font-weight-bold {
    color: #555555;
    font-size: 12px;
    font-weight: 500 !important;
    position: relative;
}

.h6-link:hover {
    text-decoration: none;
}

footer .seal-block {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}
footer.fr-footer .seal-block {
    margin-bottom: 0;
}

footer .seal-footer.trustee-seal {
    margin-left: 5px;
    margin-right: 10px;
}
footer.fr-footer .seal-footer.trustee-seal {
    margin-left: 5px;
    margin-right: 16px;
}
footer p {
    color: #848484;
    font-size: 12px !important;
    margin-bottom: 4px !important;
    margin-top: 0 !important;
    line-height: 1rem;
}

footer p a { 
    color: #4a4c4c;
    font-weight: 300;
}

footer p a:hover {
    text-decoration: none;
    color: #7d3bfd;
}

footer .cta-products .btn {
    min-width: 120px;
}

footer b {
    color: #5c5c5c
}
footer .follow-icons a.socialicon{
    position: relative;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 5%);
    margin: 0 5px;
    
}
footer p a svg{
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .33;
    vertical-align: initial;
    position: relative;
    top: -2px;
}
footer p a:hover svg{
    opacity: 0.8;
}


#form-footer input.form__field {
    box-shadow: none;
    border: 1px solid #e9e1e1;
    border-right: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.submit_button.footer-submit {
    background-color: #3eb7fc;
    border: 1px solid #d6d3d3;
    border-left: none;
    margin-left: -15px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 7px 8px;
    box-shadow: none;
}

.submit_button.footer-submit img {
    width: 20px;
}

.sub-footer {
    margin-top: 50px;
}

p.cta-products b {
    color: #5b5b5c;
    font-weight: 500;
    margin-bottom: 2px;
}

footer p.cta-allspark .footer-knowmore {
    display: none;
}

footer .follow-icons br {
    display: none;
}

footer p.cta-carbon span,
.comingsoon-tag {
    background: #29c28a;
    color: #ffffff !important;
    font-size: 8px;
    font-weight: 600;
    line-height: 7px;
    border-radius: 3px;
    padding: 4px 7px 4px 7px;
    margin: 0 6px;
    position: absolute;
    top: 1px;
    display: inline-block;
}

footer .footer-data p,
footer .footer-about p {
    line-height: 1.6rem;
}

.trustee {
    width: 180px;
}

.comingsoon-tag {
    top: 0px;
    left: 100%;
    width: 70px;
}

.custom-small-font {
    font-size: 12px;
}

.v4 .footer-copyright p {
    color: #aab7c4;
    line-height: 38px;
    padding: 0;
    margin: 0 !important;
}

.cta-products.cta-carbon {
    position: relative;
}


/* pulse in CSS */

#clouds {
    width: 100%;
    height: 500px;
    background-image: url(../../images/v4/cloud.webp);
    /*background-size: cover;*/
    -webkit-animation: movingclouds 100s linear infinite;
    -moz-animation: movingclouds 100s linear infinite;
    -o-animation: movingclouds 100s linear infinite;
    position: absolute;
    bottom: -170px;
}

@keyframes movingclouds {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 100% 0
    }
}

@-webkit-keyframes opacity-box5 {
    0% {
        -webkit-transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
        transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(1290.8000736236572px, 329.6000003814697px) scale(3, 3) translate(-1290.8000736236572px, -329.6000003814697px);
        transform: translate(1290.8000736236572px, 329.6000003814697px) scale(3, 3) translate(-1290.8000736236572px, -329.6000003814697px);
        opacity: 0;
    }
}

@keyframes opacity-box5 {
    0% {
        -webkit-transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
        transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(1290.8000736236572px, 329.6000003814697px) scale(3, 3) translate(-1290.8000736236572px, -329.6000003814697px);
        transform: translate(1290.8000736236572px, 329.6000003814697px) scale(3, 3) translate(-1290.8000736236572px, -329.6000003814697px);
        opacity: 0;
    }
}

@-webkit-keyframes opacity-box4 {
    0% {
        -webkit-transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
        transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(1006.2000370025635px, 445.70000648498535px) scale(3, 3) translate(-1006.2000370025635px, -445.70000648498535px);
        transform: translate(1006.2000370025635px, 445.70000648498535px) scale(3, 3) translate(-1006.2000370025635px, -445.70000648498535px);
        opacity: 0;
    }
}

@keyframes opacity-box4 {
    0% {
        -webkit-transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
        transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(1006.2000370025635px, 445.70000648498535px) scale(3, 3) translate(-1006.2000370025635px, -445.70000648498535px);
        transform: translate(1006.2000370025635px, 445.70000648498535px) scale(3, 3) translate(-1006.2000370025635px, -445.70000648498535px);
        opacity: 0;
    }
}

@-webkit-keyframes opacity-box3 {
    0% {
        -webkit-transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
        transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(814.300012588501px, 246.1999912261963px) scale(3, 3) translate(-814.300012588501px, -246.1999912261963px);
        transform: translate(814.300012588501px, 246.1999912261963px) scale(3, 3) translate(-814.300012588501px, -246.1999912261963px);
        opacity: 0;
    }
}

@keyframes opacity-box3 {
    0% {
        -webkit-transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
        transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(814.300012588501px, 246.1999912261963px) scale(3, 3) translate(-814.300012588501px, -246.1999912261963px);
        transform: translate(814.300012588501px, 246.1999912261963px) scale(3, 3) translate(-814.300012588501px, -246.1999912261963px);
        opacity: 0;
    }
}

@-webkit-keyframes opacity-box2 {
    0% {
        -webkit-transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
        transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(670.5000247955322px, 358.79998207092285px) scale(3, 3) translate(-670.5000247955322px, -358.79998207092285px);
        transform: translate(670.5000247955322px, 358.79998207092285px) scale(3, 3) translate(-670.5000247955322px, -358.79998207092285px);
        opacity: 0;
    }
}

@keyframes opacity-box2 {
    0% {
        -webkit-transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
        transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(670.5000247955322px, 358.79998207092285px) scale(3, 3) translate(-670.5000247955322px, -358.79998207092285px);
        transform: translate(670.5000247955322px, 358.79998207092285px) scale(3, 3) translate(-670.5000247955322px, -358.79998207092285px);
        opacity: 0;
    }
}

@-webkit-keyframes opacity-box1 {
    0% {
        -webkit-transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
        transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(259.70000648498535px, 445.29998207092285px) scale(3, 3) translate(-259.70000648498535px, -445.29998207092285px);
        transform: translate(259.70000648498535px, 445.29998207092285px) scale(3, 3) translate(-259.70000648498535px, -445.29998207092285px);
        opacity: 0;
    }
}

@keyframes opacity-box1 {
    0% {
        -webkit-transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
        transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(259.70000648498535px, 445.29998207092285px) scale(3, 3) translate(-259.70000648498535px, -445.29998207092285px);
        transform: translate(259.70000648498535px, 445.29998207092285px) scale(3, 3) translate(-259.70000648498535px, -445.29998207092285px);
        opacity: 0;
    }
}

#pulse-svg * {
    fill: #67C7FD;
}

.opacity-box1 {
    -webkit-transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
    transform: translate(259.70000648498535px, 445.29998207092285px) scale(0.3, 0.3) translate(-259.70000648498535px, -445.29998207092285px);
    -webkit-animation: opacity-box1 6s linear infinite;
    animation: opacity-box1 6s linear infinite;
}

.opacity-box2 {
    -webkit-transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
    transform: translate(670.5000247955322px, 358.79998207092285px) scale(0.3, 0.3) translate(-670.5000247955322px, -358.79998207092285px);
    -webkit-animation: opacity-box2 6s linear infinite;
    animation: opacity-box2 6s linear infinite;
}

.opacity-box3 {
    -webkit-transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
    transform: translate(814.300012588501px, 246.1999912261963px) scale(0.3, 0.3) translate(-814.300012588501px, -246.1999912261963px);
    -webkit-animation: opacity-box3 6s linear infinite;
    animation: opacity-box3 6s linear infinite;
}

.opacity-box4 {
    -webkit-transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
    transform: translate(1006.2000370025635px, 445.70000648498535px) scale(0.3, 0.3) translate(-1006.2000370025635px, -445.70000648498535px);
    -webkit-animation: opacity-box4 6s linear infinite;
    animation: opacity-box4 6s linear infinite;
}

.opacity-box5 {
    -webkit-transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
    transform: translate(1290.8000736236572px, 329.6000003814697px) scale(0.3, 0.3) translate(-1290.8000736236572px, -329.6000003814697px);
    -webkit-animation: opacity-box5 6s linear infinite;
    animation: opacity-box5 6s linear infinite;
}

#pulse-svg g.pulse-four {
    animation: pulse-opacity 8s linear infinite;
    animation-delay: 2s;
}

#pulse-svg g.pulse-five {
    animation: pulse-opacity 8s linear infinite;
    animation-delay: 4s;
    opacity: 0;
}

#pulse-svg g.pulse-one {
    animation: pulse-opacity 8s linear infinite;
    animation-delay: 6s;
    opacity: 0
}

#pulse-svg g.pulse-three {
    opacity: 0;
    animation: pulse-opacity 8s linear infinite;
    animation-delay: 8.5s;
}

#pulse-svg g.pulse-two {
    opacity: 0;
    animation: pulse-opacity 8s linear infinite;
    animation-delay: 12.5s;
}

@keyframes pulse-opacity {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*  news ticker */

.news-ticker {
    background-color: #4b8cee;
    border-radius: 6px;
    box-shadow: 0px 0 11px 3px rgba(0, 0, 0, 0.1);
}

.v4 .news-ticker:after {
    content: "";
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
}

.v4 .news-ticker span {
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    display: block;
    padding: 9px 10px;
    text-align: left;
    line-height: 1.2rem;
}

.v4 .news-ticker .carousel-container {
    margin-top: 20px;
    padding: 10px 45px 10px 10px;
}

.v4 .news-ticker p {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.v4 .news-ticker a {
    font-size: 0.8rem;
    line-height: 1.1rem;
    display: inline-block;
}

.v4 .news-ticker .carousel-item {
    height: initial !important;
    min-height: initial !important;
    background: initial !important;
    -webkit-background-size: initial !important;
    -moz-background-size: initial !important;
    -o-background-size: initial !important;
    background-size: initial !important;
}

.v4 .news-ticker .count {
    float: right;
    font-size: 0.7rem;
    color: #5c5c5c;
    margin-top: -10px;
}

.v4 .news-ticker .carousel-control-next {
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50px;
    height: 50px !important;
    top: 50%;
    right: -40px;
    opacity: 1;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.v4 .news-ticker .bs-icon {
    display: inline-block;
    fill: none;
    margin: 0.2em;
    font-size: 1em;
    width: 1em;
    stroke: currentColor;
    stroke-width: inherit;
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
    overflow: visible;
    stroke-width: 8%;
    color: #5c5c5c
}

h3.custom,
h2.custom,
h4.custom {
    color: #5099cd;
    text-transform: none;
    text-align: center;
    font-size: 2rem;
    text-shadow: none;
    font-weight: 300;
}

h5.custom {
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.near-platform-container p.custom {
    margin-top: 20px;
}

.project__card {
    will-change: transform;
    -webkit-transition: transform .5s ease-out, box-shadow .5s;
    transition: transform .5s ease-out, box-shadow .5s;
    display: inline-block;
}

.project:hover .project__image img {
    box-shadow: 0 0 60px -10px rgba(0, 0, 0, .75);
}

.project__image {
    display: block;
    position: relative;
}

.project__image img {
    width: 500px;
    height: 300px;
    display: block;
    border-radius: 14px;
    -webkit-transition: transform .5s ease-out, box-shadow .5s;
    transition: transform .5s ease-out, box-shadow .5s;
    box-shadow: 0 0 60px -20px rgba(0, 0, 0, .75);
}
.vista-banner-image .project__image img{
    border-radius: 4px;
}

.cards {
    width: 140px;
    height: 200px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 10px;
    background: url(../../images/allspark/cards.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.cards-fr {
    width: 110px;
    height: 161px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 10px;
    background: url(../../images/fr/allspark/cards.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.places {
    width: 80px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 6px;
    background: url(../../images/allspark/tools.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}

.project:hover .places {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.project__detail {
    position: absolute;
    z-index: 1;
    left: 35px;
    right: 35px;
    top: 35px;
    bottom: 35px;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.project__detail:after,
.project__detail:before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    opacity: 0;
}

.project__detail:before {
    border-top: 2px solid #6CB7DA;
    border-left: 2px solid #6CB7DA;
    top: 0;
    right: 0;
    margin-top: -1px;
    -webkit-transition: width .25s linear .75s, height .25s linear .5s, opacity .25s linear 1s;
    transition: width .25s linear .75s, height .25s linear .5s, opacity .25s linear 1s;
}

.project__detail:after {
    border-bottom: 2px solid #6CB7DA;
    border-right: 2px solid #6CB7DA;
    bottom: 0;
    left: 0;
    -webkit-transition: width .25s linear .25s, height .25s linear, opacity .25s linear 1s;
    transition: width .25s linear .25s, height .25s linear, opacity .25s linear 1s;
}

.project:hover .project__detail:after,
.project:hover .project__detail:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.project:hover .project__detail:before {
    -webkit-transition: width .25s linear, height .25s linear .25s;
    transition: width .25s linear, height .25s linear .25s;
}

.project:hover .project__detail:after {
    -webkit-transition: width .25s linear .5s, height .25s linear .75s;
    transition: width .25s linear .5s, height .25s linear .75s;
}

.project:hover .icon-set {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.project .icon-set {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: -50px;
    right: -50px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, .1);
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}

.project .icon-set svg {
    width: 50%;
    height: 50%;
    left: 25px;
    position: absolute;
    top: 25px;
}

.jeanie .icon-set {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: -50px;
    right: -50px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, .1);
}

.jeanie .icon-set svg {
    width: 50%;
    height: 50%;
    left: 25px;
    position: absolute;
    top: 25px;
}

p.follow-icons a {
    display: inline-block;
}


/* Allspark */

header.allspark {
    position: relative;
}

header.allspark:after {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.card-body a svg {
    width: 4px;
    margin-left: 2px;
    fill: #7D3BFD;
    margin-top: -1px;
}

.card-body a:hover svg {
    fill: #7D3BFD;
}

.allspark-logo {
    width: 170px;
    height: auto;
    margin-bottom: 10px;
}

.v4 .carousel-item {
    height: 100%;
    min-height: 1240px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.v4 .allspark .project__card {
    width: 100% !important
}

.v4 .allspark .project__image img {
    width: 100%;
    height: auto;
}

.v4 .allspark .cards {
    width: 140px;
    height: 200px;
    top: 36px;
    left: 12px;
}
.v4 .vista .second-screen {
    width: 270px;
    height: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -47px;
    left: -20px;
    background: url(../../images/homepage/vista-Insight.webp) no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.v4 .allspark .places {
    width: 160px;
    height: 76px;
    bottom: 9px;
    right: 10px;
}

.bg-skew1 .trial-form1 .col-md-3 {
    text-align: left;
}

.btn--primary {
    display: inline-block;
    border: 0;
    outline: 0;
    transition: all 200ms ease-in;
    cursor: pointer;
    background: #7d3bfd;
    color: #fff;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 10px 16px;
    /*margin-top: 1px;*/
    font-size: 12px;
    line-height: normal;
}

.allspark-form-container .col-md-7 {
    padding: 0;
    margin-right: 15px;
}

.allspark-form-container .col-md-4 {
    padding: 0;
}

.btn--primary:hover {
    background-color: #0A0A0B;
    border-color: #0A0A0B;
    color: #fff;
}

.btn--primary:active {
    background: #0A0A0B;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.btn--inside {
    margin-left: -50px;
}

.form__field {
    width: calc(100% - 130px);
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: normal;
    margin-right: 10px;
    vertical-align: middle;
}

.container__item {
    position: relative;
}

.container__item svg {
    position: absolute;
    width: 5px;
    top: 15px;
    right: 20px;
}

.container__item a.login {
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    display: inline-block;
    position: relative;
}

.allspark-form-container .form__field {
    width: 100%;
}

.container__item a svg.long-arrow {
    position: absolute;
    width: 8px;
    top: initial;
    right: -15px;
    bottom: 5px;
}

.minus-margin {
    margin-top: -550px;
}

.z-index1 {
    z-index: 1
}

.jeanie svg.icon {
    height: 50px;
}

.case-studies-container {
    text-align: center;
}

.case-studies-container svg.icon {
    width: 60px;
    height: 80px;
}

.nav-link.disabled,
a.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.coming-soon {
    opacity: 0;
    transition: all 1s ease;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

.allspark-case-studies .blur {
    filter: blur(5px) !important;
    -webkit-filter: blur(5px) !important;
    transition: all 1s ease;
}

.allspark-case-studies .custom-borderradius {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1) !important;
}

.card:hover .coming-soon {
    opacity: 1;
}

.nav-pills .nav-link {
    color: #686868;
    font-weight: 500;
    font-size: 1rem;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid #0fa5f9;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: unset;
    color: #0fa5f9;
}

.card-text {
    font-size: 1rem;
}

.card.mb-4.shadow-lg.border-0:hover {
    box-shadow: unset !important;
}

.custom-borderradius {
    border-radius: 14px !important;
    overflow: hidden;
    border: none;
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.custom-borderradius:hover {
    -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) !important;
}

.small-font {
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.allspark-cards {
    text-align: center;
}

.allspark-cards>svg.icon {
    width: 60px;
    height: 80px;
}

.jeanie .circle {
    stroke: #7d3bfd;
    stroke-dasharray: 650;
    stroke-dashoffset: 0;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 1;
    fill: #fff;
}

.jeanie .playBut {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 43%;
    left: 43%;
    box-shadow: 0 0 60px -20px rgba(0, 0, 0, .75);
    border-radius: 50%;
}

.jeanie .playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #7d3bfd;
    transform: translateY(0);
}


/*CARBON */

.v4 .carbon-logo {
    width: 170px;
    margin-left: unset;
    margin-bottom: 0px;
}

header.allspark.carbon-banner .carbon-logo {
    width: 180px;
}

header.allspark.carbon-banner .banner h1 {
    text-shadow: none;
    display: inline-block;
    margin-right: 5px;
}

header.carbon-banner.allspark {
    overflow: hidden;
}

header.allspark.carbon-banner .banner_content {
    margin-top: 10px;
}

.v4 .carbon-banner .carousel-item {
    height: 100vh;
    min-height: 900px;
    background-image: none;
}

.carbon-banner img {
    width: 100%;
}

.carbon-bg:before {
    right: -23vmin;
    top: -45vmin;
    position: absolute;
    content: "";
    background: url(../../images/v4/carbon/carbon-logo.svg) no-repeat;
    width: 107vmin;
    height: 115vmin;
    transform: rotate(-60deg);
    opacity: 0.08;
    z-index: 1;
}

.carbon-bg2:before {
    content: "";
    background: url(../../images/v4/carbon/carbon-logo.svg) no-repeat;
    width: 11rem;
    height: 11.5rem;
    opacity: 0.5;
    position: absolute;
    left: -60px;
    top: -79px;
}

.carbon-img {
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0px -2px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px -2px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px -2px 35px 2px rgba(0, 0, 0, 0.12);
}

.carbon-banner .banner-overlay:after {
    content: "";
    background: url(../images/v4/carbon/carbon-logo.svg) no-repeat;
    right: -23vmin;
    top: -35vmin;
    position: absolute;
    width: 107vmin;
    height: 115vmin;
    transform: rotate(-60deg);
    opacity: 0.55;
}

.blur {
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
    transition: all 1s ease;
}

.carbon-banner .project:hover .blur {
    filter: blur(5px) !important;
    -webkit-filter: blur(5px) !important;
}

.carbon-banner .coming-soon {
    opacity: 0;
    transition: all 1s ease;
    position: absolute;
    top: 40%;
    left: 45%;
}

.carbon-banner .coming-soon h5 {
    font-size: 1.5rem;
    color: #29c28a;
    /*text-shadow: 0 0px 40px rgba(64, 64, 64, 0.7);*/
}

.carbon-banner .project:hover .coming-soon {
    opacity: 1;
}

.v4 .sub-banner {
    background-image: url('../../images/allspark/allspark-bg.webp');
    background-position: 0 35%;
    background-size: cover;
}


/*** PlaceMatrix ****/

.v4 .placematrix-banner .carousel-item {
    height: 640px;
    min-height: 500px;
}

.anim-inner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 410px;
}

.anim-inner svg {
    width: 100%;
}

.placematrix-svg svg .floor-path path:nth-child(1) {
    -webkit-animation: lineBlock_appear 1s ease-in 0s backwards, lineBlock_float 2s ease-in-out 1s alternate infinite;
    animation: lineBlock_appear 1s ease-in 0s backwards, lineBlock_float 2s ease-in-out 1s alternate infinite;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.placematrix-svg svg .floor-path path:nth-child(2) {
    -webkit-animation: lineBlock_appear 1s ease-in 0.1s backwards, lineBlock_float 2s ease-in-out 1.1s alternate infinite;
    animation: lineBlock_appear 1s ease-in 0.1s backwards, lineBlock_float 2s ease-in-out 1.1s alternate infinite;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes lineBlock_appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes lineBlock_float {
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

.placematrix-svg svg #bars rect {
    transform-origin: 0 180px !important;
    -webkit-animation-duration: 14s !important;
    animation-duration: 14s !important;
}

.placematrix-svg svg g#clouds path {
    -webkit-animation: move 9s linear infinite;
    opacity: 0;
    animation: move 9s linear infinite;
}

.placematrix-svg svg g#clouds path:nth-child(2) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.placematrix-svg svg g#clouds path:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.placematrix-svg svg g#clouds path:nth-child(4) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

@-webkit-keyframes move {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    30% {
        opacity: 0.5;
    }
    50% {
        transform: translateX(20px);
        opacity: 1;
    }
    70% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}

@keyframes move {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    50% {
        transform: translateX(20px);
        opcaity: 1;
    }
    70% {
        opacity: 0.8;
    }
    100% {
        transform: translateX(0px);
        opcaity: 0;
    }
}

.placematrix-container.minus-margin {
    margin-top: -5%;
}

.placematrix-container .custom-card {
    border-radius: 10px;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0 1rem;
}

.placematrix-container .custom-card:after {
    display: none;
}

.v4 .placematrix-container .icon-box .icon {
    width: 50px;
    height: 50px;
    margin: 20px;
}


/*** RealMatrix **/

.realmatrix-svg svg {
    overflow: visible;
}

.realmatrix-svg g#wifi path {
    animation: wifi 5s ease infinite;
    -webkit-animation: wifi 5s ease infinite;
    transform-origin: 50% 50%;
    opacity: 0;
}

.anim-inner #bars rect {
    animation: bargraph 3s ease-in-out infinite;
    -webkit-animation: bargraph 3s ease-in-out infinite;
    transform-origin: 0 100px;
}

.anim-inner #bars rect:nth-child(1) {
    animation-delay: 1.4s;
    animation-duration: 5s;
    -webkit-animation-delay: 1.4s;
    -webkit-animation-duration: 5s;
}

.anim-inner #bars rect:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.anim-inner #bars rect:nth-child(3) {
    animation-delay: 0.8s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-duration: 4s;
}

.anim-inner #bars rect:nth-child(4) {
    animation-delay: 1.7s;
    animation-duration: 6s;
    -webkit-animation-delay: 1.7s;
    -webkit-animation-duration: 6s;
}

.realmatrix-svg #wifi path:nth-child(1) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.realmatrix-svg #wifi path:nth-child(2) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.realmatrix-svg #wifi path:nth-child(4) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.realmatrix-svg #wifi path:nth-child(3) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@keyframes bargraph {
    0% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    100% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@keyframes wifi {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.anim-inner g#circle circle {
    -webkit-animation: circle 6s ease infinite;
    animation: circle 6s ease infinite;
    opacity: 0;
}

.anim-inner g#circle circle:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.anim-inner g#circle circle:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes circle {
    0% {
        opacity: 0.2;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 0.2;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}

.realmatrix-svg #blob-1 {
    -webkit-animation: blob-1 linear 15s infinite;
    -moz-animation: blob-1 linear 15s infinite;
    animation: blob-1 linear 15s infinite;
    transform-origin: 50% 50%;
}

.realmatrix-svg #blob-2 {
    -webkit-animation: blob-2 linear 19s infinite;
    -moz-animation: blob-2 linear 19s infinite;
    animation: blob-2 linear 19s infinite;
    transform-origin: 50% 50%;
}

@keyframes blob-2 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes blob-1 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.realmatrix-svg g#tablet {
    -webkit-animation: jump-anim 6.5s ease-in-out infinite alternate both;
    animation: jump-anim 6.5s ease-in-out infinite alternate both;
}

@keyframes jump-anim {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes jump-animtwo {
    from {
        -webkit-transform: translate(-5px 5px);
        transform: translate(-5px, 5px);
    }
}

.realmatrix-svg g#cloud {
    -webkit-animation: jump-animtwo 2.5s ease-in-out infinite alternate both;
    animation: jump-animtwo 2.5s ease-in-out infinite alternate both;
}


/***** CrossMatrix */

h1.crossmatrix_h1 {
    color: #5099cd;
    text-align: center;
    font-weight: 300;
    font-size: 1.6rem;
}

p.crossmatrix_p {
    text-align: center;
}

.placematrix-container p.custom {
    text-align: center;
}

.desktop_image img {
    width: 96%;
}

.mobile-image {
    display: none;
}


/*.top-spacer{
  margin-top:-100px;
}*/


/**** Data Page ***/

.v4 .data-banner .sub-banner {
    background-image: none;
}

.v4 header.allspark.data-banner .banner_content {
    margin-bottom: 30px;
}

.v4 #data-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.v4 #data-bg canvas {
    max-height: 350px !important;
}

.v4 .data-banner .v4 .carousel-item {
    height: 100%;
    min-height: 680px;
}

.v4 .data-banner .sub-banner {
    width: 100%;
    height: 660px;
    min-height: 500px;
}

.v4 .data-banner {
    overflow: hidden;
}

.location-data svg {
    width: 100%;
}

.custom-borderradius {
    border-radius: 14px !important;
    overflow: hidden;
    border: none;
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}


/*.get-started-minus{
    margin-top: -60px;
  }*/

.custom-borderradius:hover {
    -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) !important;
}

.data-partners .col-6 svg.icon {
    width: 100px;
    height: auto;
}

.privacy-subcontent .icon {
    width: 150px;
}

.privacy-lines path {
    transform-origin: 250px;
    animation: shrink 3s ease-in-out infinite;
}

.privacy-lines path:nth-child(1) {
    animation-delay: 1s;
}

.privacy-lines path:nth-child(2) {
    animation-delay: -.4s;
}

.privacy-lines path:nth-child(3) {
    animation-delay: -1s;
}

.privacy-lines path:nth-child(4) {
    animation-delay: 0.5s;
}

.trustee-seal {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}

@keyframes shrink {
    50% {
        transform: scaleX(0.3);
    }
}

@-webkit-keyframes shrink {
    50% {
        -webkit-transform: scaleX(0.3);
    }
}

.margin-minus {
    margin-top: -30px;
}

.margin-minustwo {
    margin-top: -50px;
}


/*** Get Started Page **/


/*.getstarted-banner .banner-overlay{
  background: linear-gradient(to bottom, rgba(207,233,250,0.9) 0%, rgba(255,255,255,0.2) 80%);
}*/

.get-started-minus {
    margin-top: -50px;
}

.getstarted-banner .carousel-item {
    height: 360px;
    min-height: 360px;
}

.get-started-container {
    background: url(../../images/v4/get-started-bg.png) no-repeat #ffffff;
    background-position: top center;
    background-size: cover;
}

.get-started-container h3.sub-title,
.get-started-container h3.sub-head {
    font-size: 30px;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: -0.05rem;
    color: #535353;
    line-height: 1;
}

.get-started-container h3.sub-title {
    color: #e9262d;
}

.color-red {
    color: #e9262d;
}

p.step {
    margin-bottom: 0;
    color: #5099cd;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
}

.steps p.custom {
    color: #535353;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.get-started-container .signup-form .form__field {
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
}

.get-started-container form .btn--primary,
.get-started-container .signup-form .btn--primary {
    background: #57a2d0;
    text-transform: uppercase;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.14);
}

.get-started-container .bullet-style {
    font-size: 14px;
    color: #535353;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 18px;
}

.get-started-container .bullet-style li {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.getstarted-carbon .allspark-logo {
    width: 160px;
}

.getstarted-carbon .carbon-logo {
    margin-left: 0;
    width: 140px;
    margin-bottom: 0.5rem;
}


/* multi tab - get started */

.an_tabs ul li {
    transition: 1s all ease
}

.an_tabs,
.an_tabs ul {
    width: 100%;
    text-align: center
}

.an_tabs ul {
    position: relative;
    display: block;
    border: 0
}

.an_tabs ul li {
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3693d8;
    display: inline-block;
    margin: 0 10px;
    background-color: transparent;
    /*border:1px solid transparent;*/
    padding: 10px;
    font-weight: 600;
}


/*.an_tabs ul li:hover a{
  color:#5c5c5c;
}*/

.tab-pane.active.in {
    opacity: 1
}

.get-started-tab.an_tabs ul li a {
    color: #5c5c5c;
    text-decoration: none;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    line-height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.an_tabs ul li a span {
    color: #e9262d
}

.get-started-tab.an_tabs ul li a.active {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    background-color: #7d3bfd;
    font-weight: 400;
    color: #fff;
}

.get-started-tab.an_tabs ul li a.active span {
    color: #fff;
}

.steps-content {
    justify-content: space-between;
    background: #1793d9;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0px -5px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -5px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -5px 18px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.signup-form {
    -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    background-color: #fff;
    margin-top: -20px;
    position: relative;
    z-index: 0;
    padding: 45px 0 30px 0;
}

.signup-form .form__field {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 14px 20px;
    border-radius: 3px;
}

.signup-form .btn--primary {
    background: #1793d9;
    border-radius: 4px;
    padding: 14px 30px;
    text-transform: uppercase;
    box-shadow: none;
}

.steps-content h1 {
    color: #ffffff;
    font-size: 2rem;
    display: block;
    font-weight: 300;
}

.steps-content .col-md-4 {
    padding: 15px 15px 0px 15px;
    text-align: center;
}

.steps-content .col-md-4 h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
}

.steps-content .col-md-4 p {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 200;
    line-height: 1.5rem;
}

.get-started-content h1 {
    text-transform: none;
    font-weight: 300;
    font-size: 30px;
}

.get-started-content h2 {
    text-transform: none;
    font-weight: 200 !important;
    font-size: 30px;
}

.get-started-content .col-md-4 {
    margin-bottom: 30px;
}

.get-started-content .platform_content img {
    width: 64px;
}

.get-started-content .platform_content .col-lg-4 {
    padding: 0 30px;
}

.getstarted-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px
}

.getstarted-icon.small {
    height: 60px;
    margin-top: 10px
}

.get-started h2 {
    font-weight: 200;
    color: #5c5c5c;
}

.get-started h2 span {
    color: #e9262d;
}

.signup-form .form__field {
    width: 320px;
}


/* multi tab - get started */


/* About Us */

.white_overlay {
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.aboutus h1 {
    font-weight: 300;
    color: #5c5c5c;
}

.aboutus h1 span {
    color: #ff1d25;
}

.aboutus hr {
    margin: 20px auto !important;
}

.aboutus h2 {
    color: #273444;
    font-size: 30px;
    font-weight: 300;
}

h2 {
    color: #273444;
    font-size: 32px;
    font-weight: 300;
}

.aboutus p {
    color: #5c5c5c;
}

.aboutus h4 {
    color: #ff1d25;
    font-weight: 400;
    margin: 20px 0 10px 0;
}

.aboutus h4 span {
    font-weight: 500;
}

.aboutus-container .custom_wrapp hr {
    border-top: solid 1px #efefef;
}

.aboutus-container .custom_wrapp p {
    padding: 0 !important;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
}

.aboutus-container .row div {
    background: #fff;
    padding: 40px;
    transition: all 0.5s ease;
}

.aboutus-container .row div:hover {
    background: #fff;
}

.aboutus-container .row .right-arrow:hover:after {
    border-left: 15px solid #fff;
}

.aboutus-container .random-image {
    padding: 0 !important;
}

.aboutus-container .random-image img {
    width: 100%;
    height: 100%;
}

.aboutus-container .row .team-content {
    position: relative;
}

.aboutus-container .row .right-arrow:after {
    content: "";
    right: -14px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 5;
    transition: all 0.5s ease;
}

.aboutus-container .row .left-arrow:before {
    content: "";
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 45%;
    z-index: 3;
    transition: all 0.5s ease;
}

.aboutus-container .row div:hover:before {
    border-right: 15px solid #fff;
}

.aboutus-container .custom_wrapp {
    margin: 25px 0 !important;
}

.aboutus-container .logo-set,
.aboutus-container .board-set {
    position: absolute;
    top: 7%;
    left: 0;
    background: transparent !important;
}

.aboutus-container .board-set {
    padding: 0 !important;
    top: 0 !important;
    height: 100%;
    left: 10%;
}

.aboutus-container .logo-set span {
    display: block;
    padding: 20px;
}

.aboutus-container .board-set img {
    width: auto;
    height: 100%;
}

.aboutus-container .col-md-3.space {
    margin: 0 0 0 25px;
    flex: 0 0 calc(25% - 13px);
}

.aboutus-container .col-md-6.space {
    padding: 0 !important;
    margin-left: 0;
    flex: 0 0 calc(50% - 25px);
    margin-right: 0px;
}

.aboutus-container .col-md-6.space2 {
    padding: 0 !important;
    margin-left: 0;
    flex: 0 0 calc(50% - 13px);
    margin-right: 0px;
}


/* button */

.button {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s ease;
    font-weight: 500;
    border: 1px solid #00a0dc;
}

.button--primary {
    background-color: #00a0dc;
}

.button--rounded {
    border-radius: 999px;
}

.button:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
}

.button.users {
    padding: 8px 20px;
    position: relative;
    top: -6px;
}

.button.users:hover {
    color: #000000;
    border: 1px solid #000000;
}


/*a:focus{color:#ffffff}*/

.button2 {
    display: inline-block;
    padding: 5px 20px;
    margin-left: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.5s ease;
    font-weight: 500;
    border: 1px solid #00a0dc;
    margin-top: 10px;
}

.button2--primary {
    background-color: #00a0dc;
}

.button2--rounded {
    border-radius: 999px;
}

.button2:hover {
    color: #ED1C24;
    background: transparent;
    border: 1px solid #d0d0d0;
    text-decoration: none;
}


/* button */


/* leadership */

.header-team h2 {
    font-size: 1.12rem !important;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 300 !important;
    margin-bottom: 50px;
}

#the-team .team-card {
    margin: 0 0px 50px 0;
}

#the-team .section-header {
    padding-top: 18px;
    font-weight: 300;
}

#the-team h4 {
    font-weight: 300;
    font-size: 16px;
    color: #6b6b6b;
    text-shadow: 0px 0px 0px #6b6b6b;
    width: 94%;
    padding: 0 11% 0 10%;
    line-height: 22px;
    margin-bottom: 60px
}

#the-team .portrait-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    width: 70%;
    padding-bottom: 10%
}

.card-photo {
    transition: -webkit-filter .2s;
    transition: filter .2s
}

.card-photo:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-border-radius: 50% 50% 15% 50%;
    -moz-border-radius: 50% 50% 15%;
    border-radius: 50% 50% 15% 50%;
    z-index: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    mix-blend-mode: saturation;
}

.card-photo.hover:before {
    background-color: rgba(0, 0, 0, 0.3)
}

#the-team .team-card {
    cursor: pointer
}

.card-photo.hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.card-photo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

#the-team .team-card:hover .contact-links {
    cursor: default;
    opacity: 1;
    z-index: 2;
    max-height: auto;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.copyrights {
    text-align: left;
}

#the-team .team-card {
    width: 170px;
    display: inline-block;
    margin: 0 20px 90px 20px;
    min-height: 205px;
    position: relative;
    cursor: pointer
}

#the-team .card-photo {
    width: 160px;
    position: absolute;
    left: 0;
    top: 0
}

#the-team .card-photo img {
    height: 160px;
    display: block;
    width: 160px;
    -webkit-border-radius: 50% 50% 15% 50%;
    -moz-border-radius: 50% 50% 15%;
    border-radius: 50% 50% 15% 50%
}

#the-team .card-info {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 10px 5px 10px 20px;
    position: absolute;
    top: 161px;
    opacity: 1;
    width: 200px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.team-card h2 {
    font-weight: 300 !important;
    font-size: 1rem;
    color: #5c5c5c;
    padding: 0;
    margin: 0;
    letter-spacing: .01em;
    line-height: 1.25rem;
    padding-bottom: 2px;
    text-align: left
}

.team-card h3 {
    font-weight: 300;
    font-size: 0.75rem;
    padding: 0;
    color: #5c5c5c;
    margin: 0;
    letter-spacing: .04em;
    line-height: 18px;
    padding-bottom: 5px;
    text-align: left
}

.team-card p {
    font-weight: 300;
    color: #5c5c5c;
    text-shadow: 0px 0px 0px #5c5c5c;
    margin: 0 0 10px;
    overflow: hidden
}

.team-card .contact-links .fa {
    color: #ABABAB!important;
    text-shadow: 0px 0px 0px #ababab;
    font-size: 12px;
    padding-top: 5px
}

p {
    font-weight: 300;
    ;
    letter-spacing: 0.01em;
}

#the-team .team-card:hover h2 {
    color: #7d3bfd;
    text-shadow: 0px 0px 0px #7d3bfd;
}

#the-team .team-card:hover h3 {
    color: #7d3bfd;
    text-shadow: 0px 0px 0px #7d3bfd;
}

.team-card .contact-links {
    font-weight: 500;
    text-align: left;
    line-height: 0;
    color: rgba(221, 31, 38, 0.901961);
    margin-bottom: 10px;
    opacity: 0;
    margin-left: 0px;
    margin-top: -4px;
}

.team-card .contact-links a {
    display: inline-block;
    height: 18px;
    margin-left: 0;
    text-decoration: none;
    width: 18px
}

.team-card .contact-links a:hover {
    opacity: .5
}

.red-font {
    color: #7d3bfd;
}


/* Contact  */

.custom-form input,
.bfh-selectbox .bfh-selectbox-toggle,
.custom-form textarea,
.custom-form select {
    border: none !important;
    border-bottom: 1px solid #dedede !important;
    border-radius: 0;
    margin-right: 20px;
    width: calc(100% - 20px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5c5c5c;
}


/*** Investors ***/

.inv1,
.inv2,
.inv3,
.inv4,
.inv5,
.inv6 {
    background: url(../../images/investors.png);
    background-size: 54px auto;
}

.inv1 {
    background-position: 0 -35px;
}

.inv2 {
    background-position: 0 -140px;
}

.inv3 {
    background-position: 0 -71px;
}

.inv4 {
    background-position: 0 0;
}

.inv5 {
    background-position: 0 -180px;
}

.inv6 {
    background-position: 0 -225px;
}

.investors .row {
    margin: 0
}

.investors .img-circle {
    border-radius: 0;
    float: left;
    margin-right: 10px
}

.investors a {
    text-decoration: none
}

.investors hr {
    border-top: 1px solid #FFD2DB;
    margin-bottom: 8px;
    margin-top: 8px
}

.investors .flex {
    display: flex;
    flex-wrap: wrap
}

.investors .flex2 {
    display: flex
}

.investors .col-md-6 {
    margin-bottom: 60px
}

.mob-add {
    display: none;
}


/* board */

.board .img-circle {
    -webkit-border-radius: 50% 50% 15% 50%;
    -moz-border-radius: 50% 50% 15%;
    border-radius: 50% 50% 15% 50%;
    float: left;
    margin-right: 10px;
}

.board .designation {
    font-size: 0.75rem;
    line-height: 1.06rem;
    color: #5c5c5c;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.board hr {
    border-top: 1px solid #FFD2DB;
    margin-bottom: 8px;
    margin-top: 8px;
}

.board p {
    margin-top: 11px;
    margin-bottom: 10px;
}

.board a {
    text-decoration: none;
}

.btn-flat {
    font-size: 12px;
    padding: 2px 10px;
    width: auto;
    background: #7d3bfd none repeat scroll 0 0;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    border: 1px solid #7d3bfd;
    margin-bottom: 5px;
}

.board .margin-bottom {
    margin-bottom: 40px;
}

.see-how {
    margin: 0 auto;
    line-height: 12px;
    padding-top: 10px;
    background-color: transparent;
    border-color: transparent;
    color: #7d3bfd
}

.see-how i.fa {
    font-size: 14px !important;
    margin-left: 5px;
    line-height: 10px;
}

.board .space {
    margin: 30px 0;
}

.board .custom_btn {
    left: 0px;
}

.culture_videobg .custom_btn {
    left: 20px;
    bottom: 40px;
}

.board .col-md-6:hover .custom_btn,
.culture_videobg:hover .custom_btn {
    width: 140px;
}

.culture_videobg:hover .btn__text {
    right: 0;
    z-index: 3;
}

.culture_videobg:hover .color_change {
    fill: #ED1C24 !important;
}

.board .custom_btn .btn__text,
.culture_videobg .custom_btn .btn__text {
    width: 140px;
}

.board .col-md-6:hover .custom_btn .icon svg,
.culture_videobg:hover .custom_btn .icon svg {
    left: 100px;
}


/* board */


/*** Privacy ***/

.privacy h2 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}


/* Newsletter subcribe*/

.newsletter {
    width: 100%;
}

.newsletter .row {
    float: left;
}

.newsletter .row:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -5000px;
    height: 100%;
    z-index: -1;
    background: inherit;
}

.newsletter .row span {
    position: relative;
    display: inline-block;
    margin-top: 0;
}

.newsletter .balloon {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 195px;
    font-size: 12px;
    height: 25px;
    padding: 0 0 0 5px;
    font-family: 'Roboto', sans-serif;
    color: transparent;
    font-weight: 400;
    background: transparent;
    outline: 0;
    text-indent: 60px;
    transition: all .5s ease !important;
    border-bottom: 1px solid #7d3bfd !important;
    text-shadow: 0px 0px 0px transparent;
    border: none;
}

.newsletter .balloon::-webkit-input-placeholder {
    color: transparent;
    text-indent: 0;
    font-weight: 400;
}

.newsletter .balloon+label {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 6px;
    padding: 5px;
    line-height: 15px;
    height: 25px;
    color: #6b6b6b;
    font-weight: 400;
    transition: all .5s ease !important;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
    margin-bottom: 0px;
}

.newsletter .balloon+label:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(122, 184, 147, 0);
    transition: all .5s ease;
}

.newsletter .balloon:focus,
.balloon:active {
    color: #6b6b6b;
    text-indent: 0;
    background: transparent;
    transition: all .5s ease !important;
}

.newsletter .balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
    color: #aaa;
    transition: all .5s ease !important;
}

.newsletter .balloon:focus+label,
.balloon:active+label {
    color: #fff;
    /*background: #7d3bfd;*/
    transform: translateY(-30px);
    opacity: 0;
    transition: all .5s ease !important;
}


/*.newsletter .balloon:focus + label:after,.balloon:active + label:after { border-top: 4px solid #7d3bfd;}*/

.newsletter .clear {
    float: left;
    margin-top: 21px;
    clear: none;
}

.newsletter .email:focus {
    outline: none;
    border: none;
    border-bottom: solid 1px #ec222b !important;
    transition: border-color 1s ease;
}

.newsletter .submit {
    float: left;
    appearance: none;
    width: 80px;
    height: 28px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 0px 0px #fff;
    font-size: 11px;
    font-weight: 400;
    background: #7d3bfd;
    color: #ffffff;
    line-height: 6px;
    padding: 5px;
    border-radius: 3px;
    border: none;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.5s ease;
    outline: none;
    margin-left: 5px;
}

.newsletter .submit:hover {
    background: #F26167;
    cursor: pointer;
    transition: color 0.5s ease;
}

#mc_embed_signup_scroll h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    bottom: -6px;
    margin-right: 10px
}

#mc_embed_signup_scroll {
    display: block;
    text-align: center
}

#mc_embed_signup_scroll .row {
    display: block;
    margin-top: 60px
}

#mc_embed_signup_scroll .submit_button {
    margin-top: 21px;
    margin-left: -11px;
    display: inline-block;
    margin-bottom: -9px
}

.subscribe-newsletter .submit {
    border: 1px solid transparent;
    background: #00a0dd !important;
}

.subscribe-newsletter.newsletter .balloon {
    border-bottom: 1px solid #00a0dd !important;
    width: 160px;
}

.subscribe-newsletter .submit:hover {
    color: #262728 !important;
    border: 1px solid #262728;
    background: transparent !important;
}


/*  Newsroom */

.pipe-effect {
    padding-left: 15px;
    display: block;
    border-left: 1px solid #ea232d;
    margin: 10px 0;
}

.news-link {
    display: block;
    color: #333333 !important;
    font-size: 12px;
    padding: 2px 0;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-weight: 400;
    border-left: 1px solid rgba(236, 236, 236, 0);
}

.news-link:hover {
    color: #000 !important;
    border-left: #d8d8d8 1px solid;
    padding-left: 6px;
}

.sidebar .title {
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
}

.sidebar ul.tags-list {
    list-style: none;
    padding: 0
}

.sidebar ul.tags-list li {
    border: 1px solid #dedede;
    font-size: 11px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.sidebar ul.tags-list li a {
    color: #7c7c82;
    transition: all 0.2s ease-in-out;
}

.sidebar ul.tags-list li:hover {
    background-color: #ED1C24;
}

.sidebar ul.tags-list li:hover a {
    color: #fff;
}

.sidebar ul {
    margin-top: 10px;
    list-style: none;
    margin-bottom: 30px;
}

ul.recent li {
    line-height: 18px;
    margin-bottom: 15px;
}

#easyPaginate .post h4 {
    margin-bottom: 15px;
}

.post p {
    font-size: 13px;
}

.scrolled .kyc-list {
    margin-top: 50px;
}

.view {
    top: -48px;
    margin-bottom: 0;
}

.view>.content {
    padding-bottom: 150px;
}

ul.listing {
    margin-left: 16px !important;
    padding-left: 0 !important;
}

.post-body.background-75-e p,
ul.listing li,
.post-body.background-75-e .listing li span {
    font-weight: 300;
    color: #5c5c5c;
    font-size: 1rem;
    line-height: 1.6rem;
}

.post-body.background-75-e h4 {
    font-size: 1.2rem;
    color: #5c5c5c;
    font-weight: 500;
    letter-spacing: 0;
    margin: 35px 0 5px 0px;
}

.post .post-image {
    margin-right: 25px !important;
}

.date_kyc {
    color: #8e9096 !important;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.kyc-list ul,
.kyc-list ul li {
    list-style: none;
}

.sticky1 select option,
.kyc-list ul li a {
    padding: 10px 0;
    display: block;
    color: #8e9096;
    font-size: 12px;
    border-bottom: 1px solid #dbe0e2;
    line-height: 22px;
    font-weight: 300;
}

.techblog ul.recent li {
    font-size: 14px;
    background-image: url('../images/kyc/arrow.png');
    background-repeat: no-repeat;
    background-position: left 3px;
}

.techblog ul.recent li a {
    margin-left: 20px;
}

.row {
    margin: 0px;
}

.newsroom-main [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transition-property: inherit !important;
    transform: inherit !important;
}

.post .post-meta .post-day {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.post-author b {
    font-weight: 500 !important;
    color: #000;
}

.post-author {
    margin-top: 10px;
    font-size: 14px;
}

.post-author.disgnation {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 300;
}

.post .post-meta .post-month {
    border-bottom: 1px solid;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #db1a21;
    border-color: rgba(67, 67, 67, .08)!important;
}

.colors-e .post .post-meta,
.colors-e .post .post-meta a {
    color: #333333;
}

.post .post-meta>div {
    text-align: right;
}

.fluid-width {
    width: 100%;
    height: auto;
}

.newsroom h2,
.newsroom h2 a {
    color: #5c5c5c;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.careers.newsroom h2{
    font-weight: 400 !important;
}
.newsroom a.button2 {
    font-size: 12px;
}

.newsroom h2 {
    margin: 20px 40px 15px 0;
}

.newsroom h4 {
    font-weight: 400 !important;
    font-size: 1.2rem !important;
    margin-bottom: 5px !important;
    margin-top: 40px !important;
    line-height: 1.7rem !important;
}

.newsroom .post-body {
    margin-bottom: 50px;
}

#easyPaginate .post p {
    font-size: 1rem;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.6rem;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*max-height: 57px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#cd-lateral-nav .lang-button {
    margin-top: 60px !important;
}

.newsroom .post .post-tags i {
    display: inline-block;
    margin-right: 4px;
}

.newsroom .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.newsroom .colors-e .post .post-tags {
    color: rgba(118, 118, 118, .85);
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.newsroom .post .post-tags ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.newsroom .post .post-tags ul li {
    display: inline-block;
}

.newsroom .post-tags a {
    color: #db1a21;
    font-size: 14px;
}

.newsroom .post .post-image {
    margin-bottom: 30px;
    margin-right: 0 !important
}

.v4 .subnews-header {
    line-height: 3.1rem !important;
    margin-top: -40px;
    font-size: 2rem !important;
}

.map-anim {
    opacity: 0.8;
}

.award_container {
    margin: 0px;
    padding: 0px;
}

.award_container a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.award_container:hover a:last-child {
    background-color: #e6e6e6;
}

.award_container:hover a:first-child {
    background-color: #c8e7f5;
}

.award_container a:first-child:hover {
    background-color: #f3fbff;
    box-shadow: -4px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.award_container a:last-child:hover {
    background-color: #fdf0f0;
    box-shadow: 4px 0px 3px 2px rgba(0, 0, 0, 0.1);
}


/*pagination*/

.scroll-in-animation {
    opacity: 1 !important;
}

.easyPaginateNav {
    position: absolute;
    margin-left: 100px;
    margin-right: -100px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
    left: 0px;
}

.easyPaginateNav a {
    padding: 8px 13px;
    background-color: #f1f1f1;
    color: #333333;
    border-right: none;
    font-size: 12px;
    -webkit-box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    font-weight: 600;
}

.easyPaginateNav a.current {
    color: #fff;
    background-color: #333333;
}

.easyPaginateNav a.next {
    margin: 0px;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    line-height: normal;
}

.easyPaginateNav a.next:before,
.easyPaginateNav a.next:after {
    display: none;
}

.easyPaginateNav a.next {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #b5b5b5;
    background: #e0e0e0;
}

.easyPaginateNav a.prev {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #b5b5b5;
    background: #e0e0e0;
    display: inline-flex;
}

.easyPaginateNav li a,
.page-item.disabled .page-link {
    padding: 8px 13px;
    background-color: #f1f1f1;
    color: #333333;
    border-right: none;
    font-size: 12px;
    -webkit-box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    box-shadow: 1px 0px 1px 1px rgba(199, 199, 199, 0.5);
    font-weight: 600;
}

.easyPaginateNav .page-item.active .page-link {
    color: #fff;
    background-color: #333333;
}

.easyPaginateNav li#next-page {
    margin: 0px;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    line-height: normal;
}

.easyPaginateNav li#next-page:before,
.easyPaginateNav li#next-page:after {
    display: none;
}

.easyPaginateNav li#next-page {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #b5b5b5;
    background: #e0e0e0;
}

.easyPaginateNav li#previous-page {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #b5b5b5;
    background: #e0e0e0;
}


/*pagination*/

.left_line_break {
    padding-left: 8px;
    border-left: 1px solid #eee;
    padding-bottom: 50px;
}

.newsroom .news {
    padding-top: 20px;
    border-top: 1px solid #eee;
    padding-left: 0;
}

.newsroom .news .share-count {
    display: none;
}

#easyPaginate .col-md-3.post-meta {
    display: none;
}


/*  Newsroom */


/** Blog ***/

.ap-circle {
    position: relative;
    width: 120px;
    height: 120px;
    left: -10px;
    border-radius: 50% 50% 10% 50%;
    background-color: #db1a21;
}

.content.small-top-padding.colors-e.background-90-e.blog .ap-circle {
    background-color: transparent;
}

.blog-author {
    content: " ";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50% 50% 10% 50%;
}


/******* Blog Filter *****/

.pull-right {
    float: right !important;
}

.sidebar .accord {
    color: #434343 !important;
    background: #FFFFFF;
    padding: 12px 15px 12px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #E4E5E7;
    text-transform: uppercase;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.sidebar .accord i {
    font-size: 12px;
    padding-top: 6px;
}

.sidebar .accord:hover {
    background: #db1a21;
    color: #fff !important;
    cursor: pointer;
}

.sidebar .drob-list {
    margin-top: -10px;
    margin-bottom: 20px;
}

.sidebar .drob-list1 {
    color: rgb(67, 67, 67);
    background: rgb(255, 255, 255);
}

.sidebar .drob-list li {
    background: transparent;
    padding: 10px 12px;
    font-size: 13px;
    text-transform: capitalize;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    position: relative;
}

.sidebar .drob-list li a {
    color: #434343;
}

.sidebar .drob-list li:last-child {
    border: none;
}

.sidebar .drob-list li:hover {
    background: rgba(239, 239, 239, .6);
    cursor: pointer;
}

.image-author {
    float: left;
    width: 20%;
    margin-right: 3px;
}

.author-content {
    margin-left: 5px;
    display: inline-block;
    width: 75%;
    position: relative;
    margin-top: -3px;
}

.au-image {
    background-image: url(../../images/near-leadership.webp);
    background-size: 100% auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.near-team {
    background-image: url(../../images/the-near-team.png);
    background-size: 100% auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.anil {
    background-position: 0 0;
}

.shobhit {
    background-position: 0px -41px;
}

.madhu {
    background-position: 0 -82px;
}

.michelle {
    background-position: 0 -408px;
}

.praveen {
    background-position: 0 -901px;
}

.aditi {
    background-position: 0 -449px;
}

.smriti {
    background-position: 0 -367px;
}

.v4 .post-meta .post-date {
    border-color: rgba(67, 67, 67, .08)!important;
    border-bottom: 1px solid;
}

.v4 .post-meta .post-month,
.v4 .post-meta .post-day {
    font-size: 18px;
    display: inline-block;
    border: none;
}

.au-name {
    font-size: 14px !important;
    color: #493132 !important;
    font-weight: 400 !important;
    margin-top: 4px;
    display: inline-block;
    letter-spacing: 0.04em;
}

.au-designation {
    font-size: 11px !important;
    color: #7b7b7b !important;
    display: inline-block;
    font-weight: 400 !important;
    line-height: 15px;
    margin-top: 3px;
}

.au-hr {
    margin: 0px;
    border-color: #ececec;
    width: 151px;
    margin-top: -3px;
    margin-bottom: -2px;
}

.author-count {
    width: 20px;
    height: 20px;
    background: #ececec;
    color: #4a4141;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 10px;
    line-height: 19px;
}

.month-count {
    width: 20px;
    height: 20px;
    background: #ececec;
    color: #4a4141;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    float: right;
}

.sidebar a {
    display: block;
}

.sidebar .accordion {
    width: 100%;
    max-width: 360px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto 20px;
    padding-left: 0px;
    list-style: none;
}

.sidebar .accordion li.open i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .submenu {
    margin-top: 0px;
    display: none;
    background: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 0px;
    list-style: none;
    overflow: auto;
    height: 300px;
    width: 98%;
}

.sidebar .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sidebar .submenu::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.sidebar .submenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

.sidebar .submenu::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.sidebar .submenu::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
}

.sidebar .submenu li:hover {
    background: rgba(239, 239, 239, .6);
}

@media (min-width: 992px) {
    .col-md-push-3 {
        left: 75%;
    }
    .col-md-pull-9 {
        right: 25%;
    }
    .col-md-push-5 {
        left: 45%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
}

#particles-2,
header.allspark:after {
    z-index: 1;
}

.newsroom {
    z-index: 2;
    position: relative;
}

.board a {
    text-decoration: none;
}

.btn-flat {
    font-size: 12px;
    padding: 2px 10px;
    width: auto;
    background: #7d3bfd none repeat scroll 0 0;
    border-radius: 4px;
    font-family: 'GothamRounded-Medium', sans-serif;
    color: #FFF;
    display: inline-block;
    border: 1px solid #7d3bfd;
    margin-bottom: 5px;
}

.see-how {
    margin: 0 auto;
    line-height: 12px;
    padding-top: 10px;
    background-color: transparent;
    border-color: transparent;
    color: #7d3bfd
}

.shadow-vdo2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 74, 111, 0.8);
    left: 0;
    top: 0;
    z-index: 2;
}

.board .space {
    margin: 30px 0;
}

.board .custom_btn {
    left: 0px;
}

.culture_videobg .custom_btn {
    left: 20px;
    bottom: 40px;
}

.board .col-md-6:hover .custom_btn,
.culture_videobg:hover .custom_btn {
    width: 140px;
}

.culture_videobg:hover .btn__text {
    right: 0;
    z-index: 3;
}

.culture_videobg:hover .color_change {
    fill: #ED1C24 !important;
}

.board .custom_btn .btn__text,
.culture_videobg .custom_btn .btn__text {
    width: 140px;
}

.board .col-md-6:hover .custom_btn .icon svg,
.culture_videobg:hover .custom_btn .icon svg {
    left: 100px;
}


/* board */


/*** Privacy ***/

.privacy h2 {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.privacy p {
    font-size: 1rem !important;
    line-height: 1.5rem;
}


/* Newsletter subcribe*/

.newsletter {
    width: 100%;
}

.newsletter .row {
    float: left;
}

.newsletter .row:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -5000px;
    height: 100%;
    z-index: -1;
    background: inherit;
}

.newsletter .row span {
    position: relative;
    display: inline-block;
    margin-top: 0;
}

.newsletter .balloon {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 195px;
    font-size: 12px;
    height: 25px;
    padding: 0 0 0 5px;
    font-family: 'Roboto', sans-serif;
    color: transparent;
    font-weight: 400;
    background: transparent;
    outline: 0;
    text-indent: 60px;
    transition: all .5s ease !important;
    border-bottom: 1px solid #7d3bfd !important;
    text-shadow: 0px 0px 0px transparent;
    border: none;
}

.newsletter .balloon::-webkit-input-placeholder {
    color: transparent;
    text-indent: 0;
    font-weight: 400;
}

.newsletter .balloon+label {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 6px;
    padding: 5px;
    line-height: 15px;
    height: 25px;
    color: #6b6b6b;
    font-weight: 400;
    transition: all .5s ease !important;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
    margin-bottom: 0px;
}

.newsletter .balloon+label:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(122, 184, 147, 0);
    transition: all .5s ease;
}

.newsletter .balloon:focus,
.balloon:active {
    color: #6b6b6b;
    text-indent: 0;
    background: transparent;
    transition: all .5s ease !important;
}

.newsletter .balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
    color: #aaa;
    transition: all .5s ease !important;
}

.newsletter .balloon:focus+label,
.balloon:active+label {
    color: #fff;
    /*background: #7d3bfd;*/
    transform: translateY(-30px);
    opacity: 0;
    transition: all .5s ease !important;
}


/*.newsletter .balloon:focus + label:after,.balloon:active + label:after { border-top: 4px solid #7d3bfd;}*/

.newsletter .clear {
    float: left;
    margin-top: 21px;
    clear: none;
}

.newsletter .email:focus {
    outline: none;
    border: none;
    border-bottom: solid 1px #ec222b !important;
    transition: border-color 1s ease;
}

.newsletter .submit {
    float: left;
    appearance: none;
    width: 80px;
    height: 28px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 0px 0px #fff;
    font-size: 11px;
    font-weight: 400;
    background: #ec222b;
    color: #ffffff;
    line-height: 6px;
    padding: 5px;
    border-radius: 3px;
    border: none;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.5s ease;
    outline: none;
    margin-left: 5px;
}

.newsletter .submit:hover {
    background: #F26167;
    cursor: pointer;
    transition: color 0.5s ease;
}

#mc_embed_signup_scroll h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    bottom: -6px;
    margin-right: 10px
}

#mc_embed_signup_scroll {
    display: block;
    text-align: center
}

#mc_embed_signup_scroll .row {
    display: block;
    margin-top: 60px
}

#mc_embed_signup_scroll .submit_button {
    margin-top: 21px;
    margin-left: -11px;
    display: inline-block;
    margin-bottom: -9px
}

.subscribe-newsletter .submit {
    border: 1px solid transparent;
    background: #00a0dd !important;
}

.subscribe-newsletter.newsletter .balloon {
    border-bottom: 1px solid #00a0dd !important;
    width: 160px;
}

.subscribe-newsletter .submit:hover {
    color: #262728 !important;
    border: 1px solid #262728;
    background: transparent !important;
}


/*  Newsroom */

.news-link {
    display: block;
    color: #333333 !important;
    font-size: 12px;
    padding: 2px 0;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-weight: 400;
    border-left: 1px solid rgba(236, 236, 236, 0);
}

.career-banner {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}

.career-sub .listing {
    margin-left: 20px;
    padding: 0;
    margin-bottom: 30px;
}

.careers h4 {
    margin-top: 30px;
}

.current img {
    vertical-align: middle;
    margin-right: 10px;
}

.current h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #e50000;
    line-height: normal !important;
    text-align: left;
    padding-left: 50px;
    padding-top: 11px;
    margin-top: 0px !important;
}

.current ul {
    border-top: 1px dashed #454545;
    border-bottom: 1px dashed #454545;
    padding: 15px 2px;
    list-style: none;
    color: #a7a7a7;
    font-size: 14px;
}

.current ul a {
    text-decoration: none;
    color: #a7a7a7;
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.current h4 span {
    font-size: 23px;
    font-weight: 400;
    color: #e50000;
    font-family: 'Roboto', sans-serif;
}

.current a:hover {
    color: #db1a21 !important;
}

.current .active a {
    color: #db1a21;
    text-decoration: none;
}

.current h2 {
    margin: 0px 40px 15px 0;
}

.careers_banner {
    text-align: center;
}

.v4 .placematrix-banner.careers_banner .carousel-item {
    height: 590px;
    min-height: 500px;
}

.careers_banner .allspark-space.banner-space {
    height: 120px
}

.careers_banner h1 {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.career-vdo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    background-color: #000;
}

.career-vdo-wrapper iframe {
    width: 100%;
    height: 65.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.careers_banner .cr_subhead {
    font-weight: 400 !important;
    color: #e9262d;
    font-size: 34px;
    letter-spacing: 0.005em;
}

.sidebar ul {
    margin-top: 10px;
    list-style: none;
    margin-bottom: 30px;
}

ul.recent li {
    line-height: 18px;
    margin-bottom: 15px;
}

#easyPaginate .post h4 {
    margin-bottom: 15px;
}

.post p {
    font-size: 13px;
}

.scrolled .kyc-list {
    margin-top: 50px;
}

.view>.content {
    padding-bottom: 150px;
}

ul.listing {
    margin-left: 16px !important;
    padding-left: 0 !important;
    margin-bottom: 36px !important;
}

ul.alpha.listing {
    margin-left: 25px !important;
}

ul.listing li {
    margin-bottom: 10px !important;
}

.post-body.background-75-e p,
ul.listing li,
.post-body.background-75-e .listing li span {
    margin-bottom: 20px;
}

.post-body.background-75-e h4 {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0;
    margin: 35px 0 5px 0px;
}

.post .post-image {
    margin-right: 25px !important;
}

.date_kyc {
    color: #8e9096 !important;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.kyc-list ul,
.kyc-list ul li {
    list-style: none;
}

.sticky1 select option,
.kyc-list ul li a {
    padding: 10px 0;
    display: block;
    color: #8e9096;
    font-size: 12px;
    border-bottom: 1px solid #dbe0e2;
    line-height: 22px;
    font-weight: 300;
}

.techblog ul.recent li {
    font-size: 14px;
    background-image: url(../../images/kyc/arrow.png);
    background-size: 4px 6px;
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 0px;
}

.techblog ul.recent li a {
    margin-left: 14px;
    font-weight: 300;
    line-height: 20px;
}

.row {
    margin: 0px;
}

.newsroom-main [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transition-property: inherit !important;
    transform: inherit !important;
}

.allspark-page.banner-content .careers_banner span.video-link-icon i {
    margin-left: 5px;
}

.allspark-page.banner-content .careers_banner span.video-link-icon:hover {
    background: #fff !important;
    color: #44aacc !important;
}

.careers_mid_container .well {
    padding: 0px;
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

.careers_mid_container .col-md-12 {
    padding: 0px;
}

.careers_mid_container span.video-link-icon {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 11px;
    font-size: 25px;
}

.v4 .careers-openings .red_btn {
    text-align: left;
    display: inline-block;
    color: #fff;
    background-color: #7D3BFD;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 200;
    transition: all .3s ease-in-out;
    font-weight: 400;
}

.v4 .careers-openings:hover .red_btn {
    background-color: #7D3BFD;
}

.careers_mid_container span.video-link-icon i {
    margin-left: 7px;
    color: #fff;
}

.careers_mid_container .well a:hover span.video-link-icon {
    background: #fff !important;
}

.careers_mid_container .well a:hover span.video-link-icon i {
    color: #44aacc !important;
}

.careers-perks .plaformset1 {
    margin-bottom: 30px;
}

.careers-perks.platform_content .rightspace {
    margin-right: 40px;
    position: relative;
    height: 234px;
}

.careers-perks.platform_content .plaformset1 object {
    height: 60px;
    width: auto;
    margin-bottom: 10px;
}

.careers-perks.platform_content .plaformset1 object.gourmet,
.careers-perks.platform_content .plaformset1 object.good-work,
.careers-perks.platform_content .plaformset1 object.amazing-leadership {
    height: 60px;
}

object.open-positions-icon {
    height: 50px;
    margin-bottom: 15px;
}

.careers-perks h2 {
    color: #5c5c5c;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400 !important;
}

.leadership-grid {
    padding: 0px;
    border: 1px solid #767876;
}

.openings {
    margin-top: 20px;
    margin-bottom: 20px;
}

.open-positions .openings {
    margin: 0 0 0 25px;
    flex: 0 0 calc(33% - 50px);
    padding: 40px;
    transition: all 0.5s ease;
    border: 1px solid #767876;
    text-align: left;
    height: 270px;
}

.openings h2 {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.openings p {
    font-size: 1rem;
    color: #5c5c5c;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6rem;
}

.openings .custom_btn {
    position: absolute;
    bottom: 20px;
    left: 39px;
    width: 35px;
    height: 35px;
    z-index: 3;
    border: 1px solid #b2b2b2 !important;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
}

.openings.col-md-4:hover .custom_btn {
    width: 120px;
}

.openings.col-md-4:hover .btn__text {
    right: 0;
    z-index: 3;
}

.openings .custom_btn .btn__text {
    right: 100%;
    color: #fff !important;
    height: 35px;
    width: 120px;
    background: #44aacc !important;
    position: absolute;
    line-height: 35px;
    transition: all 0.2s ease-in-out;
}

.openings .custom_btn .icon {
    top: 4px;
    left: -8px;
}

.openings .btn__text-inner {
    margin-left: 15px;
    color: #fff !important;
    font-size: 13px !important;
}

.openings .custom_btn {
    border-radius: 30px;
}

.openings .custom_btn .icon svg {
    width: 40px;
    height: 40px;
    left: -2px;
    position: absolute;
    top: -7px;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}

.openings .color_change {
    fill: #b2b2b2 !important;
    transition: all 0.2s ease-in-out;
}

.openings.col-md-4:hover .color_change {
    fill: #fff !important;
}

.openings.col-md-4:hover .custom_btn {
    border: 1px solid #44aacc !important;
    background: #44aacc;
}

.openings.col-md-4:hover:before {
    opacity: 0.7;
}

.openings.col-md-4:hover .custom_btn .icon svg {
    left: 85px;
    top: -6px;
}

div#html5-lightbox-overlay {
    opacity: 0.6 !important;
}

.content-hover {
    opacity: 0;
    position: absolute;
    z-index: 2;
    transition: all 1s ease;
    font-size: 13px;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 30px;
    bottom: 10px;
    text-align: left;
}

.content-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease;
    max-height: 220px;
}

.careers-perks h3 {
    text-align: center;
    padding-top: 40px;
}

.careers-perks h2 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.plaformset1:hover .content-hover,
.plaformset1:hover .content-hover-img {
    opacity: 1;
}

.careers_banner .banner {
    margin-top: 0;
    height: auto;
}

.career-banner {
    font-size: 24px !important;
    line-height: 1.1 !important;
}

#careers .see-how.culture-btn {
    padding: 0px;
}

.careers-perks h2 {
    font-size: 1rem !important;
}

.culture_videobg h4 {
    font-size: 1.6rem;
}

.culture_videobg h4 span {
    display: inline-block;
    margin-top: 10px;
}

.career-set .col-lg-4 {
    height: auto
}

#careers_openings .col-lg-4 {
    margin-bottom: 30px;
}

.careers-openings h3 {
    font-size: 0.9rem;
    color: #5c5c5c;
    font-weight: 400;
    margin-bottom: 0;
}

.culture-subpages .culture_highlite h4,
.culture_videobg h4 {
    color: #444444;
    font-size: 38px;
    font-weight: 300;
}

.culture-subpages .culture_highlite h4 span,
.culture_videobg h4 span {
    color: #ED1C24;
}

.easyPaginateNav a.next {
    margin: 0px;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    line-height: normal;
}

.culture_videobg {
    background-size: cover;
    position: relative;
    display: inline-block;
    width: 100%;
    background-position: center;
}

.culture_videobg .inner_container_box {
    margin-left: auto;
    padding: 20px 30px;
    background: #fff;
    margin-top: 25%;
    margin-right: -15px;
    position: relative;
    z-index: 1;
}

#product-login button.close{
    display: block;
}
#product-login button.close.close1{
    display: none;
}
/*.culture_videobg:after, .culture_videobg:before {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';

}*/

.culture_videobg:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.culture_videobg:before {
    background-image: url('../../images/dot.png');
    opacity: 0.5
}

.collage {
    padding: 0;
    margin: 0;
}

.collage div {
    height: 250px;
    background-size: cover;
    border: 3px solid #fff;
    background-position: center top;
}

#ri-grid ul li img {
    width: 200px;
    height: 200px;
}


/* Play Button */

.button.red,
.button2.red {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
}

.hp-cta-video {
    display: inline-block;
    padding: 17px 17px 17px 50px;
    position: relative;
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    z-index: 1;
    color: #273444;
    font-size: 0.75rem;
    letter-spacing: .058em;
    line-height: .9;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
}

.hp-cta-video:before,
.hp-cta-video:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.hp-cta-video:before {
    width: 100%;
    height: 2.625rem;
    background-color: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(8, 8, 8, 0.29);
    border-radius: 1.3125rem;
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.hp-cta-video:hover:before {
    border: 1px solid #0d7cb1;
    background-color: #0d7cb1;
}

.hp-cta-video:after {
    top: 0.875rem;
    left: 1.625rem;
    border-top: 0.4375rem dashed transparent;
    border-bottom: 0.4375rem dashed transparent;
    border-left: 0.625rem solid #273444;
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

h1 sup {
    font-size: 45%;
}

sub,
sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.hp-cta-video:hover {
    color: #0d7cb1;
    text-decoration: none;
}

.hp-cta-video:hover:before {
    width: 2.625rem;
    border: 1px solid #0d7cb1;
    background-color: #0d7cb1;
}

.hp-cta-video:hover:after {
    left: 1.125rem;
    border-left: 0.625rem solid #fff;
}


/* career */


/*Kyc */

.kyc-list ul li a.active {
    color: #000;
}

.kyc-main .sticky1 select option span,
.kyc-list ul li span {
    font-weight: 500;
    display: block;
    font-size: 14px;
}

.kyc-main .sticky1 select {
    display: none;
}

.kyc-main .sticky1 select:focus {
    outline: none !important;
    background: #ececec;
}

.kyc-main .sticky1 select:hover {
    background: #ececec;
}

.kyc-list ul li a b.caret-right {
    display: none;
}

.kyc-list ul li a.active b.caret-right {
    display: inline-block;
}

.kyc-main .filter-link {
    border: none !important;
    padding: 0 !important;
}

.kyc-main .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 80px;
    width: 0;
}

.twit {
    position: relative;
    bottom: 23px;
    left: 17px;
}

.share.twit {
    bottom: 0px;
    left: 4px;
}

.kyc-list ul li.active a,
#kyc.active a {
    color: #000 !important;
}

#kyc3.active .caret-right {
    display: inline-block !important;
}

h4.team-heading {
    text-align: center;
    font-size: 30px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.kyc-main p.team-designation {
    color: #000000;
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;
}

p.finish {
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 25px;
}

.kyc-main .social-share {
    padding-bottom: 25px;
    border-bottom: 1px solid #dbe0e2;
}

.kyc-main .news {
    padding-top: 0px !important;
    border-top: 0 !important;
}

.iwd {
    padding: 0px;
}

.iwd p.team-designation {
    text-align: left;
}

.iwd .col-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.iwd-profile-image img {
    width: 100%;
}

@media(max-width:766px) {
    .jeanie .col-md-5,
    .near-platform-container.jeanie h4.custom {
        text-align: center !important;
    }
    .mob-add {
        display: block !important;
    }
    .placematrix-banner .allspark-innerbanner .allspark-banner-image>div.anim-inner,
    .placematrix-banner .allspark-innerbanner .allspark-banner-image {
        display: none !important;
    }
    .placematrix-banner .carousel-item.sub-banner.allspark-innerbanner {
        height: 280px !important;
        min-height: 280px !important;
    }
    .allspark-innerbanner .project>.container>.row {
        padding-top: 0rem !important;
    }
    .textalign-center {
        text-align: center;
    }
    .near-platform-container .col-md-4,
    .jeanie .col-md-5 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 0 !important;
    }
    .col-md-push-5 {
        left: 0% !important;
    }
    .col-md-pull-6 {
        right: 0% !important;
    }
    .privacy .col-md-9 {
        text-align: center !important;
    }
    .privacy h3.custom {
        text-align: center !important;
        margin-top: 1rem;
    }
    .carousel-item .btn,
    .v4 .custom_button {
        font-size: 0.7rem !important;
        padding: 7px 10px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    footer .footer-data,
    footer .footer-about,
    footer .products-footer,
    footer .footer-connect {
        width: 50%;
        margin-bottom: 0 !important;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    footer.global-footer .footer-connect{
        width: 100%;
    }
    footer .footer-connect {
        /*border-top: 1px solid #ececec;*/
        text-align: left;
        margin-bottom: 0 !important;
    }
    footer .products-footer {
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px !important;
    }
    footer .col-md-2,
    footer .col-md-3,
    footer .col-md-4 {
        padding: 10px 0;
    }
    #cd-menu-trigger {
        display: block !important
    }
    .main_banner h1 span,
    .main_banner h1 {
        font-size: 28px !important;
        line-height: normal;
    }
    .col-centered {
        text-align: center !important;
    }
    .kyc-iwd .row.post {
        border-bottom: none !important;
    }
    .iwd .col-content {
        text-align: center;
    }
    .iwd .col-content .col-md-8 {
        margin-top: 30px;
    }
    .iwd p.team-designation {
        text-align: center;
        font-weight: 500 !important;
        font-size: 16px !important;
    }
    .iwd-profile-image {
        text-align: center;
    }
    .iwd-profile-image img {
        width: 50%;
    }
    .tech-author .line-break-bottom img {
        float: none !important;
    }
    .careers_banner .cr_subhead,
    .careers_banner .cr_subhead .blue {
        font-size: 22px !important;
    }
    .allspark_banner .careers_banner .banner-space.container {
        height: 110px;
    }
    .allspark-page.banner-content .careers_banner span.video-link-icon {
        padding: 6px !important;
        width: 40px;
        height: 40px;
        font-size: 15px !important;
    }
}


/*** Resources **/

.v4 .placematrix-banner .resources-slider .carousel-item {
    height: 480px;
    min-height: 480px;
}

.allspark-page.banner-content.crossmatrix_banner span {
    font-size: 36px !important;
    line-height: 30px !important
}

.allspark-page.banner-content.crossmatrix_banner span.blue {
    font-size: 52px !important;
    line-height: 64px !important;
    font-weight: 300 !important
}

.allspark-page.banner-content.crossmatrix_banner span.cm_opacity {
    font-size: 23px !important;
}

#resources hr {
    margin: 0px 0 10px !important
}

.cm_banner {
    text-align: center
}


/* engineering blog style */

.force3d .bg {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

body>.bg,
body>.video-bg,
body>.vimeo-bg,
body>.youtube-bg,
body>img,
body>iframe {
    z-index: 10;
}


/*  Newsroom */

.mob-add {
    display: none;
}


/****Career **/

.career-vdo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: block;
}

.careers_banner .overlay-blk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(18, 74, 111, 0.4);
    z-index: 2;
}

.overlay-blk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(18, 74, 111, 0.8);
}

.tech-blog {
    z-index: 999 !important;
    position: relative !important;
    height: 100% !important;
    margin-top: 50px !important;
}

.privacy {
    margin-bottom: 30px;
}

.careers h4 {
    margin-top: 30px;
}

.current img {
    vertical-align: middle;
    margin-right: 10px;
}

.current h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #e50000;
    line-height: normal !important;
    text-align: left;
    padding-left: 50px;
    padding-top: 11px;
    margin-top: 0px !important;
}

.current ul {
    border-top: 1px dashed #454545;
    border-bottom: 1px dashed #454545;
    padding: 15px 2px;
    list-style: none;
    color: #a7a7a7;
    font-size: 14px;
}

.current ul a {
    text-decoration: none;
    color: #5c5c5c;
    text-align: left;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.current h4 span {
    font-size: 23px;
    font-weight: 400;
    color: #e50000;
    font-family: 'Roboto', sans-serif;
}

.current a:hover {
    color: #db1a21 !important;
}

.current .active a {
    color: #db1a21;
    text-decoration: none;
}

.current h2 {
    margin: 0px 40px 15px 0;
}

.career-date .current li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d2d2d2;
}

.career-date .current li:last-child {
    border: none;
}

.careers_banner {
    text-align: center;
}

.careers_banner .allspark-space.banner-space {
    height: 120px
}

.careers_banner h1 {
    color: #fff;
}

.techblog-subcontent {
    margin-right: 50px
}

.tech-blog p.date,
.tech-blog-content p.date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    /* text-shadow: 0px 0px 0px #fff; */
    letter-spacing: .01em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.tech-blog h1,
.tech-blog-content h1 {
    font-family: "jubilat", sans-serif;
    font-size: 72px;
    color: #FFF;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    line-height: 69px;
    margin-top: 0;
    font-weight: 300;
}

.tech-list {
    list-style: none;
}

.privacy .tech-list h2 {
    font-size: 20px !important;
    color: #FFF;
    text-align: left;
    line-height: 24px;
    margin: 0 !important;
    font-weight: 300 !important;
}

.tech-blog p.first-story {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    /* letter-spacing: .01em; */
    line-height: 26px;
    font-weight: 400;
}

.tech-blog .container {
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tech-blog.slider {
    margin-top: 0!important;
    margin-bottom: 38px!important;
}


/*.tech-blog .slider, .carousel {
cursor: grab!important;
cursor: -moz-grab!important;
cursor: -webkit-grab!important;
}*/

.tech-blog .tech-list li {
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 0;
    float: left;
}

.tech-blog .tech-list {
    padding-left: 0;
}

.tech-blog .recent {
    list-style: disc !important;
    padding-left: 18px;
}

.tech-blog .recent li a {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb>li+li::before {
    content: "" !important;
    background: url(../images/breadcrumb-arrow.png) center center no-repeat;
    padding: 0 12px;
}

.breadcrumb>li:first-child {
    line-height: 20px;
    font-size: 14px;
    color: #403F3F !important;
    font-weight: 600;
}

.breadcrumb>li a {
    color: #403F3F;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 12px;
}

.tech-page .tech-note {
    font-size: 22px !important;
    line-height: 32px !important;
    color: #677171 !important;
    font-weight: 300;
}

.tech-page h4 {
    font-weight: 500 !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    line-height: 28px !important;
}

.tech-page .line-break-bottom {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.engineering h2 {
    margin: 0px 40px 0px 0 !important;
    padding-top: 29px !important;
}

.engineering .date {
    float: right;
    margin: -38px 20px 10px 0;
    display: inline-block;
    font-size: 14px;
}

.engineering .post-body.background-75-e h4 {
    margin: 40px 0 10px 0px !important;
}

.sidebar .title {
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
}

.sidebar ul.tags-list {
    list-style: none;
    padding: 0
}

.sidebar ul.tags-list li {
    border: 1px solid #dedede;
    font-size: 11px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.sidebar ul.tags-list li a {
    color: #7c7c82;
    transition: all 0.2s ease-in-out;
}

.sidebar ul.tags-list li:hover {
    background-color: #ED1C24;
}

.sidebar ul.tags-list li:hover a {
    color: #fff;
}

.techblog ul.recent li {
    font-size: 14px;
    background-image: url('../../images/kyc/arrow.png');
    background-repeat: no-repeat;
    background-position: left 3px;
}

.techblog ul.recent li a {
    margin-left: 20px;
}

.techblog.sidebar a {
    color: #db1a21 !important;
}

.tech-designation {
    font-size: 14px;
}

.tech-blog-cta {
    display: none !important;
}


/* engineering blog style */


/* Privacy */

.privacy h2 {
    margin: 60px 40px 15px 0 !important;
}


/* Privacy */

/**** Login Modal *****/
body.modal-open {
    overflow: hidden !important;
    position: initial !important;
}
.login_modal .modal-dialog button.close:focus {
    outline: none !important
}

.login_modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.login_modal button.close {
    top: 30px;
    position: absolute;
    right: 30px;
}
.login_modal button.close:focus{
    outline: none;
}

.login_modal .modal-dialog .modal-header {
    text-align: center;
    display: block;
    border: 0;
    padding: 10px 30px 0!important
}

.login_modal .modal-dialog .modal-header h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000;
}
.login_modal .modal-subhead{
    font-size: 15px;
    font-weight:300;
    margin-bottom: 0;
    color: rgba(0,0,0,1)
}
.login_modal p.sub-text{
    width: 100%; 
   border-bottom: 1px solid #dcdcdc; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
}
.login_modal .sub-text span{
    font-size: 15px;
    font-weight:300;
    margin-bottom: 0;
    background:#fff; 
    padding:0 15px;
}
.login_modal .modal-body svg{
    max-width:130px !important;
}
.login_modal .modal-body svg.pinnacle-logo{
    max-width: 110px !important;
}
.login_modal .modal-dialog .modal-content {
    border: 0;
    -webkit-box-shadow: 0 0 30px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px 6px rgb(0 0 0 / 20%);
}
.login_modal .near-products{
    list-style: none;
}
.login_modal li{
    flex: auto;
    position: relative;
    list-style: none;
    text-align: center;
}
.login_modal .near-products li a{
    font-size: 14px;
    font-weight:300;
    color: #7d3bfd !important;
}
.login_modal .near-products li:hover a{
    color:#7d3bfd !important;
}
.login_modal .near-products li a:after {
    content: "";
    position: absolute;
    left:6px;
    bottom: -3px;
    height: 1px;
    width: 0%;
    background-color: #ED1C24;
    transition: all 0.25s ease-in-out;
}
.en-global.login_modal .near-products li a:after{
    left: 14px;
}
.login_modal .near-products li:hover a:after{
    width: 27%;
}
.login_modal .near-products li a.free-trial{
    color: #fff !important;
}
.login_modal .near-products li a.free-trial:after{
    display: none !important;
}
.login_modal .modal-footer{
    border: none;
    background: #edf2f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    justify-content: center;
    padding: 25px 0;
}
.login_modal .modal-footer p, .login_modal .modal-footer p a{
    font-size: 14px;
    font-weight:300;
    margin-bottom: 0;
    margin-right: 0;
}
.login_modal .modal-footer p a{
    font-weight:400;
}
p.popup-terms{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight:300;
    bottom: -50px;
}
p.popup-terms a{
    color: #7d3bfd;
    font-weight:300;
    font-size: 14px;
}
.login_modal .close svg{
    width:40px;
    height: 40px;
}
/*** Modal ***/

.allspark-header h2 {
    color: #1793d9 !important;
    font-weight: 400;
}

.allspark-header h1 {
    font-size: 32px;
    font-weight: 400;
}

.allspark-header hr {
    border: none !important;
    width: 100% !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.custom_modalbox .modal-dialog button.close:focus {
    outline: none !important
}

#custom-form .custom-form input,
#custom-form .custom-form textarea {
    border-bottom: none !important;
    border: none !important;
}

.custom_modalbox {
    background: rgba(0, 0, 0, .8)
}

.custom_modalbox .modal-dialog {
    margin-top: 80px
}

.custom_modalbox .modal-dialog .modal-content {
    border-radius: .4rem
}

.custom_modalbox .modal-dialog button.close {
    top: 10px;
    position: absolute;
    right: 10px;
    opacity: 1;
    border-radius: 5px
}

.custom_modalbox .modal-dialog .modal-header {
    text-align: center;
    display: block;
    border: 0;
    padding: 10px 30px 0!important
}

.custom_modalbox .modal-dialog .modal-header h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.custom_modalbox .modal-dialog .modal-content {
    border: 0
}

.custom_modalbox .custom-form .custom-form textarea,
.custom_modalbox_inside .custom-form .bfh-selectbox .bfh-selectbox-toggle,
.custom_modalbox_inside .custom-form input,
.custom_modalbox_inside .custom-form textarea {
    border: 1px solid #eef6f7;
    border-radius: 0;
    margin-right: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #333;
    background: #eef6f7;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.custom_modalbox_inside .reason.col-md-6 {
    margin-top: 0!important
}

.custom_modalbox_inside .col-checkbox.col-md-6 {
    margin-top: 30px!important
}

.custom_modalbox_inside .modal-dialog .form-group {
    margin: 0;
    padding: 0
}

.custom_modalbox_inside .open>.dropdown-menu,
.responsive .slick-slide>span>span {
    display: block
}
.custom_modalbox_inside .open>.dropdown-menu.show.open{
    overflow: inherit !important;
    min-height: 0 !important;
    width: 100%;
}
.custom_modalbox_inside .custom-form select#industry{
    display: none !important;
}
.custom_modalbox_inside ul.dropdown-menu.inner{
    background: #fff;
    width: 100%;
}
.custom_modalbox_inside .bootstrap-select {
    width: 100%!important
}

.custom_modalbox_inside .bootstrap-select .dropdown-toggle {
    padding: .9rem .8rem;
    font-size: 12px;
    color: #333;
    background: #eef6f7;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0!important;
    box-shadow: 0 0 0!important
}

.custom_modalbox_inside .bootstrap-select .dropdown-toggle:focus {
    outline: 0!important;
    box-shadow: 0 0 0!important
}

.custom_modalbox_inside .bootstrap-select .dropdown-toggle.open,
.custom_modalbox_inside .bootstrap-select .dropdown-toggle:hover {
    background: #e0eff0
}

.custom_modalbox_inside .bootstrap-select .dropdown-toggle .bs-caret {
    margin-right: 35px;
    line-height: normal;
}

.custom_modalbox_inside .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.custom_modalbox_inside .dropdown-menu ul {
    background: 0 0
}

.custom_modalbox_inside .dropdown-menu ul li a {
    font-size: 12px;
    color: #333;
    padding: 6px 10px;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px #f1f1f1 solid
}

.custom_modalbox_inside .bootstrap-select.open .dropdown-toggle,
.custom_modalbox_inside .dropdown-menu ul li a:hover {
    background: #e0eff0
}

.custom_modalbox_inside input:focus,
.custom_modalbox_inside input:hover,
.custom_modalbox_inside select:focus,
.custom_modalbox_inside select:hover,
.custom_modalbox_inside textarea:focus,
.custom_modalbox_inside textarea:hover {
    background: #e0eff0
}

.custom_modalbox_inside .button_set {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

.space_40px {
    padding: 40px
}

.space_70px {
    padding: 70px
}

.custom_modalbox_inside .button_set .cutsom_button_close,
.custom_modalbox_inside .button_set .cutsom_button_submit {
    border-radius: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 20px 30px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.custom_modalbox_inside .button_set .cutsom_button_close {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background-color: #404040;
    margin-right: -2px;
    text-align: left
}

.custom_modalbox_inside .button_set .cutsom_button_close:hover {
    background-color: #2d2d2d
}

#myframe,
.custom_modalbox .modal-body {
    padding: 0
}

.custom_modalbox_inside .button_set .cutsom_button_submit {
    background-color: #3378f9;
    margin-right: 0;
    text-align: center
}

.custom_modalbox_inside .button_set .cutsom_button_submit:hover {
    background-color: #004ef7
}

.custom_modalbox_inside .custom-form .form-group.col-md-12.row {
    padding: 15px 30px 30px
}

#myframe {
    padding: 0;
    margin: 0 0 -7px 0;
    border-radius: 5px;
}

.close i.fa {
    font-size: 25px;
    color: #3378F9;
}

@media (min-width: 576px) {
    .custom_modalbox .modal-dialog{
        max-width: 830px;
        margin: 30px auto;
        margin-top: 80px;
    }
    .login_modal .modal-dialog {
        max-width: 750px;
        margin: 30px auto;
    }
}


/*** Data Stories ***/

.ds_img {
    padding: 20px;
}

.ds_img img {
    width: 100%;
    height: auto;
}

.source_tag span.date_tag {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1px;
}

.source_tag span.name_tag {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.careers-perks h2 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.source_tag span.type_tag {
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    line-height: 11px;
    background-color: #d9d9d9;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.careers_banner .banner {
    margin-top: 0;
    height: auto;
}

.career-banner {
    font-size: 24px !important;
    line-height: 1.1 !important;
}

#careers .see-how.culture-btn {
    padding: 7px;
    margin-top: -16px;
    font-weight: 300
}

.source_tag p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.source_tag .see-how {
    margin: 0 auto;
    line-height: 12px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #7d3bfd
}

.source_tag .see-how i.fa {
    font-size: 14px !important;
    margin-left: 5px;
    line-height: 10px;
}

.culture-subpages .culture_highlite h4 span,
.culture_videobg h4 span {
    color: #ED1C24;
    font-weight: 200 !important
}

.data-stories_container img {
    width: 100%;
    height: auto;
}

.story_image {
    position: relative;
}

.story_image .source_tag {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.story_image .source_tag span {
    display: block;
}

.story_image .source_tag span.date_tag {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    margin-bottom: 1px;
    padding: 0 8px;
}

.story_image .source_tag span.name_tag {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    padding: 2px 8px;
    display: inline;
    background-color: rgba(0, 0, 0, 0.9);
}

.story_image .source_tag span.name_tag br {
    margin-right: 10px;
}

.story_image .source_tag span.type_tag {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    background-color: #4235bf;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.story_content {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.story_content .story-tag {
    margin-bottom: 5px;
}

.story_content .story-tag span {
    color: #16d598;
    display: inline-block;
    padding-right: 7px;
    font-size: 12px;
}

.story_content .story-tag span:before {
    content: "#";
}

.story_content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: initial;
    line-height: 26px;
}

.story_content p {
    font-size: 14px;
    line-height: 20px;
    color: #8996a3;
}

.story_author {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
}

.story_author .author-content span {
    display: block;
    line-height: 16px;
}

.story_author .author-content {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px
}

.story_author .image-author {
    width: 50px;
}

a.data-story_link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
    background: transparent;
}

a.data-story_link:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    background: #fff;
}


/* data stories */

br.i-add {
    display: none;
}

.mobile-view {
    display: none;
}

.techblog ul.recent li {
    font-size: 14px;
    background-image: url(../../images/kyc/arrow.png);
    background-size: 4px 6px;
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 0px;
}

.techblog.sidebar a {
    color: #db1a21 !important;
}

.tech-designation {
    font-size: 14px;
}


/* engineering blog style */


/* Privacy */

.privacy h2 {
    margin: 60px 40px 15px 0 !important;
}

.iab-block {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.iab-block img {
    display: inline-block !important;
}


/*** Data Stories ***/

.ds_img {
    padding: 20px;
}

.ds_img img {
    width: 100%;
    height: auto;
}

.source_tag span.date_tag {
    text-transform: uppercase;
    color: #858585;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1px;
}

.source_tag span.name_tag {
    text-transform: uppercase;
    color: #5c5c5c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    padding-bottom: 10px;
}

.source_tag .hr_full {
    width: 100% !important;
    height: 1px;
    background-color: #d9d9d9;
    border: none;
}

.source_tag span.type_tag {
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    line-height: 11px;
    background-color: #e8e8e8;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0px 0px 1px #969696;
    margin-right: 4px;
}

.source_tag p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.source_tag .see-how {
    margin: 0 auto;
    line-height: 12px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #7d3bfd
}

.source_tag .see-how i.fa {
    font-size: 14px !important;
    margin-left: 5px;
    line-height: 10px;
}

.data-stories_container {
    padding: 0px 0 100px 0;
    margin-top: -300px;
}

.data-stories_container img {
    width: 100%;
    height: auto;
}

.story_image {
    position: relative;
}

.story_image .source_tag {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.story_image .source_tag span {
    display: block;
}

.story_image .source_tag span.date_tag {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    margin-bottom: 1px;
    padding: 0 8px;
}

.story_image .source_tag span.name_tag {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    padding: 2px 8px;
    display: inline;
    background-color: rgba(0, 0, 0, 0.9);
}

.story_image .source_tag span.name_tag br {
    margin-right: 10px;
}

.story_image .source_tag span.type_tag {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    background-color: #4235bf;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.story_content {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.story_content .story-tag {
    margin-bottom: 5px;
}

.story_content .story-tag span {
    color: #16d598;
    display: inline-block;
    padding-right: 7px;
    font-size: 12px;
}

.story_content .story-tag span:before {
    content: "#";
}

.story_content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: initial;
    line-height: 26px;
}

.story_content p {
    font-size: 14px;
    line-height: 20px;
    color: #8996a3;
}

.story_author {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
}

.story_author .author-content span {
    display: block;
    line-height: 16px;
}

.story_author .author-content {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px
}

.story_author .image-author {
    width: 50px;
}

a.data-story_link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
    background: transparent;
}

a.data-story_link:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    background: #fff;
}


/* data stories */


/*** Media Queries ***/

@media(min-width:1024px) and (max-width:1400px) {
    .case-studies-container.margin-minustwo {
        margin-top: 3rem !important;
        margin-bottom: 0 !important;
    }
    .data-partners .col-md-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    span.number {
        font-size: 30px;
        margin-top: 15px;
    }
    .v4 .data-banner .sub-banner .banner_content br {
        display: none;
    }
    .v4 .data-banner .sub-banner {
        width: 100%;
        height: 670px;
        min-height: 500px;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 0rem !important;
    }
}

@media (min-width:991px) and (max-width:1100px) {
    .v4 .banner h1 {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }
    .allspark-form-container .col-md-7 {
        padding: 0;
        margin-right: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .allspark-form-container .col-md-4 {
        padding: 0;
        flex: 0 0 40%;
        max-width: 40%;
        margin-top: 0px;
    }
    .v4 .data-banner .sub-banner {
        width: 100%;
        height: 670px;
        min-height: 500px;
    }
    .v4 #data-bg canvas {
        max-height: 650px !important;
    }
    .jumbotron>.col-md-6,
    .jumbotron>.col-md-6>.row.h-100 {
        margin-top: 0 !important;
    }
    .v4 .banner_content {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .polygon {
        right: 5%;
        top: 40%;
    }
    .near-platform-container {
        margin-top: 0 !important;
        padding: 0 25px;
    }
    .near-platform-container .col-md-1 {
        display: none;
    }
    .near-platform-container .col-md-4 {
        max-width: 40%;
        flex: 0 0 40%;
    }
    h3.custom,
    h2.custom,
    h4.custom,
    .carbon .h1 {
        font-size: 1.75rem !important;
    }
    .footer-newsletter .form__field {
        width: 50% !important;
    }
    .project .icon-set svg,
    .jeanie .icon-set svg {
        left: 20px;
        top: 20px;
    }
    .project .icon-set,
    .jeanie .icon-set {
        width: 80px;
        height: 80px;
        right: -20px;
        top: -20px;
    }
    .project__image img {
        width: 100%;
        height: auto;
    }
    .v4 .carbon-banner .carousel-item {
        height: 60vh;
        min-height: 660px;
    }
    .carbon-banner .banner-overlay:after {
        width: 75vmin;
        height: 75vmin;
    }
    span.number {
        font-size: 30px;
        margin-top: 15px;
    }
    header.allspark.data-banner .banner_content br {
        display: none;
    }
    p.custom.col-md-5.mx-auto.text-center.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .get-started-container .col-md-1 {
        display: none;
    }
    .getstarted-carbon {
        flex: 0 0 45%;
        max-width: 45%;
        margin-left: 20px;
    }
    iframe.career-form {
        height: 600px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .v4 .banner h1,
    h1.carbonheader {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }
    .v4 .carbon-banner .carousel-item {
        height: 100vh;
        min-height: 820px;
    }
    .polygon {
        right: 5%;
        top: 40%;
    }
    .placematrix-container .icon-box p br {
        display: none;
    }
    .placematrix-container>.container>.row.my-5 {
        margin-top: 0 !important;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 3rem !important;
        margin-bottom: 0 !important;
    }
    .data-partners .col-md-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    span.number {
        font-size: 30px;
        margin-top: 15px;
    }
    .data-banner .banner_content br {
        display: none;
    }
    .allspark-form-container .col-md-7 {
        padding: 0;
        margin-right: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .allspark-form-container .col-md-4 {
        padding: 0;
        flex: 0 0 40%;
        max-width: 40%;
        margin-top: 0px;
    }
    .jeanie .col-md-5.mt-5 {
        margin-top: 0 !important;
    }
    .aboutus-container .col-md-3.space {
        margin: 0 0 0 10px;
        flex: 0 0 calc(25% - 0px);
    }
    .aboutus-container .row .right-arrow:after {
        right: -20px !important;
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-left: 20px solid #fff !important;
        position: absolute !important;
        top: calc(50% - 20px) !important;
    }
    .v4 .post-meta .post-month,
    .v4 .post-meta .post-day,
    .v4 .post-author {
        padding-bottom: 0px;
        margin-top: 10px;
        font-size: 12px;
        display: inline-block;
    }
    .view>.content {
        padding-bottom: 0;
    }
    .post .post-meta>div {
        text-align: left;
    }
    .v4 .post-meta .post-date {
        border-color: rgba(67, 67, 67, .08)!important;
        border-bottom: none;
        bottom: 0 !important;
        float: right;
    }
    iframe.career-form {
        height: 600px;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .trusted {
        margin-top: -100px;
    }
    .v4 .news-ticker span {
        padding: 6px 0px;
    }
    .v4 .news-ticker .carousel-container {
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-ticker {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .homepage-banner .position-absolute.w-100 .col-md-2 {
        display: none;
    }
}

@media (max-width:1100px) {
    .an_tabs ul li a {
        padding: 10px 30px;
    }
    .v4 .data-banner .sub-banner .banner_content br {
        display: none;
    }
    .jeanie .col-md-5.mt-5 {
        margin-top: 1.5rem !important;
    }
    /*.get-started-tab a.tab-link span, .get-started-tab a.tab-link br{
    display: none;
  }
  .get-started-tab .nav-tabs.nav-tabs-dropdown::after{
    top: 13px !important;
  }*/
    .get-started-tab.an_tabs ul li a {
        padding: 14px 20px;
    }
    /*.get-started-tab.an_tabs ul li a.active{
    background-color:#fff;
    color: #5c5c5c;
  }
  .get-started-tab.an_tabs ul li a.active span{
    color: #e9262d;
  }*/
    .get-started-tab.an_tabs ul li {
        padding: 10px !important;
    }
    .get-started-tab.an_tabs ul li a#nav-carbon-tab {
        padding: 14px 25px;
    }
    .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        width: 250px;
        position: absolute;
        margin: 0 auto;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
        background-color: #f9f9f9;
        font-weight: 300;
        left: 0;
        top: -5px;
    }
    .terms-tabs .nav-tabs.nav-tabs-dropdown,
    .terms-tab .nav-tabs-dropdown {
        width: 100%;
    }
    .nav-tabs.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
        content: url('../../images/v4/back.svg');
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
        color: #000;
        width: 10px;
        transform: rotate(-90deg);
    }
    .nav-tabs.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }
    .nav-tabs.nav-tabs-dropdown>li>a,
    .nav-tabs-dropdown>li>a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }
    .side-menu .active a.sidebar-head {
        display: none;
    }
    .side-menu a {
        border-left: none !important;
        padding: 10px 20px !important;
        text-align: left;
        border-left: none;
    }
    .tab-content iframe {
        height: 680px !important;
    }
    .tab-content #product iframe.thankyou-height,
    .tab-content #data iframe.thankyou-height,
    .tab-content #media iframe.thankyou-height,
    .tab-content #others iframe.thankyou-height,
    .tab-content #team iframe.thankyou-height {
        height: 380px !important
    }
    .side-menu ul .active ul a.active,
    .side-menu ul .active ul li.active a {
        color: #e53329;
        position: relative;
        background: #fff;
        z-index: 1;
        border-left: none !important;
        border-color: transparent !important;
    }
    .side-menu ul .list-group-item.list-toggle ul a {
        border: none !important;
    }
    .side-menu ul .active ul a.active:before,
    .side-menu ul .active ul li.active a:before {
        display: none;
    }
    .contact .col-md-3 form,
    .contact .col-md-3 form #myselect,
    .contact .col-md-3 {
        display: inline-block;
        z-index: 10;
        position: relative;
        margin: 20px auto;
        text-align: center;
    }
    .an_tabs ul li a.active {
        box-shadow: none !important;
        z-index: 1;
        background-color: #fff;
    }
    .an_tabs .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 20px;
    }
    .an_tabs ul li {
        padding: 5px !important;
        margin: 0 !important;
        display: block !important;
    }
    .allspark-subpages .col.col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: inherit;
    }
    .banner-mobile1 {
        background: url(../../vdo/tech-blog.png) no-repeat;
        background-size: cover;
        min-height: 100%;
        height: auto;
        position: fixed;
    }
    .bg-vdo video,
    .bg video {
        display: none;
    }
}
@media (min-width: 991px) and (max-width: 1100px){
    footer p a svg {
        top: -8px;
    }
    footer .follow-icons a.socialicon {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #product-login .modal-dialog {
        transform: scale(0.7);
    }
    .near-platform-container .col-md-6 {
        margin-top: 0 !important;
    }
    .aboutus-container .row .team-content,
    .aboutus-container .row .col-md-3 {
        min-height: 160px !important;
        padding: 10px 20px !important;
    }
    .board_member_container {
        z-index: 5;
    }
    .aboutus-container .row .right-arrow:after {
        right: -20px !important;
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-left: 20px solid #fff !important;
        position: absolute !important;
        top: calc(50% - 20px) !important;
    }
    .aboutus-container .row .left-arrow:before {
        left: -20px !important;
        border-top: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-right: 20px solid #fff !important;
        top: 45% !important;
    }
    .sidebar-nav-v1 {
        width: 250px !important;
        right: 40px;
    }
}

@media (max-width:768px) {
    .desktop_image,
    .widgets-wrapper,
    .career-date {
        display: none;
    }
    .mobile-image {
        display: block;
        width: 100%;
    }
    .tech-blog-cta {
        display: inline-block !important;
        margin: 0 auto;
    }
    .tech-blog h1 {
        font-size: 24px !important;
        line-height: 25px;
    }
    .tech-blog {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .culture_videobg h4 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .jeanie .playBut {
        width: 40px;
        height: 40px;
    }
    #menu{
        display: none;
    }
    #cd-menu-trigger, #cd-menu-trigger-1{
        display: inline-block !important;
    }
    .btn {
        font-size: 0.9rem;
    }
    #myselect {
        display: inline-block;
        width: 170px !important;
        margin-top: 15px;
    }
    iframe.career-form {
        height: 680px;
    }
    .data-banner .banner_content br {
        display: none;
    }
    .homepage-cards,
    .homepage-cards>.container,
    .homepage-cards>.container>.row {
        margin-top: 0 !important;
    }
    .homepage-cards a .custom-card.icon-box {
        -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
        padding: 10px 20px !important;
    }
    .anim svg g {
        opacity: 0.4;
    }
    .minus-margin .custom-card {
        -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
        padding: 10px 20px !important;
    }
    .placematrix-container.minus-margin .custom-card {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 20px !important;
    }
    .carbon-banner .banner-overlay:after {
        width: 75vmin;
        height: 75vmin;
    }
    .v4 header.allspark.carbon-banner .carousel-item {
        height: 60vh;
        min-height: 500px;
    }
    .col.carbon-bg2 {
        display: none;
    }
    .padding-data {
        padding: 0;
    }
    p.custom.col-md-5.mx-auto.text-center.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .aboutus-container .row .team-content,
    .aboutus-container .row .col-md-3 {
        min-height: 230px;
    }
    .aboutus-container .custom_wrapp h2 {
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    .aboutus-container .custom_wrapp p {
        font-size: 14px !important
    }
    .the-data .banner-content hr,
    .the-data hr {
        margin: 10px 0;
    }
    .data-container .col-md-3 h1 {
        font-weight: 400 !important;
    }
    .aboutus-container .logo-set {
        padding: 30px 30px !important;
        top: 0;
    }
    .aboutus-container .logo-set span {
        width: 50%;
        padding: 20px 15px;
    }
    .aboutus-container .custom_wrapp {
        margin-bottom: 10px;
    }
    .slider .slick-prev:before,
    .carousel .slick-prev:before,
    .slider .slick-next:before,
    .carousel .slick-next:before {
        font-size: 12px;
    }
    .case-studies.slider .slick-prev:before,
    .case-studies.slider .slick-next:before {
        padding: 3px 7px !important;
    }
    .case-studies.slider .slick-prev,
    .case-studies.slider .slick-next {
        width: 40px !important;
    }
    .v4.newsroom-main .view.newsroom,
    .v4 .view.newsroom {
        margin-top: 30px !important;
    }
    .v4 .view.newsroom.privacy_main {
        margin-top: -50px !important;
    }
    .engineering .date {
        float: none;
    }
    .techblog-subcontent {
        margin-right: 0;
    }
    .sidebar {
        display: none;
    }
    .easyPaginateNav {
        position: inherit;
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    .easyPaginateNav a {
        padding: 8px;
    }
    .event-wrapper {
        width: 100%;
        padding: 15px 15px;
    }
    .v4 .subnews-header {
        margin-top: -40px;
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }
    .terms-verify,
    .margin-bottom.form-group {
        text-align: center;
        margin: 10px auto !important;
        padding: 0 15px !important;
    }
    .latest-data {
        margin-top: 0 !important;
        padding-top: 0;
    }
    .datastory-body {
        flex: auto !important;
        max-width: 100% !important;
    }
    .post-author.disgnation {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #first-col {
        -ms-flex-order: 1;
        order: 1;
    }
    #second-col {
        -ms-flex-order: 2;
        order: 2;
    }
    #third-col {
        -ms-flex-order: 3;
        order: 3;
    }
    #fourth-col {
        -ms-flex-order: 4;
        order: 4;
    }
}

@media(min-width:740px) and (max-width: 991px) {
    .form__field {
        width: calc(100% - 0px);
    }
    .container__item svg {
        right: 11px;
    }
    .resources {
        margin-top: 0 !important;
        padding-top: 30px !important;
    }
    .crossmatrix-content {
        margin: 10px auto;
    }
    .crossmatrix-banner .h-100 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .data-partners .col-md-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 0rem !important;
        margin-bottom: 0 !important;
    }
    p.cta-carbon span {
        position: relative;
        display: block;
        width: 75px;
        margin: 5px 0;
    }
    .v4 .data-banner .sub-banner {
        height: 650px
    }
    .v4 #data-bg canvas {
        max-height: 640px !important;
    }
}

@media (min-width:670px) and (max-width:767px) {
    .wave-vdo{
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .aboutus-container .col-md-3.space {
        margin: 20px 0;
    }
    .culture_img_container {
        display: none;
    }
    .aboutus-container .row .culture_container .right-arrow:after {
        display: none;
    }
    .aboutus-container .col-md-6.space,
    .aboutus-container .col-md-3.space {
        width: 100% !important;
        flex: inherit;
    }
    .aboutus-container .row .left-arrow:before {
        top: -35px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        left: 45%;
    }
    .aboutus-container .row .right-arrow:after {
        bottom: -35px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        left: 45%;
        top: inherit;
    }
    .board_member {
        height: 100%;
        min-height: 200px;
    }
    .v4 .carousel-inner::after {
        display: none;
    }
}

@media (min-width:670px) and (max-width:991px) {
    .board .img-circle {
        float: none;
    }
    .board h4 {
        margin-top: 20px !important;
    }
    .board hr.mar {
        margin-top: 0px !important;
    }
    .v4 .subpage-banner-content h1 {
        text-transform: capitalize;
        font-weight: 300;
    }
    .plaformset1:hover .content-hover,
    .plaformset1:hover .content-hover-img {
        opacity: 0;
    }
    .v4 .placematrix-banner.careers_banner .carousel-item {
        height: 350px;
        min-height: 350px;
    }
    .v4 .carousel-item.subpage-banner {
        height: 350px !important;
        min-height: 350px !important;
    }
    .v4 .careers_banner .crossmatrix-banner {
        margin: 0 !important;
        padding-top: 1rem !important;
    }
    .ap-circle {
        display: none;
    }
    .jumbotron>.col-md-6,
    .jumbotron>.col-md-6>.row.h-100 {
        margin-top: 0 !important;
    }
    .banner h1,
    header.allspark .banner h1,
    header.allspark.carbon-banner .banner h1,
    .allspark-header h-100,
    .data_container h1,
    .v4 header.allspark.data-banner .banner h1 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
    .banner_content,
    header.allspark .banner_content,
    header.allspark.carbon-banner .banner_content,
    header.allspark.data-banner .banner_content {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .carbon-banner .project .coming-soon {
        opacity: 1;
    }
    .carbon-banner .project .blur {
        filter: blur(5px) !important;
        -webkit-filter: blur(5px) !important;
    }
    .carbon-banner .coming-soon {
        top: 45%;
    }
    .carbon-banner .coming-soon h5 {
        font-size: 1.2rem;
    }
    .carbon-banner .banner-overlay:after {
        width: 75vmin;
        height: 75vmin;
    }

    .pulse-css {
        display: none;
    }
    .polygon {
        right: 0%;
        top: 20%;
        transform: scale(0.4);
    }
    .polygon .pulse-css {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .polygon .pulse-css:before,
    .polygon .pulse-css:after {
        width: 10px;
        height: 10px;
    }
    .trusted {
        margin-top: -10%;
    }
    h3.custom,
    h2.custom,
    h4.custom {
        font-size: 1.75rem;
    }
    .project .icon-set svg {
        left: 15px;
        top: 15px;
    }
    .jeanie .icon-set svg {
        top: 0
    }
    .project .icon-set,
    .jeanie .icon-set {
        width: 50px;
        height: 50px;
        right: -10px;
        top: -30px;
    }
    .project__image img {
        width: 100%;
        height: auto;
    }
    .near-platform-container .col-md-6 {
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .near-platform-container p.custom {
        margin-top: 0px;
        font-size: 14px;
        line-height: 18px;
    }
    .near-platform-container {
        margin-top: 0 !important;
        padding: 0 25px;
    }
    .near-platform-container .col-md-1 {
        display: none;
    }
    .near-platform-container .col-md-4,
    .jeanie .col-md-5 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 0 !important;
    }
    .global-offices {
        margin-top: 20px;
    }
    .privacy h2 {
        font-size: 1.2rem !important;
        line-height: 1.9rem;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 14px;
    }
    footer .follow-icons br {
        display: none;
    }
    .card-box {
        margin: 20px 0;
    }
    footer>.container>.row.mt-3.col-md-11.mx-auto {
        padding: 0;
        margin: 0 !important;
    }
    footer .cta-products a {
        padding: 2px 5px !important;
        position: relative;
    }
    footer .col-md-2,
    footer .col-md-3 {
        padding: 0px;
    }
    .allspark-form-container .col-md-7 {
        padding: 0;
        margin-right: 15px;
        flex: 0 0 90%;
        max-width: 90%;
        margin-bottom: 20px;
    }
    .allspark-form-container .col-md-4 {
        padding: 0;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .placematrix-container .icon-box p br {
        display: none;
    }
    .placematrix-banner .anim-inner {
        right: -30px;
        width: 100%;
    }
    .v4 .placematrix-banner .carousel-item {
        height: 500px !important;
        min-height: 500px !important;
    }
    .placematrix-container>.container>.row.my-5 {
        margin-top: 0 !important;
    }
    .placematrix-container .card-box {
        margin: 0px 0;
    }
    .placematrix-container .custom-card {
        margin-bottom: 0;
    }
    .placematrix-container .icon-box p {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .get-started .getstarted-banner .carousel-item {
        height: 260px;
        min-height: 260px;
    }
    .get-started .allspark-logo {
        width: 140px;
    }
    .get-started .get-started-container h3.sub-title,
    .get-started .get-started-container h3.sub-head {
        font-size: 22px;
    }
    .get-started p.custom,
    .modal-header p {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .get-started .mt-5 {
        margin-top: 2rem!important;
    }
    .get-started .steps-content {
        padding: 30px 0px !important;
    }
    .get-started .steps .howitworks h5 {
        margin-bottom: 20px;
    }
    .get-started .signup-form {
        margin: 20px auto !important;
    }
    .get-started .signup-form .form__field {
        width: calc(100% - 160px);
    }
    .get-started .signup-form .btn--primary {
        padding: 10px 10px;
        text-transform: capitalize;
    }
    .get-started .getstarted-allspark {
        margin-bottom: 70px !important;
        padding-bottom: 20px;
    }
    .get-started .carbon-logo {
        margin-bottom: 0.5em;
    }
    .get-started .get-started-container>.container>.row.my-5 {
        margin-top: 20px !important;
    }
    .get-started .row.steps.mt-5.pt-4 {
        padding-top: 0 !important;
    }
    .get-started .steps p.custom {
        padding-left: 0rem !important;
        line-height: 0.9rem !important;
    }
    .get-started .steps .py-3,
    .get-started .steps .col-md-3.mt-3.pt-3,
    .get-started .steps .col-md-3.mt-3.position-relative,
    .get-started .steps .col-md-6.mt-3.position-relative {
        padding-top: 7px !important;
        padding-bottom: 10px !important;
        max-width: 70%;
        flex: 0 0 70%;
        margin-top: 0 !important;
    }
    .get-started .steps .col-md-6.mt-3.position-relative {
        left: 0 !important;
    }
    .get-started .steps .col-md-3.mt-3.pt-3.position-relative.px-0 {
        padding-left: 15px !important;
    }
    .get-started .steps .col-md-6.mt-3.pt-3.position-relative {
        left: 0 !important;
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .col-md-1 {
        display: none;
    }
    .get-started .steps p.custom.pt-2 {
        padding-top: 0 !important
    }
    .get-started .getstarted-carbon {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top-spacer {
        margin-top: 30px !important;
    }
    br.i-add {
        display: block
    }
    .v4 .post-meta .post-month,
    .v4 .post-meta .post-day,
    .v4 .post-author {
        padding-bottom: 0px;
        margin-top: 10px;
        font-size: 12px;
        display: inline-block;
    }
    .view>.content {
        padding-bottom: 0;
    }
    .post .post-meta>div {
        text-align: left;
    }
    .v4 .post-meta .post-date {
        border-color: rgba(67, 67, 67, .08)!important;
        border-bottom: none;
        bottom: 0 !important;
        float: right;
    }
    .culture_img_container {
        max-height: 240px;
    }
    .aboutus-container .row div {
        padding: 30px;
    }
    #the-team.container{
        padding: 0;
    }
    #the-team .team-card {
        margin: 0 15px 20px 0;
        transform: scale(0.8);
        width: 150px;
    }

}

@media (max-width:670px) {
    .wave-vdo{
        display: none;
    }
    .newsroom-cont .culture-inner{
        width: 100% !important;
    }
    .aboutus-container .investors_container.newsroom-cont div{
        min-height: 180px;
    }
    .navbar .container {
        position: relative;
        padding: 0 25px;
    }
    .navbar-brand svg{
        width: 110px;
    }
    #product-login button.close{
        display: none;
    }
    #product-login button.close.close1{
        display: block;
        top: 20px;
        position: absolute;
        right: 20px;
    }
    .login_modal ul.product_logo{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .login_modal ul.product_logo li{
        flex: none;
        text-align: center;
        display: inline-block;
        width: calc(100% / 1);
    }
    .popup-terms{
        text-align: center;
        bottom: -70px;
    }
    .v4 .news-ticker .carousel-container {
        display: none;
    }
    footer .seal-footer.trustee-seal {
        margin-top: 5px;
        margin-left: 0px;
    }
    span.arrow span {
        top: -1px;
    }
    .seal-block img {
        margin-left: 0px !important;
    }
    .v4 .news-ticker span {
        padding: 12px 22px 12px 0px;
    }
    .v4 .news-ticker .carousel-control-next {
        width: 30px;
        line-height: 30px;
        border-radius: 50%;
        height: 30px !important;
        top: 30%;
        right: 0px;
    }
    .v4 .news-ticker .bs-icon {
        width: 0.7rem;
    }
    img.privacy-seal-logo {
        width: 100% !important
    }
    .container.container--fixed.allspark-subpages.contact .col-md-9.col {
        margin-top: 20px;
    }
    .platform_content img.success {
        margin-top: 30px !important
    }
    .v4 .allspark .cards {
        width: 70px;
        height: 102px;
    }
    .v4 .allspark .places {
        width: 60px;
        height: 30px;
    }
    #technologies {
        margin-top: 3rem !important;
    }
    .near-platform-content {
        padding-right: 15px !important;
        margin: 0 2px 20px 2px !important;
    }
    .post .custom_button {
        margin-top: 15px !important;
    }
    .trusted .mob-logo {
        display: inline-block;
        width: 110px;
    }
    footer .cta-allspark .footer-trial {
        display: none;
    }
    footer p.cta-allspark .footer-knowmore {
        display: inline-block;
    }
    .placematrix-banner .carousel-item.sub-banner.allspark-innerbanner {
        height: 260px !important;
        min-height: 260px !important;
    }
    .placematrix-banner.crossmatrix-mainbanner .carousel-item.sub-banner.allspark-innerbanner {
        height: 320px !important;
        min-height: 320px !important;
    }
    .data-banner #carouselExampleIndicators .btn-custom-primary {
        margin-top: -10px;
    }
    .view.newsroom {
        margin-bottom: 0px !important;
    }
    .data-story-image {
        height: auto !important;
    }
    .data-story-main .post-author img {
        display: none;
    }
    .homepage-banner {
        background-image: url(../../images/v4/mobile-banner.webp);
        background-repeat: no-repeat;
        background-position: 35% 0;
        background-size: 100% auto;
    }
    .bg-skew1 .trial-form1 .col-md-3 {
        text-align: center;
    }
    /*  .homepage-banner:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background:linear-gradient(to bottom, rgba(238, 242, 245, 0.51) 40%, rgba(255,255,255,0) 100%)
  }*/
    .investors_container .random-image {
        background: #eeeeee !important;
    }
    #clouds {
        bottom: initial !important;
        top: 10px;
        opacity: 0.5;
    }
    .homepage-banner #pulse-svg {
        opacity: 0;
    }
    .v4 .investors h4 {
        margin-top: 0px;
    }
    .v4 .investors hr {
        margin-top: 6px !important;
    }
    .v4 p.custom2,
    .source_tag p {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .col-md-6.pl-0.pt-1.mt-5 {
        padding-left: 15px !important;
    }
    .mob-add {
        display: block;
    }
    .news-ticker {
        width: 300px;
        margin: 30px auto !important;
    }
    .near-platform-icons {
        display: none;
    }
    .mobile-set {
        display: block;
    }
    .footer-newsletter #footer_error {
        font-size: 10px !important;
        text-align: left;
    }
    .textalign-center {
        text-align: center;
    }
    .marginright-zero {
        margin-right: 0 !important;
    }
    .culture_page_container {
        margin: 20px auto !important;
    }
    .steps-content {
        padding: 2rem 0 !important;
    }
    .steps-content h1 {
        font-size: 24px;
    }
    .steps-content .col-md-4 p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .v4 .subpage-banner-content h1.news-h1 {
        font-size: 1.2rem !important;
    }
    .newsroom h2,
    .newsroom h2 a {
        line-height: 1.3rem;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    .footer-newsletter .form__field {
        margin-bottom: 0;
    }
    .footer-newsletter {
        width: 200%;
        position: relative;
        margin-top: 140px !important;
        margin: 0;
        padding: 0;
        left: -100%;
    }
    .iab-block {
        width: 180%;
        position: relative;
        padding: 0;
        left: 0%;
    }
    .footer-newsletter h6 {
        text-align: left;
    }
    footer p a svg {
        height: 15px;
        width: 20px;
        margin-bottom: 13px;
        margin: 3px 15px 7px 0px;
    }
    .mobile-view {
        display: block;
    }
    .v4 .carousel-inner::after {
        display: none;
    }
    #cd-menu-trigger,
    #cd-menu-trigger-1 {
        right: 20px !important;
    }
    .v4 .carousel-item.subpage-banner {
        height: 380px !important;
        min-height: 380px !important;
    }
    .v4 .carousel-item.subpage-banner.about-banner {
        height: 330px !important;
        min-height: 330px !important;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner {
        height: 280px !important;
        min-height: 280px !important;
    }
    .v4 .resources-banner {
        height: 400px !important;
        min-height: 400px !important;
    }
    .newsroom .post .post-image {
        margin-bottom: 15px;
    }
    .newsroom h2 {
        margin: 0;
    }
    #easyPaginate .post p {
        margin-bottom: 0;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner {
        height: 250px !important;
        min-height: 250px !important;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner.contactus-banner {
        height: 270px !important;
        min-height: 270px !important;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner .subpage-banner-content {
        margin-top: 110px;
    }
    .container.container--fixed.allspark-subpages.contact .tab-content.col-md-12,
    .container.container--fixed.allspark-subpages.contact .col-md-9.col {
        padding: 0;
    }
    .container.container--fixed.allspark-subpages.contact .col-md-9.col {
        margin-top: 20px;
    }
    .platform_content img.success {
        margin-top: 30px !important
    }
    .contact-page-form .btn.submit {
        padding: 5px 30px;
    }
    .carbon-banner .col-md-4.pt-5 {
        padding-top: 0 !important;
    }
    .carbon-banner .h-100 {
        margin-top: 0 !important;
    }
    /*.get-started-minus{
    margin-top: -100px;
  }*/
    .get-started-minus .an-container {
        padding: 0;
    }
    .investors .col-md-6 {
        margin-bottom: 30px;
    }
    .investors .flex2 {
        padding: 0;
    }
    .aboutus-container .row div {
        min-height: 200px;
    }

    .aboutus-container .row div.board_member {
        min-height: 110px;
    }
    .aboutus-container .investors_container div {
        min-height: 270px;
    }
    div#cycler3 {
        min-height: 200px;
    }
    .v4 .subpage-banner-content h1 {
        width: 100% !important;
        font-weight: 300;
        font-size: 1.3rem !important;
        text-transform: none;
        line-height: 1.8rem;
    }
    .aboutus-container .row .left-arrow:before {
        left: 45%;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        top: -35px;
    }
    .careers-main p.title-subhead,
    .careers-main h2 {
        margin-bottom: 20px;
    }
    .v4 .subpage-banner-content p,
    .v4 header.allspark.data-banner .banner_content,
    header.allspark .banner_content {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .v4 .subpage-banner-content p {
        margin: 0 10px;
    }
    .see-how {
        font-size: 14px !important;
    }
    .careers-perks {
        margin: 0px 0 30px 0px !important;
    }
    .careers-perks h2 {
        font-weight: 300 !important;
    }
    .careers-perks .plaformset1 {
        margin-bottom: 0px;
    }
    .careers-perks.platform_content .rightspace {
        margin-right: 0px;
        height: auto;
    }
    .plaformset1:hover .content-hover,
    .plaformset1:hover .content-hover-img {
        opacity: 0;
    }
    .culture-subpages .culture_highlite h4 span,
    .culture_videobg h4 span {
        font-weight: 300 !important;
    }
    .culture-subpages .culture_highlite h4,
    .culture_videobg h4 {
        font-size: 20px;
    }
    #careers_openings {
        padding: 30px 0 80px 0 !important;
    }
    .contact_addresses {
        margin-top: 0px !important;
    }
    .tab-content #product iframe,
    .tab-content #data iframe,
    .tab-content #media iframe,
    .tab-content #others iframe {
        height: 660px !important;
    }
    .tab-content #team iframe {
        height: 700px !important;
    }
    .tab-content #product iframe.thankyou-height,
    .tab-content #data iframe.thankyou-height,
    .tab-content #media iframe.thankyou-height,
    .tab-content #others iframe.thankyou-height,
    .tab-content #team iframe.thankyou-height {
        height: 300px !important
    }
    form.contact-page-form .form-group.col-md-12.row,
    .contact-page-form .terms-verify {
        padding: 0 !important;
    }
    .custom-form.contact-page-form input,
    .contact-page-form .bfh-selectbox .bfh-selectbox-toggle,
    .contact-page-form.custom-form textarea,
    .contact-page-form.custom-form select {
        width: 100%;
        margin-right: 0;
        font-size: 0.75rem !important;
    }
    .contact-page-form .terms-verify span {
        font-size: 0.7rem !important;
        margin-top: 0 !important;
    }
    .contact-page-form .terms-verify input {
        margin-top: 2px !important;
    }
    .contact_addresses {
        padding-left: 0;
        padding-right: 0;
    }
    .v4 #careers_openings h2 {
        font-weight: 300 !important;
    }
    span.red,
    #careers_openings h2,
    .careers-openings h3,
    .careers-openings p,
    #careers_openings h2.customh2 {
        font-weight: 400 !important;
    }
    .banner .btn {
        font-size: 0.9rem;
        padding: 4px 10px !important;
    }
    .banner .container__item .btn {
        padding: 8px 10px !important;
    }
    .btn {
        font-size: 0.9rem;
    }
    .the-data .banner-content hr,
    .the-data hr {
        margin: 0 auto;
    }
    .resources {
        padding-top: 30px !important;
    }
    h2,
    .privacy h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }
    .top-spacer {
        margin-top: 30px;
    }
    br.i-add {
        display: none;
    }
    .v4 .subnews-header {
        margin-top: -40px;
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
    }
    .jumbotron>.col-md-6,
    .jumbotron>.col-md-6>.row.h-100,
    header.allspark .h-100.mt-5,
    .case-studies-container {
        margin-top: 0 !important;
    }
    .v4 .banner .jumbotron {
        padding: 4rem 0rem;
    }
    .v4 .banner .w-100 {
        top: 10% !important;
        z-index: 10;
    }
    .v4 .anim svg g {
        opacity: 0.4;
    }
    .v4 .content-leftaligned,
    .privacy h3.custom.content-leftaligned,
    .privacy .col-md-9.content-leftaligned {
        text-align: left !important;
    }
    .v4 .mobile-paddingremove {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .v4 .banner h1,
    .v4 header.allspark .banner h1,
    .v4 header.allspark.carbon-banner .banner h1,
    .allspark-header h1,
    .data_container h1,
    .v4 header.allspark.data-banner .banner h1,
    h1.crossmatrix_h1,
    h1.carbonheader {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 300;
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        margin-right: 0;
    }
    h1.crossmatrix_h1 {
        margin-bottom: 0 !important;
    }
    .v4 .banner_content,
    .v4 header.allspark .banner_content,
    .v4 header.allspark.carbon-banner .banner_content,
    .v4 header.allspark.data-banner .banner_content,
    .privacy p,
    .career-banner {
        font-size: 0.9rem !important;
        line-height: 1.3rem !important;
        margin-top: 10px !important;
        color: #000;
    }
    .v4 .near-platform-container .banner_content {
        padding: 0;
    }
    .pulse-css {
        display: none;
    }
    .polygon {
        right: -15%;
        top: 5%;
        transform: scale(0.3);
    }
    .polygon .pulse-css {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .polygon .pulse-css:before,
    .polygon .pulse-css:after {
        width: 10px;
        height: 10px;
    }
    .trusted {
        margin-top: 60%;
    }
    .trusted ul li {
        max-width: 110px;
        text-align: left;
        margin: 0 !important;
    }
    .wecompany-logo svg,
    .bcg-logo svg {
        max-width: 30px !important;
    }
    .trusted ul li.trusted-content {
        text-align: center;
    }
    .trusted .wecompany-logo,
    .trusted .bcg-logo {
        margin-right: 10px;
    }
    .trusted ul li span {
        display: inline-block;
        font-size: 0.9rem;
    }
    header.allspark:after {
        display: none
    }
    .near-platform-container .project,
    .jeanie {
        text-align: center;
    }
    .near-platform-container h2.custom {
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    .near-platform-container.jeanie h4.custom {
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    .near-platform-container p.custom {
        margin-bottom: 16px !important;
        text-align: center;
        letter-spacing: 0.03rem;
    }
    .near-platform-container.jeanie p.custom {
        text-align: center;
    }
    .near-platform-icons p.custom {
        text-align: left;
    }
    h3.custom,
    h2.custom,
    h4.custom {
        font-size: 1.4rem !important;
        margin-bottom: 10px;
    }
    .project .icon-set svg,
    .jeanie .icon-set svg {
        left: 15px;
        top: 15px;
    }
    .project .icon-set,
    .jeanie .icon-set {
        width: 50px;
        height: 50px;
        right: -10px;
        top: -30px;
    }
    .project__image img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 40px -20px rgba(0, 0, 0, .75);
    }
    .cards {
        width: 60px;
    }
    .near-platform-container {
        margin-top: 0 !important;
        padding: 0 25px !important;
    }
    .near-platform-container.jeanie {
        padding: 0 15px !important;
    }
    .jeanie .project {
        margin-top: 3rem;
    }
    h5.custom {
        font-size: 22px;
    }
    p.custom,
    .post-body.background-75-e p,
    ul.listing li,
    .post-body.background-75-e .listing li span,
    .modal-header p,
    .source_tag p,
    .source_tag .see-how {
        font-size: 0.85rem !important;
        line-height: 1.3rem !important;
        margin-top: 0px !important;
    }
    .global-offices {
        margin-top: 10px;
    }
    footer h6.font-weight-bold, footer h6 .h6-link {
        font-weight: 400 !important;
    }
    footer p a {
        color: #5c5c5c;
        font-weight: 300;
        font-size: 0.9rem !important;
        line-height: 1.2rem;
    }
    .global-offices span {
        font-size: 0.85rem;
    }
    .card-box {
        margin: 20px 0;
    }
    .v4 .carousel-item {
        min-height: 850px;
    }
    .v4 header.allspark .carousel-item {
        min-height: 500px;
        height: 670px;
    }
    .container__item a.login {
        bottom: 10px;
        display: none;
    }
    .container__item a svg.long-arrow {
        bottom: 7px;
    }
    .allspark-banner-image {
        padding: 15px !important;
        margin-top: 1.5rem !important;
    }
    .allspark-slider {
        margin-top: 0 !important;
    }
    .slider__holder {
        margin-top: 30px !important;
        max-width: 250px !important;
    }
    footer>.container>.row,
    footer>.container {
        margin-top: 0 !important;
    }
    .minus-margin {
        margin-top: 0;
    }
    .minus-margin .row.my-5 {
        margin-top: 0 !important;
    }
    .jeanie svg.icon {
        height: 30px;
        top: 10px;
        left: 2px;
        width: 55%;
    }
    .case-studies-container {
        padding-top: 0 !important;
    }
    .case-studies-container .container.row.perspective {
        margin: 0px;
    }
    .case-studies-container.allspark-case-studies {
        padding-top: 3rem !important;
    }
    .case-studies-container .row.my-5,
    .case-studies-container.allspark-case-studies .row.mb-5 {
        margin: 0px !important;
    }
    .global-offices svg {
        margin-top: 5px;
    }
    #pills-ecom .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .form__field {
        margin-bottom: 20px;
    }
    .carousel-item .form__field {
        margin-bottom: 0;
    }
    .allspark-header h2 {
        font-size: 1.5rem;
    }
    footer>.container>.row.mt-3.col-md-11.mx-auto {
        padding: 0;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 0.75rem;
    }
    footer .follow-icons br {
        display: block;
    }
    footer h6.footer-products {
        margin-bottom: 15px !important;
    }
    .footer-copyright .text-left {
        text-align: center !important;
    }
    footer .col-md-2,
    footer .col-md-3 {
        text-align: left;
        margin-bottom: 22px !important;
        padding-bottom: 15px;
        display: inline-block;
    }
    footer p {
        color: #848484;
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }
    footer p.cta-products.mb-4 {
        margin-right: 12%;
    }
    footer p.cta-products {
        line-height: 14px;
    }
    footer p.cta-products b {
        margin-bottom: 5px;
    }
    footer h6.mb-4 {
        margin-bottom: 14px !important;
    }
    footer .footer-data,
    footer .footer-about,
    footer .products-footer,
    footer .footer-connect {
        width: 50%;
        margin-bottom: 0 !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer-connect {
        text-align: left!important;
    }
    footer .cta-products .btn,
    .footer-submit {
        font-size: 0.8rem !important;
        padding: 0.5rem 0.25rem;
        min-width: 120px;
    }
    footer .footer-social {
        text-align: left;
        margin: 0;
    }
    footer .products-footer {
        border-bottom: 1px solid #ececec;
    }
    footer .footer-connect {
        /*border-top: 1px solid #ececec;*/
        margin-bottom: 0 !important;
    }
    .banner .allspark-form-container .btn {
        font-size: 0.9rem;
        padding: 9px 10px !important;
    }
    /* p.header-details, .investors, .header-team{
  margin-top: 80px !important; 
 }*/
    .placematrix-banner .carousel-item.sub-banner {
        height: 380px !important;
        min-height: 380px !important;
    }
    .placematrix-banner .carousel-item .project .col-md-4 {
        margin-top: 10px !important;
        padding-top: 0 !important;
    }
    .placematrix-banner .carousel-item .project .crossmatrix-banner .col-md-4 {
        margin-top: 4rem !important;
    }
    .placematrix-banner .allspark-banner-image>div.anim-inner {
        display: none;
    }
    .placematrix-container>.container>.row.my-5 {
        margin-top: 0 !important;
    }
    .placematrix-container .card-box {
        margin: 0px 0;
    }
    .placematrix-container .custom-card {
        margin-bottom: 0;
        padding-top: 0.5rem !important;
    }
    .allspark-innerbanner .project>.container>.row {
        padding-top: 1.5rem !important;
    }
    .placematrix-container .icon-box p {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .desktop_image {
        display: none;
    }
    .mobile-image {
        display: block;
        width: 100%;
    }
    .crossmatrix-banner .allspark-banner-image {
        display: none;
    }
    .crossmatrix-banner,
    .crossmatrix-banner .col-md-5 {
        margin-top: 0 !important;
    }
    .placematrix-container p.sub_head br {
        display: none;
    }
    .placematrix-container.pb-5 {
        padding-bottom: 0 !important;
    }
    header.allspark.carbon-banner .carbon-logo {
        width: 130px;
        margin-bottom: 20px;
    }
    .carbon-bg2:before {
        width: 7rem;
        height: 7rem;
        left: -40px;
        top: -49px;
    }
    #cd-lateral-nav a {
        padding: 5px 5px 5px 25px !important;
    }
    #cd-lateral-nav a.btn {
        padding: 5px 15px !important;
        margin-right: 0 !important;
        margin-left: 20px !important;
        font-size: 0.7rem;
    }
    .carbon-banner .project .blur {
        filter: blur(5px) !important;
        -webkit-filter: blur(5px) !important;
    }
    .carbon-banner .project .coming-soon {
        opacity: 1;
    }
    .carbon-banner .coming-soon {
        top: 45%;
    }
    .carbon-banner .coming-soon h5 {
        font-size: 1rem;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 1.5rem !important;
        margin-bottom: 0 !important;
    }
    .privacy-main {
        padding-top: 0 !important;
    }
    .privacy h3.custom {
        text-align: center !important;
        margin-top: 1rem;
    }
    .privacy .col-md-9 {
        text-align: center !important;
    }
    .data-partners {
        margin-top: 3rem !important;
    }
    .get-started-container {
        background: #fff;
    }
    .icon-box p {
        font-size: 0.85rem;
        line-height: 18px;
        margin-top: 10px;
    }
    .icon-box p.mob-fix {
        margin: 0 0px 1rem 0px !important;
    }
    .icon-box p.pb-4.px-4.mob-fix {
        padding: 0 10px !important;
    }
    .icon-box-text {
        padding-bottom: 0 !important;
    }
    .icon-box .icon {
        width: 50px;
        height: 50px;
    }
    .privacy .icon {
        width: 90px;
    }
    .data-privacy {
        padding-bottom: 10px !important;
    }
    .bg-skew:before {
        height: 1380px;
    }
    .data-contact .cta-contact {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .data footer {
        margin-top: -60px !important;
    }
    .des-add {
        display: none;
    }
    .v4 .about-banner .subpage-banner-content {
        padding: 0 20px;
        margin-top: 110px;
    }
    .v4 .privacy .tab-content h1 {
        font-size: 1.3rem;
        line-height: 2.1rem;
        font-weight: 300;
    }
    .data .case-studies-container,
    .data .case-studies-container>.row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .data .case-studies-container.data-partners>.row {
        margin-bottom: 2rem !important;
    }
    .data-partners .col-6 svg.icon {
        height: 100px;
    }
    .v4 header.allspark.data-banner .sub-banner {
        width: 100%;
        height: 480px;
        min-height: 480px;
    }
    .v4 .data-banner .project>.container>.row.mt-5.pt-5 {
        padding-top: 1.5rem!important;
    }
    .v4 .data-banner .project>.container .banner_content {
        margin: 10px 5px 30px;
    }
    .v4 #data-bg canvas {
        max-height: 450px !important;
    }
    .get-started .project>.container>.mt-5 {
        margin-top: 20px !important;
    }
    .get-started .project {
        padding: 0 20px !important;
    }
    .v4.get-started .banner_content {
        margin-bottom: 30px !important;
        font-size: 1rem !important;
        line-height: 1.4rem !important;
        margin-top: 10px !important;
    }
    .v4.get-started .getstarted-banner .carousel-item {
        height: 280px;
        min-height: 280px;
    }
    .get-started .allspark-logo {
        width: 140px;
    }
    .get-started .get-started-container h3.sub-title,
    .get-started .get-started-container h3.sub-head {
        font-size: 22px;
    }
    .get-started p.custom {
        font-size: 1rem !important;
        line-height: 1.4rem !important;
    }
    .get-started .mt-5 {
        margin-top: 2rem!important;
    }
    .get-started .row.steps.mt-5.pt-4 {
        padding-top: 0 !important;
    }
    .get-started .steps .col-md-6 {
        left: 0 !important;
    }
    .get-started .steps p.custom {
        padding-left: 0rem !important;
        line-height: 1.1rem !important;
    }
    .get-started .steps .py-3,
    .get-started .steps .col-md-3.mt-3.pt-3 {
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps .col-md-3.mt-3.pt-3.position-relative.px-0 {
        padding-left: 15px !important;
    }
    .get-started .steps .col-md-6.mt-3.pt-3.position-relative {
        left: 0 !important;
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps p.custom.pt-2 {
        padding-top: 0 !important
    }
    .get-started .steps .howitworks h5 {
        margin-bottom: 20px;
    }
    .get-started .signup-form {
        margin: -20px 0 40px 0 !important;
        padding: 40px 0 30px 0;
    }
    .carbon-tag {
        right: 10%;
    }
    .getstarted-carbon .carbon-logo {
        margin-bottom: 0.5rem;
        width: 120px;
    }
    .get-started-container h3.sub-title,
    .get-started-container h3.sub-head {
        line-height: 1rem;
    }
    .get-started .signup-form .form__field {
        width: calc(100% - 18px);
        margin: 20px auto;
    }
    .get-started span.error,
    .get-started span.error1 {
        margin: 0 auto;
        position: absolute;
        top: 35px;
        left: 15px;
    }
    .get-started .getstarted-allspark {
        margin-bottom: 70px !important;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .get-started-container .bullet-style li {
        font-size: 1em;
    }
    .get-started .get-started-container>.container>.row.my-5 {
        margin-top: 20px !important;
    }
    .cta-products.cta-carbon span {
        display: none
    }
    .cta-products.cta-carbon sup {
        display: inline-block;
        color: #29c28a;
    }
    .the-data .banner-content p {
        text-align: center !important;
    }
    .highlite,
    .highlite span {
        font-size: 17px !important;
        line-height: 26px !important;
    }
    .data_set img {
        width: 60px !important;
    }
    .icon-set-2 .col-md-3,
    .data_set .col-md-6 {
        text-align: center !important;
    }
    /*.carbon .col-md-3{left:0px; text-align:center !important; margin-top: 5% !important;  margin-left: 0% !important;}*/
    .carbon .col-md-3 img {
        width: 40% !important;
    }
    .carbon .col-md-3 hr {
        position: relative;
        left: 36% !important;
    }
    .aboutus-container {
        padding: 10px 15px !important;
    }
    .custom_btn .icon svg,
    .custom_btn .btn__text,
    .col-md-4 .custom_btn,
    .col-md-3 .custom_btn,
    .col-md-6 .custom_btn {
        height: 35px;
    }
    .custom_btn .btn__text {
        line-height: 35px;
    }
    .custom_btn .icon svg {
        width: 40px;
    }
    .v4 .investors .read-more {
        vertical-align: top;
        float: none
    }
    .v4 .board .custom_button {
        max-width: 130px;
        margin: 0 auto;
    }
    .col-md-pull-9 .col-md-10,
    #easyPaginate,
    .tech-page .col-md-12 {
        padding: 0;
    }
    .btn__text-inner {
        font-size: 11px !important;
    }
    .col-md-4 .btn__text,
    .col-md-6 .btn__text {
        right: 0px !important;
        width: 120px;
    }
    .col-md-3 .btn__text {
        right: 0px !important;
        width: 100px !important;
    }
    .col-md-3 .kroll .custom_btn,
    .kroll .custom_btn .btn__text {
        width: 120px !important;
    }
    .col-md-4 .custom_btn,
    .col-md-3 .custom_btn,
    .col-md-6 .custom_btn {
        width: 100px;
    }
    .aboutus-container .random-image img {
        height: auto !important
    }
    .aboutus-container .board_member,
    .culture_container .random-image {
        overflow: hidden !important;
    }
    .aboutus-container .board_member img {
        height: 250px !important;
    }
    .culture_container .random-image img {
        height: auto !important;
        width: 100% !important;
    }
    .header-team h2 {
        font-size: 18px !important;
    }
    #the-team .team-card {
        margin: 0 15px 20px 0;
        transform: scale(0.8);
        width: 140px;
    }
    .board h4,
    .culture-subpages .culture_highlite h1 {
        font-weight: 400;
    }
    .culture-subpages .culture_highlite h1 {
        font-size: 21px !important;
        margin-bottom: 25px;
    }
    .culture-subpages .culture_highlite p {
        font-size: 13px;
        line-height: 22px;
    }
    .culture-subpages.top-spacer {
        padding: 25px 10px 0 10px !important;
    }
    .culture_highlite hr {
        margin: 15px 0 !important;
    }
    .culture-subpages .col-md-3 p {
        font-size: 14px;
    }
    .culture_highlite {
        margin-bottom: 0px;
    }
    .listing li,
    .listing li span {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .blog .listing li,
    .blog .listing li span {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .collage {
        padding: 0 10px;
    }
    .aboutus-container {
        padding: 10px 15px !important;
    }
    .aboutus-container .custom_btn .btn__text {
        top: -2px !important;
        width: 120px !important;
    }
    .aboutus-container .custom_btn {
        bottom: 40px !important;
    }
    .aboutus-container .random-image img {
        height: auto !important
    }
    .aboutus-container .random-image {
        margin-bottom: 10px;
    }
    .aboutus-container .random-image.board_member {
        margin-bottom: 0;
    }
    .aboutus-container .board_member,
    .culture_container .random-image {
        overflow: hidden !important;
    }
    .aboutus-container .board_member img {
        height: auto !important;
        width: 100%;
    }
    .culture_container .random-image img {
        height: auto !important;
        width: 100% !important;
    }
    .aboutus-container .custom_btn .icon svg {
        top: -5px !important;
        width: 35px;
        height: 35px;
    }
    .aboutus-container .row .right-arrow:after {
        bottom: -30px;
        right: calc(50% - 20px);
        top: initial;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #fff;
    }
    .aboutus-container .row .right-arrow:hover:after {
        border-top: 20px solid #e8e8e8;
        border-left: 20px solid transparent;
    }
    .aboutus-container .custom_wrapp {
        margin: 10px 0 !important;
    }
    .aboutus-container .col-md-6.space,
    .aboutus-container .col-md-3.space,
    .aboutus-container .col-md-6.space2 {
        flex: auto;
        margin: 10px 0 0 0 !important;
    }
    .board1 {
        margin: 0
    }
    .board .col-md-6 .custom_btn {
        width: 140px !important;
    }
    .col-md-4 .btn__text,
    .col-md-3 .btn__text,
    .col-md-6 .btn__text {
        right: 0 !important;
        z-index: 3 !important;
    }
    .col-md-4 .color_change,
    .col-md-6 .color_change,
    .col-md-3 .color_change {
        fill: #ED1C24 !important;
    }
    .header-team h2 {
        text-align: center !important;
    }
    .board .col-md-6 .custom_btn {
        width: 140px !important;
    }
    .board .col-md-6 .custom_btn .icon svg {
        left: 100px;
    }
    .board .custom_btn {
        left: 15px !important;
    }
    .v4 .board .margin-bottom,
    .board .col-md-12 {
        padding: 0 15px !important;
        position: relative !important;
    }
    .board_page .custom_btn {
        left: 32% !important;
    }
    .ap-circle {
        display: none;
    }
    .v4 .post-meta .post-month,
    .v4 .post-meta .post-day,
    .v4 .post-author {
        padding-bottom: 0px;
        margin-top: 10px;
        font-size: 12px;
        display: inline-block;
    }
    .view>.content {
        padding-bottom: 0;
    }
    .post .post-meta>div {
        text-align: left;
        line-height: 24px;
        margin: 0 !important;
        font-weight: 300 !important;
    }
    .tech-blog p.first-story {
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.7);
        /* letter-spacing: .01em; */
        line-height: 26px;
        font-weight: 400;
    }
    .tech-blog .container {
        margin-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .tech-blog.slider {
        margin-top: 0!important;
        margin-bottom: 38px!important;
    }
    .tech-blog .slider,
    .carousel {
        cursor: grab!important;
        cursor: -moz-grab!important;
        cursor: -webkit-grab!important;
    }
    .tech-blog .tech-list li {
        height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
        padding-right: 50px;
        padding-left: 0;
        float: left;
    }
    .tech-blog .tech-list {
        padding-left: 0;
    }
    .tech-blog .recent {
        list-style: disc !important;
        padding-left: 18px;
    }
    .tech-blog .recent li a {
        font-size: 14px;
        font-weight: 500;
    }
    .breadcrumb>li+li::before {
        content: "" !important;
        background: url(../images/breadcrumb-arrow.png) center center no-repeat;
        padding: 0 12px;
    }
    .breadcrumb>li:first-child {
        line-height: 20px;
        font-size: 14px;
        color: #403F3F !important;
        font-weight: 600;
    }
    .breadcrumb>li a {
        color: #403F3F;
    }
    .breadcrumb>li {
        display: inline-block;
        font-size: 12px;
    }
    .tech-page .tech-note {
        font-size: 22px !important;
        line-height: 32px !important;
        color: #677171 !important;
        font-weight: 300;
    }
    .tech-page h4 {
        font-weight: 300 !important;
        font-size: 20px !important;
        margin-bottom: 0 !important;
        margin-top: 0px !important;
        line-height: 28px !important;
    }
    .tech-page .line-break-bottom {
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 1px solid #eee
    }
    .engineering h2 {
        margin: 0px 40px 0px 0 !important;
        padding-top: 29px !important;
        font-size: 14px !important;
    }
    .engineering .date {
        float: right;
        margin: -20px 0px 10px 0 !important;
        display: inline-block;
        font-size: 12px;
    }
    .latest-data {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .source_tag span.name_tag {
        font-size: 1.1rem !important;
        line-height: 1.4rem !important;
        font-weight: 400 !important;
        text-transform: capitalize;
    }
    .source_tag span.type_tag {
        text-transform: capitalize;
    }
    .source_tag .hr_full {
        margin: 10px 0;
    }
    .tech-author img {
        display: none;
    }
    .tech-designation {
        font-size: 12px;
    }
    .engineering .post-body.background-75-e h4 {
        margin: 40px 0 10px 0px !important;
    }
    .sidebar .title {
        font-size: 24px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 300;
    }
    .sidebar ul.tags-list {
        list-style: none;
        padding: 0
    }
    .sidebar ul.tags-list li {
        border: 1px solid #dedede;
        font-size: 11px;
        margin-top: 5px;
        display: inline-block;
        padding: 3px 9px;
        border-radius: 4px;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }
    .sidebar ul.tags-list li a {
        color: #7c7c82;
        transition: all 0.2s ease-in-out;
    }
    .page-footer {
        margin-top: -70px !important
    }
    .contact p svg.icon {
        display: block;
        margin: 10px auto;
    }
    .privacy h2 {
        margin: 30px 40px 15px 0 !important;
    }
    .v4 .footer-copyright p {
        text-align: center !important;
    }
    .v4 .footer-copyright p span{
        display: block !important;
        margin-bottom: 20px;
    }
    p.follow-icons span a {
        display: inline-block;
        font-size: 12px !important;
        margin: 0 !important;
        line-height: 20px;
        vertical-align: middle;
    }
}

@media (max-width:360px) {
    .footer-newsletter .form__field {
        width: 50% !important;
    }
    .v4.get-started .getstarted-banner .carousel-item {
        height: 320px;
        min-height: 320px;
    }
    .board .img-circle {
        float: none;
    }
    .v4 .board_page h4 {
        margin-top: 20px !important;
    }
    .footer-newsletter .form__field {
        margin-bottom: 0;
        margin-left: 0;
    }
    .aboutus-container .board_member img {
        height: 190px !important;
        width: auto;
    }
    .polygon {
        right: -18%;
        top: 2%;
    }
    .btn {
        font-size: 0.9rem;
    }
    .trusted {
        margin-top: 90%;
    }
    .trusted ul li {
        max-width: 110px !important;
    }
    .trusted ul li span {
        display: inline-block;
        margin-left: -5px;
    }
    .cta-products.cta-carbon span {
        margin: 0;
    }
    footer p.cta-carbon span {
        top: 0px;
        display: inline-block;
        right: -15px;
    }
    .news-ticker {
        width: 90%;
    }
}

@media screen and (min-width: 480px) and (max-width: 670px) and (orientation: landscape) {
    .jeanie svg.icon {
        left: 2px !important;
    }
    .bg-skew:before {
        height: 100%;
    }
    .v4 .allspark .cards {
        width: 70px;
        height: 102px;
    }
    .v4 .allspark .places {
        width: 60px;
        height: 30px;
    }
    .trusted .mob-logo {
        display: none;
    }
}

@media screen and (min-width:740px) and (max-width: 890px) and (orientation: landscape) {
    img.privacy-seal-logo {
        width: 50% !important
    }
    .sidebar-nav-v1 {
        width: 100% !important;
    }
    .side-menu ul .list-group-item.list-toggle ul a {
        font-size: 0.75rem !important;
        padding: 10px 12px !important;
    }
    #cd-lateral-nav a.btn {
        padding: 5px 15px !important;
        margin-right: 0 !important;
        margin-left: 20px !important;
        font-size: 0.7rem;
    }
    .carousel-item .btn,
    .v4 .custom_button {
        font-size: 0.7rem !important;
        padding: 7px 10px;
    }
    .collage div {
        height: 380px;
    }
    .bg-skew:before {
        height: 100%;
    }
    .v4 .allspark .cards {
        width: 70px;
        height: 102px;
    }
    .v4 .allspark .places {
        width: 60px;
        height: 30px;
    }
    .v4 .mobile-paddingremove {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .data-privacy {
        padding: 20px 0 !important;
    }
    #technologies {
        margin-top: 3rem !important;
    }
    .homepage-banner .col-md-6 {
        flex: auto;
        max-width: 100%;
        text-align: center;
    }
    .homepage .col-md-7.banner_content,
    .homepage {
        margin-bottom: 30px !important;
    }
    .homepage-cards a .custom-card.icon-box {
        height: 250px;
    }
    .minus-margin .custom-card {
        padding: 10px !important;
    }
    .minus-margin .card-box {
        padding: 0px;
    }
    #cd-menu-trigger,
    #cd-menu-trigger-1 {
        display: block !important;
    }
    .col-md-push-5 {
        left: 45%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-push-3 {
        left: 75%;
    }
    .col-md-pull-9 {
        right: 0%;
    }
    .allspark-slider br {
        display: none;
    }
    .privacy .tech-list h2 {
        font-size: 16px !important;
        color: #FFF;
        text-align: left;
        line-height: 24px;
        margin: 0 !important;
        font-weight: 300 !important;
    }
    .tech-blog .tech-list li {
        height: 170px;
        padding-right: 30px;
    }
    .tech-blog h1,
    .tech-blog-content h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .anim-inner {
        display: block !important;
        top: -30px;
    }
    .tech-blog {
        padding-top: 120px !important;
    }
    .tab-content iframe {
        height: 630px !important;
    }
    .tab-content #product iframe.thankyou-height,
    .tab-content #data iframe.thankyou-height,
    .tab-content #media iframe.thankyou-height,
    .tab-content #others iframe.thankyou-height,
    .tab-content #team iframe.thankyou-height {
        height: 300px !important
    }
    .post-meta.sticky1 .sticky-sidebar {
        max-width: 100% !important;
    }
    .margin-bottom.form-group {
        margin-bottom: 10px !important;
    }
    .v4 .post-meta .post-date {
        float: none !important;
    }
    .homepage-banner #pulse-svg {
        opacity: 1;
    }
    .homepage-banner {
        background-image: none;
    }
    #clouds {
        bottom: initial !important;
        top: -30px;
    }
    .homepage-banner .position-absolute.w-100 .col-md-2 {
        display: none;
    }
    .v4 .banner.homepage-banner .position-absolute.w-100 {
        top: 10% !important;
    }
    .v4 .banner.homepage-banner .position-absolute.w-100 h1 br,
    .v4 .banner.homepage-banner .position-absolute.w-100 .banner_content br.mob-add {
        display: none !important;
    }
    .v4 .news-ticker .carousel-container {
        display: none;
    }
    .v4 .news-ticker span {
        padding: 12px 10px;
        background: #4b8cee;
    }
    .v4 .news-ticker span br {
        display: none;
    }
    .v4 .news-ticker .bs-icon {
        width: 0.7rem;
    }
    .news-ticker {
        flex: 0 0 55%;
        max-width: 80%;
        margin: 30px auto !important;
        display: block;
    }
    .v4 .news-ticker span {
        padding: 12px 20px 12px 10px;
        background: #4b8cee;
    }
    .v4 .news-ticker .carousel-control-next {
        width: 23px;
        line-height: 23px;
        border-radius: 50%;
        height: 23px !important;
        top: 30%;
        right: 0;
    }
    .near-platform-icons,
    footer p.cta-carbon span {
        display: none;
    }
    .mobile-set {
        display: block;
        text-align: center;
    }
    .mobile-set img {
        width: 50% !important;
    }
    .cta-products.cta-carbon sup {
        display: inline-block;
        color: #29c28a;
    }
    .banner span.error {
        left: 10px !important
    }
    /*.form__field{
    margin-bottom: 20px;
  }*/
    .v4 header.allspark .carousel-inner::after {
        display: none;
    }
    .get-started span.error,
    .get-started span.error1 {
        margin: 0 auto;
        position: absolute;
        top: 25px;
        left: 65px;
    }
    .get-started.login {
        margin-left: 25px !important;
    }
    footer .cta-allspark .footer-trial {
        display: none;
    }
    footer p.cta-allspark .footer-knowmore {
        display: inline-block;
    }
    .marginright-zero {
        margin-right: 0 !important;
    }
    .footer-newsletter .form__field {
        margin-bottom: 0px;
        width: calc(100% - 90px) !important;
    }
    .footer-submit {
        padding: 10px 5px !important;
        font-size: 0.75rem;
    }
    footer .cta-products .btn {
        font-size: 0.75rem;
    }
    .jumbotron>.col-md-6,
    .jumbotron>.col-md-6>.row.h-100 {
        margin-top: 0 !important;
    }
    .banner h1,
    .v4 header.allspark .banner h1,
    header.allspark.carbon-banner .banner h1,
    h1.carbonheader {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
        margin-bottom: 5px !important;
        font-weight: 300;
        margin-top: 0 !important;
        margin-right: 0;
    }
    .banner-line {
        margin: 20px auto 20px 0 !important;
    }
    .privacy p,
    .icon-box p {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
        margin-top: 10px !important;
    }
    .banner_content,
    header.allspark .banner_content,
    header.allspark.carbon-banner .banner_content,
    header.allspark.data-banner .banner_content {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
        margin-top: 0 !important;
    }
    footer .cta-products a {
        padding: 2px 0px !important;
        display: inline-block;
    }
    .container__item a.login {
        bottom: 10px;
        display: none;
    }
    .carousel-item .form__field {
        margin-bottom: 0px;
        width: calc(100% - 82px);
    }
    .carousel-item .btn {
        font-size: 0.7rem;
        padding: 10px;
    }
    .pulse-css {
        display: none;
    }
    .polygon {
        right: -5%;
        top: 20%;
        transform: scale(0.3);
    }
    .polygon .pulse-css {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .polygon .pulse-css:before,
    .polygon .pulse-css:after {
        width: 10px;
        height: 10px;
    }
    .trusted {
        margin-top: -15%;
    }
    .trusted ul li {
        max-width: 100px;
        padding: 10px;
        margin: 0 !important;
    }
    .mycompany-logo svg,
    .bcg-logo svg {
        max-width: 30px !important;
    }
    .privacy h2 {
        line-height: 34px;
    }
    h3.custom,
    h2.custom,
    h4.custom,
    .privacy h2,
    .carbon .h1,
    .carbon h3.h3 {
        font-size: 1.4rem !important;
    }
    .project .icon-set svg,
    .jeanie .icon-set svg {
        left: 15px;
        top: 15px;
    }
    .project .icon-set,
    .jeanie .icon-set {
        width: 50px;
        height: 50px;
        right: -10px;
        top: -30px;
    }
    .project__image img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 40px -20px rgba(0, 0, 0, .75);
    }
    .near-platform-container {
        margin-top: 0 !important;
        padding: 0 25px !important;
    }
    .jeanie .col-md-5 {
        padding-left: 20px;
    }
    h5.custom {
        font-size: 22px;
    }
    p.custom,
    .post-body.background-75-e p,
    ul.listing li,
    .post-body.background-75-e .listing li span,
    .modal-header p,
    .source_tag p,
    .source_tag .see-how {
        font-size: 0.85rem !important;
        line-height: 1.3rem !important;
        margin-top: 0px !important;
    }
    .v4 p.custom2,
    .source_tag p {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .v4 .banner h1,
    .v4 header.allspark.carbon-banner .banner h1,
    .allspark-header h1,
    .data_container h1,
    .v4 header.allspark.data-banner .banner h1,
    h1.crossmatrix_h1,
    h1.carbonheader {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
        font-weight: 300;
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        margin-right: 0;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner {
        height: 250px !important;
        min-height: 250px !important;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner.contactus-banner {
        height: 200px !important;
        min-height: 200px !important;
    }
    .ipad-add {
        display: block;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    .v4 .post-meta .post-month,
    .v4 .post-meta .post-day,
    .v4 .post-author {
        padding-bottom: 0px;
        margin-top: 10px;
        display: inline-block;
    }
    .post .post-meta>div {
        text-align: left;
        line-height: 24px;
        margin: 0 !important;
        font-weight: 300 !important;
    }
    .data-story-main .post-author img {
        display: none;
    }
    .board .img-circle {
        float: left;
        margin-bottom: 10px;
        margin-right: 5px;
    }
    .v4 .post-meta .post-date {
        border-color: rgba(67, 67, 67, .08)!important;
        border-bottom: 1px solid;
    }
    .v4 .post-meta {
        flex: auto;
        max-width: 80%;
    }
    .newsroom h2,
    .newsroom h2 a {
        line-height: 1.3rem;
        font-size: 1rem;
        margin: 20px 20px 15px 0;
        font-weight: 400 !important;
    }
    .board h4 {
        margin-top: 41px !important;
    }
    .resources {
        padding-top: 30px !important;
    }
    .v4 .placematrix-banner .resources-slider .carousel-item {
        height: 430px !important;
        min-height: 430px !important;
    }
    .v4 header.allspark.data-banner .carousel-item {
        min-height: 500px !important;
        height: 540px !important;
    }
    .v4 .subpage-banner-content h1 {
        width: 100% !important;
        font-weight: 300;
        font-size: 1.3rem !important;
        text-transform: none;
        line-height: 1.8rem;
    }
    .get-started .signup-form {
        margin: -20px 0 40px 30px !important;
        padding: 40px 10px 30px 10px;
    }
    .des-add {
        display: none;
    }
    .v4 .subpage-banner-content p,
    .v4 header.allspark.data-banner .banner_content,
    header.allspark .banner_content {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .global-offices {
        margin-top: 20px;
    }
    .global-offices span {
        font-size: 0.85rem;
    }
    .v4 .carousel-item {
        min-height: 500px;
        height: 520px;
    }
    .near-platform-container .col-md-6 {
        padding-top: 0.5rem !important;
    }
    .v4 header.allspark.carbon-banner .carousel-item {
        height: 60vh;
        min-height: 450px;
    }
    header.allspark:after {
        display: none;
    }
    .minus-margin {
        margin-top: -30px;
    }
    .jeanie svg.icon {
        height: 30px;
        top: 10px !important;
        left: 12px;
        width: 55%;
    }
    .case-studies-container {
        padding-top: 0 !important;
    }
    .case-studies-container .container.row.perspective {
        margin: 0px;
    }
    .case-studies-container .row.my-5 {
        margin: 0px !important;
    }
    .container__item a svg.long-arrow {
        top: initial !important;
        right: -10px !important;
        bottom: 5px;
    }
    footer>.container>.row.mt-3.col-md-11.mx-auto {
        padding: 0;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 14px;
    }
    footer h6.footer-products {
        margin-bottom: 15px !important;
    }
    footer .follow-icons br {
        display: none;
    }
    .footer-copyright .text-left {
        text-align: center !important;
    }
    footer .col-md-2,
    footer .col-md-3 {
        text-align: left;
        padding-bottom: 15px;
        display: inline-block;
        padding-top: 20px;
    }
    footer p.cta-products.mb-4 {
        margin-bottom: 0 !important;
        margin-right: 12%;
    }
    footer p.cta-products b {
        margin-bottom: 5px;
    }
    footer h6.mb-4 {
        margin-bottom: 14px !important;
    }
    footer .footer-social {
        text-align: left;
        margin: 0 auto;
    }
    footer .products-footer {
        padding-bottom: 10px !important;
    }
    footer .footer-connect {
        text-align: left;
        margin-bottom: 0 !important;
    }
    footer h6.font-weight-bold {
        font-weight: 400 !important;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 0.75rem;
    }
    footer .col-md-2,
    footer .col-md-3,
    footer .col-md-4 {
        padding: 10px 0;
    }
    .v4 .placematrix-banner .carousel-item.sub-banner {
        height: 430px;
        min-height: 400px;
    }
    .placematrix-banner .carousel-item .project .col-md-4 {
        margin-top: 0 !important;
    }
    .placematrix-banner .allspark-banner-image>div.anim-inner {
        display: none;
    }
    .placematrix-container>.container>.row.my-5 {
        margin-top: 1rem !important;
    }
    .placematrix-container .card-box {
        margin: 0px 0;
    }
    .placematrix-container .custom-card {
        margin-bottom: 0;
    }
    .placematrix-container .icon-box p {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .desktop_image {
        display: none;
    }
    .mobile-image {
        display: inline-block;
        width: 80%;
        text-align: center;
    }
    .crossmatrix-banner .allspark-banner-image {
        padding-top: 1rem !important;
    }
    .placematrix-container p.sub_head br {
        display: none;
    }
    .placematrix-container.pb-5 {
        padding-bottom: 0 !important;
    }
    .carbon-banner .project .coming-soon {
        opacity: 1;
    }
    .carbon-banner .coming-soon h5 {
        font-size: 0.9rem;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 3rem !important;
        margin-bottom: 0 !important;
    }
    .privacy-main {
        padding-top: 0 !important;
    }
    .privacy h3.custom {
        margin-top: 1rem;
    }
    .data-partners {
        margin-top: 3rem !important;
    }
    .v4 .investors .read-more {
        margin-top: 0px;
    }
    .v4 .data-banner .sub-banner {
        width: 100%;
        height: 540px;
        min-height: 500px;
    }
    .v4 #data-bg canvas {
        max-height: 540px !important;
    }
    .get-started .project>.container>.mt-5 {
        margin-top: 20px !important;
    }
    .get-started .project {
        padding: 0 20px !important;
    }
    .get-started .getstarted-carbon {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .v4.get-started .banner_content {
        margin-bottom: 30px !important;
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
        margin-top: 10px !important;
    }
    .v4.get-started .getstarted-banner .carousel-item {
        height: 260px;
        min-height: 260px;
    }
    .get-started .allspark-logo {
        width: 140px;
    }
    .get-started .get-started-container h3.sub-title,
    .get-started .get-started-container h3.sub-head {
        font-size: 22px;
    }
    .get-started p.custom {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .get-started .mt-5 {
        margin-top: 2rem!important;
    }
    .get-started .row.steps.mt-5.pt-4 {
        padding-top: 0 !important;
    }
    .get-started .steps .col-md-6 {
        left: 0 !important;
    }
    .get-started .steps p.custom {
        padding-left: 0rem !important;
        line-height: 1.1rem !important;
    }
    .get-started .steps .py-3,
    .get-started .steps .col-md-3.mt-3.pt-3 {
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps .col-md-3.mt-3.pt-3.position-relative.px-0 {
        padding-left: 15px !important;
    }
    .get-started .steps .col-md-6.mt-3.pt-3.position-relative {
        left: 0 !important;
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps p.custom.pt-2 {
        padding-top: 0 !important
    }
    .get-started .steps .howitworks h5 {
        margin-bottom: 20px;
    }
    .getstarted-carbon .carbon-logo {
        margin-bottom: 0.5rem;
        width: 120px;
    }
    .get-started-container h3.sub-title,
    .get-started-container h3.sub-head {
        line-height: 1rem;
    }
    .get-started .signup-form .form__field {
        width: calc(100% - 148px);
    }
    .get-started .getstarted-allspark {
        margin-bottom: 70px !important;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .get-started .get-started-container>.container>.row.my-5 {
        margin-top: 20px !important;
    }
    .bg-skew1 .trial-form1 .col-md-6 {
        width: 60%;
    }
    .bg-skew1 .trial-form1 .col-md-3 {
        width: 40%;
        text-align: left;
    }
    header.allspark .allspark-banner-image.pl-5 {
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 890px) and (orientation: landscape) {
    #brand-video-modal button.close {
        top: 10px ;
        z-index: 10 ;
    }
    #brand-video-modal .modal-dialog .modal-content{
        box-shadow: none ;
        background: transparent;
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 740px) and (orientation: landscape) {
    .tab-content #product iframe,
    .tab-content #data iframe,
    .tab-content #media iframe,
    .tab-content #others iframe {
        height: 530px !important;
    }
    .tab-content #team iframe {
        height: 540px !important;
    }
    .engineering h2 {
        margin: 0px 40px 0px 0 !important;
        padding-top: 29px !important;
        font-size: 14px !important;
    }
    img.privacy-seal-logo {
        width: 50% !important
    }
    .tech-designation {
        font-size: 12px;
    }
    .engineering .date {
        float: right;
        margin: -20px 0px 10px 0 !important;
        display: inline-block;
        font-size: 12px;
    }
    .tech-page .line-break-bottom {
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    #cd-lateral-nav a.btn {
        padding: 5px 15px !important;
        margin-right: 0 !important;
        margin-left: 20px !important;
        font-size: 0.7rem;
    }
    .v4 header.allspark.carbon-banner .carousel-item {
        height: 60vh !important;
        min-height: 480px !important;
    }
    .near-platform-container p.custom {
        margin-bottom: 16px !important;
        text-align: center;
    }
    .privacy .tech-list h2 {
        font-size: 16px !important;
        color: #FFF;
        text-align: left;
        line-height: 24px;
        margin: 0 !important;
        font-weight: 300 !important;
    }
    .tech-blog .tech-list li {
        height: 100%;
        padding-right: 30px;
        min-height: 150px;
    }
    .tech-blog h1,
    .tech-blog-content h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .tech-author img {
        display: none;
    }
    .collage div {
        height: 380px;
    }
    header.allspark .allspark-banner-image.pl-5 {
        padding-left: 15px !important;
    }
    .mob-add {
        display: none;
    }
    .privacy .icon {
        width: 90px;
    }
    .bg-skew1 .trial-form1 .col-md-3 {
        text-align: center;
        margin-top: 15px;
    }
    .v4 .content-leftaligned,
    .privacy h3.custom.content-leftaligned,
    .privacy .col-md-9.content-leftaligned {
        text-align: left !important;
    }
    #technologies {
        margin-top: 3rem !important;
    }
    .homepage-banner #pulse-svg {
        opacity: 1;
    }
    .homepage-banner {
        background-image: none;
    }
    #clouds {
        bottom: initial !important;
        top: -30px;
    }
    .news-ticker {
        flex: 0 0 71%;
        max-width: 80%;
        margin: 30px auto !important;
        display: block;
    }
    .v4 .banner.homepage-banner .position-absolute.w-100 {
        top: 10% !important;
    }
    .v4 .banner.homepage-banner .position-absolute.w-100 h1 br,
    .v4 .banner.homepage-banner .position-absolute.w-100 .banner_content br.mob-add {
        display: none !important;
    }
    .v4 .news-ticker .carousel-container {
        display: none;
    }
    .v4 .news-ticker span {
        padding: 12px 20px 12px 10px;
        background: #4b8cee;
    }
    .v4 .news-ticker span br {
        display: none;
    }
    .v4 .news-ticker .carousel-control-next {
        width: 23px;
        line-height: 23px;
        border-radius: 50%;
        height: 23px !important;
        top: 30%;
        right: 0;
    }
    .v4 .news-ticker .bs-icon {
        width: 0.7rem;
    }
    .near-platform-icons,
    footer p.cta-carbon span {
        display: none;
    }
    .mobile-set {
        display: block;
        text-align: center;
    }
    .mobile-set img {
        width: 50% !important;
    }
    .cta-products.cta-carbon sup {
        display: inline-block;
        color: #29c28a;
    }
    .banner span.error {
        left: 20px !important
    }
    /*.form__field{
    margin-bottom: 20px;
  }*/
    .textalign-center {
        text-align: center;
    }
    .get-started span.error,
    .get-started span.error1 {
        margin: 0 auto;
        position: absolute;
        top: 25px;
        left: 15px;
    }
    footer .cta-allspark .footer-trial {
        display: none;
    }
    footer p.cta-allspark .footer-knowmore {
        display: inline-block;
    }
    footer .footer-data,
    footer .footer-about,
    footer .products-footer,
    footer .footer-connect {
        width: 50%;
        margin-bottom: 0 !important;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .marginright-zero {
        margin-right: 0 !important;
    }
    .footer-newsletter .form__field {
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .footer-newsletter {
        width: 200%;
        position: relative;
        margin-top: 160px !important;
        margin: 0;
        padding: 0;
        left: -100%;
    }
    .iab-block {
        width: 180%;
        position: relative;
        margin: 0;
        padding: 0;
        left: 0%;
    }
    .language-select{
        text-align: center !important;
    }
    .jumbotron>.col-md-6,
    .jumbotron>.col-md-6>.row.h-100,
    header.allspark .h-100.mt-5 {
        margin-top: 0 !important;
    }
    .banner h1,
    header.allspark .banner h1,
    header.allspark.carbon-banner .banner h1,
    h1.carbonheader {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .banner_content,
    header.allspark .banner_content,
    header.allspark.carbon-banner .banner_content,
    header.allspark.data-banner .banner_content,
    .privacy p {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
        margin-top: 10px !important;
    }
    .container__item a.login {
        bottom: 10px;
        display: none;
    }
    .carousel-item .form__field {
        margin-bottom: 0;
    }
    .pulse-css {
        display: none;
    }
    .polygon {
        right: -5%;
        top: 20%;
        transform: scale(0.3);
    }
    .polygon .pulse-css {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .polygon .pulse-css:before,
    .polygon .pulse-css:after {
        width: 10px;
        height: 10px;
    }
    .trusted {
        margin-top: -10%;
    }
    .trusted ul li {
        max-width: 100px;
        margin: 0 !important;
    }
    .mycompany-logo svg,
    .bcg-logo svg {
        max-width: 30px !important;
    }
    .privacy h2 {
        line-height: 34px;
    }
    h3.custom,
    h2.custom,
    h4.custom,
    .privacy h2 {
        font-size: 1.4rem;
    }
    .project .icon-set svg,
    .jeanie .icon-set svg {
        left: 15px;
        top: 15px;
    }
    .project .icon-set,
    .jeanie .icon-set {
        width: 50px;
        height: 50px;
        right: -10px;
        top: -30px;
    }
    .project__image img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 30px -20px rgba(0, 0, 0, .75) !important;
    }
    .near-platform-container {
        margin-top: 0 !important;
        padding: 0 25px !important;
    }
    .jeanie .col-md-5,
    .near-platform-container.jeanie h4.custom {
        text-align: center !important;
    }
    .jeanie .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    h5.custom {
        font-size: 22px;
    }
    p.custom,
    .post-body.background-75-e p,
    ul.listing li,
    .post-body.background-75-e .listing li span,
    .modal-header p,
    .source_tag p,
    .source_tag .see-how {
        font-size: 0.85rem !important;
        line-height: 1.3rem !important;
        margin-top: 0px !important;
    }
    .v4 p.custom2,
    .source_tag p {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .v4 .banner h1,
    .v4 header.allspark .banner h1,
    .v4 header.allspark.carbon-banner .banner h1,
    .allspark-header h1,
    .data_container h1,
    .v4 header.allspark.data-banner .banner h1,
    h1.crossmatrix_h1,
    h1.carbonheader {
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 300;
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        margin-right: 0;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner {
        height: 250px !important;
        min-height: 250px !important;
    }
    .v4 .carousel-item.subpage-banner.inner-page-banner.small-banner.contactus-banner {
        height: 200px !important;
        min-height: 200px !important;
    }
    .board .img-circle {
        float: left;
        margin-bottom: 10px;
    }
    .board h4 {
        margin-top: 41px !important;
    }
    .resources {
        padding-top: 30px !important;
    }
    .v4 .placematrix-banner .resources-slider .carousel-item {
        height: 430px !important;
        min-height: 430px !important;
    }
    .v4 header.allspark.data-banner .carousel-item {
        min-height: 500px !important;
        height: 540px !important;
    }
    .v4 .subpage-banner-content h1 {
        width: 100% !important;
        font-weight: 300;
        font-size: 1.3rem !important;
        text-transform: none;
        line-height: 1.8rem;
    }
    .get-started .signup-form {
        margin: -20px 0 40px 0 !important;
        padding: 40px 10px 30px 10px;
    }
    .des-add {
        display: none;
    }
    .v4 .subpage-banner-content p,
    .v4 header.allspark.data-banner .banner_content,
    header.allspark .banner_content {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .global-offices {
        margin-top: 20px;
    }
    .global-offices span {
        font-size: 0.85rem;
    }
    .v4 .carousel-item {
        min-height: 500px;
        height: 750px !important;
    }
    .near-platform-container .col-md-6 {
        padding-top: 0.5rem !important;
    }
    header.allspark:after {
        display: none;
    }
    .minus-margin {
        margin-top: 20px;
    }
    .jeanie svg.icon {
        height: 30px;
        top: 10px;
        left: 12px;
        width: 55%;
    }
    .case-studies-container {
        padding-top: 0 !important;
    }
    .case-studies-container .container.row.perspective {
        margin: 0px;
    }
    .case-studies-container .row.my-5 {
        margin: 0px !important;
    }
    .container__item a svg.long-arrow {
        top: initial !important;
        right: -10px !important;
        bottom: 5px;
    }
    footer>.container>.row.mt-3.col-md-11.mx-auto {
        padding: 0;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 14px;
    }
    footer h6.footer-products {
        margin-bottom: 15px !important;
    }
    footer .follow-icons br {
        display: none;
    }
    .footer-copyright .text-left {
        text-align: center !important;
    }
    footer .col-md-2,
    footer .col-md-3 {
        text-align: left;
        padding-bottom: 15px;
        display: inline-block;
        padding-top: 20px;
    }
    footer p.cta-products.mb-4 {
        margin-bottom: 0 !important;
        margin-right: 12%;
    }
    footer p.cta-products b {
        margin-bottom: 5px;
    }
    footer h6.mb-4 {
        margin-bottom: 14px !important;
    }
    footer .footer-about div {
        -moz-column-count: 1;
        -moz-column-gap: 40px;
        -webkit-column-count: 1;
        -webkit-column-gap: 40px;
        column-count: 1;
        column-gap: 40px;
    }
    footer .footer-social {
        text-align: left;
        margin: 0 auto;
    }
    footer .products-footer {
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px !important;
    }
    footer .footer-connect {
        /*border-top: 1px solid #ececec;*/
        text-align: left;
        margin-bottom: 0 !important;
    }
    footer h6.font-weight-bold {
        font-weight: 400 !important;
    }
    footer h6,
    .footer-contact .h6-link {
        font-size: 0.75rem;
    }
    footer .col-md-2,
    footer .col-md-3 {
        padding: 10px 0;
    }
    .v4 .placematrix-banner .carousel-item.sub-banner {
        height: 430px !important;
        min-height: 400px !important;
    }
    .placematrix-banner .carousel-item.sub-banner.allspark-innerbanner {
        height: 280px !important;
        min-height: 280px !important;
    }
    .allspark-innerbanner .project>.container>.row {
        padding-top: 1.5rem !important;
    }
    .placematrix-banner .carousel-item .project .col-md-4 {
        margin-top: 0 !important;
    }
    .placematrix-banner .allspark-banner-image>div.anim-inner {
        display: none;
    }
    .placematrix-container>.container>.row.my-5 {
        margin-top: 1rem !important;
    }
    .placematrix-container .card-box {
        margin: 0px 0;
    }
    .placematrix-container .custom-card {
        margin-bottom: 0;
    }
    .placematrix-container .icon-box p {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .desktop_image {
        display: none;
    }
    .mobile-image {
        display: block;
        width: 100%;
    }
    .crossmatrix-banner .allspark-banner-image {
        display: none;
    }
    .crossmatrix-banner,
    .crossmatrix-banner .col-md-5 {
        margin-top: 0 !important;
    }
    .placematrix-container p.sub_head br {
        display: none;
    }
    .placematrix-container.pb-5 {
        padding-bottom: 0 !important;
    }
    .carbon-banner .project .coming-soon {
        opacity: 1;
    }
    .carbon-banner .coming-soon h5 {
        font-size: 0.9rem;
    }
    .case-studies-container.margin-minustwo {
        margin-top: 3rem !important;
        margin-bottom: 0 !important;
    }
    .privacy-main {
        padding-top: 0 !important;
    }
    .privacy h3.custom {
        text-align: center !important;
        margin-top: 1rem;
    }
    .privacy .col-md-9 {
        text-align: center !important;
    }
    .data-partners {
        margin-top: 3rem !important;
    }
    .v4 .data-banner .sub-banner {
        width: 100%;
        height: 540px;
        min-height: 500px;
    }
    .v4 #data-bg canvas {
        max-height: 540px !important;
    }
    .get-started .project>.container>.mt-5 {
        margin-top: 20px !important;
    }
    .get-started .project {
        padding: 0 20px !important;
    }
    .get-started .getstarted-carbon {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .v4.get-started .banner_content {
        margin-bottom: 30px !important;
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
        margin-top: 10px !important;
    }
    .v4.get-started .getstarted-banner .carousel-item {
        height: 260px !important;
        min-height: 260px !important;
    }
    .get-started .allspark-logo {
        width: 140px;
    }
    .get-started .get-started-container h3.sub-title,
    .get-started .get-started-container h3.sub-head {
        font-size: 22px;
    }
    .get-started p.custom {
        font-size: 0.8rem !important;
        line-height: 1.2rem !important;
    }
    .get-started .mt-5 {
        margin-top: 2rem!important;
    }
    .get-started .row.steps.mt-5.pt-4 {
        padding-top: 0 !important;
    }
    .get-started .steps .col-md-6 {
        left: 0 !important;
    }
    .get-started .steps p.custom {
        padding-left: 0rem !important;
        line-height: 1.1rem !important;
    }
    .get-started .steps .py-3,
    .get-started .steps .col-md-3.mt-3.pt-3 {
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps .col-md-3.mt-3.pt-3.position-relative.px-0 {
        padding-left: 15px !important;
    }
    .get-started .steps .col-md-6.mt-3.pt-3.position-relative {
        left: 0 !important;
        padding-top: 7px !important;
        padding-bottom: 0 !important;
    }
    .get-started .steps p.custom.pt-2 {
        padding-top: 0 !important
    }
    .get-started .steps .howitworks h5 {
        margin-bottom: 20px;
    }
    .getstarted-carbon .carbon-logo {
        margin-bottom: 0.5rem;
        width: 120px;
    }
    .get-started-container h3.sub-title,
    .get-started-container h3.sub-head {
        line-height: 1rem;
    }
    .get-started .signup-form .form__field {
        width: calc(100% - 148px);
    }
    .get-started .getstarted-allspark {
        margin-bottom: 70px !important;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .get-started .get-started-container>.container>.row.my-5 {
        margin-top: 20px !important;
    }
    
    
}

@media screen and (min-width: 480px) and (max-width: 600px) and (orientation: landscape) {
    .trusted {
        margin-top: 0%;
    }

}