:root {
    --primary-color: #f26624;
    --secoundry-color: #0c4b88;
    --lt-grey: #58585a;
    --black-color: #000;
    --wht-color: #fff;
    --font-100: 'Museo Sans Rounded 100';
    --font-300: 'Museo Sans Rounded 300';
    --font-500: 'Museo Sans Rounded 500';
    --font-700: 'Museo Sans Rounded 700';
    --font-900: 'Museo Sans Rounded 900';
    --font-1000: 'Museo Sans Rounded 1000';
}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@font-face {
    font-family: 'Museo Sans Rounded 100';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 100'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded100.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 300';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 300'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded300.woff') format('woff');
}

@font-face {
    font-family: 'Museo Sans Rounded 500';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 500'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded500.woff') format('woff');
}

@font-face {
    font-family: 'Museo Sans Rounded 700';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 700'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded700.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 900';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 900'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded900.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 1000';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 1000'), url('https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/MuseoSansRounded1000.woff') format('woff');
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
 
    font-size: 16px;
}
.mob-res{display:none;}

a,
button {
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

/* Common Component */
.cir {
    width: 52px;
    height: 63px;
    float: left;
    left:24px;
/*     border: 5px solid var(--primary-color); */
/*     border-radius: 150px 0 0 150px;
    border-right: 0; */
   background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/primary-circle.png) no-repeat;
    position: relative;
    transition: all 0.3s;
    z-index:-1;
}

.cir:after {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    position: absolute;
    left: 34%;
    top: 50%;
    opacity: 0.2;
    content: '';
    border-radius: 100%;
    transform: translate(-15%, -50%);
    transition: all 0.3s;
}

.cir-wht {
    width: 52px;
    height: 63px;
    float: left;
   left: 24px;
/*     border: 5px solid var(--wht-color);
    border-radius: 150px 0 0 150px;
    border-right: 0; */
  background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/wht-circle.png) no-repeat;
    position: relative;
    transition: all 0.3s;
}

.cir-wht:after {
    width: 40px;
    height: 40px;
    background: var(--wht-color);
    position: absolute;
    left: 34%;
    top: 50%;
    opacity: 0.2;
    content: '';
    border-radius: 100%;
    transform: translate(-15%, -50%);
    transition: all 0.3s;
  z-index:-1;
}


.cir-blk {
    width: 52px;
    height: 63px;
    float: left;
  left:24px;
  background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/black-circle.png) no-repeat;
/*     border: 5px solid var(--black-color);
    border-radius: 150px 0 0 150px;
    border-right: 0; */
    position: relative;
    transition: all 0.3s;
    z-index:-1;
}
.news-letter .contact-us:hover {
    color: #fff;
}

.news-letter .contact-us:hover .cir-blk:after {
    opacity: 1;
}

.cir-blk:after {
    width: 40px;
    height: 40px;
    background: var(--black-color);
    position: absolute;
    left: 34%;
    top: 50%;
    opacity: 0.2;
    content: '';
    border-radius: 100%;
    transform: translate(-15%, -50%);
    transition: all 0.3s;
}

/* End */




/* Header Css */



header {
    position: relative;
    /* min-height: 500px; */
    /* background-color: var(--black-color); */
    /* padding: 30px 0; */
}

header .custom-slider {
    margin: 0 auto;
    max-height: 720px;
    overflow: hidden;
}
header .custom-slider .d-block{
    width: 100%;
}

header .custom-slider .carousel-indicators {
    bottom: inherit;
    top: 680px;
}

.carousel-caption {
    position: relative;
}

header .carousel-caption {
    left: 9%;
    right: inherit;
    margin: 0 auto;
    position: absolute;
    top: 250px;
    text-align: left;
}

header .carousel-caption h1 {
    font-size: 59px;
    font-family: var(--font-700);
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 20px;
}

header .carousel-caption p {
    font-size: 26px;
    font-family: var(--font-500);
}

header .carousel-caption p span {
    display: block;
}

header .carousel-caption h1 span {
    display: block
}

header .carousel-caption .know-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--wht-color);
    margin-top: 40px;
    transition: all 0.3s;
  left:-24px
}

header .carousel-caption .know-more:hover .cir:after {
    opacity: 1;
}

header .carousel-caption .know-more .cir {
    z-index: -1;
}

header .carousel-indicators {
    left: inherit;
}

header .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 100%;
}

/* header.home .header { */
header.home #myVideo {
    width: 100%;
}

header.home {
    height: 598px;
}
  header .header {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 99;
}

header .bur-menu {
    text-align: right;
}
header .bur-menu img:hover {
    cursor: pointer;
}
header .bur-menu img:hover {
    box-shadow: 0px 0px 10px rgb(233 101 41);
    border-radius: 50%;
}

header .hidemenu {
    position: fixed;
    right: -350px;
    min-width: 350px;
    height: 100%;
    top: 0;
    background-color: var(--primary-color);
    /* background-color: red; */
    transition: all 0.3s;
    z-index: 9;
}

header .hidemenu.showmenu {
    right: 0;
}

header .hidemenu .ttl {
    font-size: 20px;
    color: var(--wht-color);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--wht-color);
    padding: 10px 5px;
}

header .hidemenu .ttl .fa-close {
    cursor: pointer;
    float: right;
}

header .hidemenu ul {
    margin: 0;
    padding: 0;
}

header .hidemenu ul li {
    list-style: none;
}

header .hidemenu ul li a {
    color: var(--wht-color);
    padding: 10px;
    display: block;
    border-bottom: 1px dashed var(--wht-color);
}

header .hidemenu .ttl{border: 0}
header .hidemenu{max-width: 350px; padding: 20px; background: #000; overflow-y: auto;}
header .hidemenu a{background: #121212; color: #fff; font-size: 13px; display: block; padding: 15px 20px; border-radius: 100px; border: 0; z-index: 9; position: relative;}
header .hidemenu a:hover{background: var(--primary-color);}
header .hidemenu .submenu{background: #121212; margin-top: -40px; border-radius: 20px; z-index: 0;padding: 45px 10px 10px 10px;margin-bottom: 10px;}
header .hidemenu .submenu a{background: #202020; margin-bottom: 10px;border:0;}
header .hidemenu .submenu a:hover,header .hidemenu .submenu a.active{background: #224388}
header .hidemenu .submenu ul.child-nav {background: #202020; margin-top: -40px !important; position: relative; padding: 40px 10px 10px 10px !important; border-radius: 20px; margin-bottom: 10px;}
header .hidemenu .submenu ul.child-nav a {background: transparent; color: #fff; opacity: 0.6;}
header .hidemenu .submenu ul.child-nav a:hover,ul.child-nav a.active {color: var(--primary-color);    background: transparent !important; opacity: 1;}
header .hidemenu.showmenu h4.panel-title a i{float: right; font-size: 20px; }
header .hidemenu.showmenu h4.panel-title a.collapsed i {transform: rotate(-90deg);}
header .social_center ul.seo li a {
    border: 0;
    background: transparent;
    font-size: 20px;
}

header .social_center ul.seo li {
    float: left;
}

header .social_center ul.seo {
    margin: 0 auto;
}
.request_demo {
    float: right;
}
header .hidemenu ul li:not(:first-child) {
    padding-left: 10px;
}
.request_demo a {
    color: var(--wht-color);
    display: inline-flex;
    align-items: center;
    position: relative;
}

.request_demo a:hover {
    color: var(--primary-color);
}

.request_demo a:hover .cir-wht:after {
    opacity: 1;
}
.request_demo .cir-wht {
    width: 41px;
    height: 50px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/wht-circle-request-demo.png);
    left: 20px;
}

.request_demo .cir-wht::after {
    width: 32px;
    height: 32px;
    left: 37%;
}
/* Insights  */
.insights {
	background: #fff;
    position: relative;
    padding: 100px 0;
}
.insights .title{
    font-size: 45px;
    line-height: 1;
    color: var(--secoundry-color);
    margin-bottom: 50px;
    font-family: var(--font-300);
}
.insights:after{
    content: 'SOLUTIONS';
    color: var(--lt-grey);
    opacity: 0.04;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
}

.insights .flip-card {
    margin-bottom: 30px;
    height: 240px;
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.insights .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.insights .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.insights .flip-card-front,
.insights .flip-card-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 10px;
    padding:30px 20px;
    text-align: left;
    height: 240px;
}

/* Style the front side (fallback if image is missing) */
.insights .flip-card-front {
    background-color: #dedede;
    color: var(--lt-grey);
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    font-size: 25px;
    border-radius: 10px;
}
.insights .flip-card-front .txt{
    margin-top: 20px;
    font-size: 25px;
    float: left;
    width: 100%;
    text-align: left;
   font-weight:500;
}
.insights .flip-card-front .txt span{
    display: block;
}

/* Style the back side */
.insights .flip-card-back {
    position: relative;
    background-color: var(--secoundry-color);
    color: var(--wht-color);
    transform: rotateY(180deg);
    box-shadow: 19px 10px 13px rgba(12,75,136,0.35);
    font-weight:500;
    font-size: 16px;
}
.insights .flip-card-back:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/flip-bg1.png) no-repeat;
    width: 100%;
    height: 100%;
}
.insights .flip-card-back .know-more {
    position:relative;
    left:-24px;
    display: inline-flex;
    align-items: center;
    color: var(--wht-color);
    margin-top: 20px;
}
.insights .flip-card-back .know-more:hover .cir:after {
    opacity: 1;
}


/* Shopers Panel */
.shopper-panel{
    padding: 100px 0;
    background: var(--primary-color);
    text-align: center;
    position: relative;
}
.shopper-panel:after{
    content: 'Panel';
    color: var(--wht-color);
    opacity: 0.08;
    right: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.shopper-panel .title {
    font-size: 45px;
/*     font-weight: bold; */
  font-family:var(--font-300);
    line-height: 45px;
    color: var(--secoundry-color);
    margin-bottom: 20px;
}

.shopper-panel .sm-title {
    color: var(--wht-color);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  font-weight:500;
}
.shopper-panel .sm-title span{
    display: block;
}

.shopper-panel .grocery-map {
    float: left;
    width: 25%;
    padding-top: 150px;
    height: 100%;
    position: relative;
}
.shopper-panel .grocery-map a{
    margin-top: 20px;
    color: var(--wht-color);
  font-weight:500;
    font-size: 26px;
    display: block;
}
.shopper-panel .grocery-map:before {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    transform: translate(0,-50%);
    z-index: 0;
    right: -90%;
    top: 50%;
}

.shopper-panel .e-map {
    float: right;
    width: 25%;
    padding-top: 150px;
    height: 100%;
    position: relative;
}
.shopper-panel .e-map:before {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    transform: translate(0,-50%);
    z-index: 0;
    left: -100%;
    top: 50%;
}
.shopper-panel .e-map a{
    margin-top: 20px;
    color: var(--wht-color);
  font-weight:500;
    font-size: 26px;
    display: block;
}

.shopper-panel .stpre-trips {
    float: left;
    width: 50%;
    position: relative;
}
.shopper-panel .stpre-trips .txt{
    position: relative;
    z-index: 1;
    padding: 130px 140px;
    color: var(--wht-color);
    font-size: 18px;
  font-weight:500;
}
.shopper-panel .stpre-trips .txt span{
    display: block;
    color: var(--primary-color);
    font-weight:700;
}
.shopper-panel .stpre-trips .custom{
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
    z-index: 1
}

.shopper-panel .tabs{
    position: relative;
    z-index: 2;
}

.shopper-panel .cpc-channel{
    margin: 30px 0 20px 0;
}
.shopper-panel .cpc-channel .ttl{
    font-size: 20px;
  font-weight:500;
    text-align:left;
    color: var(--wht-color)
}
.shopper-panel .cpc-channel .slider{
    margin: 20px 0;
    background: #fff;
    border-radius: 5px;
}
.slick-list.draggable {
    border-radius: 5px;
}
.shopper-panel .explore{
    display: inline-flex;
    float: left;
    left:-24px;
    align-items: center;
    color: var(--wht-color);
  font-weight:500;
    position: relative;
    z-index: 1;
}

.shopper-panel .resp-tabs-list li:first-child {
    border-radius: 5px 0 0 0;
}

.shopper-panel .resp-tabs-list li:last-child {
    border-radius: 0 5px 0 0;
}

.shopper-panel .resp-tabs-container {
    border-radius: 0 0 5px 5px;
  min-height: 143px;
    display: flex;
    align-items: center;
}

.shopper-panel .resp-tab-content {
    border: 0;
    color:#585858;
  padding:0;
}
.shopper-panel .resp-tab-content ul li {
    padding-left: 45px;
  padding-right:45px;
    list-style: none;
    position: relative;
    font-weight: 600;
}

.shopper-panel .resp-tab-content ul {
    padding: 0;
}

.shopper-panel .resp-tab-content ul li:before {content: '';position: absolute;width: 7px;height: 7px;background: var(--primary-color);border-radius: 50%;left: 28px;top: 9px;}
.shopper-panel button.slick-prev.slick-arrow:before {
    display: none;
}
.shopper-panel button.slick-next.slick-arrow:before {
    display: none;
}
.shopper-panel button.slick-prev.slick-arrow {background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/brand-logo-left.png) no-repeat;width: 16px;height: 33px;}
.shopper-panel button.slick-next.slick-arrow {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/brand-logo-right.png) no-repeat;
    width: 16px;
    height: 33px;
}
.shopper-panel .explore:hover {
    
   color: var(--secoundry-color);
}

.shopper-panel .explore:hover .cir-wht:after {
    opacity: 1;
}
.shopper-panel .grocery-map a.grocery_mob {
    display: none;
}

.shopper-panel .grocery-map a.grocery_desk {
    display: block;
}
.resp-tabs-list li
{
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  font-weight:600 !important;
}

/* Retail Section*/
.retail-section{
    position: relative;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/retail-image.png) no-repeat right center;
    padding: 90px 0;
    color: var(--wht-color)
}
.retail-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,74,136,1);
    background: rgba(12,74,136,1);
    background: -moz-linear-gradient(left, rgba(12,74,136,1) 0%, rgba(12,74,136,1) 49%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,74,136,1)), color-stop(49%, rgba(12,74,136,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(12,74,136,1) 0%, rgba(12,74,136,1) 49%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(12,74,136,1) 0%, rgba(12,74,136,1) 49%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(12,74,136,1) 0%, rgba(12,74,136,1) 49%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(12,74,136,1) 0%, rgba(12,74,136,1) 49%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4a88', endColorstr='#ffffff', GradientType=1 );
}
.retail-section .title{
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 10px;    
  font-family: var(--font-300);
}
.retail-section .content{
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 18px;
    font-weight:500;
}
.retail-section .know-more{
    color: var(--wht-color);
    display: inline-flex;
    align-items: center;
    left:-24px;  
    position: relative;
  font-weight: 500;
    z-index: 1;
}
.retail-section .know-more:hover {
     color: var(--primary-color) !important;
    cursor:pointer;
}

.retail-section .know-more:hover .cir-wht:after {
    opacity: 1;
}

/* Stories Section */
.stories-section{
    padding: 100px 0;
    position: relative;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/testi-bg.png) no-repeat left -350px top #fff;
}
.stories-section:before{
    content: 'Stories';
    color: var(--black-color);
    opacity: 0.03;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.stories-section .title{
    font-size: 45px;
    color: var(--primary-color);
    margin-top: 100px;
    margin-bottom: 20px;
  font-family: var(--font-300);
}
.stories-section p.client-story-sub-head {
    font-size: 20px;
}
.stories-section p{
    margin-bottom: 15px;
    color: #58585a;
    font-weight:500;
}
/*.stories-section .story-img{
    margin-top: -100px;
    position: relative;
}*/
.stories-section .know-more{
    margin-top: 40px;
    color: #58585a;
    left:-24px;
    display: inline-flex;
    font-family: var(--font-500);
    align-items: center;
    z-index: 9;
    position: relative;
}
.stories-section .know-more:hover {
    color: var(--primary-color);
}

.stories-section .know-more:hover .cir-blk:after {
    opacity: 1;
}
/*.stories-section .carousel-indicators{
    left: inherit;
    bottom: -40px;
    margin: 0;
}*/
.stories-section .carousel-indicators li{
    width: 10px;
    height: 10px;
    background: #ccc;
    padding: 0;
    border: 0;
    border-radius: 100px;
}
.mob{display: none;}

/* channel Coverage  */
.channel-coverage{
    background-color: #dedede;
    position: relative;
    padding: 100px 0;
}
.channel-coverage:before{
    content: '';
    position: absolute;
    left: -100px;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bg-icon.png) no-repeat;
    width: 639px;
    height: 548px;
}
.channel-coverage:after{
    content: 'Channels';
    color: var(--wht-color);
    opacity: 0.15;
    right: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}

