body,
html {
    overflow-x: hidden
}

#dmp-wrapper,
.commerce-section-8 ul li,
.maas-page #advertiser,
.map-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.o2o-right-content a:hover,
a,
a:hover {
    text-decoration: none
}

.rich-data-tabs div img,
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

#award-section,
#dmp-wrapper,
.commerce-section-8 ul li,
.maas-page #advertiser,
.map-content {
    -webkit-box-orient: vertical
}

*,
body,
html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif
}

body {
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all
}

a {
    cursor: pointer
}

li {
    list-style: none
}

body.full-open,
body.popup-open {
    overflow: hidden!important
}

.footer-wrapper,
.o2o-page {
    overflow-x: hidden;
    overflow-y: hidden
}

#marketo-built,
.loader-line-mask,
.mainContainer,
.slick-list,
.sliderHomeWrapper .item figure,
.wrapper {
    overflow: hidden
}

header {
    padding: 0 3%;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inner_pages_wrapper header {
    min-height: 100px;
    position: relative;
    top: 0;
    border-bottom: 1px #e4e4e4 solid
}

.navigation_header>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0
}

.nav-icon {
    display: none
}

.navigation_header ul li {
    position: relative
}

.sub_menu_navigation {
    position: absolute;
    width: 390px;
    background: #f8f8f9;
    display: flex;
    align-items: flex-start;
    border-radius: 15px;
    left: 50%;
    top: 50px;
    padding: 30px;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: .36s;
    box-shadow: 3px 1px 24px -5px rgba(61, 61, 61, .45);
    margin-left: -195px;
    z-index: 999999
}

.sub_menu_navigation.smn2 {
    width: 440px;
    margin-left: -220px
}

.sub_menu_navigation::before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #f8f8f9;
    position: absolute;
    left: 175px;
    top: -13px
}

.inner_pages_wrapper header img {
    margin-top: 0
}

.navigation_header>ul>li {
    margin: 0 15px;
    display: flex
}

.navigation_header>ul>li>a {
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px
}

.navigation_header ul li:hover>.sub_menu_navigation,
.navigation_header>ul>li>a:hover+.sub_menu_navigation,
.sub_menu_navigation:hover {
    opacity: 1;
    pointer-events: all
}

.inner_pages_wrapper .navigation_header ul li a {
    color: #3d3d3d
}

.sub_menu_navigation .common_col {
    width: 100%
}

.sub_menu_navigation .common_col ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.sub_menu_navigation .common_col ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px
}

.sub_menu_navigation .common_col ul li:last-child {
    margin-bottom: 15px
}

.sub_menu_navigation .common_col ul li span {
    max-width: 40px;
    width: 100%
}

.sub_menu_navigation .common_col ul li img {
    height: 22px;
    margin: 0
}

.sub_menu_navigation .common_col ul li a {
    font-size: 14px;
    color: #3d3d3d;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600
}

.sub_menu_navigation .common_col ul li a:hover {
    color: #f4825d
}

.sub_menu_navigation.smn2 .common_col:last-child ul>li:first-child span img {
    height: 26px
}

.sub_menu_navigation .common_col h4>a {
    color: #0e76bc!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 25px;
    display: flex
}

.navigation_header ul li a.button_act {
    background: #f4825d;
    color: #fff
}

.navigation_header ul li a.active {
    color: #f4825d;
    font-weight: 900
}

header img {
    height: 60px;
    margin-top: -15px
}

.wrapper section {
    padding: 80px 0;
    height: 100vh
}

.nav-icon {
    float: right;
    width: 30px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #f4825d;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center
}

.nav-icon span:nth-child(1) {
    top: 0;
    transform-origin: left center
}

.nav-icon span:nth-child(3) {
    top: 14px;
    transform-origin: left center;
    width: 60%;
    right: 0!important
}

.home-main,
.nav-icon:hover span:nth-child(3) {
    width: 100%
}

.nav-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.home-main {
    display: flex;
    padding: 3%!important;
    position: relative;
    height: 100vh!important;
    flex-direction: column;
    justify-content: center
}

.home-main .home-content {
    display: inline-block;
    z-index: 7;
    position: relative
}

.home-main .home-content .hero-title {
    font-size: 80px;
    letter-spacing: 1px;
    line-height: 1.35;
    color: #fff;
    font-weight: 900
}

.home-main .home-content p {
    font-size: 28px;
    color: #fff;
    font-weight: 700
}

.top_45 {
    margin-top: 45px
}

.home-main .home-content .social {
    right: -4%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 6;
    display: none
}

.home-main .home-content .social a {
    display: block;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 600
}

.home-main .home-content .social a:hover {
    color: #0255a8
}

.home-main .home-content .social a.text {
    margin-right: 0
}

.home-main .home-content .line {
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px
}

.home-main .home-content .social a i {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.home-main .home-content .social a:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.dmp-content,
.youtube-overlay img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#particles-js,
#particles-js1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.wrapper {
    z-index: 1;
    background: #fff;
    height: 100%;
    position: relative
}

.home-main .home-content p span {
    color: #fff;
    font-weight: 400
}

.home-main .home-content p.top_45 .typed {
    font-weight: 600
}

.home-main .home-content p.top_45>span:last-child {
    color: #fff
}

.home-main .home-content .hero-title span {
    color: #f4825d
}

.right_item_part {
    max-width: 700px;
    width: 100%
}

.right_item_part h4 img {
    width: 32px;
    margin-left: 15px
}

#maas-wrapper {
    height: auto!important
}

.maas-content {
    width: 85%;
    text-align: center;
    margin: 0 auto
}

.maas-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #3d3d3d;
    line-height: 1.25
}

.maas-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500
}

.maas-content>img {
    margin-top: 50px;
    width: 70%;
    -webkit-animation: .3s ease-in 0s 1 slideInFromLeft;
    animation: .3s ease-in 0s 1 slideInFromLeft
}

#dmp-wrapper {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 500px
}

#dmp-wrapper #dmp-video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.dmp-content {
    display: block;
    width: 80%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.dmp-content .dmp-right-content {
    float: right
}

.dmp-content .dmp-left-content {
    float: left
}

.dmp-content .dmp-right-content div {
    margin-bottom: 30px
}

.dmp-left-content img {
    height: 40px;
    margin-bottom: 30px
}

.dmp-left-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.25;
    font-weight: 900
}

.dmp-left-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 30px
}

.dmp-right-content {
    text-align: center;
    margin-top: 20px
}

.dmp-right-content span {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.dmp-right-content .dmp-period {
    color: #c18d5e
}

.dmp-right-content>div h6 {
    font-size: 32px;
    font-weight: 900
}

.markt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto
}

.push_notification_banner {
    display: flex;
    justify-content: center;
    width: 50%
}

#faas-wrapper,
#markt_wrapper {
    position: relative;
    -webkit-box-pack: center
}

.markt-left-content {
    width: 48%;
    padding-left: 180px
}

.markt-center-content {
    background-image: url(../images/markt-img.png);
    background-position: center;
    background-size: 150%;
    background-repeat: no-repeat;
    width: 340px;
    height: 370px
}

.faas-left-content,
.faas-right-content {
    width: 50%
}

.markt-right-content {
    font-size: 36px;
    line-height: 1
}

.markt-left-content img {
    height: 50px
}

.markt-left-content h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase
}

.markt-left-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 30px
}

#markt_wrapper {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 80px 0
}

.faas-content {
    color: #fff;
    width: 50%;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.faas-left-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faas-left-content>div>img {
    width: 50px
}

.faas-left-content>div p {
    margin-left: 40px;
    font-size: 16px
}

.faas-left-content>div:nth-of-type(1),
.faas-left-content>div:nth-of-type(2) {
    margin-bottom: 60px
}

.faas-right-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase
}

.faas-right-content h2+h2 {
    margin-top: 30px;
    font-size: 30px
}

.faas-right-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 20px
}

.o2o-right-content h2,
.odometer span {
    font-size: 36px;
    font-weight: 900
}

.faas-right-content img {
    height: 45px;
    display: block;
    margin-bottom: 60px
}

#faas-wrapper {
    width: 100%;
    background-color: #0d232f;
    margin: 0 auto;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px
}

.odometer {
    display: block!important
}

#o2o-wrapper {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o2o-content {
    color: #000;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o2o-content>div {
    width: 50%
}

.o2o-left-content img {
    width: 65%;
    -webkit-animation: 1s ease-in-out 0s 1 slideInFromLeft;
    animation: 1s ease-in-out 0s 1 slideInFromLeft
}

.o2o-right-content {
    padding-left: 10%
}

.o2o-right-content h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #3d3d3d;
    line-height: 1.25
}

.o2o-right-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 20px
}

.o2o-right-content img {
    height: 50px;
    display: block;
    margin-bottom: 60px
}

.o2o-right-content a {
    padding: 15px 30px;
    border: 1px solid #000;
    color: #000
}

.o2o-right-content a:hover {
    color: #fff;
    background-color: #3d3d3d
}

#map {
    height: 380px;
    width: 100%
}

#mtraction-wrapper {
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    height: auto
}

.mtraction-content {
    width: 80%
}

.mtraction-content>img {
    height: 40px;
    margin-bottom: 50px
}

.mtraction-content h2 {
    font-size: 36px;
    margin-top: 0;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 85px
}

.sidemenu-content>div h2,
.sidemenu-content>div h2 a {
    text-transform: capitalize;
    font-size: 20px;
    color: #f4825d
}

.mtraction-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 20px
}

#worldmap {
    width: 70%!important
}

#map-wrapper {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    height: auto;
    background-color: #000
}

.map-content {
    width: 80%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-content h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 900;
    line-height: 1.25
}

.map-content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-item {
    width: 20%!important
}

.owl-item.center {
    width: 30%!important;
    z-index: 1
}

.owl-dots {
    display: inline-block!important
}

.owl-dots .owl-dot {
    background: #869791!important;
    border-radius: 20px;
    display: inline-block;
    height: 8px;
    margin: 22px 7px;
    opacity: .5;
    width: 8px
}

.owl-dots .owl-dot.active {
    background: #f4825d!important
}

.owl-item div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #d6d6d6
}

.owl-item.center div:after {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2)
}

.fraud-content {
    width: 85%;
    margin: 0 auto;
    text-align: center
}

#mrkt-video,
.sidemenu {
    width: 100%;
    position: absolute
}

#ssp-slider {
    margin-top: 80px;
    margin-bottom: 50px
}

#mrkt-video {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@-webkit-keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.sidemenu {
    height: 100vh;
    background-color: #fff;
    top: -200%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 111
}

.sidemenu-content {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 70px
}

.sidemenu-content>div {
    width: 24%;
    padding: 0 10px 40px;
    text-align: left
}

.sidemenu-content>div h2 {
    font-weight: 700;
    padding: 10px 0
}

.sidemenu-content>div>div>span>a,
.sidemenu-content>div>span>a {
    font-size: 14px;
    color: #494949;
    display: block;
    padding: 18px 0
}