.channel-coverage .info {
    padding: 180px 30px 100px 0;
}

.channel-coverage .info .ttl {
    font-size: 45px;
    color: var(--primary-color);
  font-family:var(--font-300);
}
.channel-coverage .info .txt {
  font-weight:500;
  color:#58585a;
}
.channel-coverage .img-fluid{
    margin-bottom: 40px;
}
.channel-coverage .txt span {
    font-weight: bold;
}



/* Why Video */
.why-video{
    padding: 100px 0 125px;
  background:#fff;
  position:relative;
}
.why-video:before{
    content: 'Behaviour';
    color: var(--black-color);
    opacity: 0.02;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.why-video .title{
    font-size: 45px;
    font-family: var(--font-300);
    color: var(--primary-color)
}
.why-video .sm-title{
    font-size: 27px;
    color: #58585a;
    padding-right: 150px;
  font-weight: 400;
}
.why-video .big-img{
    margin: 30px auto;
}
.why-video .colum{
    columns: 2;
  color:#58585a;
  font-weight:500;
}

/* Video Mining Platform */
.video-mining-platform{
    padding: 100px 0 0 0;
    position: relative;
    background: var(--secoundry-color);
    overflow: hidden;
}
.video-mining-platform:before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bg-icon.png) no-repeat;
    width: 600px;
    height: 529px;
    opacity: 0.2;
}
.video-mining-platform .title{
    font-size: 45px;
    color: var(--primary-color);
    text-align: center;
    font-family: var(--font-300);
}
.video-mining-platform .mining-img{
    margin: 20px 0 0 0;
}





/* News Letter */
.news-letter{
    padding: 20px 0 30px 0;
    background: var(--primary-color);
    color: #fff;
}
.news-letter .inputs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news-letter .inputs label{
    float: left;
    width: 100px;
    margin: 0;
}
.news-letter .inputs .group{
    position: relative;
    width: 500px;
}
.news-letter .inputs .group .input{
    padding: 20px 30px;
    background: transparent;
    border:1px solid var(--wht-color);
    width:100%;
    float: left;
    box-shadow: 7px 7px 12px rgba(240, 129, 51, 0.35);
    border-radius: 100px;
}
.news-letter .inputs .group .input::placeholder{
    color: #fff;
    opacity: 0.7
}
.news-letter .inputs .group .submit{
    position: absolute;
    border: 0;
    width: 43px;
    height: 43px;
    background: transparent;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.news-letter .contact-us {
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
   position:relative;
   z-index:1;
}


.testimonial-section {
    padding: 100px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/testi-bg.png) no-repeat #dedede;
    position: relative;
}
.testimonial-section:before{
    content: 'Testimonials';
    color: var(--black-color);
    opacity: 0.05;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.testimonial-section .ttl{
    font-size: 45px;
    text-align: center;
    color: var(--secoundry-color);
  font-family: var(--font-300);
}
.testimonial-section .flipster__nav{display: none;}
.testimonial-section #carousel .flip-items li{
        text-align: center;
        width: 320px;
    }
.testimonial-section .flipster--flat .flipster__item--past .flipster__item__content,
.testimonial-section .flipster--flat .flipster__item--future .flipster__item__content{
    transform:scale(1);
}
.testimonial-section .home_client_testimonial .txt{
    max-width: 500px;
    position: relative;
    margin: 0 auto;
  color:#58585a;
  font-weight:500;
}
/* .testimonial-section #carousel .flip-items li .txt:before{
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/quote.png) no-repeat;
    width: 43px;
    height: 29px;
} */
.testimonial-section .flipster__button--prev:focus,.testimonial-section .flipster__button--next:focus {
    outline: 0;
}

/* .testimonial-section #carousel .flip-items li.flipster__item--current  .txt{
    opacity: 1;
} */
.testimonial-section .test-profile{
    margin-bottom: 30px;
}

.testimonial-section .home_client_testimonial .txt .name{
    margin-top: 30px;
    font-family: var(--font-700);
}
/* .testimonial-section .home_client_testimonial .txt .des{
    font-family: var(--font-700);
} */

		.testimonial-section .home_client_testimonial {
		    text-align: center;
		}
		.testimonial-section .home_client_testimonial .carousel-item {
		    min-height: 400px;
		    padding-top: 50px;
		}
		.testimonial-section .home_client_testimonial span.carousel-control-next-icon {
		    display: none;
		}

		.testimonial-section .home_client_testimonial a.carousel-control-next {
		    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next.png) no-repeat;
		    text-indent: -9999999px;
		    width: 40px;
		    height: 83px;
		    display: inline-block;
		    opacity: 1;
		    right: 170px;
    		top: 120px;
		}

		.testimonial-section .home_client_testimonial span.carousel-control-prev-icon {
		    display: none;
		}

		.testimonial-section .home_client_testimonial a.carousel-control-prev {
		    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev.png) no-repeat;
		    text-indent: -9999999px;
		    width: 40px;
		    height: 83px;
		    display: inline-block;
		    opacity: 1;
		    left: 170px;
    		top: 120px;
		}

		.testimonial-section .home_client_testimonial ul.carousel-indicators {
		    display: none;
		}
		






/* Footer Css */
footer {
    background-color: var(--black-color);
    color: var(--wht-color);
    padding: 50px 0 30px 0;
}

footer .ttl {
    color: var(--primary-color);
}
.ttl a {
    color: var(--primary-color);
}
footer a {
    color: var(--wht-color);
}

footer .brand-trade {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

footer .brand-trade ul.seo {
    padding: 10px 0;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    max-width: 120px;
    margin-top: 150px;
}

footer .brand-trade ul.seo li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

footer .brand-trade ul.seo li a {
    color: var(--lt-grey);
    font-size: 20px;
}

footer .footer-links {
    margin-bottom: 20px;
}

footer .footer-links .ttl {
    margin-bottom: 10px;
}

footer .footer-links ul {
    margin: 0;
    padding: 0;
}

footer .footer-links ul li {
    list-style: none;
    margin-bottom: 5px;
}

footer .footer-links .address,footer .footer-links .email,footer .footer-links .phone {
    margin-top: 15px;
    line-height: 1;
}

footer .footer-links .address img,footer .footer-links .email img,footer .footer-links .phone img {
    float: left;
    margin-right: 10px;
    line-height: 1;
    max-height:26px;
}

footer .footer-links .address {
    line-height: 22px;
}

.footer-end {
    background-color: var(--lt-grey);
    color: #909396;
    font-size: 14px;
    padding: 10px 0;
}
p.copyright {
    text-align: right;
}

.footer_solution_block {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
  width:355px;
}

p.footer_solution {
    position: relative;
    display: inline-block;
    background: #000;
    padding: 0 10px;
    z-index: 3;
}

.footer_solution_block:before {content: '';position: absolute;width: 100%;height: 1px;background: #575757;left: 0;top: 13px;z-index: 1;}
footer, footer a {
    color: #58585a;
    font-weight: 500;
}
.ttl a:hover {
    font-weight: 700;
}
.address p, .email p, .phone p {
    display: flex;
}

.btn_careers {
    margin-top: 30px;
}
.hidemenu.showmenu .sub-head a.collapsed i {
    transform: rotate(-90deg);
}


.hidemenu.showmenu .sub-head a i {
    float: right;
    font-size: 20px;
}
a.footer_career {background: var(--primary-color);border: 0;border-radius: 25px;padding: 8px 30px;color: var(--black-color);}
a.footer_career:hover{color:#fff;}
footer .brand-trade ul.seo li:first-child {
    margin-left: 15px;
}
footer .brand-trade ul.seo li:last-child {
    margin-right: 0;
}
.mob_social_icons{display:none !important;}

/*footer*/


/* Display Page Css*/
/* header.display-page .header {
    position: absolute;
    top: 20px;
    width: 100%;
} */
.display-page{
    background-color: var(--black-color); 
    padding: 30px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/banner-img.jpg) no-repeat;
    background-size: cover;
    height:598px;
}
.ban{
        margin: 280px 0 30px 0;
}
.ban .sm-title{
    color: var(--wht-color);
    font-size: 26px;
  line-height:6px;
}
.ban .title{
    font-size: 59px;
    color: var(--primary-color);
    font-family: var(--font-700);
}
.ban .sb-title{
        color: var(--wht-color);
    font-size: 31px;
    padding-right: 295px;
      font-family: var(--font-300);
  padding-right:215px ;
}


.impact{
    padding: 100px 0;
    position: relative;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/testi-bg.png) no-repeat left -400px top -350px #fff;
}
.impact:before{
    content: 'Optimization';
    color: var(--black-color);
    opacity: 0.03;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.impact .blk-txt{
    border-right: 2px solid #c1c1c1;
    margin-bottom: 20px;
    padding-right: 30px;
    font-weight: 500;
    color: #58585a;
}
.impact .title{
    font-size: 45px;
    font-family: var(--font-300);
    color: var(--primary-color);
}
.impact .txt{
    font-size: 16px;
    color: #264892;
    font-weight:600;
}

.key-parameter{
    padding: 100px 0;
    background: var(--secoundry-color);
     position:relative;
}
.key-parameter .card:last-child .card-header {
    border: 0;
}
section.key-parameter:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/key-category-bg.png) no-repeat;
    top: 0;
    left: 0;
    opacity: 1;
  background-size:cover;
}
section.key-parameter.key_parameter_retail:before {
   background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/ret-key-parabg.jpg) no-repeat;
    background-size: cover;
    opacity: 1;
}
.key-parameter .title{
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--font-300);
}

.key-parameter .card{
    background:transparent;
    box-shadow:none;
    border:0;
    color: var(--wht-color)
}
.key-parameter .card-header {
    padding:10px 0;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0 !important;
}
.key-parameter .card-header img.icn {
    margin-right: 20px;
}
.key-parameter .card-header button {
    color: var(--wht-color);
    font-weight:600;
  text-decoration:none;
      font-size: 20px;
}
.key-parameter .card-header button:hover{
    text-decoration: none;
}
.key-parameter .card-header button i{
    float: right;
    padding: 25px 0 0 0;
    color: var(--primary-color)
}
.key-parameter .card-header button.collapsed .fa-minus:before{
    content: "\f067" !important;
}
.static-text{
    background: var(--wht-color);
    font-size: 40px;
    color: var(--primary-color);
    line-height: 55px;
    padding: 50px 0 20px 0; 
    letter-spacing: -0.6px;
    font-family: var(--font-300);
}


.client-story{
    padding: 100px 0;
    position: relative;
}
.client-story:before{
    content: 'Client Stories';
    color: var(--black-color);
    opacity: 0.03;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.client-story .title{
    font-size: 45px;
    color: var(--secoundry-color);
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--font-300);
}
.client-story .owl-carousel .owl-stage-outer{
    border-radius: 10px;
}
.client-story .owl-carousel .item{
    min-height: 450px;
    max-height: 450px;
}
.client-story .owl-carousel .item img{
    position: absolute;
    left: 0; top: 0;
    width: 100%; 
     height: 100%;
}
.client-story .owl-carousel .item:before{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(56%, rgba(242,101,36,1)), color-stop(100%, rgba(242,101,36,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f26524', GradientType=1 );
}
.client-story .owl-carousel .item:after{
    content: '';
    position: absolute;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bg-icon.png) no-repeat;
    z-index: 1;
    background-size: 100% 100%;
    right: 0;
    bottom: -130px;
    width: 400px;
    height: 400px;
    left: inherit;
    opacity: 0.3;
}
.client-story .owl-carousel .item{
    position: relative;
    z-index: 9;
    color: var(--wht-color);
}
.client-story .owl-carousel .item h5{
    font-size: 24px;
    margin-bottom: 20px;
}
.client-story .owl-carousel .item p{
    font-size: 16px;
}
.client-story .owl-carousel .slider-content {
    position: relative;
    z-index: 999;
    padding-top: 80px;
    padding-right: 50px;
}
.client-story .owl-carousel .item a{
    color: var(--wht-color);
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    position:relative;
    left:-24px;
}
.client-story .owl-carousel .item a:hover {
    color: var(--wht-color);
}

.client-story .owl-carousel .item a:hover .cir-wht:after {
    opacity: 1;
}
.client-story .owl-carousel .owl-nav {
    display: block !important;
    padding: 0 10px;
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.client-story .owl-carousel .owl-nav button.owl-prev {
    left: -120px;
    position: relative;
}

.client-story .owl-carousel .owl-nav button.owl-next {
    float: right;
    right: -120px;
    position: relative;
}
.client-story .owl-carousel .owl-nav button:focus{outline: 0}


.client-story .owl-carousel .owl-nav button.owl-prev span{
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev.png) no-repeat;
    text-indent: -9999999px;
    width: 40px;
    height: 83px;
    display: inline-block;
}
.client-story .owl-carousel .owl-nav button.owl-next span{
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next.png) no-repeat;
    text-indent: -9999999px;
    width: 40px;
    height: 83px;
    display: inline-block;
}

.client-story .owl-carousel .owl-nav button span {
    font-size: 80px;
}
.stories-section ol.carousel-indicators {
    bottom: auto;
    top: 310px;
    left: auto;
    right: -90px;
}

/*  category Fyndalmental */
header.category-fundamental-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/Category-Fundamentals-banner.jpg) no-repeat;
    background-size: cover;
}
p.fundamental_reatilder {
  opacity:.5;
    color: #ffffff;
    font-size: 26px;
  line-height: 6px;
  font-weight: 500;
}
header .custom-slider.fundamental_slider .carousel-indicators {
    top: auto;
    bottom: 0;
}
header .fundamental_slider .carousel-indicators li {
    background-color: #f16825;
}
section.specific_data {
    padding: 70px 0;
    position: relative;
    background: var(--wht-color);
}
section.specific_data:after {
    content: 'Category Insights';
    color: var(--lt-grey);
    opacity: .03;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 136px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
   text-transform: uppercase;
    letter-spacing: -3.9px;
}
section.specific_data .data_text {
    margin-bottom: 50px;
    color: #58585a;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
  font-weight:500;
}
.performance-p-to-p {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
h2.traffic_orange_heading {
    color: #f16825;
    font-size: 20px;
    font-weight: 600;
}

p.traffic_text {
    font-size: 16px;
    color: #58585a;
      font-weight: 500;
}

.right_first {
    text-align: left;
    max-width: 204px;
    position: absolute;
    right: 16px;
    top: 16px;
}
.right_second {
    text-align: left;
    max-width: 244px;
    position: absolute;
    right: 27px;
    top: 200px;
}

.right_third {
    text-align: left;
    max-width: 214px;
    position: absolute;
    right: 102px;
    bottom: 5px;
}
.text_groups {
    position: relative;
}


.o_lines:before {
    content: '';
    position: absolute;
    width: 99px;
    height: 1px;
    background: #b84f19;
    left: -170px;
    top: 60px;
}
.o_lines:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #b84f19;
    left: -71px;
    top: 14px;
}

.o_dots:before {content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #b84f19;
    border-radius: 50px;
    left: -170px;
    top: 58px;
}

.o_dots:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #b84f19;
    border-radius: 50px;
    left: -14px;
    top: 12px;
}
.o_line_verticle:before {content: '';
    position: absolute;
    width: 1px;
    height: 47px;
    background: #b84f19;
    left: -72px;
    top: 14px;
}
.left_first {
    text-align: right;
    max-width: 204px;
    position: absolute;
    left: 52px;
    top: 116px;
}

.left_second {
    text-align: right;
    max-width: 214px;
    position: absolute;
    left: 88px;
    top: auto;
    bottom: 56px;
}
.side_left h2.traffic_orange_heading {
    color: #0a4c8a;
}
.side_left .o_lines:before {
    content: '';
    position: absolute;
    width: 99px;
    height: 1px;
    background: #0a4c8a;
    left: auto;
    right: -170px;
    top: 60px;
}
.side_left .o_lines:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #0a4c8a;
    left: auto;
    right: -71px;
    top: 14px;
}

.side_left .o_dots:before {content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0a4c8a;
    border-radius: 50px;
    left: auto;
    right: -170px;
    top: 58px;
}

.side_left .o_dots:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0a4c8a;
    border-radius: 50px;
    left: auto;
    right: -14px;
    top: 12px;
}
.side_left .o_line_verticle:before {content: '';
    position: absolute;
    width: 1px;
    height: 47px;
    background: #0a4c8a;
    left: auto;
    right: -72px;
    top: 14px;
}
.category_heading_group {
    border-bottom: 1px solid #cedbe7;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.category_heading {
    max-width: 550px;
    color: #0a4c8a;
    font-size: 35px;
/*     font-weight: bold; */
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
  font-family: var(--font-500);
}
h1.section_heading {
    font-size: 45px;
    color: var(--primary-color);
    font-family: var(--font-300);
    margin-bottom: 25px;
}

p.impact_text {
    font-size: 16px;
    color: #0c4b88;
    margin: 0;
  font-weight:600;
}
section.gcc {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/store.jpg);
    position: relative;
    padding: 100px 0 20px;
    background-size: cover;
}
.gcc_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(10 76 138 / 92%);
}
p.section_text {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    max-width: 870px;
    font-family: var(--font-300);
    
}
.gcc_icons {
    margin-top: 60px;
}
p.gcc_icons_heading {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 10px;
}

p.gcc_icons_text {
    font-size: 16px;
    color: #fff;
    font-weight:500;
}
section.scc {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/pump.jpg);
    position: relative;
    padding: 100px 0 20px;
    background-size: cover;
}
.scc_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(241 104 37 / 92%);
}
.scc h1.section_heading {
    color: #0a4c8a;
}
.gcc_icons_group {
    margin-bottom: 80px;
}
section.ukcm {
    background: var(--wht-color);
    padding: 100px 0 20px;
    position: relative;
}
section.ukcm:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/big-logo.png) no-repeat;
    width: 608px;
    height: 549px;
}
.ukcm p.gcc_icons_heading {
   color: var(--secoundry-color);
}
.ukcm p.gcc_icons_text {
    color: #333;
      font-weight: 500;
}

section.behavior_question {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bottle.jpg) no-repeat;
    padding: 100px 0;
    position: relative;
    background-size:cover;
  background-position:bottom;
}
.behavior_question_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(88 88 90 / 94%);
}
.behavior_question h1.section_heading {
    text-align: center;
}

.women-shopping  img {
    border-radius: 50%;
    max-width: 440px;
    border: 1px solid #fff;
    padding: 40px;

}
.fundamental_sbq {
    position: relative;
    margin-top: 40px;
}
.sbq_text {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 550px;
    top: 60px;
      font-weight: 500;
    max-width: 500px;
}
p.sbq_second.sbq_text {
    top: 190px;
}

p.sbq_third.sbq_text {
    top: auto;
    bottom: 60px;
}
p.sbq_first:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f16724;
    border-radius: 50%;
    left: -166px;
    top: 16px;
    z-index: 2;
}

p.sbq_first:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background: #fff;
    left: -158px;
    top: 22px;
    z-index: 1;
}
p.sbq_second:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f16724;
    border-radius: 50%;
    left: -118px;
    top: 16px;
    z-index: 2;
}

p.sbq_second:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #fff;
    left: -110px;
    top: 22px;
    z-index: 1;
}
p.sbq_third:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f16724;
    border-radius: 50%;
    left: -154px;
    top: 16px;
    z-index: 2;
}

p.sbq_third:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background: #fff;
    left: -148px;
    top: 22px;
    z-index: 1;
}
.client-story .owl-carousel .item a.know-more:hover .cir-blk:after {
    opacity: 1;
}
.client-story-fundamental .owl-carousel .item:before {
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(10 76 138) 56%,rgb(10 76 138) 100%);
}

.client-story-fundamental .owl-carousel .item h5 {
    color: #f16724;
}

.client-story-fundamental .cir-blk {
    border-color: #fff;
}
section.client-story.client-story-fundamental .owl-carousel .owl-nav button.owl-prev span, section.client-story.client-story-fundamental .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
/* .client-story-fundamental .cir-blk:after {
    background: #fff;
} */




/********************Innovator********************/
.innovator-page{
    background-color: var(--black-color); 
    padding: 30px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/banner-img-1.jpg) no-repeat;
    background-size: cover;
  height:598px;
}

.bluebg { background:#264892;}
.client-story.bluebg:before {opacity: 0.06;}
section.client-story.bluebg a.know-more:hover {
    color: var(--wht-color);
}
.delivering-rapid-wrap { padding:50px 0 50px 0; position: relative;background:#fff;}
.delivering-rapid-wrap:before { content: ''; width: 450px; height: 388px; 
    background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/delivering-bg.png) no-repeat; position: absolute; right: 0; bottom:0;}
.delivering-rapid-wrap h2 { font-size:45px; color: var(--secoundry-color); font-family: var(--font-300);
    line-height: 55px; padding:0 0 50px 0;}
.methodology-wrap {}
.methodology-wrap img { margin-bottom: 15px;}
.methodology-wrap .title { font-size: 24px; color: var(--secoundry-color); margin-bottom: 10px; font-weight: 600;}
.methodology-wrap p { font-size: 16px;font-weight:500;}

.find-wrap { background:#58585a; padding:80px 0px;}
.find-wrap h2 { font-size:45px; color: var(--secoundry-color); font-family: var(--font-300);
    line-height: 55px; padding:0 0 20px 0;max-width:920px;}
.find-wrap .store-wrap { width:555; height:300px; position: relative; border-radius:5px; margin-bottom:30px;}
.find-wrap .store-wrap .text-wrap { position: absolute; bottom: 0; left: 0; width:100%; 
   padding: 20px 50px 20px 40px; color:#fff;}

   .find-wrap .store-wrap .text-wrap .title{ font-size: 28px; margin-bottom: 5px; font-weight: 600;}
   .find-wrap .store-wrap .text-wrap p { font-size: 18px;}

.find-wrap .store1 { background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/store1.png) no-repeat;}
.find-wrap .store2 { background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/store2.png) no-repeat;}
.find-wrap .store3 { background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/store3.png) no-repeat;}
.find-wrap .store4 { background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/store4.png) no-repeat;}