.sidemenu-content .drop_btn {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidemenu6,
.sidemenu7 {
    width: 14%!important
}

.sidemenu-content .drop_btn>i.fa {
    margin-left: 15px
}

.sidemenu-content>div>div>span:hover a,
.sidemenu-content>div>span:hover a {
    color: #0255a8;
    font-weight: 700
}

.page-title,
.team-header {
    font-weight: 900;
    text-align: center
}

.sidemenu-content>div.sidemenu8 h2 {
    padding: 10px 0
}

.sidemenu-content>div.sidemenu8 h2:nth-of-type(1) {
    padding-top: 0!important
}

.sidemenu-content>div.sidemenu8 h2>a {
    color: #f4825d
}

.drop_btn:active,
.drop_btn:focus,
.drop_btn:hover {
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.full-open .nav-icon span {
    width: 85%
}

.full-open .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

.full-open .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.full-open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 8px
}

.full-open .nav-icon:hover span:nth-child(3) {
    width: 85%
}

.sidemenu-content>div.sidemenu9 {
    width: 18%;
    margin-top: 20px;
    margin-left: 60px
}

.menutransition {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.advertiserCards,
.monitization-Features,
.rich-data-tabs>div,
.segment-cdp>div {
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s
}

.page-title {
    font-size: 52px;
    color: #0255a8;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0
}

.monetizationStackImage {
    margin-top: 70px
}

.page-title span {
    color: #f68a3d
}

#aboutus-page>section {
    padding: 80px 0
}

#aboutus-page>section>div {
    width: 85%;
    margin: 0 auto
}

#aboutus-page>section#culture-container>div {
    width: 85%!important
}

.team-header {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 0 auto
}

.team-tabs {
    font-size: 22px;
    font-weight: 300;
    text-transform: capitalize
}

.team-tabs>span {
    color: #b8b8b9;
    margin: 0 15px;
    cursor: pointer;
    font-weight: 600
}

.team-tabs>span:nth-of-type(2) {
    margin-right: 0
}

.team-tabs>span.active {
    color: #f68a3d;
    font-weight: 900
}

#aboutus-page>section div.team-header-container,
#aboutus-page>section>div>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-header-container .nav-tabs>li.active>a,
.team-header-container .nav-tabs>li.active>a:focus,
.team-header-container .nav-tabs>li.active>a:hover {
    color: #f4825d;
    cursor: pointer;
    background-color: none!important;
    border: none;
    border-bottom-color: none;
    font-weight: 600
}

.team-header-container .nav>li>a:focus,
.team-header-container .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff!important;
    border-color: transparent
}

.team-header-container .nav-tabs {
    border-bottom: none
}

.team-header-container .nav-tabs>li>a {
    color: #b8b8b9
}

.managementTeams {
    margin-top: 50px;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.managementTeams>div {
    width: 24%;
    text-align: center
}

.managementTeams>div>img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer
}

.managementTeams>div:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

#boardDirectorSection .managementTeams>div {
    width: 19%
}

.managementTeamContent h1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0!important;
    margin-top: 15px!important
}

.managementTeamContent p {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px!important
}

.managementTeam .fa.fa-plus {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 30px
}

.investors_logo {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.investors_logo>div {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfcfc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.investors_logo img {
    width: 80%
}

.culture-content {
    width: 85%;
    margin: 0 auto;
    text-align: center
}

.culture-content p {
    display: block!important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.culture-content h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.images-container {
    padding: 50px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.images-container div.youtube-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 58.5%;
    position: relative;
    margin-top: 12px
}

.images-container div.images-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40%;
    position: relative
}

.youtube-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.youtube-overlay.remove {
    display: none
}

.youtube-overlay img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.images-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.images-section>img {
    width: 50%;
    height: 190px;
    padding: 10px 10px 0
}

.images-section>img:nth-of-type(1),
.images-section>img:nth-of-type(2) {
    padding-bottom: 10px
}

.youtube-section a {
    display: flex;
    width: 100%
}

.youtube-section iframe {
    height: 367px;
    width: 100%
}

.culture-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.culture-details ul li {
    width: 30%
}

.culture-details ul li h3 {
    font-size: 36px;
    font-weight: 700
}

.culture-details ul li p {
    text-transform: none;
    font-size: 14px;
    font-weight: 400
}

.history-content p {
    display: block!important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.history-content h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.history-section {
    background-color: #000;
    background-image: url(../images/aboutus/history_background.png);
    background-size: 100% 100%;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center
}

.history-bottom-section {
    margin-top: 40px;
    margin-left: -60px
}

.management-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1001;
    display: none
}

.management-popup.open {
    display: block
}

.open-management-popup {
    cursor: pointer;
    display: inline-block
}

.open-management-popup>img {
    margin: 0 0 30px;
    width: 25px
}

#maas-video {
    height: 450px;
    margin-top: 70px
}

.management-popup-content {
    position: absolute;
    left: 50%;
    z-index: 1002;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px
}

.close-popup {
    padding: 6px;
    cursor: pointer;
    position: absolute;
    right: 20px
}

.close-popup i.fa {
    font-size: 28px
}

.management-inner-content h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900
}

.management-inner-content span {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 14px
}

.section-title .sub-title-heading,
.title-content {
    text-transform: capitalize
}

.management-inner-content p {
    color: #494949;
    font-size: 12px;
    line-height: 1.5
}

.management-inner-content p:nth-of-type(1) {
    margin-top: 25px
}

.management-inner-content i.fa {
    font-size: 28px;
    margin-top: 30px
}

.bg-grey {
    background-color: #fcfcfc
}

.bg-white {
    background-color: #fff
}

.MsectionPadding {
    padding: 50px 0
}

.sectionPadding {
    padding: 50px 15%
}

.PaddingTopBottom {
    padding: 50px 0
}

.maas-page #advertiser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.monetizationStackImage img {
    height: 350px;
    margin-top: 0
}

.advertiserCards,
.monitization-Features {
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    width: 100%;
    min-height: 325px;
    background-color: #fff;
    cursor: pointer
}

.advertiserCards {
    background-color: #fcfcfc!important;
    min-height: 225px!important
}

#targeting .targetingImage img {
    margin-top: 0
}

#publisher .advertiserCards {
    background-color: #fff!important;
    min-height: 225px!important
}

.advertiserCards h3,
.monitization-Features h3 {
    min-height: 45px;
    font-size: 19px;
    line-height: 1.5!important;
    font-weight: 900;
    margin-top: 25px;
    text-align: center
}

.advertiserCards p,
.monitization-Features p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.title-content {
    margin-bottom: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #f68a3d
}

#featureContainer {
    margin-top: 70px
}

.featureImages {
    background-color: #4d88c2;
    padding: 35px
}

.featureImages img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.feature-img {
    height: 75px
}

.logo-main {
    display: none
}

.feature-img-1 {
    margin-top: 10px
}

.section-header {
    color: #f58120;
    padding: 60px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center
}

.bannerPara {
    font-size: 20px
}

.targetingImage img {
    height: 500px;
    margin-top: 80px
}

.advertiserimg {
    width: 45px;
    margin-top: 20px
}

.seperationBorder {
    border: 1px solid #ccc;
    width: 200px;
    margin: 60px auto
}

.sliderDesc {
    font-size: 16px;
    margin-top: -100px;
    margin-bottom: 50px;
    text-decoration: underline;
    color: #7f7f7f
}

.sliderHomeWrapper {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    width: auto
}

.loader-circle,
.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px
}

.sliderHomeWrapper .owl-stage-outer {
    padding-bottom: 196px;
    padding-top: 5px
}

.sliderHomeContent {
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    max-width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -125px;
    color: #3d3d3d;
    font-size: 16px;
    text-align: center;
    width: 840px
}

.sliderHomeContent h2 {
    color: #146ab2;
    font-size: 24px;
    margin-bottom: 10px!important;
    font-weight: 700
}

body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

body .vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

body .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0
}

.commerce-section-8 p,
.des_about,
.dmp-case-study-img,
.footer-bottom,
.form-title,
.heading,
.heading h3,
.main_heading,
.more-items-content,
.opti_hover h3,
.opti_hover p,
.optimised_icon1,
.optimised_icon2,
.targated_notifiaction p,
.text-center,
.text_alignment,
.vizury-data-tabs,
.vizury-data-tabs h3,
.vizury-data-tabs p,
.vizury_four_column .main_section_vizury>h2 {
    text-align: center
}

* {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.loader-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1)
}

.loader-line-mask {
    width: 60px;
    height: 120px;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5)
}

#particles-background,
#particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(.5, .5, 1);
    -moz-transform: scale3d(.5, .5, 1);
    -ms-transform: scale3d(.5, .5, 1);
    -o-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}

.commerce-section-8 ul li img:first-child,
.commerce-section-8 ul li img:first-child+img {
    height: 60px
}

#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

[not-existing] {
    zoom: 1
}

.commerce-section-8 {
    background-color: #fff;
    position: relative
}

.commerce-section-8 h4 {
    font-size: 36px;
    color: #3d3d3d;
    font-weight: 900;
    margin-top: 80px;
    text-transform: uppercase
}

.commerce-section-8 p {
    color: #f4825d;
    font-size: 18px;
    margin-top: 20px
}

.commerce-section-8 h3 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-top: 75px
}