.find-wrap .store-wrap.store-gradient1::before { content: ''; position: absolute; width:100%; height: 100%;
    background: rgba(242,102,34,1);
    background: rgba(242,102,34,1);
    background: -moz-linear-gradient(bottom, rgba(242,102,34,1) 0%, rgba(242,102,34,1) 25%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(bottom top, right top, color-stop(0%, rgba(242,102,34,1)), color-stop(25%, rgba(242,102,34,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom, rgba(242,102,34,1) 0%, rgba(242,102,34,1) 25%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(242,102,34,1) 0%, rgba(242,102,34,1) 25%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(242,102,34,1) 0%, rgba(242,102,34,1) 25%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(242,102,34,1) 0%, rgba(242,102,34,1) 25%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4a88', endColorstr='#ffffff', GradientType=1 );
border-radius: 5px;
}



.find-wrap .store-wrap.store-gradient2::before { content: ''; position: absolute; width:100%; height: 100%;
    background: rgba(38,72,146,1);
    background: rgba(38,72,146,1);
    background: -moz-linear-gradient(bottom, rgba(38,72,146,1) 0%, rgba(38,72,146,1) 25%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(bottom top, right top, color-stop(0%, rgba(38,72,146,1)), color-stop(25%, rgba(38,72,146,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom, rgba(38,72,146,1) 0%, rgba(38,72,146,1) 25%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(38,72,146,1) 0%, rgba(38,72,146,1) 25%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(38,72,146,1) 0%, rgba(38,72,146,1) 25%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(38,72,146,1) 0%, rgba(38,72,146,1) 25%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4a88', endColorstr='#ffffff', GradientType=1 );
border-radius: 5px;
}

.achieve-wrap { padding: 70px 0 40px;background: #fff; }
.achieve-wrap h2 { font-size: 22px; color: var(--primary-color); margin-bottom:15px;font-weight:600;}
.achieve-wrap p{color:#333;font-weight:500;}
.achieve-wrap hr { margin-top: 60px;}
section.achieve-wrap p.achieve_wrap_p {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
}
.impact-wrap { padding-bottom: 145px; position: relative;background: #fff;}
.impact-wrap:before {
    content: 'Applications';
    color: var(--black-color);
    opacity: 0.04;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 150px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}
.impact-wrap h2 { font-size:46px; color: var(--primary-color);  line-height: 55px; padding:0 0 15px 0; font-family: var(--font-300);}
.impact-wrap p { font-size:27px; color: var(--secoundry-color);  padding:0 0 15px 0; font-weight:500;max-width:820px;margin:0 auto;}
.impact-wrap .impact-info { background:url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/impact-bg.png) no-repeat; background-position: center; height: 620px; position: relative; margin-top: 50px;}

.impact-wrap .impact-info img { margin-bottom:10px;}
.impact-wrap .impact-info p { font-size: 16px; color: var(--secoundry-color); margin-bottom: 0;font-weight: 500;}

.impact-wrap .impact-info .increase-sale {width:250px; position: absolute;  margin: auto;
    left: 0; right: 0; top: -35px;}

.impact-wrap .impact-info .improve {width:225px; position: absolute;  left: 125px; top: 120px; }
.impact-wrap .impact-info .improve img { margin-left: 148px;}
.impact-wrap .impact-info .increase-the {width:225px; position: absolute; right: 150px; top: 120px; }   
.impact-wrap .impact-info .drive {width:250px; position: absolute;  left: 250px; bottom: -30px;}
.impact-wrap .impact-info .drive img {margin-left: 175px;}
.impact-wrap .impact-info .expand {width:360px; position: absolute; right: 152px; bottom: -5px } 

section.client-story.bluebg .owl-carousel .owl-nav button.owl-prev span {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev-1.png) no-repeat;
}
section.client-story.bluebg .owl-carousel .owl-nav button.owl-next span {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next-1.png) no-repeat;
}




/********************Custom Research CSS********************/

.custom-search-page {background-color: var(--black-color);  padding: 30px 0; height:598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/custom-research-banner.jpg) no-repeat; background-size: cover;}

.custom-search-impact {padding: 70px 0 100px;}
.impact.custom-search-impact .blk-txt {padding-top: 40px;color: #333333;    font-weight: 500;}
.impact.custom-search-impact:before {
    content: 'Shopper Segments';
    color: var(--black-color);
    opacity: 0.04;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 135px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}

.understand {background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/understand-bg.jpg) no-repeat; background-size: cover; padding: 90px 0px 40px;}
.understand h2 { font-size: 45px; color:var(--primary-color); font-family: var(--font-300); max-width:940px; margin-bottom:50px;}

.understand .retail-wrap { color:var(--wht-color); margin-bottom: 50px;}
.understand .retail-wrap img { margin-bottom:15px;}
.understand .retail-wrap .heading { font-size: 20px; padding-bottom: 15px;  font-weight: 600;}
.custom-search-client-story {padding: 70px 0 100px;}

.custom-search-client-story .owl-carousel .item:before{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(88,88,90,1) 56%, rgba(88,88,90,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(56%, rgba(88,88,90,1)), color-stop(100%, rgba(88,88,90,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(88,88,90,1) 56%, rgba(88,88,90,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(88,88,90,1) 56%, rgba(88,88,90,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(88,88,90,1) 56%, rgba(88,88,90,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(88,88,90,1) 56%, rgba(88,88,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f26524', GradientType=1 );
}

.custom-search-client-story .owl-carousel .item h5 {color:var(--primary-color)}
.custom-search-client-story .owl-carousel .slider-content {    padding-top: 45px;}
.custom-search-client-story .owl-carousel .item {min-height: 438px; max-height: 438px;}
.client-story.custom-search-client-story .owl-carousel .owl-nav button.owl-next span {background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next.png) no-repeat;}
.client-story.custom-search-client-story .owl-carousel .owl-nav button.owl-prev span {background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev.png) no-repeat;}
section.client-story.custom-search-client-story .owl-carousel .item a:hover {
    color: var(--primary-color);
}



/* About us Rakeshwar */
section.press_room .slick-initialized .slick-slide {
    padding-right: 20px;
}
h1.section_heading a {
    color: var(--primary-color);
}
/*rakeshwar*/
/*about-us*/
/*22-10-2020*/
section.management_team .management_tgroup {
    position: relative;
}

section.management_team .mng_div_style_first {
    position: relative;
/*     top: 250px; */
    left: 0;
    width: 100%;
    display: none;
  z-index:9;
}

section.management_team .mng_div_style_second {
    position: relative;
/*     top: 250px; */
    left: 0;
    width: 100%;
    display: none;
  z-index:9;
}

section.management_team .mng_div_style_third{
    position: relative;
/*     top: 250px; */
    left: 0;
    width: 100%;
    display: none;
  z-index:9;
}
section.management_team .mng_div_style_fourth{
    position: relative;
/*     top: 580px; */
    left: 0;
    width: 100%;
    display: none;
    z-index: 9;
}
.mng_div_style.mng_div_style_fourth:after {
    left: 170px;
}
section.management_team .mng_div_style_fifth {
    position: relative;
/*     top: 580px; */
    left: 0;
    width: 100%;
    display: none;
    z-index: 9;
}
.mng_div_style.mng_div_style_sixth {
    position: relative;
/*     top: 580px; */
    left: 0;
    width: 100%;
    display: none;
    z-index: 9;
}

.mng_div_style.mng_div_style_sixth:after {
    left: auto;
    right: 150px;
}

.mng_div_style.mng_div_style_seventh {
    position: relative;
/*     top: 920px; */
    left: 0;
    width: 100%;
    display: none;
    z-index: 9;
}

.mng_div_style.mng_div_style_seventh:after {
    left: 170px;
}
.management_team_block.management_team_block_first:hover .mng_div_style_first{
    display: block !important;
}

.timeline{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.timeline *,.timeline :after,.timeline :before{-webkit-box-sizing:inherit;box-sizing:inherit}.timeline:not(.timeline--horizontal):before{background-color:#ddd;bottom:0;content:'';left:50%;margin-left:-2px;position:absolute;top:0;width:4px;z-index:1}.timeline__wrap{overflow:hidden;position:relative;z-index:2}.timeline__item{font-size:16px;font-size:1rem;padding:.625rem 2.5rem .625rem 0;position:relative;width:50%;z-index:2}.timeline__item:after{background-color:#fff;border:4px solid #ddd;border-radius:50%;content:'';height:20px;position:absolute;right:-10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:20px;z-index:1}.timeline__item.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:0}.timeline__item.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.timeline__item--left{left:0}.timeline__item--right{left:50%;padding:.625rem 0 .625rem 2.5rem}.timeline__item--right:after{left:-10px}.timeline__item--right .timeline__content:before{border-bottom:10px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:10px solid transparent;left:-12px}.timeline__item--right .timeline__content:after{border-bottom:9px solid transparent;border-right:11px solid #fff;border-left:none;border-top:9px solid transparent;left:-10px}.timeline__content{background-color:#fff;border:1px solid #ccc;border-radius:10px;color:#333;display:block;padding:1.25rem;position:relative}.timeline__content:after,.timeline__content:before{content:'';height:0;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:0}.timeline__content:before{border-bottom:10px solid transparent;border-left:12px solid #ccc;border-top:10px solid transparent;right:-12px;z-index:1}.timeline__content:after{border-bottom:9px solid transparent;border-left:11px solid #fff;border-top:9px solid transparent;right:-10px;z-index:2}.timeline__content h2{font-size:1.25rem;font-weight:700;margin:0 0 .625rem}.timeline__content p{font-size:.9375rem;line-height:1.5;margin-bottom:10px}.timeline--horizontal{font-size:0;padding:0 3.125rem;overflow:hidden;white-space:nowrap}.timeline--horizontal .timeline-divider{background-color:#ddd;display:block;height:4px;left:40px;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:40px;z-index:1}.timeline--horizontal .timeline__items{-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;will-change:transform}.timeline--horizontal .timeline__item{display:inline-block;left:0;padding:0 0 2.5rem;position:relative;-webkit-transition:none;-o-transition:none;transition:none;vertical-align:top;white-space:normal}.timeline--horizontal .timeline__item:after{left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:100%}.timeline--horizontal .timeline__item .timeline__item__inner{display:table;height:100%;width:100%}.timeline--horizontal .timeline__item .timeline__content__wrap{display:table-cell;margin:0;padding:0;vertical-align:bottom}.timeline--horizontal .timeline__item .timeline__content:before{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #ccc;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item .timeline__content:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item--bottom{padding:2.5rem 0 0}.timeline--horizontal .timeline__item--bottom:after{top:0}.timeline--horizontal .timeline__item--bottom .timeline__content__wrap{vertical-align:top}.timeline--horizontal .timeline__item--bottom .timeline__content:before{border-bottom:12px solid #ccc;border-left:12px solid transparent;border-right:12px solid transparent;border-top:none;bottom:100%;top:auto}.timeline--horizontal .timeline__item--bottom .timeline__content:after{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;border-top:none;bottom:100%;top:auto}.timeline-nav-button{background-color:#fff;border:2px solid #ddd;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:40px;outline:0;position:absolute;text-indent:-9999px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:40px;z-index:10}.timeline-nav-button:disabled{opacity:.5;pointer-events:none}.timeline-nav-button:before{background-position:center center;background-repeat:no-repeat;content:'';display:block;height:14px;left:50%;position:absolute;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);top:50%;width:8px}.timeline-nav-button--prev{left:0}.timeline-nav-button--prev:before{background-image:url(../images/arrow-left.svg)}.timeline-nav-button--next{right:0}.timeline-nav-button--next:before{background-image:url(../images/arrow-right.svg)}.timeline--mobile{padding:0}.timeline--mobile:before{left:10px!important;margin:0!important}.timeline--mobile .timeline__item{left:0;padding-left:40px;padding-right:0;width:100%}.timeline--mobile .timeline__item:after{left:2px;margin:0}.timeline--mobile .timeline__item .timeline__content:before{left:-12px;border-bottom:12px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:12px solid transparent}.timeline--mobile .timeline__item .timeline__content:after{left:-10px;border-bottom:10px solid transparent;border-right:10px solid #fff;border-left:none;border-top:10px solid transparent}@-webkit-keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@-webkit-keyframes liftUp{0%{top:0}100%{top:-15px}}@keyframes liftUp{0%{top:0}100%{top:-15px}}
.timeline--horizontal {
    
    padding: 0 51px;
    
}
.description_tablet {
display:none;
}
.description_mobile {
display:none;
}
  /*new css*/
section.vm_timeline .timeline__content{
	border-radius: 5px 5px 0 0;
	border-bottom: 5px solid var(--primary-color);
      min-height: 208px;
}
section.vm_timeline .timeline__item--bottom .timeline__content{
	border-radius: 0 0 5px 5px;
	border-bottom: none;
	border-top: 5px solid var(--primary-color);
}
section.vm_timeline .timeline--horizontal .timeline__item .timeline__content:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
}
section.vm_timeline .timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: none;
    border-bottom: 20px solid var(--primary-color);
}
section.vm_timeline .timeline__item:after {
    background-color: #f26624;
    border: 1px solid #ddd;
    height: 17px;
    width: 17px;
}
section.vm_timeline .timeline--horizontal .timeline-divider {
    background-color: var(--primary-color);
    display: block;
    height: 2px;
}
section.vm_timeline .timeline-nav-button {
	border: 0;
	background: transparent;
}
section.vm_timeline .timeline-nav-button:focus {
    outline: none;
}
section.vm_timeline .timeline-nav-button--prev:before {
    width: 27px;
    height: 55px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/time-left.png) no-repeat;
    left: 50px;
}
section.vm_timeline .timeline-nav-button--next:before {
    width: 27px;
    height: 55px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/time-right.png) no-repeat;
    right: 22px;
    left: auto;
}

section.management_team button.mng_team_btn .mng_btn_parent {
    display: inline-block;
    position: relative;
}
button.mng_team_btn img {
    z-index: 2;
    position: relative;
}
section.management_team img.mteam_hover {
    position: absolute !important;
    left: -26px;
    top: -28px;
    z-index: 1 !important;
    max-width: 220px;
    display: none;
    transition: 2s ease-in-out;
}
section.management_team button.mng_team_btn:hover img.mteam_hover {
    display: block;
}
/*section.management_team .mng_div_style {
    margin-top: 0;
    margin-bottom: 40px;
    top: -40px;
    padding: 50px 20px;
}*/
section.management_team .mng_div_style_first:after {
    left: 170px;
}
section.management_team .mng_div_style_third:after {
	left: auto;
    right: 150px;
}
/*new css*/
/*22-10-2020*/
.about-us-page{
    background-color: var(--black-color); 
    padding: 30px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/about-us-banner.jpg) no-repeat;
    background-size: cover;
  height:598px;
}
.sb-title span {
    display: block;
}
.top_text_group {
    max-width: 720px;
    margin: 0 auto;
}
p.retailers {
    color: #e76526;
    font-size: 16px;
    margin-bottom: 20px;
  font-weight: 700;
}

p.data_text {
    color: #58585a;
    font-size: 16px;
    font-family: var(--font-500);
}
section.vm_timeline {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/about-us-timeline.jpg);
    position: relative;
    padding: 100px 0;
    background-size: cover;
}
section.r_cpc.specific_data {
    padding: 70px 0 50px;
}

.vm_timeline .section_heading {
    text-align: center;
}
.sq_block {
    width: 362px;
    height: 212px;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 5px solid var(--primary-color);
}

p.year_o {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
}

p.project_b {
    font-size: 16px;
    color: #0a4c8a;
    font-weight: 600;
    margin-bottom: 5px;
}

p.timeline_txt {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}
.full_width_line {
    position: relative;
    padding: 230px 0;
}

.sq_block_first {
    top: 0;
    left: 50px;
    position: absolute;
}

.sq_block_second {
    position: absolute;
    top: 0;
    right: 50px;
}

.sq_block_third {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sq_block.sq_block_third {
    width: 720px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0;
    border-top: 5px solid var(--primary-color);
}
.sq_left {
    width: 48%;
    float: left;
}

.sq_right {
    width: 48%;
    float: right;
}
.sq_block:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.sq_block.sq_block_third:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--primary-color);
    border-top: 0;
    top: -22px;
}
.sq_block:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
}

.sq_block.sq_block_third:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -59px;
}
section.team_vm {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/team-behind.png) no-repeat;
    position: relative;
    padding: 90px 0 70px;
    background-size: contain;
    background-position: right top;
}
section.team_vm:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -webkit-gradient(right top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(56%, rgba(242,101,36,1)), color-stop(100%, rgba(242,101,36,1)));
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f26524', GradientType=1 );
}
.team_vm h1.section_heading {
    color: var(--secoundry-color);
}
section.industry_advisor {
    position: relative;
    padding: 100px 0 20px;
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/dots.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--secoundry-color);
}
section.industry_advisor:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -33px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/big-logo.png) no-repeat;
    width: 608px;
    height: 549px;
    opacity: .04;
}
section.industry_advisor h1.section_heading, .management_team h1.section_heading {
    text-align: center;
}
.industry_advisor_text {
    padding-left: 30px;
/*     padding-top: 60px; */
    float: left;
    width: calc(100% - 166px);
}

.industry_advisor_block img {
    float: left;
    width: 166px;
}
p.ind_heading {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-color);
      font-weight: 500;
}

p.ind_text {
    font-size: 15px;
    margin: 0;
    color: var(--wht-color);
  font-weight: 500;
}
.industry_advisor_block {
    margin-bottom: 40px;
}
section.management_team {
    position: relative;
    padding: 65px 0 20px;
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/dots-black.png);
    background-repeat: no-repeat;
    background-position: top center;
  background: #fff;
}
section.management_team h1.section_heading {margin-bottom: 50px;}

.management_team_block {
    text-align: center;
    margin-bottom: 80px;
}

p.mang_heading {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--secoundry-color);
  font-weight:bold;
}

p.mang_text {
    font-size: 15px;
    margin: 0;
    color: #333;
  font-weight:600;
}

.management_team_text {
    margin-top: 30px;
}
.mng_div_style {
    width: 100%;
    padding: 25px;
    text-align: center;
    top: -86px;
    background: var(--primary-color);
    margin-top: 40px;
    color: var(--wht-color);
    border-radius: 3px;
    position: relative;
  font-weight:400;
}
.mng_div_style:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--primary-color);
    border-top: 0;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

button.mng_team_btn {
    background: transparent;
    border: 0;
}
button.mng_team_btn:focus {
    outline: none;
}
section.press_room {
    padding: 100px 0;
  background:var(--wht-color)
}
p.press_room_txt {
    font-size: 16px;
    max-width: 490px;
    color: #58585a;
    font-weight: 600;
}
p.press_block_heading {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
}

p.press_block_text {
    font-size: 16px;
    color: #333333;
}
a.press_btn {
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
  z-index:1;
  left:-24px;
  position:relative
}
a.press_btn:focus {
    outline: none;
}
a.press_btn:hover {
    color: var(--primary-color);
}
.modal-right-img a.press_btn:hover{
    color: var(--wht-color);
}

a.press_btn:hover .cir-blk:after {
    opacity: 1;
}
section.resource_webinar a.press_btn:hover {
    color: var(--wht-color);
}

section.resource_webinar a.press_btn:hover .cir:after {
    opacity: 1;
}
/* a.carousel-control-prev {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev.png) no-repeat;
    width: 40px;
    height: 83px;
    position: absolute;
    left: auto;
    right: 90px;
    top: -110px;
}

a.carousel-control-next {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next.png) no-repeat;
    width: 40px;
    height: 83px;
    top: -110px;
    opacity: 1;
} */
.press_room .slick-list.draggable {
    margin-top: 30px;
}
.press_room button.slick-prev.slick-arrow {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev.png) no-repeat;
    width: 40px;
    height: 83px;
    position: absolute;
    left: auto;
    right: 90px;
    top: -70px;
}