.commerce-section-8 ul {
    margin-top: 50px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.commerce-section-8 ul li {
    list-style: none;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    color: #3d3d3d;
    border-radius: 15px
}

.commerce-section-8 ul li>img:last-child {
    width: 150px
}

.social_icons>img:first-child {
    margin-right: 20px
}

.commerce-section-8 ul li h3 {
    margin-top: 25px
}

.commerce-section-8 ul li>i.fa {
    font-size: 60px;
    color: #0255a8
}

.commerce-section-8 ul li>span {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0
}

.btn_white,
.vizury_four_column .main_section_vizury>h2 {
    margin-top: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.btn_white {
    padding: 12px 20px;
    background: #fff;
    font-size: 18px;
    color: #0d232f;
    display: inline-flex
}

.btn_white.black {
    color: #fff;
    background: #222
}

.btn_white.border_black {
    border: 1px solid #3d3d3d
}

.markt-left-content h2.blue_clr {
    color: #0e76bc
}

.markt-left-content h2+h2 {
    font-size: 30px
}

.vizury_four_column {
    padding: 70px 0
}

.vizury_four_column .main_section_vizury>h2 {
    margin-bottom: 90px;
    font-size: 36px;
    color: #fff;
    line-height: 1.25
}

.vizury-data-tabs {
    display: flex;
    flex-wrap: wrap
}

.vizury-data-tabs>div {
    padding: 10px 120px
}

.vizury-data-tabs img {
    height: 60px;
    margin-bottom: 20px
}

.vizury-data-tabs h3 {
    color: #f4825d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 10px!important
}

.vizury-data-tabs p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    min-height: 100px
}

.text_alignment {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 0!important
}

.text_alignment>div {
    padding: 10px 120px
}

.wrapper .vizury_four_column {
    background: #0d232f;
    display: flex;
    height: auto
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.more-items.section {
    padding: 70px 0
}

.more-items-content {
    padding: 00px 180px
}

.more-items-content h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    margin-top: 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slider-demo>div img {
    height: 40px;
    margin: 0 auto
}

.slick-initialized .slick-slide {
    display: block
}

.slider-demo>button {
    text-indent: -10000000000000px;
    border: none
}

button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

button.slick-next.slick-arrow:before {
    left: inherit;
    right: -30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wrapper section.more-items {
    height: auto;
    display: none
}

.case_study_wrapper {
    background: #f8f8f9;
    padding: 100px 0;
    position: relative;
    display: none
}

.carousel-control {
    background: 0 0!important
}

.mtraction-content .owl-item div:after {
    border: none
}

.mtraction-content .owl-item.center div:after {
    -webkit-box-shadow: none;
    box-shadow: none
}

.case_study_wrapper .carousel-indicators {
    left: 80px;
    bottom: -50px;
    width: 100%
}

.case_study_wrapper .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #f6b7a3;
    border: 1px solid #f6b7a3;
    margin: 0 4px
}

.case_study_wrapper .carousel-indicators li.active {
    width: 24px;
    height: 18px;
    background-color: #f4825d;
    border: 1px solid #f4825d
}

.targeting_image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 20px;
    align-items: flex-start
}

.targeting_image img {
    width: 100%;
    max-width: 400px
}

.targeting_image.remarketing.mobile {
    display: none
}

.commerce-section-8.abt_targeting {
    background: #f8f8f9
}

.commerce-section-8.abt_targeting ul {
    margin-top: 100px
}

.commerce-section-8.abt_remarketing {
    background: #0d232f
}

.commerce-section-8.abt_remarketing h4 {
    color: #fff;
    margin-bottom: 120px
}

.commerce-section-8.abt_remarketing ul {
    flex-wrap: nowrap
}

.commerce-section-8.abt_remarketing ul li {
    max-width: 320px;
    width: 100%;
    margin: 0 15px;
    padding: 10px
}

.commerce-section-8.abt_remarketing ul li h3 {
    color: #f4825d;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase
}

.commerce-section-8.abt_remarketing ul li>span {
    font-size: 14px;
    color: #fff
}

.vizury_four_column {
    background: #0d232f;
    display: flex;
    height: auto
}

.abt_hightlights .text_alignment>div,
.abt_hightlights .vizury-data-tabs>div {
    padding: 00 60px
}

.flexibility_item {
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.flexibility_main {
    background: #f8f8f9
}

#aboutus-page #mtraction-wrapper {
    background: #fff
}

.flexibility_item h2 {
    margin-bottom: 0;
    color: #0e76bc
}

.flexibility_item h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 900;
    margin-top: 20px
}

.client_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 30px
}

.main_heading {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    color: #0e76bc;
    margin-top: 70px;
    width: 100%
}

.main_heading span {
    color: #f4825d
}

.commerce-section-8.why_target.why_target {
    background: #f8f8f9
}

.commerce-section-8.why_target.why_target h4 {
    color: #3d3d3d;
    margin-bottom: 30px
}

.commerce-section-8.why_target.why_target p {
    color: #0d232f;
    font-size: 22px;
    margin-bottom: 20px
}

.commerce-section-8.abt_remarketing.why_target ul li>span {
    color: #3d3d3d
}

.creative_services.commerce-section-8 ul li {
    padding: 25px
}

.hightlights_push.creative_services.commerce-section-8 {
    background: #fcfcfc
}

.culture-container,
.targeting_slider.more-items {
    background: #f8f8f9
}

.creative_services.commerce-section-8 ul li>span {
    margin-bottom: 0;
    margin-top: 0
}

.creative_services.commerce-section-8 ul li img:first-child {
    height: 45px
}

.creative_services.commerce-section-8 ul li h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #f4825d;
    line-height: 30px
}

.push_notification_main h4,
.targated_notifiaction h4 {
    line-height: 45px;
    color: #3d3d3d;
    text-transform: uppercase
}

.main_heading+h4+p {
    color: #3d3d3d
}

.highlights .vizury-data-tabs img {
    width: auto;
    height: 60px
}

.targeting_slider.more-items+div.case_study_wrapper {
    background: #fff
}

.targeting_slider.more-items+div.case_study_wrapper+#mtraction-wrapper {
    background: #f8f8f9!important
}

.why_retargeting_type_text>.top_45>span {
    font-size: 30px;
    font-weight: 900;
    color: #3d3d3d
}

.why_retargeting_type_text>.top_45>span:last-child {
    font-weight: 600;
    font-size: 30px
}

.push_notification_wrapper {
    width: 100%;
    background: #f8f8f9;
    flex-direction: row;
    justify-content: center;
    display: none
}

.push_notification_main {
    max-width: 85%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px
}

.push_notification_main h4 {
    font-size: 36px;
    font-weight: 900
}

.push_notification_main a {
    padding: 10px 25px;
    font-size: 18px;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 600
}

.vizury_four_column.platform_main {
    background: #fff
}

.platform_main .vizury-data-tabs p,
.vizury_four_column.platform_main .main_section_vizury>h2 {
    color: #3d3d3d
}

.targated_notifiaction h4 {
    font-size: 36px;
    font-weight: 900
}

.targated_notifiaction>div {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f9;
    width: 100%!important
}

.targated_notifiaction>div:nth-child(even) {
    background: #fff
}

.targated_notifiaction h2 {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 35px
}

.heading h3,
.menu-nav li>a,
.opti_hover h3 {
    text-transform: capitalize
}

.des_about,
.terms-container li {
    line-height: 25px
}

.targated_notifiaction .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center
}

.targated_notifiaction .row>div {
    width: 100%;
    display: flex;
    justify-content: center
}

.targated_notifiaction p {
    max-width: 67%;
    font-size: 18px;
    width: 100%
}

.button_footer>div:first-child {
    padding-left: 0
}

.button_footer>div:last-child {
    padding-right: 0
}

.targated_notifiaction .bpn-item a {
    width: 100%;
    display: flex;
    justify-content: center
}

#mtraction-slider .owl-item .item>span,
#mtraction-slider .owl-item.active+div+div .item>span,
.client_home_page.mobile,
.client_pic.mobile {
    display: none
}

.targated_notifiaction .bpn-item a img {
    height: 390px;
    border: 1px solid #ccc
}

.client_home_page img.home_client {
    max-width: 75%!important
}

.generic_page,
.terms-container {
    margin-bottom: 30px
}

.des_about {
    font-size: 16px;
    width: 100%;
    max-width: 85%;
    margin: 30px auto 0;
    padding: 10px 30px
}

.meet_our_team_wrapper.creative_services.commerce-section-8 ul li {
    background: #0d232f;
    border-radius: 0;
    width: 30%;
    position: relative
}

.meet_our_team_wrapper.creative_services.commerce-section-8 ul li::after {
    background-image: url(../images/arrow_right.png);
    position: absolute;
    content: " ";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px
}

.meet_our_team_wrapper.creative_services.commerce-section-8 ul li img:first-child {
    height: 65px
}

.meet_our_team_wrapper.creative_services.commerce-section-8 ul li h3 {
    color: #fff;
    font-size: 20px
}

.meet_our_team_wrapper.commerce-section-8 {
    max-width: 85%;
    margin: 0 auto
}

.meet_our_team_wrapper.commerce-section-8 ul {
    flex-wrap: nowrap;
    justify-content: space-between
}

.meet_our_team_wrapper.creative_services.commerce-section-8 ul li a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0
}

#footer,
.cdp-analysis,
.cdp-cohorts,
.cdp-rich-data,
.choose_slider_items,
.contact-form form .col-sm-12,
.contact-form form .col-sm-6,
.crm-cdp,
.footer-bottom,
.footer-bottom-inner,
.footer-wrapper,
.segment-builder-cdp {
    position: relative
}

#mtraction-slider .owl-item.active+div .item>span {
    display: flex;
    max-width: 400px;
    background: #f8f8f9;
    margin: 30px auto;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ccc
}

.contact-form form .col-sm-12 span,
.contact-form form .col-sm-6 span {
    position: absolute;
    bottom: 6px;
    font-size: 13px;
    color: red
}
.home_soc{
    display: flex;
    width:100%;
    justify-content: center;
    margin-bottom:25px;
}
.home_soc > span:first-child{
    margin-right: 15px;
}

.bg-tw {
    width: 80px; height: 80px;
    background: url(../images/retargeting-sprite.png) -10px -178px;
}
.bg-dis_icon {
    width: 79px; height: 79px;
    background: url(../images/retargeting-sprite.png) -210px -178px;
}
.bg-fb {
    width: 80px; height: 80px;
    background: url(../images/retargeting-sprite.png) -110px -178px;
}
.bg-fb_notify {
    width: 77px; height: 73px;
    background: url(../images/retargeting-sprite.png) -309px -178px;
}
.bg-first_icon {
    width: 217px; height: 64px;
    background: url(../images/retargeting-sprite.png) -10px -10px;    
}
.bg-second_icon {
    width: 217px; height: 64px;
    background: url(../images/retargeting-sprite.png)  -10px -94px;
}
.bg-third_icon {
    width: 217px; height: 64px;
    background: url(../images/retargeting-sprite.png)-247px -10px;
}
.updates_wrapper{
    position: relative;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}
.updates_wrapper h3{
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1.35;
    color: #fff;
    font-weight: 600;
}
.updates_wrapper ul {
    margin-top: 30px;
}
.updates_wrapper ul li{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
}
.updates_wrapper ul li::before{
    content: '';
    background: url(../images/check.svg);
    width: 33px;
    height: 30px;
    display: flex;
    position: absolute;
    left: 0;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}
.updates_wrapper .content_updates > span{
    font-size: 25px;
    margin-top: 50px;
    font-weight: 500;
    display: flex;
}
.download_btn{
    padding: 20px 40px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 24px;
    text-transform: uppercase;
    background: #F4825D;
    display: inline-block;
    margin-top: 50px;
    border-radius: 5px;
    font-weight: 600;
}
.download_btn:hover{
    color: #fff;
}
.f_logos img {
    height: 50px;
}
@media (max-width:767px) {
    .MsectionPadding {
        padding: 50px 0
    }
    .owl-carousel .owl-stage-outer {
        padding-bottom: 0
    }
    .targetingImage img {
        margin-top: 0
    }
    .seperationBorder {
        margin: 20px auto
    }
    .explore .container {
        width: auto!important
    }
    .img_dmp a img,
    .img_ssp a img {
        width: 100%;
        height: auto!important
    }
    .sliderDesc {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .sectionPadding {
        padding: 25px!important
    }
    .monetizationStackImage img,
    .targetingImage img {
        height: auto!important;
        width: 96%
    }
    .section-title .sub-title-heading {
        font-size: 23px!important
    }
    .monetizationStackImage img {
        margin-top: 40px
    }
    .advertiserCards p,
    .monitization-Features p {
        font-size: 12px!important
    }
}

@media screen and (max-width:1024px) {
    .advertiserCards p,
    .monitization-Features p {
        font-size: 14px
    }
    #keyMonitization {
        padding: 50px 130px
    }
    #targeting .title-content {
        font-size: 15px;
        margin-bottom: 0
    }
    .section-title .sub-title-heading {
        font-size: 32px
    }
}