.press_room button.slick-next.slick-arrow {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next.png) no-repeat;
    width: 40px;
    height: 83px;
    right: 0;
    top: -70px;
    opacity: 1;
}
.press_room.press_room_about_us button.slick-prev.slick-arrow {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/b-client-prev.png) no-repeat;
    width: 29px;
    height: 60px;
    position: absolute;
    left: auto;
    right: 90px;
    top: -70px;
}
 section.press_room { padding: 40px 0 0;}
.press_room.press_room_about_us h1.section_heading {    margin-bottom: 10px;}

.press_room.press_room_about_us button.slick-next.slick-arrow {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/b-client-next.png) no-repeat;
       width: 29px;
    height: 60px;
    right: 0;
    top: -70px;
    opacity: 1;
}
.press_room_about_us h1.section_heading a:hover {
    font-weight: 600;
}
	#mng_div{display: none;}


/* Rakeshwar Contact us */


/*contact-us*/
.cuontact-us-page {
    background-color: var(--black-color);
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/contact-us-banner.jpg) no-repeat;
    background-size: cover;
}
section.touch_vm {
    padding: 100px 0 50px 0;
    background: var(--wht-color);
}
section.touch_vm .touch_text {
    margin-bottom: 40px;

}

p.touch_text {
    font-size: 24px;
    color: #58585a;
    max-width: 600px;
    font-weight:500;
}
form.custom_form {
    padding: 60px 0 0;
}

label.field_heading {
    font-size: 16px;
    color: #58585a;
    display: block;
}

input.custom_input {
    width: 100%;
    height: 50px;
    border: 1px solid #868987;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 30px;
}
input.custom_input:focus {
    outline-color: var(--primary-color);
}
textarea.custom_textarea {
    width: 100%;
    border: 1px solid #868987;
    border-radius: 5px;
    padding: 0 15px;
}
textarea.custom_textarea:focus {
    outline-color: var(--primary-color);
}
a.submit_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
    margin-top: 40px;
    transition: all 0.3s;
}
.contact_block_group.w-email {
    padding-left: 30px;
}
section.contact_location {
    background: var(--wht-color);
    padding-bottom: 50px;
}
.contact_location_block {
    background: var(--secoundry-color);
    padding: 50px;
    border-radius: 10px;
}
.contact_heading {
    font-size: 18px;
    font-weight: 600;
    color: var(--wht-color);
    margin: 5px 0;
}

.contact_detail {
    font-size: 16px;
    color: var(--wht-color);
    font-weight: 500;

}
.contact_detail a {
    color: #fff;
}
.contact_detail a:hover {
    color: #e96529;
}
/*Rakeshwar retail*/
header.retail-page {
    background-color: var(--black-color);
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/retail-banner.jpg) no-repeat;
    background-size: cover;
}
h1.retailp_heading {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 30px;
}

p.retailp_text {
    font-size: 16px;
    color: #58585a;
}
section.retailer_req {
    position: relative;
    padding: 70px 0;
    background: #fff;
}

section.retailer_req:before {
    content: '';
    position: absolute;
    left: 250px;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/retailer-top-bg.png) no-repeat;
    width: 323px;
    height: 254px;
}

section.solution_retail {
    padding: 100px 0;
}

section.solution_retail h1.section_heading {
    text-align: center;
}
section.insight_vm {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/oil.jpg) no-repeat;
    position: relative;
    padding: 100px 0;
    background-size: contain;
    background-position: right top;
}
section.insight_vm:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -webkit-gradient(right top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(56%, rgba(242,101,36,1)), color-stop(100%, rgba(242,101,36,1)));
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f26524', GradientType=1 );
}
.solution_card a.sol_ret_btn {
    color: var(--wht-color);
    left: -24px;
}

.solution_card a.prim_ret_btn {
    color: var(--wht-color);
    left: -24px;
}

h1.insight_vm_heading {
    font-size: 45px;
    color: var(--secoundry-color);
    font-weight: 600;
}

h1.insight_vm_heading span {
    display: block;
    font-size: 80px;
}
.solution_card {
    max-width: 750px;
    margin: 0 auto 40px;
    background: var(--primary-color);
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.solution_card:last-child {
    margin-bottom: 0;
}
p.solution_card_heading {
    font-size: 20px;
    padding: 5px 0 15px 0;
    color: var(--wht-color);
  font-weight:600;
}

p.solution_card_text {
    font-size: 16px;
    color: var(--wht-color);
    font-weight: 500;
    margin-bottom: 30px;
}

a.sol_ret_btn {
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
    position:relative;
    z-index:1;
}
a.prim_ret_btn {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    position:relative;
    z-index:1;
}
.solution_card:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/tracker-bg.png) no-repeat;
    width: 245px;
    height: 232px;
}
.solution_card_blue {
    background: var(--secoundry-color);
}
.solution_card_blue:before {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/optimizer-bg.png) no-repeat;
    width: 235px;
    height: 240px;
}
.solution_card_grey {
    background: #58585a;
}
.solution_card_grey:before {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/innovator-bg.png) no-repeat;
    width: 235px;
    height: 240px;
}
a.prim_ret_btn:hover .cir:after {
    opacity: 1;
}

a.prim_ret_btn:hover {
    color: #fff;
}

a.sol_ret_btn:hover {
    color: #fff;
}

a.sol_ret_btn:hover .cir-blk:after {
    opacity: 1;
}

section.retailer_req h1.retailp_heading {
    max-width: 750px;
    margin: 0 auto 15px;
  font-weight:600;
}

section.retailer_req p.retailp_text {
    max-width: 750px;
    margin: 0 auto;
  font-weight:500;
}
/*Rakeshwar Career*/
header.careers-page {
    background-color: var(--black-color);
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/careers-banner.jpg) no-repeat;
    background-size: cover;
}
section.career_discover {
    padding: 70px 0;
    background: var(--wht-color);
}

h1.career_discover_heading {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
  line-height:26px;
}

p.career_discover_text {
    font-size: 16px;
    color: #58585a;
  font-weight: 500;
}
section.current_openings {
    background: var(--wht-color);
    padding-bottom: 100px;
}
section.current_openings h1.section_heading {
    text-align: center;
}


section.current_openings .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
section.current_openings .md-accordion .card .fa-angle-down {
    position: absolute;
    right: 0;
    top: 20px;
}
section.current_openings .card-header h5.mb-0 span {
    display: block;
    margin-top: 5px;
}
section.current_openings .card-header h5.mb-0 {
    position: relative;
    color: var(--wht-color);
}
section.current_openings .card {
    margin-bottom: 20px;
    border-radius: 0;
    border: 0;
}

section.current_openings .card:last-child {
    margin-bottom: 0;
}

section.current_openings .card .card-header a.collapsed {
    background: #58585a;
    display: block;
    padding: 30px 30px 30px 50px;
    border-radius: 5px;
}
section.current_openings .card .card-header {
    padding: 0;
    border: 0;
}

section.current_openings .card .card-header a {
    background: var(--secoundry-color);
    display: block;
   padding: 30px 30px 30px 50px;
    border-radius: 5px;
}
section.current_openings .card .card-body {
    background: #dfdfdf;
    padding: 40px 40px 40px;
}
p.card_body_heading {
    font-size: 20px;
    color: #58585a;
    padding-bottom: 15px;
  font-weight: 600;
}

p.card_body_text {
    font-size: 16px;
    color: #58585a;
    margin-bottom: 40px;
}

ul.card_body_ulist {
    padding: 0;
    margin-bottom: 40px;
}

li.card_body_list {
    font-size: 16px;
    color: #58585a;
    list-style: none;
    padding-left: 15px;
    position: relative;
  font-weight: 500;
  margin-bottom:10px;
}

li.card_body_list:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 0;top: 8px;
}
section.instore-client .owl-carousel .item a:hover {
    color: var(--primary-color);
}

/*in-store-end*/

header.in-store-page {
    background-color: var(--black-color);
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/in-store-banner.jpg) no-repeat;
    background-size: cover;
}
section.robust {
    padding: 100px 0 50px;
    background: var(--wht-color);
}
.robust_text_br {
    border-bottom: 1px solid #d4dae9;
    padding-bottom: 50px;
}
.robust_text {
    font-size: 16px;
    color: #58585a;
  font-weight:500;
}
section.rapid_ts {
    padding-bottom: 50px;
    background: var(--wht-color);
    position: relative;
}

.rapid_ts_text {
    color: var(--secoundry-color);
  font-weight:500;
}

.rapid_ts_block {
    margin-bottom: 50px;
}
section.rapid_ts:after {
    content: 'Rapid Testing';
    color: var(--lt-grey);
    opacity: .03;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 136px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
    letter-spacing: -3.9px;
}
section.specific_requirement {
    padding: 100px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/specific-requirement-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
section.specific_requirement h1.section_heading {
    letter-spacing: -1.8px;
}
.rapid_test_block {
    text-align: center;
    padding: 180px 0 100px;
}


p.rap_tblock_heading {
    font-size: 25px;
    color: var(--primary-color);
    margin-bottom: 10px;
  font-weight:600;
}

p.rap_tblock_text {
    font-size: 16px;
    color: var(--wht-color);
}
.rap_tblock_fisrt {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    text-align: left;
}
.rap_tblock_second {
    position: absolute;
    left: 0;
    bottom: 50px;
    max-width: 340px;
    text-align: left;
}
.rap_tblock_third {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 340px;
    text-align: left;
}
section.specific_requirement:before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/rapid-logo-bg.png) no-repeat;
    width: 639px;
    height: 548px;
}
section.in_store_benefits {
    background: #dedede;
}

section.in_store_benefits h1.section_heading {
    text-align: center;
}

section.in_store_benefits:before {
    opacity: .3;
}
section.instore-client {
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/dots-black.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}
section.in-store-static {
/*     background: #dedede; */
}


/*optimizer*/

header.optimizer-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/optimizer-banner.jpg) no-repeat;
    background-size: cover;
}
section.optimizer_impact {
    background-image: none;
}
section.reset_optimizer {
    padding: 100px 0;
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/dots.png);
    background-repeat: no-repeat;
    background-position: left -240px top -50px;
    background-color: var(--secoundry-color);
    position: relative;
}
.reset_optimizer_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/reset-optimizer.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
section.dl_optimizer {
    padding: 100px 0;
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/dots.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #58585a;
}
section.dl_optimizer .card {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: var(--wht-color);
}

section.dl_optimizer .card-header {
    padding: 10px 0;
    background: transparent;
    border-bottom: 1px solid #79797b;
    margin: 0 !important;
}

section.dl_optimizer .card-header img.icn {
    margin-right: 20px;
}

section.dl_optimizer .card-header button {
    color: var(--wht-color);
/*     font-family: var(--font-500); */
    text-decoration: none;
  font-weight:600;
}

section.dl_optimizer .card-header button i {
    float: right;
    padding: 25px 0 0 0;
    color: var(--primary-color);
}
section.dl_optimizer .card-header button.collapsed .fa-minus:before {
    content: "\f067" !important;
}
p.total_store {
    font-size: 35px;
    color: var(--wht-color);
    padding-top: 10px;
    padding-bottom: 20px;
   font-family:var(--font-300);
}

p.total_store_text {
    font-size: 16px;
    color: var(--wht-color);
    margin-bottom: 30px;
  font-weight:500;
}
section.dl_optimizer .know-more {
    display: inline-flex;
    align-items: center;
    color: var(--wht-color);
    margin-top: 40px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
section.dl_optimizer .know-more:hover .cir:after {
    opacity: 1;
}
section.opti-client {
    background-color: #dedede;
}
section.suit_retailer {
/*     padding: 100px 0 150px 0; */
  padding:100px 0 40px 0;
      background: #fff
}

.suit_retailer_group {
    margin-top: 20px;
}

.suitret_inside img {margin-bottom: 20px;}

h5.suitret_inside_heding {
    font-size: 20px;
    color: var(--secoundry-color);
    padding-bottom: 10px;
  font-weight: 600;
}

p.suitret_inside_text {
    font-size: 16px;
    color: #58585a;
  font-weight:500;
}
.suitret_inside_group {
    border-right: 1px #c1c1c1;
    padding-right: 10px;
      min-height: 190px;
}
section.suit_retailer a {display: inline-flex;align-items: center;color: var(--black-color);z-index: 1;left: -14px;position: absolute;margin-top: 30px;bottom:-70px;}
section.suit_retailer a:hover .cir:after {opacity: 1;}

/*platform*/
header.platform-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/platform-banner.jpg) no-repeat;
    background-size: cover;
}
section.decoding_behavior {
    background: #dedede;
    padding: 100px 0 0;
}
section.decoding_behavior img {
    margin-top: 50px;
}
section.omnisensor {
    padding: 100px 0;
    background-image: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bg-lines.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--secoundry-color);
    position: relative;
}
section.extraction_transformation {
    padding: 100px 0;
}
.extraction_bg {
    padding-top: 50px;
    text-align: center;
}
section.intelligent_integration {
    padding: 100px 0;
    background: var(--secoundry-color);
}
ul.pos {
    padding: 0;
    margin: 0;
}

li.pos_list {
    list-style: none;
    color: var(--wht-color);
    line-height: 50px;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
  letter-spacing:-.6px;
}

li.pos_list:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 12px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/pos-arrow.png) no-repeat;
    left: 0;
    top: 18px;
}
section.prescriptive_analytics {
    padding: 100px 0;
    background: var(--primary-color);
    position: relative;
}
section.prescriptive_analytics:before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/bg-icon.png) no-repeat;
    width: 639px;
    height: 548px;
    opacity: .2;
}
section.prescriptive_analytics h1.section_heading {
    color: var(--secoundry-color);
}
section.patent_portfolio {
    padding: 100px 0;
    background: var(--wht-color);
}
.patentp_group {
    margin-top: 40px;
}

.pp_b {
    background: var(--secoundry-color);
    border-radius: 3px;
    padding: 50px;
    position: relative;
}
.pp_b:before {
    position: absolute;
    content: '';
    width: 332px;
    height: 338px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/patent-port-bg.png) no-repeat;
    right: 0;
    bottom: 0;
    opacity: .04;
}
.pp_g {
    background: #58585a;
    position: relative;
}
p.patentp_heading {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 20px;
      font-weight: 600;
}

ul.patentp_unorder {
    padding: 0;
    margin: 0;
}

li.patentp_list {
    list-style: none;
    line-height: 46px;
    color: var(--wht-color);
    padding-left: 40px;
    position: relative;
  font-weight:400px;
}