@media screen and (max-width:1280px) {
    .monetizationStackImage img {
        height: 350px;
        margin-top: 40px
    }
    #realTimeTracking .owl-carousel .owl-item img {
        width: 70%
    }
    .feature-img-1 {
        height: 55px
    }
    .explore .container {
        width: 970px
    }
    .img_dmp a img,
    .img_ssp a img {
        height: 370px
    }
    .section-header {
        font-size: 25px
    }
}

@media (max-width:1366px) {
    .sectionPadding {
        padding: 50px 15%
    }
    .navigation_header>ul>li>a{
        padding: 10px;
    }
    .targetingImage img {
        height: 440px;
        margin-top: 40px
    }
    #featureContainer {
        margin-top: 60px
    }
    .sliderHomeWrapper {
        max-width: 550px
    }
    .heading h3 {
        font-size: 25px
    }
}



@media screen and (max-width:1500px) {
    .dmp-case-study-img>img {
        width: 55%
    }
}

.pageSection-header .heading-logo {
    margin: 0 0 20px!important
}

.pageSection-header .heading {
    margin-bottom: 10px!important
}

#analyse {
    margin-top: 50px;
    margin-bottom: 100px
}

.faas-multi-data {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 50px
}

.heading {
    margin-bottom: 70px!important;
    padding-top: 0
}

.fraud-prevention {
    padding-bottom: 70px;
    padding-top: 50px
}

.heading h3 {
    color: rgba(61, 61, 61, .85);
    font-size: 36px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 70px
}

.opti_icons {
    display: inline-block
}

.opti_hover h3 {
    color: #434343;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 0
}

.opti_hover p {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.optimised_icon2 {
    margin-top: 50px
}

.schedule-btn {
    display: table;
    margin: 50px auto 0;
    border-radius: 7px;
    background-color: #f58120;
    padding: 13px 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    cursor: pointer
}

.schedule-btn:active,
.schedule-btn:focus,
.schedule-btn:hover {
    color: #fff!important;
    background-color: #de6704;
    text-decoration: none
}

.faas-case-study .heading {
    margin-bottom: 0!important
}

.dmp-case-study-img {
    margin-bottom: 100px;
    margin-top: 100px
}

.opti_icons img {
    height: 45px
}

#footer {
    padding: 0!important;
    background: #262626!important;
    color: #aaa
}

.footerInner {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse
}

.footerCol.footer-right {
    float: right;
    background: #262626!important
}

.wd-50 {
    width: 50%
}

.footerCol {
    padding: 80px 50px 50px!important
}

.form-title {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 40px
}

.footer-widget ul,
.sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-nav li {
    list-style: none;
    width: 48%!important;
    float: left;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px
}

.copyright,
.footer-navigation {
    float: none
}

.menu-nav li:nth-child(1),
.menu-nav li:nth-child(2),
.menu-nav li:nth-child(3) {
    font-size: 16px;
    font-weight: 900
}

.menu-nav li>a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

.footer-bottom {
    /* height: 70px; */
    background: #000;
    padding: 20px 38px
}

.copyright {
    color: #aaa;
    display: flex;
    justify-content: center
}

.copyright>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    padding: 0 25px
}

.copyright a {
    color: #ccc
}

.footer-social-icons {
    text-align: right;
    margin-bottom: 0!important
}

.footer-social-icons>li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 16px!important
}

.footer-social-icons>li>a {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff
}

.footerCol.footer-left {
    float: none!important;
    background-color: #2e2e2e
}

.vizuryLogo {
    width: 180px;
    margin-bottom: 10px;
    margin-top: 20px
}

.menu-nav {
    display: block;
    max-width: 731px;
    margin-left: 11%!important;
    margin-top: 50px!important;
    padding: 0
}

.follow-us,
.soc-widget1>a {
    padding-bottom: 10px;
    padding-top: 10px
}

li:hover>a.fa-facebook {
    color: #3B5998
}

li:hover>a.fa-twitter {
    color: #55ACEE
}

.copyright a:hover {
    text-decoration: none;
    color: #fff
}

li:hover>a.fa-dribbble {
    color: #ea4c89
}

li:hover>a.fa-linkedin {
    color: #23527c
}

li:hover>a.fa-behance {
    color: #0067ff
}

.footer-social-icons>li:hover>a {
    background: #fff
}

.home-main .home-content .social a:hover .fa-dribbble {
    color: #ea4c89
}

.home-main .home-content .social a:hover .fa-linkedin {
    color: #23527c
}

.home-main .home-content .social a:hover .fa-behance {
    color: #0067ff
}

.home-main .home-content .social a:hover .fa-twitter {
    color: #55ACEE
}

.home-main .home-content .social a:hover .fa-facebook {
    color: #3B5998
}

.contact-form .txt-field {
    margin-bottom: 25px;
    width: 100%;
    height: 49px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ccc
}

.contact-section {
    width: 85%;
    margin: 70px auto
}

.contact-section .service-block h3 {
    color: #222;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
    margin: 0
}

.contact-section .service-block p {
    color: #848484;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    margin: 0
}

.contact-section .service-block {
    margin-bottom: 30px
}

.location {
    margin-right: 10px;
    width: 16px
}

.soc-widget1>a {
    border: 1px solid #0d0c0c;
    display: inline-block;
    width: 44px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

.soc-widget1 a>i {
    color: #000;
    font-size: 20px
}

.follow-us {
    color: #222;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: left
}

.contact-form .btn-contact {
    background-color: #f58120;
    color: #fff;
    padding: 10px 50px;
    margin: 6px;
    border: 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    width: 150px;
    font-weight: 700;
    text-transform: uppercase
}

.rich-data-tabs>div,
.segment-cdp>div {
    transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s
}

.contact-form .btn-contact:first-child {
    margin-left: 0
}

.contact-form .btn-contact:hover {
    background-color: #de6704
}

.face:hover .facebook {
    color: #385c8e
}

.twit:hover .twitter {
    color: #00aaec
}

.linked:hover .linkedin {
    color: #0a6386
}

.dri:hover .dribbble {
    color: #d75182
}

.beh:hover .behance {
    color: #0067ff
}

#crmWebToEntityForm textarea {
    height: 140px;
    padding: 10px;
    resize: none
}

.contact-section .service-block a {
    color: #045089
}

.cdp-rich-data {
    background-color: #fcfcfc;
    padding: 50px 0
}

.segment-tab>img {
    height: 45px
}

.rich-data-tabs>div {
    padding: 18px;
    background-color: #fff;
    margin: 15px;
    text-align: center;
    border-bottom: 4px solid transparent
}

.rich-data-tabs>div>h3 {
    color: #2e2b2b;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    margin: 0 0 20px!important;
    min-height: 70px
}

.rich-data-tabs>div>p {
    color: #919090;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    min-height: 130px
}

.rich-data-tabs div img {
    max-width: 100%;
    height: auto;
    border: 0
}

.detect-container .device-detect-content img,
.fraud-content .heading>img {
    height: 45px
}

.segment-tab {
    background-color: #fff;
    text-align: center;
    padding: 30px
}

.segment-tab h3 {
    color: #2e2b2b;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    margin: 12px 0!important
}

.crm-cdp {
    padding: 50px 70px;
    display: inline-block;
    background-color: #fcfcfc
}

.segment-tab p {
    color: #919090;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    min-height: 120px
}

.crm-cdp .segment-tab {
    background-color: #fff;
    text-align: center;
    padding: 20px
}

.segment-cdp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.segment-cdp>div {
    margin-left: 10px;
    margin-right: 10px;
    width: 30%;
    background-color: #fcfcfc
}

.services .cross,
.services .native,
.what-offer-block {
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s
}

.segment-builder-cdp {
    padding: 50px 70px;
    background-color: #fcfcfc
}

.fraud-detection-cdp .segment-cdp>div,
.segment-builder-cdp .segment-cdp>div {
    background-color: #fff
}

.cdp-analysis {
    padding: 50px 0;
    background-color: #fcfcfc
}

.cohorts-tabs h3 {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 10px!important
}

.cohorts-tabs img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 50%
}

.cdp-cohorts>div {
    padding: 30px!important;
    text-align: center
}

.cohorts-tabs p {
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #606060
}

.cdp-cohorts {
    background-color: #fff;
    padding: 50px 0
}

#cdp-page .fraud-prevention {
    padding-top: 70px
}

.cdp-analysis .opti_hover h3 {
    min-height: 60px
}

.integration-oppor {
    background-color: #fcfcfc;
    padding: 70px
}

.integration-content {
    width: 85%;
    margin: 0 auto
}

.integration-oppor .optimised_icon1 {
    width: 100%;
    margin-top: 50px
}

.integration-oppor .optimised_icon1>div {
    width: 31%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
    padding: 25px
}

#ssp-page .integration-oppor .optimised_icon1 .opti_hover h3 {
    text-align: center;
    margin-bottom: 10px
}

#ssp-page .integration-oppor .opti_hover p {
    min-height: 65px;
    text-align: center
}

.technolody-detect-content {
    width: 85%;
    margin: 0 auto
}

.technology-detection {
    background-color: #fcfcfc;
    padding: 70px 0
}

.detect-container {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detect-container>div {
    width: 46%;
    margin: 0 1%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.detect-container>div>div {
    display: inline-block;
    width: 68%
}

.detect-container>div>div.device-detect-img {
    background-color: #000;
    width: 175px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden
}

.detect-container h3 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 15px
}

.detect-container p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px
}

.device-detect-content {
    background-color: #fff;
    padding: 25px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #e6e6e6
}

.faas-multi-data .heading,
.segment-builder-cdp .heading {
    margin-bottom: 0!important
}

.cdp-rich-data>div {
    width: 85%!important;
    margin: 0 auto
}

.cdp-rich-data .rich-data-tabs>div>h3 {
    min-height: 50px
}

.cdp-rich-data .rich-data-tabs>div {
    width: 46%!important
}

.crm-cdp .segment-tab p {
    min-height: 160px
}

.crm-cdp .segment-tab h3 {
    min-height: 55px
}

#cdp-page .segment-builder-cdp {
    background-color: #fff
}

#cdp-page .segment-builder-cdp .segment-tab,
#maas-wrapper {
    background-color: #fcfcfc
}

#cdp-page .cdp-analysis .opti_hover,
#cdp-page .cdp-analysis .opti_hover h3,
#cdp-page .cdp-analysis .opti_hover p {
    text-align: center
}

#cdp-page .cdp-analysis .container,
#cdp-page .cdp-cohorts .container {
    padding: 0!important
}

#cdp-page .crm-cdp .heading {
    margin-bottom: 0!important
}

#cdp-page .cdp-cohorts .heading h3,
#cdp-page .cdp-rich-data .heading h3,
#cdp-page .segment-builder-cdp .heading h3 {
    margin-top: 0
}

#maas-wrapper {
    padding: 50px 0
}

#maas-page .advertiserCards h3 {
    margin-top: 0;
    min-height: 30px
}

#maas-page .advertiserCards ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0
}

.key_module_content,
.maas_advertisers_content,
.optimisation_content {
    width: 85%;
    margin: 0 auto
}

.maas_optimisation {
    background-color: #000;
    padding: 70px 0;
    height: 550px;
    display: flex
}

.optimisation_content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.25;
    font-weight: 900;
    color: #fff;
    text-align: right
}

.optimisation_content p {
    font-size: 20px;
    color: #f4825d;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: right
}

.maas_advertisers,
.maas_key_module,
.section-title,
.show_case_1 h3,
.show_case_1 p,
.what-offer-block,
.what-offer-block p {
    text-align: center
}

.optimisation_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.optimisation_left_content img {
    width: 65%
}

.maas_key_module {
    padding: 70px 0
}

.key_module_content h2,
.maas_advertisers_content h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25
}

.key_module_content img {
    width: 90%
}

#maas-page .dmpAdvertisers .section-title .sub-title-heading {
    margin-bottom: 50px
}

.maas_advertisers {
    background-image: url(../images/maas_adv_bg.png);
    background-position: center;
    height: 350px;
    padding: 70px 0
}

.maas-advertiser_link {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.maas-advertiser_link a {
    padding: 15px 30px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase
}

.maas-advertiser_link a:hover {
    background-color: #f4825d;
    color: #fff
}

#maas-page .advertiserCards ul {
    min-height: 120px;
    text-align: center
}

#maas-page .dmp-left-content {
    margin-top: 50px
}

#maas-page .advertiserimg {
    margin: 10px 0
}

.management-popup-content img {
    height: 120px;
    width: 120px
}

#adMonetiztion #publisher {
    background-color: #fcfcfc!important
}

#adMonetiztion #publisher .advertiserCards {
    background-color: #fff!important
}

#o2o-wrapper,
mtraction-wrapper {
    height: auto;
    padding: 70px 0
}

.home-section {
    background-color: #fff;
    padding: 50px 0
}

.home-section-grey {
    background-color: #fcfcfc
}

.section-title .title-heading {
    font-size: 12px;
    text-transform: uppercase;
    color: #f58120;
    padding: 6px 10px
}

.section-title .title-heading>span {
    padding: 8px 10px
}

.section-title .white-box {
    background-color: #fff
}

.section-title .grey-box {
    background-color: #f4f5f9
}

.section-title span span {
    color: #0255a8
}

.section-title .sub-title-heading {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 36px;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25
}

.section-title .title-content {
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 500
}

.what-offer-block {
    cursor: pointer;
    background-color: #fcfcfc;
    float: left;
    height: 300px;
    margin-bottom: 30px;
    min-height: 380px;
    padding: 15px;
    transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    width: 100%
}

.what-offer-block h3 {
    font-size: 20px;
    font-weight: 900
}

.what-offer-block p {
    min-height: 73px;
    font-size: 14px;
    line-height: 20px
}

.what-offer-block img {
    width: 70px
}

.feature-title {
    margin-top: 35px;
    color: #434343;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px
}

.case-study {
    padding: 30px 0
}

.show_case {
    z-index: 1;
    background-size: 500px;
    background-position: right;
    min-height: 550px;
    background-repeat: no-repeat
}

.icon_box_p img {
    width: 8%!important;
    left: 262px!important;
    position: absolute;
    top: 62px
}

.show_case_1 p {
    width: 80%;
    margin-left: 10%;
    line-height: 165%;
    color: #5c5c5c;
    font-size: 16px
}

.icon_box {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #0169b4;
    position: relative;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 70px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px
}

.icon_box,
.show_case {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.show_case_1 {
    width: 560px;
    position: relative;
    left: 150px;
    top: 45px;
    padding-bottom: 75px;
    padding-top: 20px
}

.show_case_1 h3 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 4px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900
}

p.view_design,
p.view_design>a {
    margin-top: 40px
}

p.view_design>a {
    background-color: #ff8c1a;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 19px
}

#owl-slider-showcase .owl-dots {
    position: absolute;
    left: 34%;
    bottom: 80px
}

.show_case:hover .icon_box {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.o2o-page .owl-stage-outer:after,
.o2o-page .owl-stage-outer:before {
    content: '';
    z-index: 1;
    position: absolute
}

.o2o-page .banner-content br,
.o2o-page .section-title .sub-title-heading br {
    display: none
}

.marketo-commerce-container .what-offer-block {
    min-height: initial;
    text-align: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 50px;
    height: auto;
    background-color: #fff
}

.marketo-commerce-container .what-offer-block h3 {
    margin-top: 0
}

.marketo-commerce-container .what-offer-block ul {
    margin-top: 30px
}

.marketo-commerce-container .what-offer-block ul li {
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
    padding-left: 60px
}

.marketo-commerce-container .what-offer-block ul li:last-child {
    margin-bottom: 0
}

.marketo-commerce-container .what-offer-block ul li img {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.o2o-page .header-container {
    background: url(../images/o2o_header.png) center/cover no-repeat
}

.o2o-page .banner-content .sub-title {
    margin-top: 20px;
    font-size: 22px
}

.o2o-page #marketo-key-features .what-offer-block {
    min-height: auto;
    background-color: #fcfcfc;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 30px;
    height: auto
}

#marketo-key-features .what-offer-block img {
    width: 45px
}

#marketo-key-features .what-offer-block h3 {
    font-size: 16px;
    font-weight: 400
}

.second-case {
    background-image: url(../images/mobile-application.png)
}

.show_case_1 {
    background-color: #fff
}

.o2o-page .home-section {
    padding: 50px 200px
}

p.view_design>a.google-play-marketo {
    background-color: transparent;
    padding: 0;
    margin-left: 30px
}

.marketo-offline-content>div {
    width: 320px;
    padding: 20px;
    text-align: justify;
    background-color: #fff;
    line-height: 25px
}

#marketo-key-features .what-offer-block p {
    margin-top: 20px
}

.marketo-offline-content {
    margin-right: 6%;
    padding-top: 10%
}

#marketo-offline .case-study>div {
    display: inline-block;
    float: left
}

.marketo-offline-image {
    width: 60%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative
}

.marketo-offline-image img {
    width: 100%
}

.o2o-page .show_case_1 {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
    left: 200px;
    top: 30px
}

.o2o-page .icon_box {
    width: 80px;
    height: 80px
}

.o2o-page .icon_box_p img {
    width: 7%!important;
    left: 266px!important;
    position: absolute;
    top: 70px
}

.o2o-page .owl-next,
.o2o-page .owl-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 38px;
    width: 22px;
    opacity: .2
}

.showCaseModal .showCaseModal-close,
.showCaseModal1 .showCaseModal-close {
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    color: #eee;
    text-align: center;
    cursor: pointer
}

.o2o-page .showCaseModal1 img {
    max-width: inherit
}

.o2o-page .owl-next {
    float: right;
    right: -8%;
    background: url(../images/right_arrow.png) no-repeat;
    background-size: contain;
    text-indent: 2800px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.o2o-page .owl-prev {
    float: left;
    left: -8%;
    background: url(../images/left_arrow.png) no-repeat;
    background-size: contain;
    text-indent: -6840px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.showCaseModal,
.showCaseModal1 {
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    text-align: center
}

.o2o-page #showcase .show_case {
    background-size: 430px;
    margin-left: -100px;
    background-position: 700px
}

.showCaseModal1 {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: none
}

.showCaseModal1 .showCaseModal-close {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    z-index: 99999;
    background-color: #000
}

.showCaseModal1 img {
    width: auto;
    max-width: inherit;
    position: relative;
    margin-top: 50px
}

.o2o-page #owl-slider-built {
    text-align: center
}

.showCaseModal {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: none
}

.showCaseModal .showCaseModal-close {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    z-index: 99999
}

.showCaseModal img {
    width: auto;
    max-width: 90%;
    position: relative
}
@media screen and (max-width:1600px){
    .updates_wrapper h3{
        font-size: 45px;
        margin-top: 50px;
    }
    .updates_wrapper ul li::before{
        top: 4px;
    }
    .pdf_icon img{
        max-width: 170px;
        width: 100%;
    }
    .updates_wrapper{
        padding: 0 70px;
    }
    .updates_wrapper ul li{
        font-size: 22px;
    }
    .updates_wrapper .content_updates > span{
        font-size: 22px;
    }
    .download_btn{
        padding: 15px 30px;
        margin-top: 30px;
        font-size: 18px;
    }
}
@media (max-width:1480px) {
    .marketo-offline-image {
        width: 62%
    }
}

@media (max-width:1379px) {
    .o2o-page .home-section {
        padding: 50px 60px
    }
    .o2o-page .owl-next {
        right: -3%
    }
    .o2o-page .owl-prev {
        left: -3%
    }
}

@media (max-width:1024px) {
    .updates_wrapper h3{
        font-size: 40px;
        margin-top: 90px;
    }
    .updates_wrapper ul li::before{
        top: 3px;
    }
    .pdf_icon img{
        max-width: 120px;
        width: 100%;
    }
    .updates_wrapper{
        padding: 0 50px;
    }
    .updates_wrapper ul li{
        font-size: 22px;
    }
    .updates_wrapper .content_updates > span{
        font-size: 24px;
    }
    .download_btn{
        padding: 15px 35px;
        margin-top: 30px;
        font-size: 20px;
    }
    
    .updates_wrapper .content_updates > span{
        margin-top: 20px;
    }
    .updates_wrapper ul li{
        margin-bottom: 15px;
    }

    .marketo-offline-image {
        width: 95%;
        margin-top: 50px
    }
    .footerInner {
        flex-direction: column
    }
    .footerCol{
        width: 100%;
    }
    #marketo-offline .case-study>div {
        display: inline-block;
        float: none
    }
    #marketo-offline .case-study {
        text-align: center
    }
    .marketo-offline-content>div {
        width: 100%
    }
    #marketo-key-features .what-offer-block h3 {
        min-height: 240px
    }
    #marketo-key-features .what-offer-block {
        min-height: auto
    }
    .o2o-page .show_case_1 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .o2o-page .owl-next {
        right: 0
    }
    .o2o-page .owl-prev {
        left: 0
    }
    .o2o-page .second-case {
        background-image: none
    }
}