li.patentp_list:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 20px;
    left: 0;
    top: 12px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/circle-tick.png) no-repeat;
}
h1.section_heading.section_heading_big {
    font-family: var(--font-500) !important;
}
.career_discover_text_big{font-weight:600 !important;}
/*platform*/


/*shopper-insight-tracker*/
section.shopper-panel.shpr-inst .title {
    padding-bottom: 70px;
}
section.shopper-panel.shpr-inst:after {
    display: none;
}
section.shopper-panel.shpr-inst {
    padding-bottom: 140px;
}
header.shopper-insight-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/shopper-banner.jpg) no-repeat;
    background-size: cover;
}
section.impact.custom-search-impact.shopper-insight-impact:before {
    content: 'Insights';
    color: var(--black-color);
    opacity: 0.04;
    left: 0;
    bottom: -24px;
    position: absolute;
    font-size: 135px;
    line-height: 1;
    font-family: var(--font-700);
    z-index: 0;
    text-transform: uppercase;
}




section.shopper-panel-insight-tracker {
    padding: 100px 0;
    background: var(--primary-color);
    text-align: center;
    position: relative;
}

section.shopper-panel-insight-tracker h1.section_heading {
    color: var(--secoundry-color);
}
section.shopper-panel-insight-tracker .grocery-map {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 2;
}

section.shopper-panel-insight-tracker .grocery-map a {
    display: block;
    font-size: 26px;
    color: var(--wht-color);
    padding-top: 10px;
      font-weight: 500;
}

section.shopper-panel-insight-tracker .stpre-trips {
    position: relative;
}

section.shopper-panel-insight-tracker .stpre-trips:before {
    content: '';
    position: absolute;
    width: 65px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: 0;
    left: 300px;
    top: 50%;
}

section.shopper-panel-insight-tracker .e-map {
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 2;
}

section.shopper-panel-insight-tracker .e-map a {
    display: block;
    font-size: 26px;
    color: var(--wht-color);
    padding-top: 10px;
      font-weight: 500;
}

section.shopper-panel-insight-tracker .store-strips:after {
    content: '';
    position: absolute;
    width: 1065px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: 0;
    right: 300px;
    top: 50%;
}

section.shopper-panel-insight-tracker .stpre-trips:after {
    content: '';
    position: absolute;
    width: 65px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: 0;
    right: 300px;
    top: 50%;
}
section.shopper-panel-insight-tracker .stpre-trips .txt {
    position: absolute;
    max-width: 300px;
    font-size: 20px;
    color: var(--wht-color);
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
      font-weight: 500;
}

section.shopper-panel-insight-tracker .stpre-trips .txt span.headline {
    font-size: 23px;
    color: var(--primary-color);
    display: block;
    padding-top: 10px;
  font-weight: 600;
}
section.behavior_trends {
    padding: 100px 0;
    background: var(--wht-color);
    position: relative;
}
section.behavior_trends:before {
    content: '';
    position: absolute;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/behave-trend-bg.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    width: 378px;
    height: 464px;
    opacity: 0.6;
}
section.behavior_trends .card {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #cdcdcd !important;
}

section.behavior_trends .card-header {
    background: transparent;
    border-bottom: 1px solid #cdcdcd;
}


section.behavior_trends .card-header img.icn {
    margin-right: 20px;
}

section.behavior_trends .card-header button {
    font-size: 25px;
    color: var(--secoundry-color);
    font-family: var(--font-700);
    text-decoration: none;
}


section.behavior_trends .card-header button i {
    float: right;
    padding: 25px 0 0 0;
    color: var(--primary-color);
}

section.behavior_trends .card-header button.collapsed .fa-minus:before {
    content: "\f067" !important;
}

section.behavior_trends .card-body {
    font-size: 16px;
    color: #333;
      font-weight: 500;
}
section.behavior_trends p.card-body-heading {
    font-size: 16px;
    padding-top: 30px;
    color: var(--primary-color);
  font-weight: 600;
}

section.behavior_trends ul.card-body-unorder {
    padding: 15px 0 0;
    margin: 0;
}

section.behavior_trends li.card-body-list {
    list-style: none;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}

section.behavior_trends li.card-body-list:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 0;
    top: 10px;
}
section.key_delaverables h1.section_heading {
    text-align: center;
    padding-bottom: 20px;
}

section.key_delaverables {
    padding: 100px 0 50px;
    background: var(--secoundry-color);
    position: relative;
}
.key_delaverables_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/deliverables-bg.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: .6;
}
section.key_delaverables:after {
    content: '';
    position: absolute;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/delivering-bg.png) no-repeat;
    z-index: 1;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 388px;
    opacity: 0.06;
}
section.key_delaverables .retail-wrap {
    margin-bottom: 50px;
    color: var(--wht-color);
}
section.key_delaverables .heading {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 5px;
}

section.key_delaverables p.heading_delievrable {
    font-size: 16px;
    color: #fff;
      font-weight: 500;
}



/*syndicated-data*/
section.impact.custom-search-impact.syndicated-impact {
    background-image: none;
}

section.impact.custom-search-impact.syndicated-impact:before {
    content: 'Shopper Science';
}
header.syndicated-data-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/syndicated-banner.jpg) no-repeat;
    background-size: cover;
}
section.ai-technology {
    padding: 100px 0;
    background: #efefef;
    text-align:center;
    position: relative;
}
section.ai-technology:before {
    content: '';
    position: absolute;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/behave-trend-bg.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    width: 378px;
    height: 464px;
    opacity: 0.6;
}
section.ai-technology h1.section_heading {
    color: var(--secoundry-color);
    text-align:left;
}






section.largest-grocery-stores {
    padding: 100px 0;
    background: var(--wht-color);
}
.on-demand {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/on-demand-bg.png) no-repeat;
    position: relative;
    padding: 50px;
    background-size: contain;
    background-position: left top;
    margin-bottom: 60px;
}
.on-demand:last-child {
    margin-bottom: 0;
}
.on-demand:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
}
.on-demand-heading {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: var(--font-300);
      letter-spacing: -.3px;
}

ul.on-demand-order {
    padding: 0;
    margin: 0;
}

li.on-demand-list {
    list-style: none;
    padding: 0 0 20px 20px;
    font-size: 16px;
    color: var(--wht-color);
    position: relative;
  font-weight: 500;
}

li.on-demand-list:before {content: '';position: absolute;width: 7px;height: 7px;background: var(--primary-color);border-radius: 50%;left: 0;top: 8px;}

li.on-demand-list:last-child {
    padding-bottom: 0;
}
.on-demand.massive-database {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/massive-database.png) no-repeat;
    background-position: right top;
}

.on-demand.massive-database:before {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgb(119 119 119) 56%, rgb(88 88 90) 100%);
}
.on-demand.un-comprehensive {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/un-comprehensive.png) no-repeat;
}
section.powering_advanced_analytics {
    padding: 100px 0;
    background: var(--secoundry-color);
}

p.powering_adtext {
    font-size: 27px;
    color: var(--wht-color);
/*     font-family: var(--font-300); */
}

.powering_shopper_impact {
    margin-top: 50px;
    position: relative;
}

.powering_shopper_image {
    text-align: center;
}

ul.power_shoper_order {
    padding: 0;
    margin: 0;
    padding-top: 90px;
}

li.power_shoper_list {
    list-style: none;
    width: 20%;
    float: left;
    position: relative;
}

p.power_list_heading {
    font-size: 20px;
    color: var(--primary-color);
    margin: 15px 0 5px 0;
      font-weight: 600;
}

ul.power_shoper_inside {
    padding: 0;
    margin: 0;
}

li.power_shoper_list_inside {
    list-style: none;
    padding: 0 10px 10px 15px;
    font-size: 16px;
    color: var(--wht-color);
    position: relative;
  font-weight:500;
}

li.power_shoper_list_inside:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 0;
    top: 9px;
}
li.power_shoper_first:before {
    position: absolute;
    content: '';
    height: 140px;
    width: 1px;
    background: #3c5b9d;
    top: -160px;
    left: 82px;
}

li.power_shoper_first:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 250px;
    background: #3c5b9d;
    top: -160px;
    left: 82px;
}
li.power_shoper_second:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 1px;
    background: #3c5b9d;
    top: -120px;
    left: 82px;
}

li.power_shoper_second:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 28px;
    background: #3c5b9d;
    top: -120px;
    left: 82px;
}
li.power_shoper_third:before {
    position: absolute;
    content: '';
    height: 70px;
    width: 1px;
    background: #3c5b9d;
    top: -90px;
    left: 82px;
}
li.power_shoper_forth:before {
    position: absolute;
    content: '';
    height: 70px;
    width: 1px;
    background: #3c5b9d;
    top: -90px;
    left: 82px;
}
li.power_shoper_fifth:before {
    position: absolute;
    content: '';
    height: 140px;
    width: 1px;
    background: #3c5b9d;
    top: -160px;
    left: 82px;
}

li.power_shoper_fifth:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 192px;
    background: #3c5b9d;
    top: -160px;
    right: 140px;
}
.top_circle_seven:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    top: -30px;
    left: 78px;
}


/* section.static-text.static-text-grey {
    background: #efefef;
} */



/********************CPG-brands-page CSS********************/

.cpg-brands-page {background-color: var(--black-color);  padding: 30px 0; height:598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/cpg-brands-page.jpg) no-repeat; background-size: cover;}
.cpg-goods p {
    font-weight: 500;
}
/* .cpg-brands-page .ban { margin: 200px 0 30px 0;} */
.cpg-brands-page .ban .sb-title {font-size: 30.5px; padding-right: 172px;}
.cpg-goods { padding:140px 0; position: relative; background: #fff;}
.cpg-goods::before {content:''; position: absolute; left:75px; bottom: 0; background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/goods-icon.png) no-repeat; 
    width: 636px; height: 480px;}
.cpg-goods .goods-heading {  margin-bottom: 30px; font-size: 24px; font-weight: 600; color:var(--primary-color);}
.cpg-solutions { padding: 90px 0 60px; background:#264892;}
.cpg-solutions h2 { font-size: 45px; color: var(--primary-color); font-family: var(--font-300); 
   margin-bottom: 25px; text-align: center;}
.cpg-solutions .solutions-wrap { width:100%; padding:45px 30px; background: var(--wht-color); 
    border-radius:5px; margin-bottom: 30px; position: relative;}
.cpg-solutions .solutions-wrap img { margin-bottom: 10px;}
.cpg-solutions .solutions-wrap .heading { margin-bottom: 15px; font-size: 22px; font-weight: 700; color: var(--secoundry-color);}
.cpg-solutions .solutions-wrap p { margin-bottom: 20px; }
.cpg-solutions .solutions-wrap a.know-more {display: inline-flex; align-items: center; color:var(--lt-grey); font-weight: 500;position:relative;left:-24px;z-index:1;}
.cpg-solutions .solutions-wrap a.know-more:hover {
   color: var(--secoundry-color);
}

.cpg-solutions .solutions-wrap a.know-more:hover .cir:after {
   opacity: 1;
}
section.key-parameter.cpg-domain:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/big-logo.png) no-repeat;
    width: 608px;
    height: 549px;
   top: auto;
    left: auto;
}

.solutions-wrap .solutions-icon-area {content:''; position: absolute; right:0px; bottom: 0; margin: 0!important; }
.retail-section.shopper-to { padding:110px 0; height: auto;}
.retail-section.shopper-to .title { font-family: var(--font-700); color: var(--secoundry-color);}

.retail-section.shopper-to:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(242,102,36,1);
    background: -moz-linear-gradient(left, rgba(242,102,36,1) 0%, rgba(242,102,36,1) 49%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,102,36,1)), color-stop(49%, rgba(242,102,36,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(242,102,36,1) 0%, rgba(242,102,36,1) 49%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(242,102,36,1) 0%, rgba(242,102,36,1) 49%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(242,102,36,1) 0%, rgba(242,102,36,1) 49%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(242,102,36,1) 0%, rgba(242,102,36,1) 49%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4a88', endColorstr='#ffffff', GradientType=1 );
}
section.retail-section.shopper-to .title strong {
    font-size: 80px;
}
.retail-section.shopper-to {position: relative; background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/CPG-shopper-to.png) no-repeat; 
    background-size: cover;}
.shopper-to .symbol-icon { position: absolute; left: 0; bottom: 0; background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/CPG-shopper-to-icon.png) no-repeat}

.key-parameter.cpg-domain { background:#fff; }
.key-parameter.cpg-domain .card-header button {color: var(--secoundry-color);}
.key-parameter.cpg-domain .card-header { border-bottom: 1px solid #c6c6c6;}
.key-parameter.cpg-domain .card {color:var(--lt-grey);}


/*resource-page*/
header.resource-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/resource-banner.jpg) no-repeat;
    background-size: cover;
}
section.explore_bytopic {
    padding: 30px 0;
    background: var(--secoundry-color);
}

.ex_topic_flex {
    display: flex;
}

p.ex_topic_heading {
    font-size: 30px;
    color: var(--wht-color);
    font-family: var(--font-300);
    margin-right: 20px;
}

select.custom_select {
    width: 290px;
    background: transparent;
    border: 1px solid var(--wht-color);
    border-radius: 50px;
    color: var(--wht-color);
    font-family: var(--font-300);
    padding: 0 15px;
    height: 46px;
}

select.custom_select:focus {
    outline: 0;
}

select.custom_select option {
    background: var(--secoundry-color);
}
section.resource_succ_stories {
    padding: 70px 0;
    background: var(--wht-color);
}
.resource_weekly_t p.gcc_icons_text {
    font-family: var(--font-300);
}


/*add this css in exixisting vm-style.css*/
p.press_block_heading {
    font-family: var(--font-500);
}

p.press_block_text {
/*     font-family: var(--font-300); */
  font-weight: 500;
}

a.press_btn {margin-top: 15px;font-weight: 500;}

/*add this css in exixisting vm-style.css*/

section.resource_weekly_t {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/weekly-tracker.png) no-repeat;
    position: relative;
    padding: 70px 0;
    background-size: contain;
    background-position: right top;
}
section.resource_weekly_t:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -webkit-gradient(right top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(56%, rgba(242,101,36,1)), color-stop(100%, rgba(242,101,36,1)));
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(242,101,36,1) 56%, rgba(242,101,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f26524', GradientType=1 );
}
section.resource_weekly_t h1.section_heading {
    color: var(--secoundry-color);
}
button.btn__weekly_t {
    border: 0;
    background: var(--secoundry-color);
    color: var(--wht-color);
    font-size: 16px;
  font-weight:500;
    padding: 0 30px;
    height: 44px;
    border-radius: 50px;
    margin-top: 30px;
}
button.btn__weekly_t:hover {
    background: #fff;
    color: #e96529;
}
button.btn__weekly_t:focus {
    outline: 0;
}
/*modal*/
section.resource_weekly_t .modal.show {
    background: rgb(0 24 47 / 88%);
}
section.resource_weekly_t .modal-dialog {
    max-width: 940px !important;
    width: 100% !important;
}
section.resource_weekly_t .modal-dialog .modal-content {
    border-radius: 10px;
}
section.resource_weekly_t .modal-body {
    padding: 0;
}
section.resource_weekly_t .modal-body .col-md-6 {
    padding: 0;
}