@media (max-width:768px) {
    .o2o-page .home-section {
        padding: 50px 20px
    }
    .updates_wrapper{
        padding:  0 20px;
    }
    .home-main.updates_main{
        height: 100vh !important;
    }
    .pdf_icon img{
        display: none;
    }
    .copyright>div {
        flex-direction: column
    }
    #marketo-key-features .what-offer-block h3 {
        min-height: auto;
        font-size: 18px
    }
    .o2o-page #owl-slider-built .owl-dots {
        display: block;
        margin-top: 50px;
        text-align: center
    }
    .o2o-page .owl-nav,
    .o2o-page .owl-stage-outer:after,
    .o2o-page .owl-stage-outer:before {
        display: none
    }
    #marketo-key-features .what-offer-block {
        min-height: auto
    }
    .o2o-page .banner-content .sub-title {
        font-size: 16px
    }
    .o2o-page .banner-content h1 {
        font-size: 22px
    }
    .o2o-page .owl-carousel .owl-stage-outer {
        max-width: 100%;
        padding-bottom: 0
    }
    .o2o-page .owl-carousel .owl-item img {
        width: 100%!important
    }
    .marketo-commerce-container .what-offer-block ul li img {
        position: initial;
        display: block;
        margin: 0 auto
    }
    .marketo-commerce-container .what-offer-block ul li {
        text-align: center;
        padding-left: 0
    }
    .marketo-commerce-container .what-offer-block h3 {
        text-align: center;
        padding-bottom: 20px
    }
    .o2o-page .section-title .sub-title-heading br {
        display: block
    }
    .o2o-page .b2b-container .show_case {
        padding: 0
    }
}

@media (max-width:480px) {
    .o2o-page .banner-content .sub-title {
        font-size: 15px;
        line-height: 22px
    }
    .o2o-page .banner-content h1 {
        font-size: 22px
    }
    .o2o-page .banner-content br {
        display: block
    }
    .updates_wrapper h3{
        font-size: 30px;
    }
    .updates_wrapper ul li{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .updates_wrapper h3{
        margin-top: 40px;
    }
    .download_btn{
        margin-top: 50px;
    }
}

.marketo-tooltip {
    color: #fff;
    background-color: #000;
    padding: 5px;
    position: fixed;
    z-index: 1000;
    display: none
}

.o2o-page .b2b-container .show_case {
    background: 0 0;
    display: inline-block
}

.o2o-page .b2b-container .show_case_1 {
    background-color: #f4f5f9;
    left: 0;
    top: 100px;
    width: 450px;
    margin-left: 8%
}

.b2b-container .marketo-offline-image {
    width: 60%
}

.o2o-page .b2b-container .icon_box_p img {
    width: 9%!important;
    left: 211px!important;
    position: absolute;
    top: 75px
}

.market-logo {
    width: 180px
}

@media (max-width:1480px) {
    .b2b-container .marketo-offline-image {
        margin-top: 150px;
        width: 45%
    }
    .o2o-page .b2b-container .show_case_1 {
        top: 100px
    }
}

@media (max-width:1024px) {
    .b2b-container .marketo-offline-image {
        width: 100%;
        margin-top: 0
    }
    .o2o-page .b2b-container .show_case_1 {
        left: 50%;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0
    }
    .o2o-page .b2b-container .icon_box,
    .o2o-page .b2b-container .icon_box_p {
        display: none
    }
    .o2o-page .second-case {
        background-image: none
    }
    #marketo-offline .case-study,
    .o2o-page .b2b-container .show_case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:767px) {
    .o2o-page #showcase .show_case,
    p.view_design>a.google-play-marketo {
        margin-left: 0
    }
    .o2o-page .b2b-container .show_case_1 {
        width: 100%;
        left: 0
    }
    .b2b-container .marketo-offline-image {
        width: 100%
    }
    .market-logo {
        width: 150px
    }
    .marketo-offline-image {
        margin-top: 0
    }
    .o2o-page #showcase {
        display: block
    }
    .o2o-page .show_case_1 {
        position: relative;
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0
    }
    .o2o-page p.view_design>a {
        width: 135px;
        height: 45px;
        display: inline-block;
        margin-right: 17px
    }
    p.view_design>a.google-play-marketo img {
        height: 100%
    }
    .marketo-commerce-container .what-offer-block {
        padding: 50px 20px
    }
    .o2o-page .icon_box_p {
        position: absolute;
        left: 50%;
        top: 70px;
        width: 120px;
        height: 120px;
        margin-left: -55px;
        text-align: center
    }
    .o2o-page .icon_box_p img {
        max-width: 30%;
        position: initial;
        width: 35%!important;
        height: auto
    }
}

@media (max-width:640px) {
    .section-title .sub-title-heading {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

@media (max-width:1023px) {
    .section-title .sub-title-heading {
        font-size: 24px
    }
    .section-title .title-content {
        margin-bottom: 20px
    }
    .home-section {
        padding-top: 10px
    }
    .show_case {
        background: 0 0
    }
    .show_case_1 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#consumer-page section {
    padding: 70px 0
}

#consumer-page .page-title {
    border-bottom: 1px solid transparent
}

#overview-section {
    height: calc(100vh - 100px);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#overview-section h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff
}

#overview-section p {
    color: #f58120;
    font-size: 24px;
    margin-top: 40px
}

.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(1) h2,
.consumer-right-content h2 {
    font-size: 36px;
    font-weight: 900
}

.overview-content {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    position: absolute
}

.consumer-intellegience-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.consumer-intellegience-content>div {
    text-align: center;
    padding: 40px 70px;
    width: 50%;
    height: 500px
}

.consumer-left-content {
    background-color: #fcfcfc
}

.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(1),
.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(2),
.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(3) {
    margin-bottom: 6%
}

.consumer-intellegience-content .dmp-period {
    color: #f58120
}

.consumer-right-content img {
    width: 50%
}

.consumer-left-content p,
.consumer-right-content p {
    font-size: 20px;
    color: #f58120
}

.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(2) .number2,
.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(4) .number3 {
    font-size: 36px;
    font-weight: 900;
    color: #0255A8
}

.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(2) span,
.consumer-intellegience-content>div.consumer-left-content div:nth-of-type(4) span {
    font-size: 18px;
    text-transform: capitalize;
    color: #7f7f7f
}

#user-acquistion {
    background-color: #000;
    height: 400px;
    padding: 0!important
}

#user-acquistion2 {
    background-image: url(../images/user_acq_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000
}

.user-acq-left-content {
    margin-left: 7%;
    position: absolute
}

.user-acq-left-content h2 {
    font-size: 36px;
    font-weight: 900;
    color: #fff
}

.user-acq-left-content p {
    font-size: 20px;
    color: #f58120
}

.user-acq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    position: relative
}

.user-acq-right-content img {
    width: 50%
}

.user-acq-right-content {
    text-align: right
}

.brand-advertising-content {
    width: 85%;
    margin: 0 auto
}

.brand-left-content {
    width: 50%;
    z-index: 1;
    position: absolute
}

.brand-left-content h2 {
    font-size: 46px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 50px
}

.brand-advertising-conatiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand-advertising-conatiner>div {
    width: 48%;
    background-color: #fcfcfc;
    margin-bottom: 20px;
    padding: 10px 25px
}

.brand-advertising-conatiner>div>h2 {
    font-size: 20px;
    color: #f58120;
    text-align: left;
    margin-bottom: 10px
}

.brand-advertising-conatiner>div>p {
    font-size: 14px;
    text-align: left
}

.brand-adver-full-container h2 {
    font-size: 20px;
    color: #f58120;
    text-align: left;
    margin-bottom: 10px
}

.brand-adver-full-container p {
    font-size: 14px;
    text-align: left
}

.award-content-section h2,
.fraud-content-section h2 {
    font-size: 36px;
    font-weight: 900
}

#award-section {
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.award-container-section {
    width: 85%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.award-content-section h2 {
    color: #fff
}

.fraud-content-section {
    width: 85%;
    text-align: center;
    margin: 0 auto
}

.fraud-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 50px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fraud-container>div {
    width: 30%
}

#overview-video,
#user-acq-video {
    left: 0;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.fraud-container>div>h2 {
    font-size: 20px;
    color: #f58120
}

.fraud-container>div>p {
    font-size: 16px
}

.fraud-content-section a {
    border: 1px solid #000;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    padding: 15px 30px
}

#user-acq-video {
    top: 0
}

#overview-video {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#consumer-video {
    position: absolute;
    left: -30px;
    right: 0;
    bottom: 0;
    top: -12px;
    height: 330px
}

.consumer-right-video {
    position: relative
}

#overview-section>h2 {
    text-align: center;
    font-size: 24px;
    position: absolute;
    z-index: 1;
    top: -45px;
    font-weight: 400;
    color: #3d3d3d
}

#consumer-page .faas-multi-data a,
.acr>h2,
.acr_cont>h4 {
    font-weight: 900;
    text-align: center
}

.consumer-intellegience {
    padding: 0!important
}

#brand-advertising {
    position: relative;
    height: 670px
}

#brand-adv-video {
    position: absolute;
    left: inherit;
    right: -2%;
    bottom: 0;
    top: 60%;
    width: 90%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

#consumer-page .fraud-prevention {
    background-color: #fff;
    padding: 0 0 50px!important
}

#consumer-page .faas-multi-data {
    background-color: #fcfcfc
}

.brand-adver-full-container {
    background-color: #fcfcfc;
    margin-bottom: 20px;
    padding: 10px 20px
}

.fraud-container>div img {
    width: 45px
}

#consumer-page .faas-multi-data a {
    border: 1px solid #000;
    color: #000;
    font-size: 20px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px
}

.acr>h2,
.acr_cont {
    margin-bottom: 50px
}

#consumer-page .faas-multi-data a:hover {
    text-decoration: none;
    background-color: #f58120;
    color: #fff
}

.acr>h2 {
    font-size: 36px
}

.acr_cont {
    height: 470px;
    width: 80%;
    margin-left: 10%;
    -webkit-box-shadow: 0 0 10px #d2d2d2;
    box-shadow: 0 0 10px #d2d2d2;
    float: left;
    border-radius: 10px
}

.acr_cont>h4 {
    background-color: #f4f5f9;
    height: 70px;
    line-height: 70px;
    margin: 0;
    font-size: 18px;
    border-radius: 10px 10px 0 0
}

.acr,
.acr_cont>h4,
.acr_row,
.clear_b,
.testi_words {
    clear: both
}

.acr_col {
    float: left;
    min-height: 100px;
    padding-top: 40px;
    width: 25%
}

.acr_col>p {
    text-align: center
}

.acr_col>p img {
    width: 40px
}

.acr_col>h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400
}

#arc-page section {
    padding: 50px 0
}

.services .cross,
.services .native {
    width: 50%;
    max-width: 500px;
    position: absolute;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 30px;
    min-height: 320px;
    padding: 15px;
    text-align: center;
    transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    cursor: default
}

.services .native {
    left: 0;
    background: url(../images/arc/native_platform.png) center no-repeat
}

.services .what-offer-block p {
    min-height: initial;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.services .what-offer-block p.btn-mad {
    margin-top: 50px
}

.btn-mad span {
    background-color: #f58120;
    color: #fff;
    border-radius: 3px;
    padding: 7px;
    margin: 5px;
    font-weight: 700;
    width: 110px;
    display: inline-block
}

.services .cross {
    right: 0;
    background: url(../images/arc/cross_platform.png) center no-repeat
}

.services .what-offer-block.cross:hover {
    -webkit-transform: translate(-40px, -20px);
    -ms-transform: translate(-40px, -20px);
    transform: translate(-40px, -20px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.services .features-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 320px;
    width: 1020px;
    margin: 10px auto
}

.services .feature-title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 35px
}

.services .what-offer-block.native:hover {
    -webkit-transform: translate(40px, -20px);
    -ms-transform: translate(40px, -20px);
    transform: translate(40px, -20px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.testimonials {
    width: 960px;
    margin: 0 auto
}

#testimonials {
    position: relative
}

.item .quote {
    text-align: center;
    font-size: 18px;
    line-height: 30px
}

.item .profile {
    text-align: center;
    display: block;
    margin-top: 20px
}

.item .profile>img {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block!important;
    width: auto!important
}

.item .profile .testimonial_by {
    display: block;
    width: initial;
    padding-top: 15px;
    font-size: 22px
}

.item .profile .testimonial_site {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

#testimonials .owl-item div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border: none
}

#testimonials .owl-item.center div:after {
    border: none
}

#testimonials .owl-next {
    right: -100px;
    position: absolute;
    top: 120px;
    background: 0 0
}

#testimonials .owl-prev {
    left: -100px;
    position: absolute;
    top: 120px;
    background: 0 0
}

#testimonials .owl-dots {
    display: none!important
}

.case-study.Industries .our-port {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    min-height: inherit;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all 250ms cubic-bezier(.02, .01, .47, 1) 0s;
    width: 100%;
    background-color: transparent
}

.case-study .our-port img {
    height: auto;
    max-width: 100%;
    width: initial;
    width: 260px
}

.case-study .our-port h3 {
    margin-bottom: 0;
    margin-top: 15px;
    letter-spacing: .5px
}

.home-section-industries .case-study {
    padding: 0
}

.home-section.d-gray {
    background-color: #313131
}

.home-section-cstudies {
    background: url(../images/arc/case_study_bg.png) center no-repeat;
    background-size: cover
}

ul.cstudies li .airtel-trending {
    max-width: 700px;
    min-height: 470px;
    padding: 20px
}

.airtel-trending {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.float-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

ul.cstudies li .img_logo,
ul.cstudies li .title_tab {
    text-align: left
}

ul.cstudies li .img_logo img {
    width: 130px
}

.airtel-trending .para-content {
    color: #676767;
    line-height: 26px;
    padding: 25px 0;
    font-size: 18px;
    text-align: justify;
    font-weight: 400
}

ul.cstudies li .airtel-trending .para-content {
    font-size: 15px;
    line-height: 21px
}

ul.cstudies li .btn_dcs {
    font-size: 14px;
    margin-top: 0;
    padding: 6px 15px;
    color: #fff;
    background: #f58120;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer
}

#arc-page section.home-section-testimonial {
    background-color: #fff
}

#arc-page section.services {
    background-color: #fcfcfc
}

#dmp-page #advertiser {
    padding: 50px 15%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.owl-nav button {
    outline: 0
}

.managementTeamContainer>h2,
.mangement-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #f4825d;
    text-align: center;
    margin-top: 30px
}

.arc-mobile-content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.arc-mobile-left {
    width: 35%;
    text-align: center
}

.arc-mobile-left img {
    width: 50%
}

.arc-mobile-right h2 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 20px
}

.arc-mobile-right p {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 30px;
    width: 80%;
    text-align: center;
    color: #3d3d3d
}

.arc-mobile-world {
    padding: 70px 0 0!important
}

#arc-page .acr {
    background-color: #fff;
    width: 100%!important
}

#arc-page .home-section-industries {
    background-color: #fcfcfc
}

.case-study.Industries .our-port {
    position: relative;
    height: 150px;
    padding: 0
}

.case-study .our-port h3 {
    position: absolute;
    padding: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1.5;
    z-index: 1;
    font-weight: 700;
    width: 190px
}

.project-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    top: 10px;
    bottom: -3px
}

.patnership-container h2 {
    font-size: 16px
}

.contact-section .address {
    /* height: 900px;
    overflow: auto; */
    margin-bottom: 20px
}
.margin_top{
    margin-top: 20px;
}
.contact-section .patnership-container h2 a {
    color: #045089
}

#aboutus-page>section.targated_notifiaction {
    padding-top: 0
}

#cssmenu {
    width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 768px;
    top: -200%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    overflow: auto;
    display: none;
    z-index: 111
}

.cookie-policy-container,
.pub-tnc {
    max-width: 1024px;
    padding: 20px;
    margin: 40px auto
}

#cssmenu>ul>li {
    margin-bottom: 30px
}

#cssmenu>ul>li:last-child {
    margin: 0
}

#cssmenu>ul>li>a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #f68a3d
}

#cssmenu>ul>li>a>span {
    display: block;
    padding: 10px;
    font-weight: 700
}

#cssmenu>ul>li>a:active,
#cssmenu>ul>li>a:focus,
#cssmenu>ul>li>a:hover {
    text-decoration: none;
    outline: 0
}

#cssmenu>ul>li.active {
    border-bottom: none
}

#cssmenu>ul>li.active>a {
    color: #f68a3d
}

#cssmenu ul ul {
    padding: 5px 12px;
    display: none
}

#cssmenu ul ul li {
    padding: 3px 0
}

#cssmenu ul ul a {
    display: block;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0
}

.arc-mobile-world>h2,
.mkr8-engagement-content h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center
}

#cssmenu>ul {
    margin-top: 150px;
    text-align: center;
    height: calc(100vh - 150px);
    overflow: auto
}

#cssmenu>ul>li.has-sub>a span {
    background: url(../images/down_arrow.png) 93% center no-repeat;
    background-size: 10px
}

#cssmenu>ul>li.has-sub.active>a span {
    background: url(../images/up_arrow.png) 93% center no-repeat;
    background-size: 10px
}

.map-content img {
    width: 75%;
    margin-bottom: 50px
}

.arc-mobile-world>h2 {
    margin-bottom: 30px
}

.mkr8-engagement-content p {
    font-size: 20px;
    font-weight: 400;
    color: #f68a3d;
    text-align: center
}

#mkr8-page>section {
    padding: 70px 0
}

.mkr8-features {
    background-color: #000;
    position: relative
}

.mkr8-features h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px
}

.features-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto
}

.features-container>div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid;
    margin: 10px;
    border-radius: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features-inner-mkr8>div:nth-of-type(1) {
    width: 30%;
    position: relative;
    border-right: 1px solid
}

.features-inner-mkr8>div:nth-of-type(1) img {
    width: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.features-inner-mkr8>div:nth-of-type(2) {
    width: 70%;
    padding: 20px
}

.features-inner-mkr8>div:nth-of-type(2) span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.features-inner-mkr8>div:nth-of-type(2) li {
    font-size: 13px;
    color: #fff;
    line-height: 2
}

.mkr8-award-content h2,
.sync-dmp-content h2 {
    font-size: 36px;
    font-weight: 900
}

.mkr8-award-content h2 {
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 70px
}

.mkr8-award-images {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mkr8-award-images a {
    width: 23%;
    border: 1px solid #e6e6e6;
    margin: 10px
}

.mkr8-engagement-images {
    width: 90%;
    margin: 30px auto 0
}

.sync-dmp {
    background-color: #fcfcfc;
    padding: 70px 0
}

.sync-dmp-content {
    width: 85%;
    margin: 0 auto;
    text-align: center
}

.sync-dmp-content p {
    font-size: 20px;
    font-weight: 500;
    color: #f58120
}

.sync-dmp-content img {
    margin-top: 50px
}

#mkr8-page #mrkt-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 550px;
    max-height: 80vh
}

.features-container .features-inner-mkr8:nth-of-type(1)>div:nth-of-type(1) img {
    width: 60px
}

#mkr8-page #advertiser a {
    padding: 15px 30px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px
}

#mkr8-page #advertiser a:hover {
    background-color: #f4825d;
    color: #fff
}

#faas-page .fraud-container {
    margin: 50px 0
}

#faas-page .fraud-container>div>h2 {
    font-weight: 900
}

.award-container-section>div {
    position: relative;
    width: 32%;
    margin-bottom: 20px;
    height: 200px
}

.mkr8-award-images p {
    padding-top: 40px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto
}

.award-container-section>div>button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    border: none;
    z-index: 1
}

.award-container-section>div>iframe {
    width: 100%;
    height: 200px
}

#maas-page #advertiser {
    position: relative
}

#mkr8-page #advertiser {
    padding: 50px 15%!important
}

#mkr8-page #advertiser .advertiserCards ul {
    text-align: center;
    min-height: 85px
}

#mkr8-page #advertiser .targeting-inner {
    margin-top: 50px
}

.management-tab-name {
    font-size: 22px;
    color: #f4825d;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    text-align: center
}

.for-mobile {
    display: none
}

.footer-right p {
    text-align: center;
    font-size: 16px;
    color: #fff
}

.footer-right .form-title {
    font-size: 36px;
    font-weight: 900
}

.footer-right .footer-input {
    font-size: 16px;
    background: 0 0;
    outline: 0;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500
}

.f_label{
    display: none !important;
}
.footer-right form {
    margin-top: 30px;
    padding: 0 50px
}

.footer-right form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-right form input {
    width: 100%
}

.footer-right form>div input {
    width: 45%
}

.footer-right form button {
    cursor: pointer;
    background-color: #f58120;
    width: 150px;
    color: #fff;
    padding: 14px;
    border: 0;
    border-radius: 4px;
    margin-top: 20px;
    outline: 0;
    display: block;
    text-align: center;
    float: right
}

.for-mobile-img {
    display: none
}

.maas-content .for-mobile-img {
    width: 60%;
    margin: 0 auto
}

#marketo-built {
    padding: 50px 100px
}

#overview-section .for-mobile-img {
    width: 50%;
    margin-bottom: 20px
}

#dmp-page .advertiserCards>p {
    min-height: 80px
}

#dmp-page .advertiserCards .advertiserimg {
    height: 35px
}

#keyMonitization .monitization-Features img {
    width: 45px;
    height: 45px
}

#arrowUp {
    position: fixed;
    height: auto;
    width: auto;
    right: 10px;
    top: 10px;
    font-size: 20px
}

#arrowUp a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-family: serif
}

.history-bottom-section .for-mobile-img {
    margin-left: -15px
}

.scrollTop i.fa.fa-chevron-up {
    margin-top: 8px
}

.thank-you {
    text-align: center;
    padding: 25px;
    position: relative;
    background: #fff;
    height: 800px;
    display: table-cell
}

.thanks-page {
    display: flex;
    height: 600px;
    flex-direction: column;
}
.thanks-page .margin_top{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.thanks-page .margin_top .patnership-container{
    display: flex;
    flex-direction: column;
}

.thank-you h2 {
    font-weight: 900;
    font-size: 36px
}

.thank-you p.para {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
    text-align: center
}

.thank-you .submit_button {
    display: table;
    margin: 0 auto;
    background-color: #f58120;
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #f58120;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700
}

#thankyou-page .section-header {
    color: #f58120;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0
}