section.resource_weekly_t .modal-body .row {
    margin: 0;
}
.modal-right-img {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/r-modal.jpg) no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 100px 40px;
    border-radius: 0 7px 7px 0;
}

p.modal_right_text {
    font-size: 32px;
    max-width: 268px;
    color: var(--wht-color);
    font-family: var(--font-300);
}
.modal-left-block {
    padding: 70px 40px 40px;
}

form.weekly_custom_from {
    padding-top: 40px;
}

.form_group {
    margin-bottom: 25px;
}

label.weekly_lab {
    font-size: 16px;
    color: #58585a;
    margin-bottom: 10px;
}

input.weekly_custom_input {
    height: 48px;
    width: 100%;
    border: 1px solid #58585a;
    border-radius: 5px;
    padding: 0 15px;
    color: #58585a;
}

input.weekly_custom_input:focus {
    outline: 0;
    border-color: var(--primary-color);
}

a.weekly_forgot_p {
    font-size: 14px;
    color: var(--secoundry-color);
    float: right;
}

.weekly_form_footer a.weekly_forgot_p {padding-top: 35px;}

/*modal*/


section.resource_webinar {
    padding: 70px 0;
    background: var(--secoundry-color);
    position: relative;
}
.resource_webinar_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/webinar-bg.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
    top: 0;
    left: 0;
    opacity: .2;
}
section.resource_webinar ul.carousel-indicators {
    display: none;
}
p.r_webinar_heading {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 15px;
  font-weight:500;
}

p.r_webinar_text {
    font-size: 16px;
    color: var(--wht-color);
    margin-bottom: 30px;
    max-width: 480px;
  font-weight: 500;
}
section.resource_webinar .carousel-control-next-icon {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next-1.png);
    width: 40px;
    height: 83px;
    position: absolute;
    right: 0;
}
section.resource_webinar .carousel-control-prev-icon {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev-1.png);
    width: 40px;
    height: 83px;
    position:absolute;
    left: 0;
}
section.resource_webinar a.carousel-control-next {
    right: -70px;
  width:50px;
}

section.resource_webinar a.carousel-control-prev {
    left: -70px;
  width:50px;
}
section.resource_featured_v .carousel-control-next-icon {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-next-1.png);
    width: 40px;
    height: 83px;
    position: absolute;
    right: -70px;
  display:none;
}
section.resource_featured_v .carousel-control-prev-icon {
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/client-prev-1.png);
    width: 40px;
    height: 83px;
    position:absolute;
    left: -70px;
  display:none;
}
ul.r_web_order {
    padding: 0;
    margin-bottom: 20px;
}

li.r_web_list {
    list-style: none;
    font-size: 16px;
    color: var(--wht-color);
    padding-left: 20px;
    font-family: var(--font-300);
    position: relative;
}

li.r_web_list:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50px;
    left: 0;
    top: 10px;
}
section.resource_featured_v {
    padding: 70px 0;
    background: #58585a;
}

section.resource_featured_v h1.section_heading {
    text-align: center;
}

section.resource_featured_v p.r_webinar_heading {
    margin-top: 30px;
  font-weight:600;
  font-size:20px;
}

section.resource_featured_v ul.carousel-indicators {
    display: none;
}
.rapid_ts_block img {
    padding-bottom: 5px;
}



/*Tracker*/
header.tracker-page {
    padding: 30px 0;
    height: 598px;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/tracker-banner.jpg) no-repeat;
    background-size: cover;
}
section.tracker_impct {
    background-image: none;
}
section.tracker_decode {
    padding: 100px 0 30px;
    background: var(--secoundry-color);
    position: relative;
}
section.tracker_decode:before {
    content: '';
    position: absolute;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/delivering-bg.png) no-repeat;
    z-index: 1;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 388px;
    opacity: 0.06;

}
section.tracker_decode h1.section_heading {
    max-width: 700px;
}
.tracker_decode_group {
    text-align: center;
    padding: 100px 0;
    position: relative;
}
section.find-wrap.find-wrap_tracker {
    background: #eeeeee;
}
h2.find-wrap_tracker_head {
    max-width: 960px;
    margin: 0 auto;
}
.heatmap-first {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    text-align: left;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 300px;
}

.heatmap-first:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: var(--wht-color);
    top: 50px;
    left: 50%;
}
.heatmap-circle-first:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -57px;
}
.heatmap-second {
    position: absolute;
    top: 140px;
    left: 85px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-second:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background: var(--wht-color);
    left: 180px;
    top: 30px;
}

.heatmap-second:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 1px;
    background: var(--wht-color);
    left: 247px;
    top: 41px;
    transform: rotate(30deg);
}
.heatmap-circle-second:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    right: -114px;
    bottom: -10px;
    z-index: 1;
}
.heatmap-third {
    position: absolute;
    top: 140px;
    right: 92px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-third:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: var(--wht-color);
    right: 190px;
    top: 30px;
}

.heatmap-third:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 1px;
    background: var(--wht-color);
    right: 247px;
    top: 41px;
    transform: rotate(-30deg);
}
.heatmap-circle-third:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    left: -110px;
    bottom: 15px;
    z-index: 1;
}
.heatmap-fourth {
    position: absolute;
    top: 280px;
    left: 88px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-fourth:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--wht-color);
    left: 190px;
    top: 30px;
}

.heatmap-fourth:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--wht-color);
    left: 228px;
    top: 24px;
    transform: rotate(-30deg);
}
.heatmap-circle-fourth:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    right: -75px;
    bottom: 48px;
    z-index: 1;
}
.heatmap-fifth {
    position: absolute;
    top: 280px;
    right: 90px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-fifth:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--wht-color);
    right: 190px;
    top: 30px;
}

.heatmap-fifth:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--wht-color);
    right: 228px;
    top: 24px;
    transform: rotate(30deg);
}
.heatmap-circle-fifth:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    left: -73px;
    bottom: 47px;
    z-index: 1;
}
.heatmap-sixth {
    position: absolute;
    bottom: 120px;
    left: 139px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-sixth:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--wht-color);
    left: 190px;
    top: 30px;
}

.heatmap-sixth:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--wht-color);
    left: 228px;
    top: 24px;
    transform: rotate(-30deg);
}
.heatmap-circle-sixth:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    right: -77px;
    bottom: 50px;
    z-index: 1;
}
.heatmap-seventh {
    position: absolute;
    bottom: 144px;
    right: 140px;
    font-size: 16px;
    color: var(--wht-color);
    font-family: var(--font-300);
    max-width: 180px;
    text-align: left;
}

.heatmap-seventh:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--wht-color);
    right: 190px;
    top: 30px;
}

.heatmap-seventh:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--wht-color);
    right: 228px;
    top: 24px;
    transform: rotate(30deg);
}
.heatmap-circle-seventh:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    left: -76px;
    bottom: 26px;
    z-index: 1;
}
span.dot {
    display: none;
}

#parentVerticalTab ul li.resp-tab-active span.dot {
    display: block;
}
/*home*/
#myVideo {
/*   position: fixed; */
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
  .ban {
    position: absolute;
    top: 10px;
}
  .text-on-video .ban {
    padding: 80px 500px 60px 300px !important;
}
  .header_video_mob{display:none;}

/*home*/


/********************Weekly Tracker Nuggets CSS********************/
.tn-banner-txt-wrap { margin-top: 100px;}
.tn-banner-txt-wrap .sb-title {font-size: 24px; padding-right:0px;}


.subscrib-wrap-t .request_demo a { margin-left: 57px;
    color: var(--wht-color);
    display: inline-flex;
    align-items: center;
    position: relative;
}

.subscrib-wrap-t .request_demo a:hover {
    color: var(--primary-color);
}