.container_privacy_policy {
    margin: 40px auto!important
}

.pub-tnc {
    line-height: 1.75
}

.pub-tnc li {
    list-style-type: unset
}

.pub-tnc li ul li {
    list-style-type: none
}

.pub-tnc li ol li {
    list-style-type: unset
}

.list_style li {
    list-style: disc!important
}

.tnc-bold {
    font-weight: 700;
    display: block
}

.pub-tnc .listStyleA>li {
    list-style-type: upper-alpha!important
}

.pub-tnc ol,
.pub-tnc ul {
    padding-left: 30px
}

#Creditors-page table {
    max-width: 85%;
    margin: 40px auto
}

.publish {
    cursor: pointer
}

.mpolicy-link {
    background: #000;
    padding: 10px;
    text-align: center
}

.mpolicy-link a {
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto
}

#Creditors-page {
    width: 95%;
    margin: 150px auto 0
}

#jobs-page {
    background-color: #fcfcfc
}

.job-listing {
    padding: 50px 20px;
    max-width: 1660px;
    margin: 0 auto
}

.job-list ul {
    display: flex;
    flex-wrap: wrap
}

.job-list ul li {
    display: flex;
    width: 360px;
    margin: 20px;
    padding: 20px;
    background-color: #fff
}

.job-list ul li a {
    display: flex;
    flex-direction: column;
    color: #000
}

.apply-conatiner,
.date-position {
    display: flex;
    justify-content: space-between
}

.job-location {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 300
}

.job-title {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 12px
}

.job-vacancy-count {
    font-size: 14px;
    color: #49c5b6;
    font-weight: 500;
    margin-bottom: 12px
}

.job-requirement {
    height: auto;
    white-space: inherit;
    overflow: visible;
    text-overflow: ellipsis;
    line-height: 1.25;
    margin-bottom: 30px
}

.date-position {
    font-size: 14px
}

#job-detail-page {
    background-color: #fcfcfc
}

#job-detail-page .job-detail-container {
    padding: 50px 20px
}

#job-detail-page .job-detail-container .job-details {
    max-width: 870px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column
}

.job-detail-position {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 20px
}

.job-detail-vacancy {
    font-size: 21px;
    margin-bottom: 10px
}

.apply-conatiner {
    border-top: 2px solid #fcfcfc;
    border-bottom: 2px solid #fcfcfc;
    padding: 10px;
    align-items: center;
    margin-bottom: 30px
}

.apply-conatiner span img {
    width: 20px;
    margin-right: 10px
}

.apply-conatiner button,
.apply-form button {
    width: 200px;
    padding: 0 20px;
    border: none;
    font-weight: 700;
    outline: 0;
    color: #fff;
    background-color: #f68a3d;
    height: 50px
}

.apply-conatiner button {
    line-height: 50px
}

.job-detail-requirement {
    line-height: 2
}

.apply-form button {
    line-height: 50px;
    display: block
}

.apply-form button:hover {
    color: #fff;
    background-color: #f68a3d
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer
}

.apply-form textarea {
    resize: none
}

.apply-form .form-control {
    height: 50px
}

#applyjob .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)!important
}

.case_Study>div {
    padding: 0 180px
}

.case_Study>div.active {
    display: flex!important;
    justify-content: space-between;
    align-items: center
}

.case_Study h3 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #3d3d3d;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase
}

.case_Study p {
    color: #3d3d3d;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    opacity: .8
}

.case_Study h4 {
    color: #f4825d;
    font-size: 35px;
    margin-top: 30px;
    font-weight: 600
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.case_stuides_main{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 100px;
    justify-content: space-between;
    margin-top: 50px;
}
.case_stuides_main .common_item{
    display: flex;
    align-items: center;
    max-width: 30%;
    flex-direction: column;
    /* border: 1px #ccc solid; */
    margin-bottom:40px;
    box-shadow: 1px 2px 7px rgba(0,0,0,0.2);
    padding-bottom: 20px;
}
.case_studies_main_slider .more-items-content{
    padding: 0 280px;
}
/* .case_stuides_main .common_item span.image{
    height: 200px;
    width: 100%;
    display: flex;
} */
.case_stuides_main .common_item span.image img{
    width:100%;
}
.case_stuides_main .common_item .content_text p{
    font-size: 14px;
    color: #3D3D3D;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    text-align: left;
}
.case_stuides_main .common_item .content_text a{
    border: 1px #F4825D solid;
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 15px;
    display: inline-flex;
    color: #3D3D3D;
    float: left;
    margin-left: 15px;
}
.targeting_slider.case_studies_main_slider{
    padding: 90px 0;
    background: #0d232f;
}
.targeting_slider.brands{
    padding: 90px 0;
}
.targeting_slider.case_studies_main_slider h2{
    color: #0E76BC
}
.main_demo{
    /* background: #0d242f; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
}
.main_demo h3{
    margin-top: 0px;
    color: #222;
}
.main_demo p{
    max-width: 50%;
    width: 100%;
    color: #222;
    text-align: center;
    font-weight: 500;
}
.main_demo a {
    padding: 13px 40px;
    background: #F58120;
    color: #fff;
    border-radius: 7px;
    display: inline-flex;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
.main_pop_wrapper{
    position: fixed;
    background: rgba(0,0,0,.8);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 100%;
    left: 0px;
    top:0px;
    z-index: 99999;    
}
.inner_main{
    background: #fff;
    padding: 30px;
    position: relative; 
    border-radius: 10px;
}
.inner_main h4{
    font-size: 24px;
    font-weight: 600;
    color: #0e76bc;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.inner_main .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.btn input{
    background: #F58120;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 7px;
    box-shadow: none;
    border: none;
    color: #fff;    
}
.check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.check .error_msg{
    position: absolute;
    color: #ff0000;
    font-size: 12px;
    bottom: -21px;
    left: 0;
}
.check a{
    margin-left: 4px;
}
.check input{
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-right: 10px;
}
.inner_main .common_dual{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.input_common{
    width: 100%;
    display: flex;
    flex-direction: column;  
    margin-bottom: 30px;
    position: relative;
}
.input_common label{
    font-size: 13px;
    color: #636161;
    font-weight: 500;
}
.input_common input{
    padding: 5px;
    font-size: 13px;
}
.input_common .error_msg{
    position: absolute;
    color: #ff0000;
    font-size: 12px;
    bottom: -21px;
    left: 0;
}
.common_dual .input_common{
    max-width: 48%;
}
.cross_btn{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 30px;
    cursor: pointer;
}
.cross_btn img{
    width: 18px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.left,
    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.active,
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-caption {
    font-size: 17px
}

.carousel-caption h3 {
    font-size: 30px;
    font-family: Lato, sans-serif
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%
}

testimonials {
    overflow: hidden;
    position: relative;
    max-height: 350px;
  }
  
  .one-slide,
  .testimonial,
  .message {
    border: none !important;
    outline: none !important;
    display: flex;
    justify-content: center;
  }
  
  .icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
  }
  
  .carousel-controls .control {
    position: absolute;
    top: calc( 45% - 22.5px );
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .carousel-controls .control .fa{
      color: #F4825D;
      font-size: 20px;
  }
  .prev {
    left: -2.25rem;
  }
  
  .next {
    right: -2.25rem;
  }
  /* .slick-list.draggable{
      display: flex;
      align-items: center;
  } */
  .testimonial-carousel-controls{
      position: relative;
  }
  .testimonial-carousel{
      height: 300px;
  }
  .item_slide{
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    background: #fff;
    padding: 42px 50px;
    padding-left: 140px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
  }
  .item_slide::before{
      content: "";
      position: absolute;
      width: 80px;
      height: 100%;
      left: 0;
      top: 0;
      background: #8a8d90;
      border-top-left-radius: 9px;
      border-bottom-left-radius: 9px;
  }
  .item_slide .message_text{
    max-width: 100%;
    padding: 0 0px; 
    position: relative;
  }
  .item_slide .message_text img{
    position: absolute;
    right: -35px;
    top: -25px;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    outline: none;
    background-color: transparent;


  }
  .item_slide .message_text h3{
      font-size: 20px;
      margin-top: 0px;
      text-align: left;
  }
  .item_slide .message_text p{ 
    font-size: 13px;
    color: #222;
    font-weight: 500;
    padding: 0 0px;
    line-height: 20px;
    text-align: justify;
    position: relative;
    margin-top: 15px;
    min-height: 130px;
  }
  /* .item_slide .message_text p::before{
      position: absolute;
      content: "“";
      font-size: 70px;
      left:0px;
      top:-20px;
      color: #F58120;
  }

  .item_slide .message_text p::after{
    position: absolute;
    content: "”";
    font-size: 70px;
    right:0px;
    bottom:-20px;
    color: #F58120;
} */
.item_slide .message_text span{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #8c8686;
}
.right_pic{
    position: absolute;
    left: 50px;
    top: calc( 50% - 30px );
}
  .right_pic img{
    width: 60px;
    border: 3px #fff solid;
    border-radius: 100%;
  }
  @media screen and (max-width: 768px) {
    .next {
        right: -80px;
    }

    .prev {
        left: -80px;
    }

    .testimonial-carousel{
        height: 320px;
    }
    .targeting_slider.brands, .main_demo{
        padding: 40px 0;
    }
  }

  @media screen and (max-width:1024px) {
    
        .case_stuides_main .common_item{
            max-width: 47%;
        }
        .navigation_header ul li{
            margin: 0 5px !important;
        }
        .navigation_header>ul>li>a {
            padding: 10px 5px !important;
            font-size: 15px !important;
        }
        .case_studies_main_slider .more-items-content{
            padding: 0 100px;
        }
    }

    @media screen and (max-width: 768px){
        .case_stuides_main{
            padding:0 30px;
            margin-top: 30px;
        }
        .case_stuides_main .common_item {
            max-width: 48%;
        }
        /* .case_stuides_main .common_item span.image{
            height: 170px;
        } */
    }

    @media screen and (max-width:640px){
        .case_stuides_main .common_item{
            max-width: 100%;
        }
        /* .case_stuides_main .common_item span.image{
            height: 200px;
        } */
        .case_studies_main_slider .more-items-content{
            padding:0px;
        }
        .item_slide{
            padding: 42px 20px;
            padding-left: 50px;
        }
        .right_pic{
            display: none;
        }
        .item_slide::before{
            width: 40px;
        }
        .item_slide .message_text img{
            right:0px;
        }
    }

    @media screen and (max-width:479px){
        .testimonial-carousel{
            height: 420px;
        }
        .f_logos{
            margin-bottom: 20px;
        }
        .case_stuides_main {
            padding: 0 0px;
        }
        .main_pop_wrapper{
            padding: 0 20px;
        }
        .inner_main .common_dual{
            flex-direction: column;
        }
        .common_dual .input_common{
            max-width: 100%;
        }
        .check{
            display: block;
        }
        .main_demo{
            padding-top: 0px;
        }
    }