.study-track-header {background-color: #333333; padding:11px 0 9px;}
.subscrib-wrap-t {background-color: #134A86; line-height: 33px; padding:17px 0px 8px; font-size: 22px; color:#fff;}
.subscrib-wrap-t p {padding-top: 17px; }
.study-track-banner { margin-bottom:50px;margin-top:50px;}
.study-track-banner .weekly { margin-bottom: 30px; margin-top: 0px;}
.study-track-banner .weekly > img { width:45px;}
.study-track-banner p { margin-bottom: 25px; color: #F26622;
    font-size:42px; font-weight: 600; line-height: 45px;}
.study-track-banner .banner-img {opacity: 0.8; background-color: #F26622;}

{margin-bottom: 20px;}
.study-track-banner button.btn__weekly_t {
    border: 2.1px solid #58595B;
    font-size: 16px; margin-right: 15px;
    font-weight: 500;
    padding: 0 25px;
    height: 44px;
    border-radius: 50px;
    
}

.study-track-banner .writter_wrap {}
.study-track-banner .writter_wrap .writer-img img {width:70px; height: 70px; border: 2px solid #F26622; 
    border-radius:100%; float: left;}
.name-right { float: right; width: 79%;}
.name-right .writer_name {color: #58595B; font-size: 21px; margin-bottom:7px;
    font-weight: 600;}

.btn_wrap { margin-bottom:30px;}
.writer_date {color: #58595B;}

.content-txt-wrap {
  margin-bottom: 50px;
}
.content-txt-wrap h3 {font-size: 38px; text-align:center; margin-bottom:40px; font-weight:500;}
.heading-1 {margin-bottom:40px; font-size:24px;}

.content-txt-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.content-txt-wrap .col-md-9 ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.content-txt-wrap .col-md-9 ul li p {
  margin-bottom: 0!important;
}
.case-study-wrap {background-color: #134A86; padding:40px 0px; color:#fff;}
.you-may { text-align:center; font-size: 30px; font-weight: 500; margin-bottom:40px}
.case-study-wrap h3 {color: #F26622; font-size: 45px; margin-bottom:30px; text-align:center;}
.case-study-wrap label { display:block; font-weight: 600;}
.case-study-wrap label span{color:#F26622;}
.case-study-wrap input[type="text"] { width:100%;border: 3px solid #9B9B9B; height:50px;
  border-radius: 6px;}

.case-study-wrap.nugget_tracker .you-may.desc {
  font-size: 20px;
  text-align: center;
}
.case-study-wrap.nugget_tracker .you-may.meta-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.related_article { padding:50px 0}
.related_article.latest-post { padding:120px 0 50px 0}

.related_article p.press_block_heading {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
  line-height: 24px;
}

.related_article p.press_block_text {
    font-size: 16px;
 line-height: 1.5;   color: #333333;
}

.related_article a.press_btn {
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
}


.related_article h2.section_heading {
    font-size: 45px;
    color: var(--primary-color);
    font-family: var(--font-300);
  margin-bottom: 40px; text-align:center;
}
@media (min-width: 768px) {
  ul.detial-social-m li img.img-fluid {
    max-height: 50px;
    min-height: 50px;
    height: 100%;
  }
  ul.detial-social-m li:first-child {
    text-indent: 0!important;
  }
}

ul.detial-social-m li {
  margin-bottom:20px;
  list-style-type:none;
}
ul.detial-social-m li:first-child { 
  text-indent: 22px;
  font-weight: 500;
}
ul.subscribe-w { padding:0px;}
.subscribe-w li { list-style:none; padding:30px 0 10px; text-align:center}
.subscribe-w li span { margin-left:10px;}

.case-study-wrap button.btn__weekly{
    border: 0;
    background:#F26622;
    color: var(--wht-color);
    font-size: 16px;
    font-family: var(--font-300);
    padding: 0 30px;
    height: 44px;
    border-radius: 50px;
    margin-top: 30px;
	margin: auto;
    display: block;
}

/********************Weekly Tracker Nuggets CSS********************/

/********************case Study Modal********************/
		.download-pop .modal-dialog {max-width: 980px;}
		.download-pop .modal-body {padding: 20px;}
		.download-pop .modal-body .img-abs{position: absolute; right: 10px; bottom: 10px;}
		.download-pop .modal-body .left,.download-pop .modal-body .right{position: relative; padding: 0px 30px;}
		.download-pop .modal-body .left:after{content: ''; position: absolute; top: 50%; height: 80%; width: 2px; background: #ccc; right: 0; transform: translateY(-50%);}
		.download-pop .modal-body .left .title{font-size: 23px; color: #58595B; font-family:var(--font-700); margin-bottom: 15px;}
/* 		.download-pop .modal-body .left form label{display: block;} */
		.download-pop .modal-body .left form{padding: 0 50px 0 0;}
		.download-pop .modal-body .left form .checkbox {display: inline-block;}
		.download-pop .modal-body .left form label.subscribe {display: inline-block; margin-left: 5px;}
		.download-pop .modal-body .left form .download-btn {background: #F26622; width: 100%; border-radius: 25px;
    		height: 54px; border: 0; color: #fff; font-size: 18px; font-weight: 800;}
		.download-pop .modal-body .left form .term {text-align: center; font-size: 14px;}

		.download-pop .modal-body .right img.logos {float: right;max-width:145px}
		.download-pop .modal-body .right .title,.download-pop .modal-body .right p {width: 100%; float: left;}
		.download-pop .modal-body .right .title {font-size: 50px; color: #F26622; font-family: var(--font-500); margin-bottom: 20px;}
		.download-pop .modal-body .right p {font-size: 18px; color: #58595B; font-family:var(--font-700);}

		.download-pop .modal-body .right-2 .title {font-size: 34px; font-weight: 600; line-height: 34px; color: #F26622;  margin-bottom: 20px;}
		.download-pop .modal-body .right-2 p {font-size: 18px; font-weight: 600; color: #58595B; margin-bottom: 10px;}
		.download-pop .modal-body .right-2 .lts{margin: 0; padding: 0;}
		.download-pop .modal-body .right-2 .lts li{padding-left: 20px; position: relative; list-style: none; font-size: 18px; font-weight: 600; color: #58595B; margin-bottom: 20px; padding-right: 50px;}
		.download-pop .modal-body .right-2 .lts li:before{content: ''; position: absolute; left: 0; top:8px; background: #F26622; border-radius: 100px; width: 10px; height: 10px;}
		.download-pop .modal-body .right-2 .tracker-icon{max-width: 120px;}
		.download-pop.bg-img .modal-body{background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/nathalia-bg.jpg) no-repeat; background-size: cover; position: relative;border-radius:10px;}
		.download-pop.bg-img .modal-body:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.9);border-radius:10px}
.modal-content input.hs-button.primary.large {
    background: #F26622;
    width: 100%;
    border-radius: 25px;
    height: 54px;
    border: 0;
    color: #fff;
    font-size: 18px;
}		
.modal-content input.hs-button.primary.large:focus
{
  outline:none;
}
.view-case-study li.hs-form-booleancheckbox {
    list-style: none;
}

.view-case-study li.hs-form-booleancheckbox input.hs-input {
    width: 30px !important;
    margin-top: 5px;
}

.view-case-study li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    display: flex;
    float: left;
}

.view-case-study ul.inputs-list {
    padding: 0;
    margin: 0;
  list-style: none;
/*     display: inline-block; */
}

.view-case-study li.hs-form-booleancheckbox  span {
    margin-left: 15px !important;
}
.download-pop .modal-body .left input.hs-input {
    border-color: #999;
}
.download-pop .modal-body .left label {
    font-family: var(--font-700);
    color: #58595B;
}
.download-pop {
    font-family: var(--font-500);
}
.legal-consent-container .hs-form-booleancheckbox-display p{    font-family: var(--font-100);}
.download-pop .modal-body .left .hs-form-required {
    color: #f26622;
}
.download-pop .modal-content {
    border-radius: 15px;
}
.content-txt-wrap .left input.hs-input {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #999;
    float: left;
    width: 100% !important;
    border-radius: 5px;
}

.content-txt-wrap .left input.hs-input:focus {
    outline: 0;
}

.content-txt-wrap .left label {
    padding: 15px 0 0 0;
    margin: 0;
}

.content-txt-wrap .left ul.hs-error-msgs {
    padding: 0;
    margin: 0;
}
.content-txt-wrap .left ul.hs-error-msgs li {
    list-style: none;
}
.content-txt-wrap .left ul.hs-error-msgs li label.hs-error-msg {
    padding-top: 2px !important;
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.content-txt-wrap .left ul.inputs-list {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.content-txt-wrap .left ul.inputs-list li.hs-form-booleancheckbox {
    list-style: none;
}

.content-txt-wrap .left label.hs-form-booleancheckbox-display {
    display: flex;
    float: left;
}

.content-txt-wrap .left 
 ul.inputs-list label.hs-form-booleancheckbox-display input.hs-input {
    width: 30px !important;
    margin-top: 5px;
}
.hs_cos_wrapper .form-title {
    display: none;
}
.download-pop .modal-body .left label.hs-error-msg {
    color: red;
    font-size: 12px;
}
.download-pop .modal-body .left label.hs-main-font-element {
    display: none;
}
@media (max-width: 767px){
			.download-pop .modal-body .left, .download-pop .modal-body .right {padding: 0 0 20px 0; margin-bottom: 20px;}
			.download-pop .modal-body .left .title{font-size: 20px;}
			.download-pop .modal-body .left form{padding:0;}
			.download-pop .modal-body .left:after{width: 100%; height: 2px; top: inherit; bottom: 0; transform: translate(0);}
			.download-pop .modal-body .right-2 .title{font-size: 20px;}
			.download-pop .modal-body .right-2 .lts li{padding-right: 0}
			.download-pop .modal-body .right-2 p,.download-pop .modal-body .right-2 .lts li{font-size: 14px;}
			.download-pop .modal-body .right img.logos{margin:0 auto; float: inherit; display: inherit;}
			.download-pop .modal-body .right .title{font-size: 20px; margin-bottom: 10px;}
			.download-pop .modal-body .right p{font-size: 14px;}
  .modal-content input.hs-button.primary.large{font-size:16px;}
		}
/********************case Study Modal********************/
/**Privacy Policy**/
.privacy-policy .title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #f26622;
    font-family: var(--font-700);
}
.privacy-policy {
    padding: 50px 20px;
}
.privacy-policy p {
    color: #5c5c5c;
    margin-bottom: 8px;
}
.privacy-policy b {
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    color: #5c5c5c;
}
p.term.pop_up_term {
    font-size: 14px;
    padding: 10px 0 0;
    color: #58585a;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
p.term.pop_up_term a {
    color: var(--primary-color);
}


/******************************** Tracker Nuggeets ****************************************/
.tracker-nuggets { height:598px; background:#232323 url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/mobile-bg.jpg) no-repeat; background-position-y: -70px; background-size: cover!important;}
.tn-banner-txt-wrap { margin-top: 100px;}
.tracker-nuggets .this-week { padding:25px; background:#fff; max-width:414px;width:100%; float: right; margin-top: 100px;
box-shadow: 6px 6px 9px 4px rgba(0,0,0,0.27); border-radius:10px;}
.tracker-nuggets .this-week > p {color: #F26622;
  font-size:32px;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
  } 
.tracker-nuggets .this-week img {border-radius: 15px;}
.this-week p.press_block_heading {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
}

.this-week p.press_block_text {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.this-week a.press_btn {
    display: inline-flex;
    align-items: center;
    color: var(--black-color);
}

.tn-banner-txt-wrap .title {margin-bottom: 20px;}
.tn-banner-txt-wrap .sb-title {font-size: 24px; padding-right:0px;}
.tn-banner-txt-wrap ul {margin-top:30px; list-style-type:none}
.tn-banner-txt-wrap ul li { font-size:24px; color:#fff; margin-bottom:20px;}
.tn-banner-txt-wrap ul li::before {color: var(--primary-color);
  content: "\2022"; 
  font-weight: bold;
  display: inline-block; 
  width: 15px; 
  margin-left: -1em;
}
.trackernugget_icon > img {width: 96px;}

.latest-post .res_succ_stories_block { margin-bottom:35px;}
.subscribing-t {max-width:700px; padding:0; margin:30px auto 0; text-align:center}
.you-may.subs-txt { width: 80%; font-size: 23px; text-align:left;}
.subscribing-t li { list-style-type:none;}
.subscribing-t li a { text-decoration:underline; color:#fff;}
button.btn__weekly.subscrib-btn {padding: 0 150px; margin-top:50px;}
.related_article.latest-post h2.section_heading { text-align:left; margin-bottom: 15px;}
.related_article.latest-post h4 {color: #58595B; margin-bottom: 25px; font-size: 28px;}
ul.explore-topic { padding:0px; margin-bottom: 45px;}
ul.explore-topic li { list-style-type:none; display:inline-block;}
ul.explore-topic li a { color: #58595B; display:inline-block; border: 2px solid #58595B; margin-right:15px; border-radius:30px; padding:5px 50px; line-height: 28px; margin-bottom:15px; float: left; position:relative;}
ul.explore-topic li a:hover {background-color: #F26622; border: 2px solid #F26622; color:#fff;)}
ul.explore-topic li a.active {background-color: #F26622; border: 2px solid #F26622; color:#fff;)}
ul.explore-topic li a .close-icon {width:11px; height:11px; position:absolute; top:13px; right:15px; background:url(../img/close-icon.png) no-repeat; display:none;}
ul.explore-topic li a:hover .close-icon { display:block;}
ul.explore-topic li a.active .close-icon { display:block;}
.position-relative {position: relative; z-index: 2;}
.stay-ahead { position:relative;}
.stay-ahead:after { position: absolute;
  content: '';
  width: 300px;
  bottom: -103px;
  right: 84px;
  background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/VM_icon@2x.png) no-repeat;
  height: 300px;
  z-index: 0;}
.related_article a.press_btn:hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .res_succ_stories_block  img.img-fluid {
    display: block;
    height: 100%;
    max-height: 220px;
    min-height: 220px;
    height: 100%;
    object-fit: fill;
    width: 100%;
  }
}
.this-week a.press_btn:hover {
    color: var(--primary-color);
}

/******************************* Media ***************************************/
header.display-page.media {
    height: 598px;
    background: #232323 url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/resource-banner.jpg) no-repeat;
/*     background-position-y: 70px; */
    background-size: cover!important;
}
header.display-page.media .ban {
    margin-top: 250px;
}

/* Modal */
button.custom_close {
    position: absolute;
    right: -10px;
    top: -10px;
  line-height:5px;
    background: #fff;
      border: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    color: var(--primary-color);
    box-shadow: 2px -1px 10px 3px rgba(0, 0, 0, .4);
}

button.custom_close:hover {
    opacity: 1 !important;
    color: var(--secoundry-color);
}

ul.detial-social-m {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}

header.display-page.tracker-nuggets.webinar .tn-banner-txt-wrap {
    margin-top: 300px;
}

section.related_article.latest-post strong {
    font-weight: 400;
}


/********************************* whitepaper ***************************************/
header.display-page.tracker-nuggets.whitepaper {
    background-position-y: inherit;
}

header.display-page.tracker-nuggets.whitepaper .tn-banner-txt-wrap {
    margin-top: 270px;
}

header.display-page.tracker-nuggets.whitepaper a.know-more {
    display: inline-flex;
    align-items: center;
    z-index: 1;
    left: -24px;
    position: relative;
    color: var(--wht-color);
}

header.display-page.tracker-nuggets.whitepaper a.know-more:hover .cir:after {
    opacity: 1;
}
section.decoding_behavior.whitepaper_decoding_behaviour {
    padding: 70px 0;
    font-size: 22px;
}

/*************************** Resource Blog ******************************/

section.resource-client-story {
        padding: 50px 0 30px 0;
    background: var(--secoundry-color);
}
section.resource-client-story .content {
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}
.resource-client-story .press_block_text {
    color: #fff;
}

.resource-client-story .press_btn {
    color: #fff;
}
.resource_inner_heading {
    font-size: 16px;
    color: var(--secoundry-color);
    font-weight: 500;
    padding: 80px 0 10px 0;
    text-align: center;
}
section.resource-client-story h1.section_heading.section_heading_big {
    margin-bottom: 60px;
}
section.resource-client-story .content.heading {
    font-weight: 600;
}
header.client-story-blog .title {
    font-size: 50px;
}
section.view_more_resource {
    padding-top: 50px;
    text-align: right;
    background:#fff;
}

section.view_more_resource a {font-size: 20px;color: var(--secoundry-color);font-weight: 500;}
.res_succ_stories_block {
    padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
section.resource-client-story img {
    margin-bottom: 30px;
}

section.resource-client-story .col-md-8 {
    order: 12;
}

.resource_inner_heading {
    text-align: left;
}

section.resource-client-story h1.section_heading.section_heading_big {
    margin-bottom: 15px;
}

section.resource-client-story .content {
    padding-bottom: 10px;
}
  section.resource-client-story{padding:30px 0;}
  section.view_more_resource{padding:20px;}
}

/****************************** Resource Page Blog **********************************/

header.client-story-resource-blog-post {
    padding: 30px 0;
    background: url(https://7306906.fs1.hubspotusercontent-na1.net/hubfs/7306906/banner.png) no-repeat;
    background-size: cover;
    height: 598px;
}
header.client-story-resource-blog-post .ban {
    margin-top: 140px;
}

header.client-story-resource-blog-post .ban .sb-title {
    padding-right: 0;
  padding-bottom:20px;
  width:550px;
      font-size: 28px;
}
header.client-story-resource-blog-post .client-story-banner-img {
    text-align: center;
    padding-top: 120px;
}
a.press_btn_download {
    background: var(--primary-color);
    padding: 15px 40px;
    color: var(--wht-color);
    font-weight: 500;
    border-radius: 20px;
}
.resource_download_link {
    text-align: right;
/*   padding-top:25px; */
}
.resource_download_link.footer {
/*     padding-top: 0; */
}
section.video-mining-platform.resource-blog-new {
    padding: 50px 0;
}

.second_resource_blog {
    max-width: 700px;
    margin: 0 auto;
    background: var(--wht-color);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.second_resource_blog .des {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.second_resource_blog .des_name {
    color: var(--secoundry-color);
    padding-top: 20px;
}

.second_resource_blog .des_pos {
    color: var(--primary-color);
    max-width: 260px;
    margin: 0 auto;
}

section.insights.resource:after {
    display: none;
}

section.insights.resource .flip-card:hover .flip-card-inner {
    transform: none;
}
section.news-letter.resource_blog_page {
    background: #717171;
  padding: 55px 60px 45px 60px;
}
section.news-letter.resource_blog_page .inputs {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
section.insights.resource .title {
    text-align: center;
    color: #e96529;
    font-weight: 500;
}
section.insights.resource .txt {
    font-size: 16px;
}
.resource_download_link_footer {
    float: right;
}
p.press_block_text.resource-type-post {
    text-align: center;
    font-weight: 500;
  font-size: 16px;
  color: #244b88;
  padding-bottom:10px;
}
header.client-story-resource-blog-post .title.banner_head_desk {
    font-size: 40px;
}
header.client-story-resource-blog-post .sm-title {
    margin-bottom: 15px;
      color: #e0e0e0;
  font-size:24px
}


/* Pagination */


  
  
  
  
  
              .blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination a {
    color: #000; 
    text-decoration: none;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    border-radius: 4px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #c8ecff;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #f5f5f5;
    color: #666;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link,
.blog-pagination a.last-link, 
.blog-pagination a.first-link{
    background-color: #666;
    color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover,
.blog-pagination a.last-link:hover, 
.blog-pagination a.first-link:hover{
    background-color: #008cd4;
    color: #fff;
}
.blog-pagination {
    display: inline-flex;
    float: right;
}

.blog-pagination-left a.first-link,.blog-pagination-left a.prev-link {
    font-size: 20px;
    height: 50px !important;
    width: 50px !important;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
    color: #000;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    border-right: 0;
}

.blog-pagination-center a {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid #e4e4e4;
    border-right: 0;
}

.blog-pagination-right a.next-link, .blog-pagination-right a.last-link {
    font-size: 20px;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #000;
    border: 1px solid #e4e4e4;
    line-height: 50px;
}

.blog-pagination-left {
    height: 50px;
}

.blog-pagination-center {
    display: inline-flex;
}

.blog-pagination > div {
    display: inline-flex !important;
}

.blog-pagination-center a.active {
    background: var(--primary-color);
    color: #fff;
}

.blog-pagination-center a:hover {
    background: var(--secoundry-color);
    color: #fff;
}

.blog-pagination-right a.next-link:hover, .blog-pagination-right a.last-link:hover {
    background: var(--secoundry-color);
    color: #fff;
}

.blog-pagination-left a.prev-link:hover {
    background: var(--secoundry-color);
    color: #fff;
}

.blog-pagination-right a.last-link {
    border-left: 0;
}

.news-letter span strong {
    padding-left: 10px;
}
.news-letter .form-columns-1 .hs-form-booleancheckbox-display input.hs-input{margin-right:10px;}
.not_show_data_in_desktop_tablet_but_mobile{display:none;}