/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1280px;
    padding: 0 20px;
}

.row.row-md {
    max-width: 1070px;
}

.row.row-sm {
    max-width: 860px;
}

.row.row-full {
    max-width: none;
    padding: 0;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #242EFF;
}

body.page-template-tp-home h1.banner-heading br, body.page-template-tp-home h1.banner-heading br:after{content:' ';}

.banner-content p br, .banner-content p br:after{content:' ';}
@media (min-width:1280px) {
  body.page-template-tp-home h1.banner-heading br, body.page-template-tp-home h1.banner-heading br:after{content:"\A"; white-space: pre-wrap;}
  .banner-content p br, .banner-content p br:after{content:"\A";white-space:pre-wrap;}
}


body.page-template-tp-home .hamburger-inner,
body.page-template-tp-home .hamburger-inner:after,
body.page-template-tp-home .hamburger-inner:before {
  background-color:black;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


/*header*/

main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

header {
    padding-top: 35px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: 0.1s ease-in-out;
}

.header-logo {
    padding-top: 11px;
}

.header-logo a {
    display: inline-block;
    transition: 0.2s;
}

.header-logo a:hover {
    opacity: 0.8;
}

.header-nav {
    text-align: center;
    padding-top: 11px;
}

.header-nav > ul {
    display: inline-block;
}

.header-nav > ul > li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.header-nav > ul > li > a {
    display: inline-block;
    transition: 0.2s;
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.25px;
    font-weight: 600;
    opacity: 0.5;
    position: relative;
    padding-bottom: 3px;
    /*cursor: default;*/
}

.header-nav > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    transition: 0.2s;
}

.header-nav > ul > li:hover > a:after,
.header-nav > ul > li.active > a:after,
.header-nav > ul > li.current > a:after {
    right: 0;
}

header.light .header-nav > ul > li > a:after {
    background: #fff;
}

header.dark .header-nav > ul > li > a:after {
    background: #172134;
}

.header-nav > ul > li:hover > a,
.header-nav > ul > li.active > a,
.header-nav > ul > li.current > a {
    opacity: 1;
}

header.light .header-nav > ul > li > a {
    color: #fff;
}

header.dark .header-nav > ul > li > a {
    color: #172134;
}

.page-template-tp-home header.dark .header-nav > ul > li > a {
  color:#000000;
  opacity:0.5;
}

.header-nav > ul > li:last-child {
    margin-right: 0;
}

header.light .header-logo img.logo-dark {
    display: none;
}

header.dark .header-logo img.logo-light {
    display: none;
}

.header-cta {
    text-align: right;
}

.mobile-menu-hold {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
}

.mobile-menu .accordion {
    background: #fff;
    border-top: 1px solid rgba(26, 44, 54, 0.1);
}

.mobile-menu .accordion-title {
    padding: 20px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 1.8;
    color: #373d48;
    letter-spacing: 0.25px;
    font-weight: 600;
    background-color: #fff;
    border: none!important;
}

.mobile-menu .accordion-title:before {
    transform: translateY(-50%);
    margin-top: 0;
    right: 20px;
    font-size: 17px;
}

.mobile-menu .accordion-item {
    border-bottom: 1px solid rgba(26, 44, 54, 0.1);
}

.mobile-menu .accordion-item.is-active .accordion-title {
    color: #00BFF5;
    background: #EDF7FA;
}

.mobile-menu .accordion-content {
    border: none!important;
    background: #EDF7FA;
    padding: 0 20px 20px;
}

.mobile-menu-subtitle {
    text-transform: uppercase;
    font-weight: 800;
    color: #172134;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.mobile-menu-nav {
    margin-bottom: 20px;
}

.mobile-menu-nav:last-child {
    margin-bottom: 0;
}

.mobile-menu-nav ul {
    margin-left: 20px;
}

.mobile-menu-nav ul li {
    margin-bottom: 5px;
}

.mobile-menu-nav ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu-nav ul li a {
    display: block;
    font-size: 12px;
    line-height: 2;
    color: rgba(23, 33, 52, 0.75);
    font-weight: 500;
    transition: 0.2s;
}

.mobile-menu {
    background: #fff;
    padding-bottom: 20px;
}

.mobile-menu-nav ul li a:hover {
    color: #00BFF5;
}

.mobile-menu-cta {
    margin-top: 20px;
}

.secondary-nav-hold {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 90;
    opacity: 0;
    transition: 0.2s;
}

.secondary-nav-hold.active {
    visibility: visible;
    opacity: 1;
}

.secondary-nav-outside-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 2;
}

.sub-menu-hold {
    padding-top: 40px;
    position: absolute;
    top: 0;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
}

.sub-menu {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 50px rgba(23,33,52,0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-menu-hold.active {
    visibility: visible;
    opacity: 1;
}



.header-nav > ul > li:hover .sub-menu-hold {
    opacity: 1;
    visibility: visible;
}

.sub-menu ul {
    margin: 0;
}

.sub-menu-column {
    padding: 30px 30px 30px 0;
    min-width: 220px;
}

.sub-menu-column:first-child {
    min-width: 250px;
}

.sub-menu-column:first-child {
    padding-left: 30px;
}

.sub-menu-column.featured-item {
    min-width: 306px;
}

.sub-menu-column:last-child {
    margin-right: 0;
}

.sub-menu-column.featured-item {
    background-size: cover!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    text-align: left;
}

.featured-item-text-box {
    align-self: flex-end;
}

.featured-item-title.label-text {
    color: #000000;
}

.featured-item-text p {
    color: #000000;
    margin-bottom: 10px;
}

.featured-item-cta .read-more-cta:hover {
    color: #fff;
}

.sub-menu-title {
    /*padding-left: 30px;*/
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 20px;
    text-align: left;
}

.sub-menu-title-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sub-menu-title-icon:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #242EFF;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: -1;
}

.sub-menu ul li {
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.sub-menu ul li a {
    font-size: 12px;
    color: #060B1E;
    opacity: 0.75;
    line-height: 2;
    font-weight: 500;
    transition: 0.2s;
    letter-spacing: 0.25px;
}

.sub-menu ul li a:hover {
    color: #242EFF;
}

.sub-menu-cta-hold {
    margin-top: 40px;
}

.sub-menu-cta-hold a {
    width: 100%;
}

.sub-menu-hold.solutions-hold {
    left: auto!important;
    right: calc((100vw - 1280px)/2)
}

/*buttons*/

.btn-grad,
.btn-grad:focus,
.btn-grad:active {
    display: inline-block;
    border-radius: 25px;
    background: #242EFF;
    transition: 0.2s;
    position: relative;
    height: 50px;
}

.btn-grad:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(2,9,164);
    background: -moz-linear-gradient(278deg, rgba(2,9,164,1) 0.31%, rgba(2,12,227,1) 47.84%, rgba(55,64,253,1) 84.8%);
    background: -webkit-linear-gradient(278deg, rgba(2,9,164,1) 0.31%, rgba(2,12,227,1) 47.84%, rgba(55,64,253,1) 84.8%);
    background: linear-gradient(278deg, rgba(2,9,164,1) 0.31%, rgba(2,12,227,1) 47.84%, rgba(55,64,253,1) 84.8%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0209a4",endColorstr="#3740fd",GradientType=1);
    opacity: 0;
    transition: 0.2s;
    z-index: 1;
    border-radius: 25px;
}



.btn-grad span,
.btn-grad:focus span,
.btn-grad:active span {
    display: inline-block;
    padding: 17px 33px 18px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1.5px;
    border-radius: 25px;
    height: 46px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    width: 100%;
}

.btn-grad.btn-ch-white {
  background:white;
  border:thin solid #070A0F;
}

.btn-grad.btn-ch-white:after {
  background:white;
  border:thin solid #070A0F;
}

.btn-grad.btn-ch-white:hover:after {
  background:#070A0F;
}

.bg-black .btn-grad.btn-ch-white:hover:after {
  background:#3264C7;
}

.btn-grad.btn-ch-white span,
.btn-grad.btn-ch-white:focus span,
.btn-grad.btn-ch-white:active span {
  color:black;
}

.btn-grad.btn-ch-white:hover span {
  color:white;
}

.btn-grad.btn-ch-black {
  background:black;
  color:#fff;
}




.btn-grad.btn-ch-black:after {
  background:black;
}

.btn-ch-black:hover:after {
  background:#3264C7;
}

.btn-grad.btn-ch-black span,
.btn-grad.btn-ch-black:focus span,
.btn-grad.btn-ch-black:active span {
  color:#fff;
}

.btn-grad.w-icon span,
.btn-grad.w-icon span:focus,
.btn-grad.w-icon span:active {
    padding-left: 36px;
}

.btn-grad.w-icon span img {
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.btn-grad:hover {
    color: #fff;
}

.btn-grad:hover:after {
    opacity: 1;
}

.btn-black:after {
  background-color:black;
}

.btn-grad.clear {
    padding: 2px;
}

.btn-grad.clear span {
    background: #fff;
    color: #172134;
}

.btn-grad.clear.dark span {
    background: #172134;
    color: #fff;
}

.single-story-cta .btn-grad.clear span {
    background: #EDF7FA;
}

.btn-grad.clear .dot:after {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #04c9e8;
    z-index: 4;
}

.btn-grad.clear .dot {
    position: absolute;
    right: 20%;
    bottom: -3px;
    z-index: 4;
}

.btn-grad.clear:after {
    content: none;
}

.btn-grad.clear .dot {
    /*animation: btn-grad-clear-animation 8s forwards;*/
    /*animation: dot-animation-x 2s linear infinite;*/
}

.btn-grad.clear .dot:after {
    /*animation: btn-grad-clear-animation 8s forwards;*/
    /*animation: dot-animation-y 6s ease-in-out infinite;*/
}

.btn-circle,
.btn-circle:focus,
.btn-circle:active {
    display: inline-block;
    border-radius: 25px;
    transition: 0.2s;
    height: 50px;
    position: relative;
    padding: 17px 33px 18px;
    text-align: center;
    font-size: 10px;
    text-transform:  uppercase;
    color: #060B1E;
    font-weight: 800;
    letter-spacing: 1.5px;
    z-index: 2;
}

.btn-circle:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    top: 0;
    border-radius: 25px;
    background:#060B1E;
    z-index: -1;
    transition: 0.2s;
    opacity: 0.4;
}

.btn-circle:hover {
    color: #FFFFFF;
    background:#242EFF;
}

.btn-circle:hover:before {
    width: 100%;
}

.btn-circle.dark {
    color: #fff;
}

.btn-circle.dark:hover {
    color: #fff;
}

.read-more-cta {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #242EFF;
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 20px;
    transition: 0.2s;
}

.industries-problems-section .read-more-cta {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #F6F6F6;
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 20px;
    transition: 0.2s;
}

.read-more-cta:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    right: 0;
    top: 5px;
    background: url('../img/arrow-right-blue.svg') no-repeat center center;
    background-size: contain!important;
    color: #00bff5;
    transition: 0.2s;
}

.industries-problems-section .read-more-cta:after {
  background: url('../img/arrow-right-white.svg') no-repeat center center;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    font-size: 10px;
    padding: 8px 20px 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    position: relative;
    height: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #172134;
    background: #fff;
    transition: 0.2s;
}

.btn-white:hover {
    color: #fff;
    background: #00BFF5;
}

.read-more-cta:hover {
}

.read-more-cta:hover:after {
    right: -10px;
}

.read-more-cta.hover-white:hover {
    color: #fff;
}

.btn-light,
.btn-light:focus,
.btn-light:active {
    font-size: 10px;
    padding: 7px 20px 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    position: relative;
    height: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #172134;
    background: #F6F6F6;
    transition: 0.2s;
}

.btn-light:hover,
.btn-light.active {
    color: #fff;
    background: #242EFF;
}

.play-btn,
.play-btn:focus,
.play-btn:active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
    padding-left: 70px;
    text-transform: uppercase;
    transition: 0.2s;
    z-index: 1;
    white-space: nowrap;
    letter-spacing: 1.5px;
}

.play-btn:hover {
    color: #fff;
}

.play-btn img {
    position: absolute;
    top: -16px;
    left: 0;
}

.play-icon {
    width: 75px;
    height: 75px;
    background: url('../img/play-btn-clear.svg') no-repeat center center;
    background-size: contain!important;
    cursor: pointer;
    transition: 0.2s;
}

.dataflow-btn {
    display: inline-block;
    text-align: center;
}

.dataflow-item-right .dataflow-btn svg path.circle {
    fill: #fff;
}

/*intro inner*/

.intro-inner {
    padding-top: 200px;
    padding-bottom: 100px;
}

.intro-inner.with-bg {
    background: transparent;
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
    margin-bottom: 100px;
}

.intro-inner.dark.press-intro {
    padding-bottom: 300px;
    margin-bottom: 0;
}

.line-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 7%;
    background-size: 100% auto!important;
    z-index: 1;
}

.line-bg.blog-line {
    left: 0;
}

.line-bg.demo-line {
    left: 0;
    right: 4%;
}

.line-bg.resources-line {
    left: 0;
    right: 12%;
    top: 20%;
    bottom: -40px;
}

.intro-inner .row {
    position: relative;
    z-index: 1;
}

.page-title {
    margin-bottom: 20px;
}

.intro-inner.dark .page-title h2 {
    color: #fff;
}

.intro-inner-dark-bg-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.intro-inner-dark-bg-hold.with-green {
    bottom: 50px;
}

.intro-inner.with-bg .intro-inner-dark-bg-hold {
    display: block;
}

.dark-bg-main {
    background: #060B1E;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: -2;
}

.intro-inner.light.with-bg {
    padding-bottom: 124px;
}

.intro-inner.light .dark-bg-main {
    background: #F6F6F6;
}

.dark-bg-secondary {
    background: #172134;
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    right: 0;
    z-index: -3;
}

.dark-bg-skew-white {
    position: absolute;
    background: #fff;
    left: -20px;
    right: -20px;
    bottom: -90px;
    height: 140px;
    transform: rotate(3deg);
    z-index: -2;
}

.dark-bg-light-blue {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0;
    height: 50px;
    background: #00BFF5;
    z-index: -3;
}

.dark-bg-dark-blue {
    position: absolute;
    bottom: 0;
    right: -20px;
    left: -20px;
    height: 124px;
    background: #172134;
    z-index: -3;
    transform: rotate(3deg);
}

.dark-bg-green {
    position: absolute;
    overflow: hidden;
    height: 80px;
    left: -20px;
    width: 50%;
    bottom: -4px;
    transform: rotate(3deg);
}

.dark-bg-skew-green {
    position: absolute;
    background: #11EFB2;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 124px;
    transform: rotate(1deg);
    z-index: -4;
}



/*blog*/

.blog-intro-slider {
    margin-top: 100px;
    padding: 0 105px;
    position: relative;
}

.blog-intro-item {
    padding: 30px 30px 50px 50px;
    position: relative;
}

.blog-intro-carousel .owl-stage {
    display:flex;
}

.blog-intro-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.5186449579831933) 0%, rgba(55,61,72,0.40379901960784315) 40%, rgba(55,61,72,0.3169642857142857) 100%);*/
    background: linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(55,61,72,0.7063200280112045) 61%, rgba(55,61,72,0.6587009803921569) 100%);
    z-index: 1;
    opacity: 0.9;
}


.blog-intro-item-inner {
    position: relative;
    z-index: 2;
}

.blog-intro-item-tag {
    margin-bottom: 160px;
}

.blog-intro-item-text-box {
    max-width: 560px;
}

.blog-intro-item-date {
    margin-bottom: 10px;
}

.blog-intro-item-date.label-small-text {
    color: #fff;
    opacity: 1;
}

.blog-intro-item-title {
    margin-bottom: 20px;
}

.blog-intro-item-title h4 {
    color: #fff;
}

.intro-blog-item-more .read-more-cta:hover {
    color: #fff;
}

.blog-intro-nav a {
    position: absolute;
    top: calc(50% - 74px);
    z-index: 1;
}

.blog-intro-nav a svg {
    width: 50px;
    height: 50px;
}

.blog-intro-nav a.blog-intro-prev {
    left: 35px;
}

.blog-intro-nav a.blog-intro-next {
    right: 35px;
}

.blog-intro-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-intro-carousel .owl-item {
    opacity: 0.6;
    transition: 0.2s;
    pointer-events: none!important;
}

.blog-intro-carousel .owl-item.active {
    opacity: 1;
    pointer-events: auto!important;
}

.blog-intro-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.blog-intro-carousel .owl-dots .owl-dot {
    margin-right: 5px;
    position: relative;
    width: 10px;
    height: 10px;
}

.blog-intro-carousel .owl-dots .owl-dot span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: 0.2s;
    background: #373D48;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-intro-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.blog-intro-carousel .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
}

.blog-intro-carousel .owl-dots .owl-dot.active span {
    background: #F6F6F6;
    width: 10px;
    height: 10px;
}

.blog-filter {
    margin-bottom: 100px;
}

.filter-label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.blog-filter ul {
    display: inline-block;
}

.blog-filter ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.blog-filter ul li:last-child {
    margin-right: 0;
}

.blog-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-list ul li:nth-child(n + 7) {
    display: none;
}

.blog-list ul li {
    flex: 0 1 28.7%;
    margin-bottom: 60px;
    margin-right: 6.9%;
}

.blog-list ul li:nth-child(3n) {
    margin-right: 0;
}

.blog-list-image {
    background-size: cover!important;
    padding-bottom: 68%;
    margin-bottom: 30px;
}

.blog-list-item-date {
    margin-bottom: 10px;
}

.blog-list ul li a {
    display: block;
    height: 100%;
}

.blog-list-item {
    position: relative;
    height: 100%;
    padding-bottom: 55px;
}

.blog-list-item-cta {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.blog-list {
    margin-bottom: 30px;
}

.blog-list-section {
    margin-bottom: 150px;
}

.intro-inner.dark .page-sub-title p {
    color: #fff;
}

.page-intro-socials {
    margin-top: 14px;
}

.page-intro-socials ul li {
    display: inline-block;
    margin-right: 20px;
}

.page-intro-socials ul li:last-child {
    margin-right: 0;
}

.intro-author-photo {
    background-size: cover!important;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/*blog single*/

.single-blog-intro-left {
    padding-right: 115px;
}

.single-blog-intro-right {
    padding-left: 10px;
}

.single-blog-intro-image {
    background-size: cover!important;
    padding-bottom: 60%;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.single-blog-right-details .socials-list {
    display: inline-block;
    margin-left: 20px;
}

.socials-list li {
    display: inline-block;
    margin-right: 20px;
}

.socials-list li:last-child {
    margin-right: 0;
}

.single-blog-intro-details {
    margin-top: 60px;
}

.single-blog-author-photo {
    width: 50px;
    height: 50px;
    background-size: cover!important;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -13px;
    border-radius: 50%;
}

.single-blog-author-name {
    float: left;
}

.featured-items-title {
    margin-bottom: 70px;
}

.featured-items-section {
    margin-bottom: 40px;
}

/*press releases*/

.featured-release-section {
    margin-top: -180px;
    margin-bottom: 100px;
    position: relative;
    z-index: 5;
}

.bg-light-blue {
    background: #EDF7FA;
}

.bg-dark-blue {
    background: #060B1E;
}

.featured-release-hold {
    padding: 70px 100px;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.featured-release-subtitle {
    padding-top: 32px;
    position: relative;
    margin-bottom: 45px;
}

.featured-release-subtitle .sub-menu-title-icon {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.release-list-date {
    margin-bottom: 20px;
}

.featured-release-title {
    margin-bottom: 50px;
}

.press-release-list ul li {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #D8D8D8;
    float: left;
    width: 100%;
}

.release-item-title {
    margin-bottom: 20px;
}

.press-release-list {
    margin-bottom: 100px;
}

.press-release-list-section {
    margin-bottom: 150px;
}

/*press release single*/

.single-release-date {
    margin-bottom: 20px;
}

.single-release-title {
    margin-bottom: 20px;
}

.single-release-intro {
    padding-bottom: 150px;
    margin-bottom: 20px;
}

.about-block {
    padding: 100px 105px;
    margin-bottom: 150px;
}

.about-block-left {
    padding-right: 15px;
}

.about-block-right {
    padding-left: 10px;
}

/*bottom cta*/

.bottom-cta-hold {
    padding-top: 126px;
    padding-bottom: 100px;
    position: relative;
}

.bottom-cta-hold .row {
    position: relative;
}

.bottom-cta-text-box {
    display: inline-block;
}

.bottom-cta-text,
.bottom-cta-button {
    float: left;
}

.bottom-cta-text {
    margin-right: 110px;
}

.bottom-cta-bg-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bottom-cta-bg {
    position: absolute;
}

.bottom-cta-bg.white {
    background: #fff;
    height: 50%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -4;
}

.bottom-cta-bg.gray {
    background: #F6F6F6;
    height: 50%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -4;
}

.bottom-cta-hold.how-it-works-cta .bottom-cta-bg.white {
    background: #F6F6F6;
}

.bottom-cta-bg.gray {
    background: #F6F6F6;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -4;
}

.bottom-cta-bg.light-blue {
    background: #00BFF5;
    top: 17px;
    left: -20px;
    transform: rotate(2deg);
    width: 50%;
    height: 50px;
    z-index: -3;
}

.bottom-cta-bg.green {
    background: #11EFB2;
    bottom: 17px;
    transform: rotate(2deg);
    width: 50%;
    height: 50px;
    right: -20px;
    z-index: -3;
}

.bottom-cta-bg.blue {
    background:#242EFF;
    left: -20px;
    right: -20px;
    top: 25px;
    bottom: 0px;
    z-index: -2;
}

.bottom-cta-text h3 {
    color: #fff;
}

/*newsletter block*/
.newsletter-left {
    padding-right: 20px;
}

.newsletter-form-hold .form-element {
    position: relative;
    margin-bottom: 0;
}


.form-element {
    margin-bottom: 20px;
}

.form-element input,
.form-element input:focus,
.form-element input:active {
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #172134;
    height: 70px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 35px;
    padding: 23px 30px;
    margin:0;
}

.hs-form-field {
    margin-bottom: 20px;
}

.hs-form-field input,
.hs-form-field input:focus,
.hs-form-field input:active 
.hs-ch-form .hs-form-field input[type="email"]
{
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #646464;
    height: 70px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 35px;
    padding: 23px 30px;
    margin:0;
}

.hs-form-field input:placeholder,.hs-form-field textarea:placeholder, .hs-ch-form .hs-form-field input[type="email"]:placeholder {
  color:#cacaca !important;
}

.hs-richtext p {
  color:#060B1E;
  font-size:14px;
  line-height:26px;
}

.hs-richtext a {
  color:#242EFF;
}

.bottom-cta-hold .hs-richtext a {
  text-decoration:underline;
}


.hs-form-field.hs-fieldtype-booleancheckbox input,
.hs-form-field.hs-fieldtype-booleancheckbox input:focus,
.hs-form-field.hs-fieldtype-booleancheckbox input:active {
    height: 25px;
    margin-right: 15px;
    float: left;
}

.hs-form-field.hs-fieldtype-booleancheckbox label span {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.25px;
    color: rgba(23,33,52,0.75);
    font-weight: 400;
}

.hs-form-field textarea,
.hs-form-field textarea:focus,
.hs-form-field textarea:active {
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #172134;
    height: 150px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 35px;
    padding: 23px 30px;
    margin:0;
    resize: none;
}

.hs-submit {
    margin-top: 20px;
}

.hs-submit input,
.hs-submit input:focus,
.hs-submit input:active {
    display: inline-block;
    border-radius: 25px;
    background:#242EFF;
    transition: 0.2s;
    position: relative;
    height: 50px;
    padding: 17px 33px 18px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1.5px;
    white-space: nowrap;
    z-index: 2;
    width: 100%;
    outline: none!important;
    border: none!important;
}

.hs-submit input:hover {
    background: linear-gradient(278.82deg, #0209A4 0.31%, #020CE3 47.84%, #3740FD 84.8%);
    color: #fff;
}

.hs-form-field .hs-error-msg {
    font-size: 12px;
    color: #FF0000;
    text-align: center;
}


.form-element textarea,
.form-element textarea:focus,
.form-element textarea:active {
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #172134;
    height: 140px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 35px;
    padding: 23px 30px;
    margin:0;
    resize: none;
}

.form-element input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.form-element textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #172134;
    opacity: 0.75;
}
.form-element input::-moz-placeholder, /* Firefox 19+ */
.form-element textarea::-moz-placeholder { /* Firefox 19+ */
    color: #172134;
    opacity: 0.75;
}
.form-element input:-ms-input-placeholder, /* IE 10+ */
.form-element textarea:-ms-input-placeholder { /* IE 10+ */
    color: #172134;
    opacity: 0.75;
}
.form-element input:-moz-placeholder, /* Firefox 18- */
.form-element textarea:-moz-placeholder { /* Firefox 18- */
    color: #172134;
    opacity: 0.75;
}

.bh-form {
	margin-top:30px;
}

.bh-form p {
}


.newsletter-form-hold .form-element button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.newsletter-form-hold .form-element input,
.newsletter-form-hold .form-element input:focus,
.newsletter-form-hold .form-element input:active {
    border: none;
}

.newsletter-form-hold form {
    position: relative;
}

.newsletter-form-hold form .hs-submit {
    position: absolute;
    margin-top: 0;
    right: 10px;
    top: 10px;
}

.newsletter-form-hold form .hs-form-field input,
.newsletter-form-hold form .hs-form-field input:focus,
.newsletter-form-hold form .hs-form-field input:active {
    padding-right: 160px;
}



/*contact us*/

.contact-form-submit {
    margin-top: 30px;
}

.contact-form-submit button {
    display: block;
    width: 100%;
}

/*request demo*/

.intro-inner.request-demo-intro {
    padding-bottom: 220px;
    margin-bottom: 0;
}

.request-demo-section {
    margin-bottom: 150px;
}

.request-demo-left {
    padding-right: 65px;
}

.request-demo-right {
    padding-left: 65px;
}

.request-demo-mid {
    margin-top: -150px;
}

.request-demo-left,
.request-demo-right {
    padding-top: 100px;
}

.form-title {
    margin-bottom: 30px;
}

.demo-right-title {
    margin-bottom: 20px;
}

.demo-list ul li,
.entry.demo-list ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: rgba(23, 33, 52, 0.75);
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.demo-list ul li:last-child,
.entry.demo-list ul li:last-child {
    margin-bottom: 0;
}

.demo-list ul li:before,
.entry.demo-list ul li:before {
    position: absolute;
    content: '';
    background: url("../img/check-bullet.svg") no-repeat center center;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    opacity: 1;
}

/*ppc page*/

.ppc-intro {
    padding-top: 90px;
    padding-bottom: 0;
    margin-bottom: 275px;
}

.ppc-intro-left {
    padding-top: 100px;
    padding-right: 17%;
    padding-bottom: 180px;
}

.ppc-intro-right {
    margin-bottom: -125px;
    padding-top: 100px;
}

.ppc-intro-list-title {
    margin-bottom: 20px;
}

.ppc-intro-list.demo-list p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 2;
    opacity: 1;
    font-weight: 500;
    margin-bottom: 12px;
}

.ppc-intro-list-title.label-text {
    color: #fff;
}

.ppc-intro-text {
    margin-bottom: 50px;
}

.ppc-intro-text.large-p p {
    color: #fff;
}

.ppc-form-title {
    margin-bottom: 10px;
}

.ppc-form-text {
    margin-bottom: 50px;
}

.demo-list.ppc-intro-list ul li {
    color: rgba(255, 255, 255, 0.75)
}

.form-hold {
    padding: 100px 70px;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.section {
    margin-bottom: 150px;
}

.section-title {
    margin-bottom: 100px;
}

.ppc-features-section-title {
    margin-bottom: 70px;
}

.ppc-feature-icon {
    margin-bottom: 20px;
}

.ppc-feature-title {
    margin-bottom: 10px;
}

.ppc-features-list ul li {
    float: left;
    width: 29%;
    margin-right: 6.5%;
}

.ppc-features-list ul li:nth-child(3n) {
    margin-right: 0;
}

.ppc-features-list.list-4 ul li {
    width: 23%;
    margin-right: 2%;
}

.ppc-features-list.list-4 ul li:nth-child(4n) {
    margin-right: 0;
}

.ppc-accordion-section {
    padding: 100px 0;
}

.ppc-acc-left {
    padding-right: 10px;
}

.ppc-acc-right {
    padding-top: 50px;
    padding-left: 115px;
}

.ppc-acc-image-hold {
    position: relative;
    overflow: hidden;
    padding-bottom: 121%;
}

.ppc-acc-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
}

.ppc-acc-right-title {
    margin-bottom: 50px;
}

.ppc-accordion .accordion {
    background: transparent;
}

.ppc-accordion .accordion-item {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.ppc-accordion .accordion-title,
.ppc-accordion .accordion-title:focus,
.ppc-accordion .accordion-title:active{
    font-family: "Red Hat Display", sans-serif;
    background: transparent;
    font-weight: 700;
    color: #172134;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.5px;
    padding: 30px 40px 0 0;
    border: none!important;
    border-top: 2px solid rgba(229, 229, 229, 0.9)!important;
}

.ppc-accordion .accordion-title:before {
    right: 0;
    top: 50%;
    margin: 0;
    font-size: 20px;
}

.ppc-accordion .accordion-item:last-child {
    border-bottom: 2px solid rgba(229, 229, 229, 0.9);
}

.ppc-accordion .accordion-content {
    padding: 10px 0 0;
    background: transparent;
    border: none!important;
}

.ppc-numbers-title {
    margin-bottom: 50px;
}

.ppc-numbers-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ppc-numbers-list ul li {
    float: left;
    width: 22%;
    margin-right: 4%;
    padding-bottom: 3px;
    border-bottom: 2px solid rgba(151, 151, 151, 0.1);
}

.ppc-numbers-list ul li:nth-child(4n) {
    margin-right: 0;
}

.ppc-numbers-list ul li:last-child {
    margin-right: 0;
}

.ppc-numbers-number {
    font-size: 72px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 1px;
    color: #242EFF;
    margin-bottom: 10px;
}

.ppc-video-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ppc-video-left h3,
.ppc-video-left h2 {
    color: #fff;
}

.ppc-video-left {
    padding-right: 66px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ppc-video-right {
    padding-left: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ppc-video-right.large-p p {
    color: #fff;
}

.ppc-video-image {
    background-size: cover!important;
    position: relative;
    padding-bottom: 65%;
}

.ppc-video-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #172134;
    opacity: 0.5;
}

.ppc-logo img {
    max-width: 190px;
    max-height: 120px;
}

.ppc-quote-section {
    padding: 150px 0;
    position: relative;
}

.ppc-quote-section .row {
    position: relative;
    z-index: 2;
}

.ppc-quote-section:after {
    content: none;
    position: absolute;
    z-index: 1;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #00BFF5, #11EFB2);
}

.ppc-quote-section-left {
    position: relative;
}

.ppc-quote-section-left h3 {
    color: #FEFEFE;
}

.ppc-quote-section-right {
    padding-left: 110px;
}

.ppc-quote-text {
    margin-bottom: 30px;
}

.ppc-quote-text h4 {
    color: #fff;
}

.ppc-quote-author.label-text {
    color: #fff;
}


.ppc-quote-author span {
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: 0.75;
    font-weight: 500;
    letter-spacing: 0.25px;
    max-width: 250px;
}

.ppc-quote-photo {
    display: inline-block;
    background-size: cover!important;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 20px;
}

.ppc-quote-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ppc-quote-author {
    display: inline-block;
    position: relative;
    /*bottom: 25px;*/
}

.ppc-logo-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.ppc-logo-list ul li {
    flex: 0 1 auto;
    margin-right: 6%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppc-logo-list ul li:last-child {
    margin-right: 0!important;
}








/*resources page*/

.featured-resource-section {
    margin-top: -180px;
    position: relative;
    z-index: 10;
}

.featured-resource-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.featured-resource-left {
    width: 39%;
    background: #242EFF;
}

.featured-resource-image {
    background-size: cover!important;
    height: 100%;
    padding-bottom: 75%;
}

.featured-resource-right {
    width: 61%;
    padding: 70px 105px;
    background: #EDF7FA;
}

.featured-resource-tag {
    margin-bottom: 20px;
}

.featured-resource-title {
    margin-bottom: 30px;
}

.resources-list-filter-hold .filter-label {
    display: block;
    margin-right: 0;
    padding-top: 15px;
}

.resources-filter ul li {
    float: left;
    width: 32.4%;
    margin-right: 1.4%;
}

.resources-filter ul li:nth-child(3n) {
    margin-right: 0;
}

.filter-select {
    margin: 0;
    height: 50px;
    border-radius: 35px;
    border: 1px solid #d8d8d8;
    outline: none!important;
    position: relative;
    font-size: 14px;
    color: rgba(23, 33, 52, 0.75);
    padding: 13px 30px;
    background-color: transparent;
    background-image: url("../img/donw-arrow.svg");
    background-size: 8px 5px;
    background-position: right 0px center;
}

.resources-list-filter-hold {
    margin-bottom: 100px;
}

.resources-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    width: calc(100% + 3%);
}

.resources-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    /*flex: 0 1 22%;*/
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 50px;
    transition: 0.2s;
    background: #F6F6F6;
    position: relative;
    min-height: 410px;
    height: 410px;
}

.resources-list-image {
    background-size: cover!important;
    transition: 0.2s;
    padding-bottom: 72%;
    position: relative;
}

.resources-list-image.w-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
}

.resources-list-image .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.resources-list-text-box {
    padding: 30px;
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    transition: 0.2s;
}

.resources-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    left: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    position: absolute;
    bottom: 100px;
}

.resources-list-cta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.resources-list-tag {
    margin-bottom: 10px;
}

.resources-list-title {
    margin-bottom: 10px;
}

.resources-list ul li a:hover .resources-list-image {
    padding-bottom: 0;
}

.resources-list ul li a:hover .play-icon {
    opacity: 0;
}

.resources-list ul li a:hover .resources-list-text {
    visibility: visible;
    opacity: 1;
}

.resources-list ul li:hover {
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.resources-list ul li a:hover .resources-list-text-box {
    height: 100%;
}

.resources-list ul li a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

/*single resource*/

.resource-single-intro-left .label-small-text{
    color: #fff;
}

.resource-single-intro-left .page-title h3 {
    color: #fff;
}

.resource-single-intro-left {
    padding-right: 20px;
}

.resource-single-content-right {
    padding-left: 110px;
    min-height: 1px;
    position: relative;
}

.video-embed-hold {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 56.25%;
    margin-left: auto;
    margin-right: auto;
}

.video-embed-hold iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.resource-download {
    /*margin-top: -625px;*/
}

.resource-download .contact-form-submit {
    margin-top: 0;
}

.resource-download.form-hold {
    padding: 100px;
}

.single-resource-mid {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: -350px;
}

.single-resource-left {
    padding-right: 20px;
}

.intro-inner.single-resource-intro {
    margin-bottom: 400px;
}

.single-resource-right {
    padding-left: 20px;
}

.single-resource-left h3 {
    color: #fff;
}

.single-resource-right.large-p p {
    color: #fff;
}

.single-resource-image {
    padding-bottom: 77%;
    background-size: cover!important;
}


.resource-form-title {
    margin-bottom: 30px;
}

.resource-form-image-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    max-width: 275px;
}

.resource-form-image {
    background-size: cover!important;
    padding-bottom: 100%;
}

.single-resource-intro {
    background: #060B1E;
}

/*customers page*/

.intro-inner.with-bg.customers-intro {
    overflow: visible;
}

.featured-story-item {
    background-size: cover!important;
    padding: 31% 50px 50px;
    position: relative;
}

.featured-story-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5186449579831933) 0%, rgba(55,61,72,0.40379901960784315) 40%, rgba(55,61,72,0.3169642857142857) 100%);
    z-index: 1;
    opacity: 0.95;
}

.featured-story-text-box {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.featured-story-tag.label-small-text {
    color: #fff;
    margin-bottom: 10px;
}

.featured-story-title h4 {
    color: #fff;
    margin-bottom: 20px;
}

.featured-story-section {
    margin-top: -250px;
}

.section-title {
    margin-bottom: 100px;
}

.stories-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stories-list-item {
    background:#F6F6F6;
    margin-bottom: 100px;
}

.stories-item-text-box {
    padding: 80px 70px 50px 40px;
    float: none;
}

.stories-item-image-hold {
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.stories-item-image-hold:after {
    content: '';
    position: absolute;
    background: #fff;
    left:0;
    bottom: 0;
    top: 0;
    width: calc(50% - 15px);
    z-index: 1;
}

.stories-item-image {
    background-size: cover!important;
    padding-bottom: 69%;
    position: relative;
    z-index: 2;
    height: 100%;
}

.stories-item-tag {
    margin-bottom: 10px;
}

.stories-item-title {
    margin-bottom: 30px;
}

.image-right .stories-item-text-box {
    padding-left: 70px;
    padding-right: 40px;
}

.image-right .stories-item-image-hold {
    padding-left: 30px;
    padding-right: 0;
}

.image-right .stories-item-image-hold:after {
    left: auto;
    right: 0;
}

/*single story*/

.single-story-intro-details {
    margin-top: 50px;
}

.story-about .bottom-cta-bg.gray {
    bottom: auto;
    top: 0;
}

.story-about-left .sub-menu-title {
    border-bottom: 0;
}

.story-about-left .sub-menu-title.label-text {
    color: #fff;
}

.story-about-title h3 {
    color: #fff;
}

.story-about-text h5,
.story-about-text p {
    color: #fff;
}

.story-about-text h5 {
    margin-bottom: 10px;
}

.story-about-text p {
    margin-bottom: 25px;
}

.story-about-left {
    padding-right: 63px;
}

.story-about-right {
    padding-left: 63px;
}

.sat-left {
    padding-right: 63px;
}

.sat-right {
    padding-left: 63px;
}

.results-section {
    background: #060B1E;
    padding: 150px 0;
}

.results-left {
    padding-right: 30px;
}

.results-right {
    padding-left: 20px;
}

.results-left h3 {
    color: #fff;
}

.results-right.large-p p {
    color: #fff;
}

.results-top {
    margin-bottom: 100px;
}

.results-bottom {
    padding: 100px 105px;
    /*background: linear-gradient(135deg, #00BFF5, #11EFB2);*/
    background:#EDF7FA;
    position: relative;
}
/*.results-bottom:after {
    position: absolute;
    background: #000;
    opacity: 0.25;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.results-bottom h3,
.results-bottom.large-p p {
    color: rgba(23, 33, 52, 0.75);
    opacity: 1;
    z-index: 2;
    position: relative;
}

.results-bottom.large-p p {
    margin-bottom: 0;
}

.story-logo-section {
    background: #EDF7FA;
    padding: 150px 0;
}

.related-resources-left {
    padding-right: 30px;
}

.resources-list.related-resources ul li {
    width: 30%;
    margin-left: 1.6%;
    margin-right: 1.6%;
}

/*about page*/

.about-intro .dark-bg-main {
    background-size: cover!important;
}

.dark-bg-main.with-image {
    background-size: cover!important;
}

.about-intro .dark-bg-main:after {
    position :absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #060B1E 0%, rgba(0, 23, 33, 0.204) 100%);
    content: '';
    z-index: 1;
}

.about-intro-left h2 {
    color: #fff;
}

.about-intro-right h4,
.about-intro-right.large-p p {
    color: #fff;
}

.about-intro-left {
    padding-right: 20px;
}

.board-member-name {
    padding-right: 20px;
}

.board-member-name h4 {
    margin-bottom: 10px;
}

.about-investors-title h3 {
    color: #fff;
}

.about-investors-logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;}

.about-investors-logos ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4%;
}


.about-investors-logos ul li:last-child {
    margin-right: 0;
}

.about-investors {
    margin-bottom: 110px;
}

.about-partners {
    padding-top: 100px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.about-partners-title h4 {
    color: #fff;
}

.about-partners-title {
    margin-bottom: 70px;
}

.about-partners-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
}

.about-partners-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 24px 70px;
}

.about-partners-list ul li:nth-child(n + 8) {
    margin: 0 32px 70px;
}

.follow-block-hold {
    background: #060B1E;
    padding: 90px 105px;
}

.follow-block-left {
    padding-top: 10px;
}

.follow-block-left h4 {
  color:#FEFEFE;
}

.follow-block-right a {
    margin-right: 30px;
    width: 200px;
}

.follow-block-right a:last-child {
    margin-right: 0;
}

.in-news-section-title {
    margin-bottom: 70px;
}

.in-news-list ul li {
    float: left;
    width: 29%;
    margin-right: 6.5%;
}

.in-news-list ul li:nth-child(3n) {
    margin-right: 0;
}

.news-list-title {
    min-height: 72px;
    margin-bottom: 30px;
}

.news-list-date {
    margin-bottom: 10px;
}

.in-news-list {
    margin-bottom: 100px;
}

.team-list ul li {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 20px;
}

.team-list ul li:nth-child(4n) {
    margin-right: 0;
}

.team-list-item {
    position: relative;
    overflow: hidden;
    padding-top: 360px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
}

.team-list-image {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover!important;
    background-position: 50% 50%;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1;
}

.team-list-name h5,
.team-list-position {
    color:#fff !important;
}

.team-bubble {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 300px;
    height: 300px;
    transform-origin: 50% 50%;
    perspective-origin: 50% 50%;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s;
}

.team-list-item:hover .team-bubble {
    opacity: 1;
}

.team-bubble-reveal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    /*width: 100%;*/
    /*height: 100%;*/
    background: linear-gradient(225deg, #11EFB2, #00BFF5);
    width: 298px;
    height: 455px;
}

.team-bubble-reveal-text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    background: linear-gradient(180deg, #242EFF 50%, #F413F7 87.81%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}

.team-bubble-reveal-text p {
  color:#FFFFFF;
}

.team-list-item:hover .team-bubble-reveal-text {
    opacity: 1;
}


.team-list-position {
    margin-bottom: 10px;
}

.team-list-socials a {
    margin-right: 20px;
}

.team-list-socials a:last-child {
    margin-right: 0;
}

.join-us-section-title {
    margin-bottom: 100px;
}

.jobs-accordion.accordion {
    background: transparent;
}

.jobs-accordion .accordion-item {
    border-top: 2px solid rgba(55, 61, 72, 0.1);
    transition: 0.2s;
}

.jobs-accordion .accordion-title {
    border: none!important;
    background: transparent!important;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 42px 30px;
    padding-right: 40px;
}

.jobs-accordion .accordion-title:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/icon-plus.svg") no-repeat center center;
    background-size: contain!important;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}

.jobs-accordion .accordion-item.is-active .accordion-title:before {
    background: url('../img/icon-minus.svg') no-repeat center center;
}
.jobs-accordion .accordion-item.is-active {
    border-top-color: #00BFF5;
}


.job-position {
    flex: 0 1 35%;
    margin-right: 20px;
}

.job-location {
    flex: 0 1 30%;
    text-align: center;
}

.jobs-accordion .accordion-content {
    padding-bottom: 42px;
    border: none!important;
    background: transparent!important;
}

.jobs-accordion .accordion-item:last-child {
    border-bottom: 2px solid rgba(55, 61, 72, 0.1);
}

.job-entry.entry h5 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #373d48;
    opacity: 1;
    margin-bottom: 10px;
}

.job-entry.entry ul {
    margin-left: 10px;
}

.job-entry.entry ul li {
    font-size: 12px;
    color: #172134;
    font-weight: 500;
}

.job-cta a {
    min-width: 195px;
}

/*homepage*/

#homepage_moving_svg,
#homepage_static_svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#homepage_moving_svg {
    background-color: #136166;
}

.intro-inner.intro-home {
    padding-top: 265px;
    padding-bottom: 160px;
    margin-bottom: 0!important;
}

.intro-inner.intro-home .dark-bg-skew-white,
.intro-inner.how-it-works-intro .dark-bg-skew-white {
    background: #EDF7FA;
}

.home-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.home-intro-title h1 {
    color: #00BFF5;
    margin-bottom: 13px;
}

.home-intro-title h2 {
    color: #fff;
}

.home-intro-title {
    margin-bottom: 150px;
}

.home-intro-text.large-p p {
    color: #fff;
    font-size: 20px;
    /*text-shadow: 0 0 10px black;*/
}

.home-intro-text {
    margin-bottom: 20px;
}

.home-intro-cta .btn-grad.clear span {
    background: #172134;
    color: #fff;
}

.home-features-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}


.home-features-list ul li {
    width: 20%;
    margin-right: 6.5%;
    float: left;
}

.home-features-list ul li:last-child {
    margin-right: 0;
}

.home-features-list ul li:nth-child(4n) {
    margin-right: 0;
}

.home-examples-section-title h3 {
    color: #fff;
    margin-bottom: 20px;
}

.home-examples-section-title p {
    color: #fff;
}

.home-examples-section-title {
    margin-bottom: 70px;
    padding: 0 11%;
}

.home-examples-section {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    background: #172134;
    margin-bottom: 67px;
    margin-top: 67px;
}

.home-examples-bottom-bg {
    position: absolute;
    bottom: -67px;
    left: -1px;
    right: -1px;
    height: 134px;
    background: url('../img/skew-bottom-bg.svg') no-repeat center center;
    background-size: cover!important;
}

.home-examples-top-bg {
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    height: 138px;
    background: url('../img/skew-top-bg.svg') no-repeat center center;
    background-size: cover!important;
}

.home-examples-bottom-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EDF7FA;
    z-index: -1;
}

.home-examples-top-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.home-examples-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-examples-list > ul > li {
    flex: 0 1 49%;
    margin-right: 2%;
    min-height: 513px;
}

.home-examples-list > ul > li:nth-child(2n) {
    margin-right: 0;
}

.home-examples-list-item {
    padding: 50px;
    padding-top: 300px;
    background-size: cover!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    position: relative;

}

.home-examples-list-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(55,61,72,0.7063200280112045) 61%, rgba(55,61,72,0.6587009803921569) 100%);
    transition: 0.2s;
}

.home-examples-list ul li a {
    height: 100%;
    display: block;
    opacity: 0.4;
    transition: 0.2s;
}

.home-examples-list ul li a:hover {
    opacity: 1;
}

.home-examples-list ul li a:hover .home-examples-list-item:after {
    opacity: 0.2;
}




.hel-image {
    background-size: cover!important;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.hel-text-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*.hel-text {*/
/*    position: relative;*/
/*    transform: translateY(100%);*/
/*    transition: 0.2s;*/
/*}*/
/*.home-examples-list ul li a:hover .hel-text {*/
/*    transform: translateY(0);*/
/*}*/


.hel-text {
    display: none;
}


.hel-text.entry p:last-child {
    margin-bottom: 0;
}

.hel-text.entry p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff;
    opacity: 1;
}

.hel-text.entry {
    overflow: hidden;
}

.hel-text.entry ul {
    margin-left: 0;
    position: relative;
    /*transform: translateY(100%);*/
    transition: 0.2s;
}

.home-examples-list ul li a:hover .hel-text.entry ul {
    /*transform: translateY(0);*/
}

.hel-text.entry ul li {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    opacity: 1;
}

.hel-text.entry ul li:before {
    background: #fff;
}

.hel-text.entry ul {
    margin-bottom: 10px;
}

.hel-text.entry ul:last-child {
    margin-bottom: 0;
}

.hel-title h5 {
    color: #fff;
}

.hel-title {
    margin-bottom: 20px;
}

.home-benefits-section .sub-menu-title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.benefits-tabs-hold {
    padding-right: 60px;
}

.home-benefits-item {
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.benefits-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.benefits-tabs-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.tabs.home-benefits-tabs {
    background: transparent;
    border: none;
}

.home-benefits-tabs .tabs-title {
    width: 100%;
    margin-bottom: 20px;
}

.home-benefits-tabs .tabs-title a {
    padding: 0;
    background: transparent;
    line-height: 1.5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #172134;
    opacity: 0.25;
    position: relative;
    padding-left: 30px;
    transition: 0.2s;
    letter-spacing: 1.5px;
}


.home-benefits-tabs .tabs-title a:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    transition: 0.2s;
    background: #172134;
    opacity: 0.25;
    border-radius: 50%;
}


.home-benefits-tabs .tabs-title.is-active a:before {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #00BFF5;
    left: 0;
}


.home-benefits-tabs .tabs-title.is-active a {
    opacity: 1;
    color: #00BFF5;
}

.tabs-content.home-benefits-content {
    background: transparent;
    border: none;
}

.home-benefits-image {
    padding-bottom: 50%;
    position: relative;
    background: #EDF7FA;
}

.home-benefits-image-hold {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0px;
    right: 0px;
}



.home-benefits-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.home-benefits-bottom {
    padding: 50px 70px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-benefits-title {
    flex: 0 1 40%;
    padding-right: 60px;
}

.home-benefits-text {
    flex: 0 1 60%;
    padding-left: 40px;
}

.home-data-title {
    margin-bottom: 50px;
}

.home-data-tabs-title {
    margin-bottom: 50px;
}

.data-tab-title.label-text {
    color: #373D48;
    opacity: 1;
    transition: 0.2s;
}

.data-tab-text.small-p p {
    color: #162234;
    opacity: 1;
    transition: 0.2s;
}

.data-tab-list-item {
    position: relative;
    padding-bottom: 20px;
    height: 100%;
    overflow: hidden;
}

.data-tab-list-item:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #373D48;
    z-index: 1;
    transition: 0.2s;
    opacity: 0.1;
}


.data-tab-list-item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #00BFF5;
    z-index: 2;
    opacity: 0;
    transform: translateX(-100%);
}

.tabs-title.is-active .data-tab-list-item:before {
    animation: progress-bar 10s linear;
}

.tabs.home-data-tabs {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs.home-data-tabs .tabs-title {
    width: 24%;
    margin-right: 14%;
}

.tabs.home-data-tabs .tabs-title:last-child {
    margin-right: 0;
}

.data-tabs-content-hold {
    margin-bottom: 50px;
}

.home-data-tabs .tabs-title a {
    background: transparent;
    transition: 0.2s;
    padding: 0;
    opacity: 0.25;
    height: 100%;
}

.home-data-tabs .tabs-title.is-active a {
    opacity: 1;
}

.home-data-tabs .tabs-title.is-active .data-tab-title.label-text {
    color: #00BFF5;
}

.home-data-tabs .tabs-title.is-active .data-tab-list-item:before {
    opacity: 1;
}

.tabs-content.home-data-content {
    background: transparent;
    border: none;
}

.home-data-content .tabs-panel {
    padding: 0;
}

.data-tabs-item-image {
    padding: 24%;
    background-size: cover!important;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
    background: #EDF7FA;
    position: relative;

}

.data-tabs-item-image-hold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
 }

.data-tabs-item-image-hold img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/*text classes*/

h1,h2,h3,h4,h5 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #172134;
}

h1 {
    font-size: 72px;
    line-height: 1.18;
    letter-spacing: 1px;
}

h2 {
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0.5px;
}
h4 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.5px;
}
h5 {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.5px;
}

p {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.25px;
    /* opacity: 0.75;
    color: #172134; */
    color: rgba(23, 33, 52, 0.75);
    font-weight: 400;

}

.small-p p {
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
}

p a {
    color: #00BFF5;
    transition: 0.2s;
}

p a:hover {
    opacity: 0.8;
}

.large-p p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.label-text {
    font-size: 14px;
    line-height: 1.857;
    color: #373d48;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.label-small-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    opacity: 0.5;
    font-weight: 700;
    color: #060B1E;
}
/*text classes*/

/*entry*/

.entry-hold .entry {
    padding-bottom: 130px;
}

.entry {
    min-height: 1px;
}
.entry p {
    
    margin-bottom: 30px;
}

.entry p a {
    color: #242EFF;
    transition: 0.2s;
    text-decoration:underline;
}

.intro-inner p a {
  color:#FFFFFF;
}

.entry p a:hover {
    opacity: 0.8;
}

.entry ul,
.entry ol {
    margin-bottom: 30px;
}

.entry ol {
    counter-reset: items;
}

.entry ol li {
    counter-increment: items;
}

.entry ol li:before {
    content: counter(items) ". ";
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
}

.entry ul li,
.entry ol li {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.25px;
    opacity: 0.75;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    color: #0E1625;
}



.entry ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0E1625;
    opacity: 0.75;
}

.entry ul li a,
.entry ol li a {
    color: #00BFF5;
    transition: 0.2s;
}

.entry ul li a:hover,
.entry ol li a {
    opacity: 0.8;
}

.entry p img {
    /*width: calc(100% + 210px);
    margin-left: -105px;
    margin-right: -105px;
    max-width: none;*/
}

.entry h3 {
    margin-bottom: 20px;
}

.entry h4 {
    margin-bottom: 20px;
}

.entry h5 {
    margin-bottom: 30px;
}

.entry.list-v2 ul li {
    position: relative;
}

.optional-button {
    margin-top: 20px;
}

/*footer*/

footer {
    background: #060B1E;
}

footer.new-footer {
    background: #000000;
}

.footer-top-section {
    padding-top: 100px;
    padding-bottom: 90px;
}

footer.new-footer .footer-top-section {
  padding-top:0;
}

.footer-column {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-column:first-child {
    padding-left: 0;
}

.footer-column:last-child {
    padding-right: 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-nav ul li a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    opacity: 0.75;
    line-height: 18px;
    transition: 0.2s;
}

.footer-nav ul li a:hover {
  opacity:1;
}

.footer-nav ul li {
    margin-bottom: 14px;
}

.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-socials {
    margin-top: 20px;
}

.footer-socials ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer-socials ul li:last-child {
    margin-right: 0;
}

.footer-socials ul li a {
    transition: 0.2s;
}

.footer-socials ul li a:hover {
    opacity: 0.8;
}

.footer-column-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}

footer.new-footer .footer-column-title {
  color:#FEFEFE;
}

.footer-bottom-section {
    padding-top: 12px;
    padding-bottom: 8px;
    border-top: 2px solid rgba(151, 151, 151, 0.1);
}

.copyrights-text {
    font-size: 10px;
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.3;
}

.copyrights-text a {
    float: right;
    color: inherit;
    transition: 0.2s;
}

.copyrights-text a:hover {
    opacity: 0.8;
}

.footer-simple {
    padding: 52px 0;
}

.footer-simple .footer-logo {
    margin-bottom: 0;
}

.footer-simple .copyrights-text a {
    float: none;
}

/*page 404*/

.page-404-wrap {
    width: 100%;
    position: relative;
}

.bubble-wrap {
    position: absolute;
    top:0;
    left: 0;
    right: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/404-bg.png');
    background-position: 50% 50%;
    background-size: cover!important;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 90;
}

.bubble-wrap.home-wrap {
    background-image: none!important;
}

.bubble {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 300px;
    height: 300px;
    transform: translate3d(calc(50vw - 150px), 40vh, 0);
    border-radius: 50%;
    transform-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.img-bubble {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/404-revealed.png');
    background-position: 50% 50%;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translate3d(calc(-50vw + 150px), -40vh, 0);
}

.img-bubble.home-img-bubble {
    background-image: none!important;
}

.page-404-text-wrap {
    padding-top: 200px;
    padding-bottom: 120px;
    position: relative;
    z-index: 95;
    min-height: 100vh;
}

.page-404-icon img {
    margin-bottom: 6px;
}

.page-404-icon.label-small-text {
    color: #fff;
    opacity: 1;
}

.page-404-title {
    font-size: 125px;
    line-height: 1.32;
    font-family: "Red Hat Display", sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.page-404-bottom-ctas .btn-grad.clear span {
    background: #172134;
    color: #fff;
}

.page-404-text.large-p p {
    color: #fff;
}

.page-404-text {
    margin-bottom: 150px;
}

.page-404-bottom-text h5 {
    color: #fff;
}

.page-404-bottom-text {
    margin-bottom: 30px;
}

.page-404-bottom-ctas a {
    margin-right: 10px;
}

.page-404-bottom-ctas a:last-child {
    margin-right: 0;
}

/*capabilities page*/

.capabilities-wrapper {
    padding-top: 120px;
    background: #172134;
}

.capabilities-menu-hold {
    background: #EDF7FA;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
}

.capabilities-nav ul li {
    float: left;
    width: 25%;
    text-align: center;
    /*border-left: 2px solid rgba(14, 22, 37, 0.1);*/
    /*border-right: 2px solid transparent;*/
    position: relative;

}

.capabilities-nav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 2px;
    background: rgba(14, 22, 37, 0.1);
}

.capabilities-nav ul li:after {
    content: none;
    position: absolute;
    right: -2px;
    bottom: 0;
    top: 0;
    width: 2px;
    background: rgba(14, 22, 37, 0.1);
}

.capabilities-nav ul li:last-child:after {
    content: '';
}

.capabilities-nav ul li a {
    color: rgba(55, 61, 72, 0.25);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 600;
    letter-spacing: 0.25px;
    transition: 0.2s;
}

.capabilities-nav ul li.current-menu-item a {
    color: #00BFF5;
}

.capabilities-nav ul li a:hover {
    color: #00BFF5;
}

.capabilities-top-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cts-left-text h2,
.cts-left-text p {
    color: #fff;
}

.cts-left-text h2 {
    margin-bottom: 20px;
}

.cts-left-text {
    position: relative;
    z-index: 2;
    max-width: 505px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
}

.cts-left {
    background: linear-gradient(135deg, #00BFF5, #11EFB2);
    position: relative;
    padding: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.cts-left:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cts-right {
    background: #fff;
    padding: 150px 100px;
}

.cts-right-list {
    max-width: 400px;
    float:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.cts-right-list ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 60px;
}

.cts-right-list ul li:last-child {
    margin-bottom: 0;
}

.cts-list-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.cts-list-title h4 {
    color: #00BFF5;
}

.cts-list-title {
    margin-bottom: 8px;
}

.capabilities-bottom-section {
    background: #EDF7FA;
}

.capabilities-bottom-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cbs-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:  50px;
    position: relative;
    background: linear-gradient(135deg, #00BFF5, #11EFB2);
}

.cbs-left:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cbs-title {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cbs-title h3 {
    color: #fff;
}

.cbs-right {
    padding: 100px 70px;
    background: #fff;
}

.cbs-data-title h4 {
    margin-bottom: 20px;
    position: relative;
    /*padding-left: 30px;*/
    /*display: inline-block;*/
}

.cbs-data-title h4:before {
    content: none;
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url('../img/check-bullet.svg') no-repeat center center;
    background-size: contain!important;
}

.cbs-data-icon img {
    max-width: 31px;
}

.cbs-data-icon {
    margin-bottom: 21px;
}

.cbs-data-sub-list ul {
    margin-left: 0;
}

.cbs-data-sub-list ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.25px;
    color: rgba(23, 33, 52, 0.75);
}

.cbs-data-list > ul > li {
    float: left;
    margin-right: 4%;
}

.cbs-data-list > ul > li:last-child {
    margin-right: 0;
}

.cbs-data-list > ul > li:nth-child(1) {
    width: 27%;
}

.cbs-data-list > ul > li:nth-child(2) {
    width: 33%;
}

.cbs-data-list > ul > li:nth-child(3) {
    width: 32%;
}

.trace .cbs-right {
    padding: 60px;
}

.trace-list-icon {
    margin-bottom: 18px;
}

.cbs-trace-list ul li {
    float: left;
    margin-right: 20%;
    width: 20%;
    text-align: center;
}
.cbs-trace-list ul li:nth-child(3n) {
    margin-right: 0;
}

.cbs-trace-list ul li:nth-child(4) {
    clear: both;
}

.cbs-trace-list ul li:nth-child(n + 4) {
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: -15px;
}

.cbs-trace-list ul li:nth-child( n + 6) {
    margin-left: 0;
    margin-right: 20%;
    margin-bottom: 0;
}

.cbs-trace-list ul li:nth-child(8n) {
    margin-right: 0;
}

.cbs-trace-list ul li:nth-child(6) {
    clear: both;
}

.cbs-graph-text h4 {
    margin-bottom: 30px;
}

.graph .cbs-left {
    padding: 70px 30px;
}

.cbs-graph-hold {
    position: relative;
    z-index: 1;
}

.capabilities-next-section {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 110px;
}

.next-cap-text,
.next-cap-cta {
    display: inline-block;
}

.next-cap-text {
    margin-right: 100px;
}

.next-cap-cta a {
    /*min-width: 180px;*/
}

.capabilities-bottom-section-title {
    margin-bottom: 70px;
}

.cbs-how-text-right {
    margin-bottom: 60px;
}

.cbs-how-text-left {
    position: relative;
    z-index: 1;
}

.cbs-how-text-left h5,
.cbs-how-text-left p {
    color: #fff;
}

.cbs-how-text-left h5 {
    margin-bottom: 20px;
}

.cbs-how-list ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 50px;
}

.cbs-how-list ul li:last-child {
    margin-bottom: 0;
}

.cbs-how-list-icon {
    position: absolute;
    top: -13px;
    left: 0;
}

/*industries page*/

.industries-intro-text h3,
.industries-intro-text p {
    color: #fff;
}

.industries-intro-text {
    padding-right: 40px;
}

.industries-simple-text p {
    letter-spacing: normal;
}

.ips-list-item {
    padding: 90px 50px 70px;
    background: #060B1E;
    height: 100%;
    transition: 0.2s;
    position: relative;
    bottom: 0;
}

.problems-list {
    margin-bottom: 100px;
}

.ips-list-title h5 {
    color: #fff;
    transition: 0.2s;
}

.ips-list-title {
    margin-bottom: 10px;
}

.ips-list-text p {
    color: #fff;
}

.ips-list-text {
    margin-bottom: 30px;
}

.ips-list-icon {
    margin-bottom: 35px;
    min-height: 82px;
}

.problems-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
}

.problems-list ul li {
    flex: 0 1 33.3333%
}

.ips-list-cta {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.industries-problems-section .ips-list-cta {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.problems-list ul li a {
    display: block;
    height: 100%;
}

.problems-list ul li:hover .ips-list-item {
    bottom: 30px;
    background: #373D48;
}

.problems-list ul li:hover .ips-list-cta {
    opacity: 1;
    visibility: visible;
}

.problems-list ul li:hover .ips-list-title h5 {
    color: #F6F6F6;
}

.dataflow-section {
    background: #F6F6F6;
}

.dataflow-section-title {
    margin-bottom: 70px;
}

.dataflow-image {
    padding-bottom: 36%;
    position: relative;
    background: #fff;
}

.dataflow-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.dataflow-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dataflow-item-side {
    background: #fff;
    flex: 0 1 24%;
    padding: 80px 50px;
    transition: 0.6s;
    overflow: hidden;
    position: relative;
}

.dataflow-item-side.active {
    flex: 0 1 76%;
    /*padding: 80px 70px;*/
}

.dataflow-item-right {
  background:#242EFF;
}

.dataflow-item-right .dataflow-btn svg {
    transform: rotate(180deg);
}

.dataflow-item-right:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dataflow-item-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.6s;
    /*max-height: 1px;*/
}

.dataflow-item-text h4 {
    margin-bottom: 10px;
}

.dataflow-item-right .dataflow-item-text h4,
.dataflow-item-right .dataflow-item-button h5,
.dataflow-item-right .dataflow-item-text p {
    color: #fff;
}

.active .dataflow-item-text {
    display: block;
    /*max-height: 200px;*/
}

.dataflow-item-box {
    position: relative;
    z-index: 1;
    height: 100%;
}

.dataflow-item-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.dataflow-item-button-text {
    margin-bottom: 20px;
}

.dataflow-item-side.active .dataflow-item-button {
    display: none;
}

.industries-slider-item {
    padding-right: 210px;
    position: relative;
}

.isi-image {
    padding: 200px 105px;
    background-size: cover!important;
    position: relative;
}

.isi-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373D48;
    opacity: 0.5;
}

.isi-text-box {
    max-width: 505px;
    width: 62%;
    position: relative;
    z-index: 1;
}

.isi-text-box h3,
.isi-text-box p {
    color: #fff;
}

.isi-text-box h3 {
    margin-bottom: 20px;
}

.isi-side-block {
    position: absolute;
    top: 50%;
    right: -210px;
    transform: translateY(-50%);
    max-width: 505px;
    z-index: 2;
    background: #172134;
    padding: 60px 70px;
    width: 49%;
}

.isi-side-block .sub-menu-title {
    padding-bottom: 0;
    border-bottom: 0;
    color: #fff;
}

.isi-side-text-box p {
    color: #fff;
}

.isi-side-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    background: url('../img/shew-top-blue.svg') no-repeat center center;
    background-size: cover!important;
    height: 40px;
}

.isi-side-block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: url('../img/skew-bottom-blue.svg') no-repeat center center;
    background-size: cover!important;
    height: 40px;
}

.slider-nav a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover!important;
}

.slider-nav a.slider-next {
    background: url("../img/arrow-circle-right.svg") no-repeat center center;
    margin-left: 5px;
}

.slider-nav a.slider-prev {
    background: url("../img/arrow-circle-left.svg") no-repeat center center;
    margin-right: 5px;
}

.slider-nav.industries-slider-nav {
    position: absolute;
    right: 6%;
    bottom: 50px;
}

.sub-menu-title.simple {
    padding-bottom: 0;
    border-bottom: 0;
}

.cci-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #373d48;
    line-height: 1.85;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
}

.cci-text p {
    margin-bottom: 30px;
}

.cci-text h4 {
    margin-bottom: 50px;
}

.ind-case-study-slider-section {
    background: #EDF7FA;
}

.case-study-slider-hold {
    position: relative;
}

.case-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cci-left {
    background: #fff;
    padding: 100px;
    flex: 0 1 67%;
}

.cci-right {
    padding: 70px;
    background-size: cover!important;
    flex: 0 1 33%;
    position: relative;
}

.cci-right:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373D48;
    opacity: 0.5;
}

.cci-right-box {
    position: relative;
    z-index: 1;
}
.cci-cta-hold {
    margin-top: 50px;
}

.cci-logo {
    margin-bottom: 65px;
}

.cci-quote h5 {
    color: #fff;
}

.cci-quote {
    margin-bottom: 6px;
}

.cci-author.label-text {
    color: #fff;
    opacity: 1;
}

.cci-author-position.label-small-text {
    color: #fff;
    opacity: 0.75;
    font-weight: 500;
}

.slider-nav.case-slider-nav a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-nav.case-slider-nav a.slider-prev {
    left: -75px;
}


.slider-nav.case-slider-nav a.slider-next {
    right: -75px;
}

/*case study page*/

.case-study-top .ppc-feature-title h5 {
    color: #00BFF5;
}

.approach-section-title {
    margin-bottom: 50px;
}

.approach-image-hold {
    padding-bottom: 40%;
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
    position: relative;
    margin-bottom: 50px;
    background: #fff;
}

.approach-svg-hold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.approach-mobile-svg-hold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.approach-mobile-svg-hold img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.approach-list-bottom + .approach-list {
    padding-top: 30px;
}

.approach-list {
    margin-bottom: 50px;
}

.approach-list ul {
    display: flex;
    flex-wrap: wrap;
}

.approach-list ul li {
    position: relative;
}

.approach-list ul li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(55, 61, 72, 0.1);
    right: -11%;
}

.approach-list.list-4 ul li:after {
    right: -3%
}

.approach-list ul li:last-child:after {
    content: none;
}

.approach-bottom-text {
    padding-left: 25px;
}

.approach-list-bottom {
    padding: 30px 0;
    border-top: 2px solid rgba(55, 61, 72, 0.1);
    border-bottom: 2px solid rgba(55, 61, 72, 0.1);
}

.case-problems-list ul li a {
    cursor: default;
}


.case-problems-list.problems-list ul li {
    flex: 1 1 25%;
}

.two-wide .case-problems-list.problems-list ul li {
    flex: 0 1 48%;
}
.two-wide .case-problems-list.problems-list ul {
    justify-content: space-between;
}

.two-wide.case-problems-section .row.row-full {
    max-width: 1280px;
    padding: 0 20px;
}

.case-problems-list.problems-list {
    margin-bottom: 0;
}

.case-problems-list .ips-list-item {
    padding: 70px 50px 50px;
}

.related-resources-section .stories-list-item {
    margin-bottom: 0;
}

.related-resources-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-resources-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

/*how it works page*/

.intro-inner.how-it-works-intro {
    margin-bottom: 0!important;
}

.illustration-hold {
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
    background: #fff;
    position: relative;
    margin-bottom: 46px;
}

.illustration-dot {
    position: absolute;
    width: 71px;
    height: 71px;
    cursor: pointer;
}

.illustration-dot svg path#Oval3 {
    fill: #BFC8CD;
    transition: 0.2s;
}

.illustration-dot svg path#Oval1,
.illustration-dot svg path#Oval2 {
    fill: none;
    transition: 0.2s;
    transform-origin: 50% 50%;

}

.illustration-dot.active svg path#Oval1,
.illustration-dot.active svg path#Oval2,
.illustration-dot.active svg path#Oval3 {
    fill: url(#gradient_1);
}

.illustration-dot.active svg path#Oval2 {
    animation: ripple1 2s infinite ease-in-out;
}
.illustration-dot.active svg path#Oval1 {
    animation: ripple2 2s infinite ease-in-out;
}




.illustration-dot.step-1 {
    bottom: calc(15% - 35px);
    left: calc(42.5% - 35px);
}

.illustration-dot.step-2 {
    bottom: calc(50% - 35px);
    left: calc(42.2% - 35px);
}

.illustration-dot.step-3 {
    top: calc(30% - 35px);
    left: calc(32.4% - 35px);
}

.illustration-dot.step-4 {
    bottom: calc(50% - 35px);
    left: calc(22% - 35px);
}

.illustration-slider-hold {
    overflow: hidden;
}

.illustration-item-left {
    padding-right: 10px;
}

.illustration-item-right {
    padding-left: 10px;
}

.illustration-progress-bar-hold {
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
}

.step-indicator {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
}

.step-indicator.active {
    opacity: 1;
}

.illustration-progress-bar {
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #BFC8CD;
    overflow: hidden;
    position: relative;
}

.illustration-progress-bar:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateX(-100%);
    background: #00BFF5;
    /*animation: progress-bar 10s linear;*/
}

.illustration-progress-bar.active:after {
    animation: progress-bar 10s linear;
}

.illustration-slider-hold {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.illustration-slider-item {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    transition: 0.2s;
    opacity: 0;
    transform: translateX(-100%);
}

.illustration-slider-item.active {
    opacity: 1;
    transform: translateX(0);
}


div#hs-eu-cookie-confirmation {
    top:auto !important;
    bottom:0 !important;
    position: fixed !important;
}

.single-post .entry p {
    font-size: 16px;
}

/* Web values page */
.page-template-tp-web-values .page-title {
    margin-bottom: 10px;
}
.page-template-tp-web-values .page-sub-title {
    margin-bottom: 80px;
}

.page-template-tp-web-values .page-sub-title p {
    margin-bottom: 40px;
}

.web-values-image{    
    position: relative;
}
.mmr-m{
    margin-bottom: 50px;
}
.image-title-1,
.image-title-2,
.image-title-3,
.image-title-4{
    max-width: 257px;
    color: #ffffff;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
}

.image-title-1{
    top: 26%;
    left: 50%;
}

.image-title-2{
    top: 51%;
    left: 80%;
}

.image-title-3{
    top: 74%;
    left: 50%;
}
.image-title-4{
    top: 43%;
    left: 26%;
    width: 210px;
}

.image-text-1,
.image-text-2,
.image-text-3,
.image-text-4{
    width: 45px;
    height: 45px;
    /* background-color: #172134; */
    position: absolute;    
    transform: translate(-50%,-50%);
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}
.d2-item-drop{
    width: 45px;
    height: 45px;    
    position: absolute;    
    transform: translate(-50%,-50%);
    cursor: pointer;
    transition: 0.2s;
    z-index: -5;
}
.d2-item-drop::after{
    content: "";
    background-color: #060B1E;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
}
.image-text-1,
.d2-item-drop-1{
    top: 6.6%;
    left: 81.7%;
}    

.image-text-2,
.d2-item-drop-2{
    top: 81.3%;
    left: 77.9%;
}
.image-text-3,
.d2-item-drop-3{
    top: 75.8%;
    left: 8.55%;
}
.image-text-4,
.d2-item-drop-4{
    top: 15%;
    left: 4.7%;
}
.image-text-1 ul,
.image-text-2 ul,
.image-text-3 ul,
.image-text-4 ul{
    width: 295px;
    height: auto;
    text-align: left;
    background-color: #F6F6F6;
    padding: 30px 23px 30px;
    position: absolute;
    top: 65px;
    left: -124px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.2s;
}
.image-text-3 ul,
.image-text-4 ul{
    left: -6px;
}
.image-text-1 ul::before,
.image-text-2 ul::before,
.image-text-3 ul::before,
.image-text-4 ul::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 25px 12.5px;
    border-color: transparent transparent #F6F6F6 transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.image-text-3 ul::before,
.image-text-4 ul::before{
    left: 10%;    
}
.image-text-1 ul li,
.image-text-2 ul li,
.image-text-3 ul li,
.image-text-4 ul li{
    color: #172134;
    font-family: "Red Hat Display";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative; 
    width: 100%;
}
.image-text-1:hover ul,
.image-text-2:hover ul,
.image-text-3:hover ul,
.image-text-4:hover ul{
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.image-text-1 ul li::before,
.image-text-2 ul li::before,
.image-text-3 ul li::before,
.image-text-4 ul li::before{
    content: "+";
    font-family: "Red Hat Display";
    font-size: 15px;
    color: #ffffff;
}

.d2-item-drop {
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  */
    /* background-color: #172134; */
}
.d2-width-img {
    visibility: hidden;
    display: block;
}   
.d2-pulse-square {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 1px solid #F6F6F6;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: pulse; 
    
}
.d2-pulse-square:nth-child(2) {
    animation-delay: 1.5s;
}
  
.d2-pulse-square:nth-child(3) {
    background-color: #f6f6f6;
    animation-delay: 2s;
}  
  
@keyframes pulse {
    from {
      opacity: 1;
      transform: rotate(45deg) scale(0.5);
    }
    to {
      opacity: 0;
      transform: rotate(45deg) scale(2);
    }
}

/* end Web values page */

/* DDR v2 page */

    .ddr-intro-section {
        position: relative;
        padding: 224px 0 160px;
        overflow: hidden;
    }
    .ddr-intro-section-img {
        position: absolute;
        top: 117px;
        left: 50%; transform: translateX(-50%);
        z-index: -2;
        width: 100%;
        max-width: 1227px;
    }
    .ddr-intro-section .row {
        position: relative;
        z-index: 5;
    }
    .ddr-intro-section-img img {
        width: 100%;
    }
    .ddr-intro-section-bg-hold {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .ddr-intro-section-bg-hold .dark-bg-skew-white {
        background: #edf7fa;
    }
    .ddr-intro-section-subtitle {
        color: #00bff5;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.17px;
        margin-bottom: 12px;
    }
    .ddr-intro-section .home-intro-title.home-intro-title {
        margin-bottom: 190px;
    }
    .ddr-intro-section .home-intro-title.home-intro-title::after {
        display: none !important;
    }
    .ddr-intro-section .home-intro-title.home-intro-title h1 {
        color: #172134;
    }
    .ddr-intro-section .large-p {
        color: #172134;
    }
    .ddr-accordion-section {
        background: #edf7fa;
        padding: 110px 0 150px;  
    }
    .ddr-accordion-section-text {
        margin-bottom: 50px;
    }
    .ddr-accordion ul li {
        margin-bottom: 50px;
        background: #fff;
        -webkit-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
        box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
    }
    .ddr-accordion-title {
        background-size: cover !important;
        cursor: pointer;
        padding: 90px 30% 93px 54px; 
    }
    .ddr-accordion-content-title-hold {
        position: relative;
        padding-left: 50px;
    }
    .ddr-accordion-content {
        padding: 90px 104px 60px;
        display: none;
    }
    .ddr-accordion-content .entry {
        opacity: 0;
        transition: 0.6s ease-out;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .ddr-accordion-content .entry.is-active {
        opacity: 1;
    }
    .ddr-accordion-content-icon {
        position: absolute;
        top: 0;
        left: 0;
    }
    .ddr-accordion-content-icon img {
        max-width: 31px;
        max-height: 35px;
    }
    .ddr-accordion-content-title {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.33;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
    }
    .ddr-accordion-content-text {
        opacity: 0.75;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        letter-spacing: 0.25px;
        margin-bottom: 21px;
    }
    .ddr-accordion-content-btn .read-more-cta:hover {
        color: #00bff5;
    }
    .ddr-v2-tabs-section {
        position: relative;
        padding: 150px 0 200px;
        background: #172134;
        z-index: 2;
    }
    .ddr-v2-tabs-top-bg {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        height: 100px;
        background: url('../img/ddr-tabs-top-bg.svg') no-repeat center center;
        background-size: cover !important;
    }
    .ddr-v2-tabs-bottom-bg {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        height: 100px;
        background: url('../img/ddr-tabs-bottom-bg.svg') no-repeat center center;
        background-size: cover !important;
    }
    .ddr-v2-tabs-content-text-top {
        opacity: 0.75;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.25px;
        max-width: 610px;
        margin: 0 auto 41px;
    }
    .ddr-v2-tabs-content-img {
        margin-bottom: 35px;
    }
    .ddr-v2-tabs-content-img svg {
        max-height: 360px;
    }
    .ddr-v2-tabs-content-text-bottom  {
        opacity: 0.75;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        letter-spacing: 0.25px;
        max-width: 820px;
        margin: 0 auto;
    }
    .ddr-v2-tabs-nav .tabs {
        background: transparent;
        border: none;
        margin-bottom: 20px;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ddr-v2-tabs-nav .tabs-title {
        position: relative;
    }
    .ddr-v2-tabs-nav .tabs-title > a {
        padding: 0;
        color: #fff;
        font-family: "Red Hat Display", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.33;
        letter-spacing: 0.5px;
        position: relative;
        background: none !important;
        text-transform: uppercase;
        transition: 0.2s;
    }
    .ddr-v2-tabs-nav .tabs-title > a:hover {
        opacity: 0.7;
    }
    .ddr-v2-tabs-nav .tabs-title:first-child {
        padding-right: 95px;
    }
    .ddr-v2-tabs-nav .tabs-title:first-child::before {
        content: 'vs.';
        color: #fff;
        font-family: "Red Hat Display", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.33;
        letter-spacing: 0.5px;
        position: absolute;
        top: 0;
        right: 22px;
    }
    .ddr-v2-tabs-nav .tabs-title > a::after {
        content: '';
        width: 0;
        height: 2px;
        background: rgb(0,191,245);
        background: -moz-linear-gradient(90deg, rgba(0,191,245,1) 0%, rgba(17,239,178,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0,191,245,1) 0%, rgba(17,239,178,1) 100%);
        background: linear-gradient(90deg, rgba(0,191,245,1) 0%, rgba(17,239,178,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bff5",endColorstr="#11efb2",GradientType=1); 
        position: absolute;
        bottom: 0;
        left: 0; right: 0;
        transition: 0.2s ease-out;
    }
    .ddr-v2-tabs-nav .tabs-title.is-active > a::after {
        width: 100%;
    }
    .ddr-v2-tabs-content .tabs-content {
        background: transparent !important;
        border: none !important;
    }
    .ddr-v2-tabs-content .tabs-panel {
        padding: 0;
    }
    .ppc-quote-section.ppc-quote-section-lblue {
        background: #edf7fa;
        margin-bottom: 0;
    }
    .ppc-quote-section-lblue-text {
        margin-bottom: 30px;
    }
    .ppc-quote-section-lblue .ppc-quote-item * {
        color: #162334 !important;
    }
    .ddr-benefits-section-title {
        margin-bottom: 20px;
    }
    .ddr-benefits-section-text {
        margin-bottom: 100px;
    }
    .ddr-benefits-list ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .ddr-benefits-list ul li {
        float: left;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 53px;
    }
    .ddr-benefits-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .ddr-benefits-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .ddr-benefits-list ul li .ppc-feature-title {
        margin-bottom: 21px;
    }
    .ddr-intro-section .dark-bg-main {
        background: #fff;
    }
    .ddr-intro-section .bubble-wrap.home-wrap {
        background-image: none !important;
    }
    #ddr_static_svg,
    #ddr_moving_svg {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    #ddr_moving_svg {
        background-color: #126167;
    }
    .sub-menu-cta-hold-2 {
        margin-top: 40px
    }
    .sub-menu-cta-hold {
        margin-top: 20px;
    }
    .ddr-v2-tabs-content-img-static img {
        display: none;
    }
    .ddr-v2-tabs-content.is-clicked #panel-1 .ddr-v2-tabs-content-img-static .ddr-v2-tabs-content-img-static-dlp {
        display: inline-block;
    }
    .ddr-v2-tabs-content.is-clicked #panel-2 .ddr-v2-tabs-content-img-static .ddr-v2-tabs-content-img-static-drr {
        display: inline-block;
    }
    .ddr-v2-tabs-content.is-clicked #dlp_vs_ddr_reverse,
    .ddr-v2-tabs-content.is-clicked #dlp_vs_ddr {
        display: none;
    }
/* DDR v2 page end */


/* DLP */
.ddr-intro-section.dlp-intro .home-intro-title{
    padding: 0 ;
    margin-bottom: 64px;
}
.ddr-intro-section.dlp-intro .home-intro-title h1 {
    color: #00bff5;     
    font-weight: 900;
    line-height: 0.83;
    text-align: center;
    display: inline;    
}
.ddr-intro-section.dlp-intro .home-intro-title h2{
    color: #172134;
    letter-spacing: 0,667;
    display: inline;    
}
.ddr-intro-section.dlp-intro .large-p{
    padding: 0 16px;
    /* position: relative;
    top: -130px; */
}
.dlp-accordion .ddr-benefits-list ul {
    margin-bottom: 60px;
}
.dlp-accordion .ddr-benefits-list ul li:nth-child(2n) {
    margin-right: auto;
}
.dlp-accordion .ddr-benefits-list ul li:nth-child(3n) {
    margin-right: 0;
}
.dlp-accordion .ddr-benefits-list ul li:nth-child(2n + 1) {
    clear: none;
}
.dlp-accordion .ddr-benefits-list ul li:nth-child(3n + 1) {
    clear: both;
}
.dlp-accordion .ddr-benefits-list ul li {
    float: left;
    width: 29.8%;
    margin-right: 5.3%;
    margin-bottom: 53px;
}
.dlp-accordion .ddr-accordion{
    margin-bottom: 100px;
}
.ddr-accordion-section.dlp-accordion {
    padding-bottom: 0;
}
.dlp-tabs-title h2{
    color: #00BFF5;
    margin-bottom: 32px;
}
.learn-more-about-ddr-wrapp {   
    margin-top: 75px;
}
.challenges-section{
    padding: 120px 0;
}
.challenges-section .cts-right-list {
    max-width: 100%;    
}
.challenges-section .cts-right {   
   padding: 37px 90px 60px 60px;
}
.challenges-section{
    position: relative;
}
.challenges-section .dark-bg-skew-white{
    top: 0;
    z-index: 0;    
}
.challenges-section .dark-bg-light-blue{
    top: 0;
}
.dlp-accordion .ppc-feature-icon {
    margin-bottom: 20px;
    min-height: 62px;
    position: relative;    
}
.dlp-accordion .ppc-feature-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);  
}
.dlp-tabs.ddr-v2-tabs-section {
    padding-bottom: 100px;
}
/* DLP end */

.join-us-section-top {
    padding: 0 20px;
    margin-bottom: 80px;
}
.join-us-section-top .join-us-section-title {
    margin-bottom: 18px;
}
.join-us-section-top .large-p {
    margin-bottom: 18px;
}
.join-us-section-filter .filter-select {
    max-width: 368px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 13px 40px;
    background-position: right -10px center;
}
.join-us-section-jobs.section {
    margin-bottom: 90px;
}
.join-us-list-item {
    margin-bottom: 60px;
}
.join-us-list-item-title {
    color: #00bff5;
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 18px;
    padding-left: 29px;
}

.header-nav > ul > li {
    margin-right: 12px;
}

@media (min-width: 1280px) {
    .header-nav > ul > li {
        margin-right: 28px;
    }
}
/*animations*/
@keyframes ripple1 {

    0% {
        transform: scale(0) translate(10% 10%);
        fill-opacity: 0;
    }

    50% {
        transform: scale(1) translate(10% 10%);
        fill-opacity: 0.2;
    }

    100% {
        transform: scale(0) translate(10% 10%);
        fill-opacity: 0;
    }

}

@-webkit-keyframes ripple1 {

    0% {
        transform: scale(0) translate(10% 10%);
        fill-opacity: 0;
    }

    50% {
        transform: scale(1) translate(10% 10%);
        fill-opacity: 0.2;
    }

    100% {
        transform: scale(0) translate(10% 10%);
        fill-opacity: 0;
    }

}

@keyframes ripple2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes ripple2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes progress-bar {

    0% {
        transform: translateX(-100%);
    }
    100% {
        transform:  translateX(0);
    }

}

@-webkit-keyframes progress-bar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform:  translateX(0);
    }
}

@media only screen and (max-width: 1440px) {
    .case-study-slider-hold {
        padding: 0 60px;
    }

    .slider-nav.case-slider-nav a.slider-prev {
        left: -7px;
    }


    .slider-nav.case-slider-nav a.slider-next {
        right: -7px;
    }

}


@media only screen and (max-width: 1320px) {

    /*secondary nav*/
    .sub-menu-hold.solutions-hold {
        right: 20px!important;
    }

    .sub-menu-hold.resources-hold {
        right: 20px!important;
        left: auto!important;
    }
}



@media only screen and (max-width: 1200px) {

    .entry p img {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }

    .ppc-video-left {
        padding-right: 40px;
    }

    .ppc-video-right {
        padding-left: 40px;
    }

    .story-about-left {
        padding-right: 40px;
    }

    .story-about-right {
        padding-left: 40px;
    }

    .sat-left {
        padding-right: 40px;
    }

    .sat-right {
        padding-left: 40px;
    }

    .about-partners-list ul li:nth-child(n + 8),
    .about-partners-list ul li {
        margin: 0 24px 40px;
    }

    .cbs-data-list > ul > li {
        margin-right: 10%;
        width: 40%!important;
        margin-bottom: 20px;
    }

    .cbs-data-list > ul > li:nth-child(2n) {
        margin-right: 0;
    }

    .isi-side-block {
        width: 60%;
    }

    .isi-image {
        padding: 150px 70px;
    }

    .cci-left {
        padding: 80px;
    }

    .cci-right {
        padding: 50px;
    }

    .problems-list ul {
        flex-wrap: wrap;
    }

    .case-problems-list.problems-list ul li {
        flex: 0 1 50%;
    }

    .case-problems-list .ips-list-item {
        padding: 40px 50px 30px;
    }

    .team-list-item {
        padding-top: 425px;
    }

    .team-bubble-reveal-text {
        padding-top: 30px;
    }

}




@media only screen and (max-width: 1023px) {

	.hamburger {
		display: inline-block;
        padding-top: 12px;
	}

    header {
        padding-top: 20px;
    }

    header.light,
    header.dark {
        background: #fff;
        padding: 20px 0;
    }

    header.light .header-logo img.logo-dark,
    header.dark .header-logo img.logo-dark {
        display: block;
    }

    header.light .header-logo img.logo-light,
    header.dark .header-logo img.logo-light {
        display: none;
    }

    .line-bg {
        background-size: contain!important;
    }

    /*bottom cta*/
    .bottom-cta-hold {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .bottom-cta-bg.light-blue,
    .bottom-cta-bg.green {
        transform: rotate(3deg);
    }

    /*intro inner*/
    .intro-inner {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .intro-inner.dark {
        padding-bottom: 130px;
        margin-bottom: 40px;
    }

    .intro-inner.with-bg {
        margin-bottom: 40px;
    }

    .intro-inner.light.with-bg {
        padding-bottom: 90px;
    }

    /*blog*/

    .blog-intro-slider {
        padding: 0 50px;
    }

    .blog-intro-nav a.blog-intro-prev {
        left: 0;
    }

    .blog-intro-nav a.blog-intro-next {
        right: 0;
    }

    .blog-intro-nav a svg {
        width: 40px;
        height: 40px;
    }

    .blog-intro-slider {
        margin-top: 60px;
    }

    .blog-intro-item-tag {
        margin-bottom: 110px;
    }

    .blog-intro-carousel .owl-dots {
        margin-top: 25px;
    }

    .blog-intro-nav a {
        top: calc(50% - 49px);
    }

    .blog-filter {
        margin-bottom: 70px;
    }

    .blog-list ul li {
        flex: 0 1 28.7%;
        margin-bottom: 40px;
        margin-right: 6%;
    }

    .blog-filter ul li {
        display: inline-block;
        margin-right: 10px;
    }

    .blog-list-section {
        margin-bottom: 100px;
    }

    /*single blog*/

    .featured-items-section {
        margin-bottom: 20px;
    }

    .featured-items-title {
        margin-bottom: 50px;
    }

    /*press releases*/

    .press-release-list ul li {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .featured-release-hold {
        padding: 55px 75px;
    }

    .featured-release-subtitle {
        margin-bottom: 35px;
    }

    .featured-release-title {
        margin-bottom: 40px;
    }

    .press-release-list {
        margin-bottom: 50px;
    }

    .press-release-list-section {
        margin-bottom: 75px;
    }

    /*single release*/

    .single-release-intro {
        padding-bottom: 120px;
    }

    .about-block {
        padding: 80px 85px;
        margin-bottom: 100px;
    }

    /*footer*/
    .footer-top-section {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .footer-column:nth-child(2n) {
        padding-right: 0;
    }

    .footer-column:nth-child(2n+1) {
        padding-left: 0;
    }

    .footer-column {
        margin-bottom: 15px;
    }

    .footer-simple {
        padding: 40px 0;
    }

    /*entry*/

    .entry-hold .entry {
        padding-bottom: 100px;
    }

    /*newsletter*/

    .form-element input,
    .form-element input:focus,
    .form-element input:active {
        height: 55px;
    }

    .newsletter-left {
        margin-bottom: 15px;
        padding: 0;
    }

    .newsletter-form-hold .form-element button img {
        max-height: 40px;
    }

    .newsletter-form-hold .form-element button {
        top: 8px;
        right: 8px;
    }

    /*request demo*/

    .request-demo-section {
        margin-bottom: 100px;
    }

    .request-demo-right,
    .request-demo-left {
        padding: 0;
    }

    .request-demo-right {
        margin-bottom: 30px;
    }

    .request-demo-mid {
        margin-top: 0;
    }

    /*ppc page*/

    .section {
        margin-bottom: 100px;
    }

    .ppc-intro-left {
        padding-bottom: 60px;
        padding-top: 0;
    }

    .ppc-intro-right {
        margin-bottom: -270px;
        padding-top: 0;
    }
    .ppc-intro.intro-inner {
        margin-bottom: 210px;
    }

    .form-hold {
        padding: 70px 50px;
    }

    .ppc-accordion .accordion-title,
    .ppc-accordion .accordion-title:focus,
    .ppc-accrodion .accordion-title:active {
        font-weight: 700;
        color: #172134;
        font-size: 14px;
        line-height: 1.43;
    }

    .ppc-acc-right {
        padding-left: 60px;
    }

    .ppc-accordion-section {
        padding: 50px 0;
    }

    .ppc-numbers-number {
        font-size: 45px;
    }

    .ppc-video-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ppc-video-right {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .ppc-video-image {
        padding-bottom: 45%;
    }

    .ppc-quote-section-right {
        padding-left: 55px;
    }

    .ppc-quote-photo {
        width: 70px;
        height: 70px;
    }

    .ppc-quote-author {
        /*bottom: 20px;*/
    }

    .ppc-quote-section {
        padding: 100px 0;
    }

    .ppc-logo-list ul {
        flex-wrap: wrap;
    }

    .ppc-logo-list ul li {
        flex: 0 44%;
        margin-right: 12%;
        margin-bottom: 25px;
    }

    .ppc-logo-list ul li:nth-child(5n) {
        margin-right: 12%;
    }

    .ppc-logo-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    /*resources page*/

    .featured-resource-right {
        padding: 50px 70px;
    }

    .resources-list ul li {
        width: 30%;
        margin-left: 1.6%;
        margin-right: 1.6%;
        margin-bottom: 30px;
        min-height: 370px;
        height: auto;
    }

    .resources-list ul {
        margin-left: -1.6%;
        margin-right: -1.6%;
        width: calc(100% + 3.7%);
    }

    .resources-list-text {
        -webkit-line-clamp: 5;
        left: 25px;
        right: 25px;
        bottom: 65px;
    }

    .resources-list-text-box {
        padding: 25px;
        padding-bottom: 60px;
    }

    .resources-list-cta {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    /*single resource*/

    .resource-download {
        margin-top: 0
    }

    .resource-single-content-right {
        padding-left: 0;
    }

    /*customers page*/

    .stories-item-image-hold {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stories-item-text-box {
        padding: 70px 50px 40px 30px;
    }

    .image-right .stories-item-text-box {
        padding-left: 50px;
        padding-right: 30px;
    }

    .stories-list-item {
        margin-bottom: 70px;
    }

    /*single story*/

    .story-about-left {
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .story-about-right {
        padding-left: 0px;
    }

    .sat-left {
        padding-right: 0px;
    }

    .sat-right {
        padding-left: 0px;
    }

    .results-section {
        padding: 100px 0;
    }

    .results-left {
        margin-bottom: 25px;
        padding-right: 0;
    }

    .results-right {
        padding-left: 0;
    }

    .results-top {
        margin-bottom: 50px;
    }

    .results-bottom {
        padding: 70px 75px;
    }

    .story-logo-section {
        padding: 100px 0;
    }

    .related-resources-left {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .related-resources-right {
        padding-left: 0;
    }

    .single-resource-right {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .single-resource-left {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .single-resource-mid {
        padding: 0;
    }
    .resource-download.form-hold {
        padding: 70px;
    }


    /*about page*/

    .about-intro-left {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .about-investors-title {
        margin-bottom: 30px;
    }

    .follow-block-right {
        text-align: left;
    }

    .follow-block-left {
        margin-bottom: 25px;
    }

    .follow-block-hold {
        padding: 60px 70px;
    }

    .in-news-list {
        margin-bottom: 50px;
    }

    .join-us-section-title {
        margin-bottom: 70px;
    }

    .jobs-accordion .accordion-title:before {
        width: 15px;
        height: 15px;
    }

    .jobs-accordion .accordion-title {
        padding-right: 20px;
    }
    .jobs-accordion .accordion-item {
        padding: 25px 15px;
    }

    .team-list ul li {
        width: 48%;
        margin-right: 4%;
    }

    .team-list ul li:nth-child(4n) {
        margin-right: 4%;
    }

    .team-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .team-list-item {
        padding-top: 350px;
        padding-bottom: 30px;
    }

    /*homepage*/

    .intro-inner.intro-home {
        padding-top: 175px;
        padding-bottom: 140px;
    }

    .home-intro-title {
        margin-bottom: 50px;
    }

    .home-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home-features-list ul {
        flex-wrap: wrap;
        justify-content: normal;
    }

    .home-features-list ul li {
        width: 45%;
        margin-right: 10%;
        float: left;
        margin-bottom: 30px;
    }

    .home-features-list il li:last-child {
        margin-bottom: 0;
    }

    .home-features-list ul li:nth-child(4n) {
        margin-right: 10%;
    }

    .home-features-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .home-features-list .ppc-feature-icon {
        margin-bottom: 32px;
    }

    .home-features-list .ppc-feature-title {
        margin-bottom: 12px;
        padding-right: 50px;
    }

    .home-examples-section {
        padding-top: 130px;
        padding-bottom: 130px;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .home-examples-bottom-bg {
        height: 48px;
        bottom: -24px;
    }

    .home-examples-top-bg {
        height: 48px;
        top: -24px;
    }

    .home-examples-list-item {
        padding-top: 200px;
        padding: 35px;
    }

    .benefits-tabs-hold {
        justify-content: center;
        margin-bottom: 50px;
        padding-right: 0;
    }

    .home-benefits-item {
        margin-bottom: 50px;
    }

    .home-benefits-item:last-child {
        margin-bottom: 0;
    }

    .home-benefits-section .sub-menu-title {
        margin-bottom: 0;
    }

    /*capabilities page*/

    .capabilities-wrapper {
        padding-top: 77px;
    }

    .cts-right {
        background: #fff;
        padding: 100px 50px;
    }

    .cts-left {
        padding: 80px;
    }

    .cbs-data-list > ul > li {
        margin-right: 4%;
        width: 30%!important;
    }

    .cbs-data-list > ul > li:nth-child(2n) {
        margin-right: 4%;
    }

    .cbs-data-list > ul > li:nth-child(3n) {
        margin-right: 0;
    }

    .cbs-right {
        padding: 70px 50px;
    }

    .cbs-data-title h4:before {
        width: 18px;
        height: 18px;
        top: 3px;
    }

    .next-cap-text {
        margin-right: 50px;
    }

    .capabilities-next-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .capabilities-bottom-section-title {
        margin-bottom: 40px;
    }

    /*industries page*/

    .industries-intro-text {
        padding-right: 0;
    }

    .problems-list ul li {
        flex: 0 1 100%
    }
    .ips-list-cta {
        opacity: 1;
        visibility: visible;
    }

    .problems-list ul li:hover .ips-list-item {
        bottom: 0;
        background: #373D48;
    }

    .ips-list-item {
        padding: 25px 50px 25px;
    }

    .problems-list {
        margin-bottom: 70px;
    }

    .dataflow-item-side.active {
        flex: 0 1 60%;
    }
    .dataflow-item-side {
        flex: 0 1 40%
    }

    .industries-slider-item {
        padding-right: 0;
    }

    .isi-side-block {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 60px 30px;
    }

    .isi-text-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .isi-image {
        padding: 70px 30px;
    }
    .slider-nav.industries-slider-nav {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 50px;
    }

    .case-study-slider-hold {
        padding: 0;
    }

    .slider-nav.case-slider-nav a {
        position: relative;
        top: auto;
        transform: none;
    }

    .slider-nav.case-slider-nav a.slider-prev {
        left: auto;
    }

    .slider-nav.case-slider-nav a.slider-next {
        right: auto;
    }

    .slider-nav.case-slider-nav {
        text-align: center;
        margin-top: 30px;
    }

    .cci-logo img {
        width: auto;
        max-height: 90px;
    }

    .cci-logo {
        margin-bottom: 40px;
    }

    .cci-left,
    .cci-right {
        flex: 0 1 100%;
    }

    .slider-nav a {
        height: 45px;
        width: 45px;
    }

    /*case study page*/

    .ppc-features-list.list-4 ul li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 15px;
    }

    .approach-list.list-4 ul li:after {
        right: -8%
    }

    .approach-list.list-4 ul li:nth-child(2n):after {
        content: none;
    }

    .ppc-features-list.list-4 ul li:nth-child(4n) {
        margin-right: 10%;
    }

    .ppc-features-list.list-4 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .approach-bottom-text {
        padding-left: 0px;
    }

    .approach-bottom-title {
        margin-bottom: 10px;
    }

    /*how it works page*/

    .illustration-item-left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .illustration-item-right {
        padding-left: 0;
    }

    /* Web Values page */
    .image-title-1,
    .image-title-2,
    .image-title-3,
    .image-title-4{    
        font-size: 19px;    
    }
    .image-text-1 ul,
    .image-text-2 ul,
    .image-text-3 ul,
    .image-text-4 ul{    
        top: 51px;    
    }
    .image-text-1,
    .image-text-2,
    .image-text-3,
    .image-text-4{
        width: 35px;
        height: 35px;        
    }

    .d2-item-drop {
    	width: 35px;
    	height: 35px;
    }
    .image-text-1 ul, .image-text-2 ul {
        left: -131px;        
    }
    .image-text-3 ul, .image-text-4 ul{
        left: -12px;
    }
    /*text classes*/

    h1 {
        font-size: 36px;
        line-height: 1.16;
    }

    h2 {
        font-size: 24px;
        line-height: 1.33;
    }

    h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    h4 {
        font-size: 16px;
        line-height: 1.375;
    }
    h5 {
        font-size: 14px;
        line-height: 1.43;
    }

    /*text classes*/

    /* DDR v2 page */
        .ddr-benefits-section-text {
            margin-bottom: 50px;
        }
        .ddr-v2-tabs-section {
            padding: 100px 0;
        }
        .ddr-accordion-section {
            padding: 100px 0;
        }
        .ddr-accordion-title {
            padding: 50px 15% 50px 40px;
        }
        .ddr-accordion-content {
            padding: 40px 40px 10px;
        }
        .ddr-intro-section {
            padding: 140px 0 136px;
        }
    /* DDR v2 page end*/

    /* DLP */

    /* DLP end */

    .join-us-section-jobs.section {
        margin-bottom: 50px;
    }
    .join-us-list-item {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:639px) {

    /*.header-logo img {
        max-height: 20px;
    }*/

    .logo-dark,.logo-light {
      max-height:20px;
    }

    .header-logo {
        line-height: 0;
        padding-top: 0px;
    }

    .hamburger {
        padding-top: 0;
    }

    .hamburger-box {
        width: 24px;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 24px;
    }

    .mobile-menu-hold {
        top: 59px;
    }

    /*bottom cta*/

    .bottom-cta-bg.light-blue,
    .bottom-cta-bg.green {
        transform: rotate(7deg);
    }

    .bottom-cta-text,
    .bottom-cta-button {
        float: none;
        margin-right: 0;
    }

    .bottom-cta-text {
        margin-bottom: 15px;
    }

    /*buttons*/
    .btn-grad,
    .btn-grad:focus,
    .btn-grad:active {
        height: 45px;
    }

    .btn-grad span,
    .btn-grad:focus span,
    .btn-grad:active span {
        padding: 15px 25px 15px;
        height: 41px;
    }

    .play-btn,
    .play-btn:focus,
    .play-btn:active {
        padding-left: 50px;
    }

    .play-btn img {
        position: absolute;
        max-height: 40px;
        top: -12px;
        left: 0;
    }

    .btn-circle,
    .btn-circle:focus,
    .btn-circle:active {
        padding: 15px 25px 15px;
        height: 45px;
    }

    .btn-circle:before {
        width: 45px;
        border-radius: 25px;
    }

    /*intro inner*/
    .intro-inner {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .intro-inner.dark {
        padding-bottom: 110px;
        margin-bottom: 0px;
    }

    .intro-inner.dark.press-intro {
        padding-bottom: 250px;
    }

    .intro-inner.with-bg {
        margin-bottom: 0;
    }

    .intro-inner.light.with-bg {
        padding-bottom: 70px;
    }

    /*press releases*/

    .featured-release-hold {
        padding: 45px 35px;
    }

    .featured-release-subtitle {
        margin-bottom: 25px;
    }

    .featured-release-title {
        margin-bottom: 30px;
    }

    .press-release-list ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .press-release-list {
        margin-bottom: 30px;
    }

    .press-release-list-section {
        margin-bottom: 55px;
    }

    /*single release*/

    .single-release-intro {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .about-block {
        padding: 50px 20px;
        margin-bottom: 70px;
    }

    .about-block-left {
        padding-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .about-block-right {
        padding-left: 0;
    }

    /*footer*/
    .footer-top-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-top-left {
        margin-bottom: 15px;
    }

    .copyrights-text a {
        float: none;
        display: block;
    }

    .footer-simple {
        padding: 30px 0;
    }
    .footer-simple-left {
        margin-bottom: 20px;
    }
    .footer-simple-right {
        text-align: left;
    }

    /*entry*/

    .entry-hold .entry {
        padding-bottom: 70px;
    }

    /*blog*/

    .blog-intro-slider {
        padding: 0;
    }

    .blog-intro-item {
        padding: 20px;
    }

    .blog-intro-item-tag {
        margin-bottom: 60px;
    }

    .blog-intro-nav a {
        bottom: -10px;
        top: auto;
    }

    .blog-list ul li {
        flex: 0 1 47%;
        margin-bottom: 30px;
    }

    .blog-list ul li:nth-child(3n) {
        margin-right: 6%;
    }

    .blog-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .blog-filter {
        margin-bottom: 40px;
    }

    .blog-list-section {
        margin-bottom: 70px;
    }

    /*single blog*/

    .single-blog-left-details {
        margin-bottom: 20px;
        text-align: center;
    }

    .single-blog-left-details a {
        display: inline-block;
    }

    .single-blog-right-details {
        text-align: left;
    }

    .single-blog-intro-left {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .single-blog-intro-right {
        padding-left: 0;
    }

    .single-blog-intro-details {
        margin-top: 40px;
    }

    .featured-items-section {
        margin-bottom: 0;
    }

    .featured-items-title {
        margin-bottom: 30px;
    }

    .single-blog-right-details {
        text-align: center;
     }

    .single-blog-right-details .socials-list {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    /*newsletter*/

    .form-element input,
    .form-element input:focus,
    .form-element input:active {
        height: 40px;
    }

    .newsletter-left {
        margin-bottom: 15px;
        padding: 0;
        text-align: center;
    }

    .newsletter-form-hold .form-element button img {
        max-height: 35px;
    }

    .newsletter-form-hold .form-element button {
        top: 5px;
        right: 5px;

    }

    /*request demo*/

    .request-demo-section {
        margin-bottom: 50px;
    }

    /*ppc page*/

    .section {
        margin-bottom: 50px;
    }

    .ppc-intro.intro-inner.dark {
        margin-bottom: 125px;
        padding-bottom: 0;
    }

    .ppc-intro-left {
        padding-bottom: 40px;
        padding-right: 0;
    }

    .ppc-intro-right {
        margin-bottom: -70px;
    }

    .form-hold {
        padding: 50px 20px;
    }

    .ppc-features-section-title {
        margin-bottom: 50px;
    }

    .ppc-acc-right {
        padding-left: 0px;
        padding-top: 0;
    }

    .ppc-acc-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: none;
        margin: 0 auto;
        max-width: 400px;
        padding-right: 0;
    }

    .ppc-accordion-section {
        padding: 60px 0;
    }

    .ppc-acc-image-hold {
        margin-bottom: 20px;
    }

    .ppc-acc-right-title {
        margin-bottom: 30px;
    }

    .ppc-numbers-list ul li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 15px;
    }

    .ppc-numbers-list ul li:nth-child(4n) {
        margin-right: 6%;
    }

    .ppc-numbers-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ppc-numbers-title {
        margin-bottom: 30px;
    }

    .ppc-quote-section-left h3 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .ppc-quote-section-left {
        margin-bottom: 20px;
        text-align: center;
    }

    .ppc-quote-section-right {
        padding-left: 0;
        text-align: center;
    }

    .ppc-quote-section {
        padding: 50px 0;
    }
    .ppc-quote-photo {
        display: block;
        margin: 0 auto 40px;
    }

    .ppc-logo img {
        max-width: 100%;
        max-height: 100%;
    }

    /*resources page*/

    .featured-resource-right {
        padding: 30px 30px;
    }

    .resources-filter ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .resources-list ul li {
        width: 46.5%;
        margin-left: 1.6%;
        margin-right: 1.6%;
        margin-bottom: 30px;
        min-height: 390px;
        height: auto;
    }

    .resources-list-filter-hold {
        margin-bottom: 50px;
    }

    .resources-list-filter-hold .filter-label {
        text-align: center;
    }

    .intro-inner.dark.press-intro.resources-intro {
        padding-bottom: 200px;
    }

    .resources-list ul li a:hover .resources-list-image {
        padding-bottom: 72%;
    }
    .resources-list-text {
        display: none;
    }

    /*single resource*/

    .resource-download.form-hold {
        padding: 40px;
    }

    /* customers page*/

    .featured-story-item {
        padding: 31% 25px 25px;
    }

    .featured-story-section {
        margin-top: -200px;
    }

    /*customers page*/

    .stories-item-image-hold:after {
        content: none;
    }

    .stories-item-image-hold {
        padding: 0!important;
    }

    .stories-item-text-box {
        padding: 40px!important;
    }

    .stories-list-item {
        margin-bottom: 50px;
    }

    /*single story*/

    .results-section {
        padding: 50px 0;
    }

    .results-top {
        margin-bottom: 50px;
    }

    .results-bottom {
        padding: 40px 45px;
    }

    .story-logo-section {
        padding: 50px 0;
    }

    .resources-list.related-resources ul li {
        width: 46.5%;
        margin-left: 1.6%;
        margin-right: 1.6%;
        margin-bottom: 30px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    /*about page*/

    .about-partners-list ul li:nth-child(n + 8),
    .about-partners-list ul li {
        margin: 0 24px 30px;
    }

    .about-partners-list ul li img {
        max-width: 125px;
    }

    .follow-block-right a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .follow-block-hold {
        padding: 30px 40px;
    }

    .in-news-list {
        margin-bottom: 50px;
    }

    .news-list-title {
        min-height: 60px;
    }

    .in-news-list ul li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 25px;
    }

    .in-news-list ul li:nth-child(3n) {
        margin-right: 10%;
    }

    .in-news-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .join-us-section-title {
        margin-bottom: 50px;
    }

    .jobs-accordion .accordion-title {
        padding: 21px 30px;
    }

    .about-partners {
        padding-top: 25px;
    }

    .about-investors {
        margin-bottom: 35px;
    }

    .team-list ul li {
        display: block;
        width: 100%;
        float: none;
        max-width: 325px;
        margin-left: auto!important;
        margin-right: auto!important;
    }


    /*page 404*/

    .page-404-title {
        font-size: 90px;
    }

    .page-404-text {
        margin-bottom: 50px;
    }

    .page-404-text-wrap {
        padding-top: 110px;
        padding-bottom: 100px;
    }

    .page-404-bottom-ctas a {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    /*homepage*/

    .home-intro-text {
        margin-bottom: 90px;
    }

    .home-intro-text.large-p p {
        color: #fff;
        font-size: 16px;
    }

    .hel-text.entry ul {
        transform: none;
    }

    .bubble-wrap.home-wrap .bubble {
        display: none;
    }

    .intro-inner.intro-home {
        padding-top: 150px;
    }

    .home-intro-title {
        margin-bottom: 70px;
    }

    .home-intro-text .large-p p {
        font-size: 12px;
    }

    .home-intro-cta .btn-grad.clear span {
        background: #106877;
    }

    .home-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-examples-list > ul > li {
        flex: 0 1 100%;
        margin-right: 0!important;
        margin-bottom: 50px;
        min-height: auto;
    }

    .hel-text.mobile {
        display: block!important;
    }

    .hel-text.desktop {
        display: none!important;
    }

    .home-examples-list ul li a {
        opacity: 1;
    }

    .home-examples-list > ul > li:last-child {
        margin-bottom: 0;
    }

    .home-examples-list-item {
        padding: 0;
        padding-top: 0;
        display: block;
    }

    .hel-image {
        position: relative;
        padding-bottom: 81%;
        margin-bottom: 20px;
    }

    .hel-text {
        margin-bottom: 20px;
    }

    .home-examples-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-benefits-bottom {
        padding: 20px;
        text-align: center;
    }

    .home-benefits-title,
    .home-benefits-text {
        flex:  0 1 100%;
        padding: 0;
    }

    .home-benefits-title {
        margin-bottom: 10px;
    }

    .home-benefits-image {
        padding-bottom: 100%;
    }

    .home-benefits-image-hold {
        left: 0;
        right: 0;
    }

    .home-benefits-text.large-p p {
        font-size: 12px;
    }

    .data-tabs-item-image {
        margin-bottom: 22px;
    }

    .data-tabs-item-image {
        padding-bottom: 70%;
    }

    .home-data-tabs-item-bottom {
        text-align: center;
    }

    .data-tab-title {
        margin-bottom: 2px;
    }

    .data-tab-title.label-text {
        color: #00BFF5;
    }

    .home-data-mob-list ul li {
        margin-bottom: 25px;
    }

    .home-data-mob-list ul li:last-child {
        margin-bottom: 0;
    }

    .home-examples-list-item:after {
        content: none;
    }

    /*capabilities page*/

    .capabilities-wrapper {
        padding-top: 59px;
    }


    .capabilities-nav ul li {
        float: left;
        width: 33.3333%;
        margin-bottom: 5px;
    }

    .capabilities-nav ul li:nth-child(3n):after {
        content: '';
    }

    .cts-right {
        background: #fff;
        padding: 50px 20px;
    }

    .cts-left {
        padding: 50px 20px;
    }

    .cts-right-list ul li {
        margin-bottom: 35px;
        padding-left: 50px;
    }

    .cts-list-icon img {
        max-height: 35px;
    }

    .cbs-right {
        padding: 50px 20px;
    }

    .cbs-data-list > ul > li {
        margin-right: 10%;
        width: 40%!important;
    }

    .cbs-data-list > ul > li:nth-child(3n) {
        margin-right: 10%;
    }

    .cbs-data-list > ul > li:nth-child(2n) {
        margin-right: 0;
    }

    .cbs-trace-list ul li {
        margin-right: 5%;
        width: 30%;
        margin-bottom: 10px;
    }
    .cbs-trace-list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .cbs-trace-list ul li:nth-child(4) {
        clear: both;
    }

    .cbs-trace-list ul li:nth-child(n + 4) {
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 10px;
    }

    .cbs-trace-list ul li:nth-child( n + 6) {
        margin-left: 0;
        margin-right: 5%;
        margin-bottom: 0;
    }

    .cbs-trace-list ul li:nth-child(8n) {
        margin-right: 0;
    }

    .cbs-trace-list ul li:nth-child(6) {
        clear: both;
    }

    /*industries page*/

    .ips-list-icon {
        min-height: auto;
    }

    .ips-list-icon img {
        max-width: 40px;
    }
    .ips-list-item {
        padding: 25px;
    }

    .problems-list {
        margin-bottom: 50px;
    }

    .dataflow-item-side.active {
        flex: 0 1 100%;
    }

    .dataflow-item-side {
        flex: 0 1 100%;
        padding: 50px 30px;
    }

    .dataflow-item-button {
        position: relative;
        transform: none;
        left :auto;
        top: auto;
    }

    .dataflow-section-title {
        margin-bottom: 50px;
    }
    .dataflow-image {
        padding-bottom: 100%;
    }

    .dataflow-btn svg {
        max-height: 40px;
    }

    .dataflow-item-text {
        width: 100%!important;
    }

    .cci-left {
        padding: 40px;
    }

    .cci-right {
        padding: 40px;
    }

    .ppc-quote-bottom {
        position: relative;
        display: block;
        flex-wrap: unset;
        align-items: unset;
    }

    /*case study page*/

    .case-problems-list.problems-list ul li {
        flex: 0 1 100%;
    }

    .case-problems-list .ips-list-item {
        padding: 25px;
    }

    .two-wide .case-problems-list.problems-list ul li {
        flex: 0 1 100%;
    }
    .two-wide .case-problems-list.problems-list ul {
        justify-content: normal;
    }

    .approach-image-hold {
        padding-bottom: 100%;
    }

    /*how it works page*/

    .illustration-slider-hold {
        height: auto!important;
    }

    .illustration-slider-item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none!important;
        opacity: 1!important;
        margin-bottom: 50px;
    }

    .illustration-progress-bar-hold {
        display: none;
    }

    .illustration-item-number {
        margin-bottom: 10px;
    }

    .illustration-hold {
        text-align: center;
    }

    .illustration-dot {
        display: none!important;
    }

    /* Web values page */
    .page-template-tp-web-values .page-sub-title {
        margin-bottom: 41px;
    }

    .page-template-tp-web-values h2 {
        font-size: 24px;
    }

    .page-template-tp-web-values .large-p p {
        font-size: 12px;
    }   

    .image-title-1, .image-title-2, .image-title-3, .image-title-4 {
        font-size: 14px;
        line-height: 1;
    }  

    .image-title-1 {
        top: 22%;
        left: 50%;
        width: 233px;
    }

    .image-title-2 {
        top: 45%;
        left: 81%;
    }

    .image-title-3 {
        top: 68%;
        left: 46%;
        width: 117px;       
    }

    .image-title-4 {
        top: 45%;
        left: 14%;
        width: 67px;
    }

    .page-template-tp-web-values .row{
        max-width: 350px;
        padding: 0;
    }

    .page-template-tp-web-values .row.row-sm{
        max-width: 1280px;
        padding: 0 20px;
    }
    .image-text-1, .image-text-2, .image-text-3, .image-text-4 {
        width: 45px;
        height: 45px;
    }
    .image-text-1,
    .d2-item-drop-1 {
        top: 9.6%;
        left: 81.7%;
    }
    .image-text-2,
    .d2-item-drop-2 {
        top: 87.6%;
        left: 75.2%;
    }
    .image-text-3,
    .d2-item-drop-3 {
        top: 74.1%;
        left: 16.7%;
    }
    .image-text-4,
    .d2-item-drop-4 {
        top: 11.1%;
        left: 15.2%;
    }
    .image-text-3 ul, .image-text-4 ul {
        left: -7px;
    }
    .image-text-1 ul, .image-text-2 ul, .image-text-3 ul, .image-text-4 ul {
        top: 65px;        
    }
    .image-text-1 ul, .image-text-2 ul {
        left: -242px;
    }
    .image-text-1 ul::before{        
        left: 90%;       
    }
    .image-text-2 ul::before{
        left: 79%; 
    }
    .mmr-m{
        margin-bottom: 100px;
    }

    /*text classes*/

    h1 {
        font-size: 24px;
        line-height: 1.33;
    }

    h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    h3 {
        font-size: 18px;
        line-height: 1.33;
    }

    .large-p p {
        font-size: 14px;
    }

    /*text classes*/

	/* DDR v2 page */
        .ddr-benefits-list ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 40px;
        }
        .ddr-benefits-list ul li:last-child {
            margin-bottom: 0;
        }
        .ddr-v2-tabs-section {
            padding: 50px 0;
        }
        .ddr-v2-tabs-content-text-bottom {
            font-size: 14px;
        }
        .ddr-accordion-section {
            padding: 60px 0;
        }
        .ddr-accordion-title {
            padding: 40px 20px 40px;
        }
        .ddr-accordion-content {
            padding: 40px 20px 10px;
        }
        .ddr-accordion-content-title-hold {
            padding-left: 0;
        }
        .ddr-accordion-content-icon {
            position: relative;
            margin-bottom: 20px;
        }
        .ddr-intro-section {
            padding: 120px 0 110px;
        }
        .ddr-accordion-content-title {
            font-size: 18px;
        }
        .ddr-accordion-content-text {
            font-size: 14px;
        }
        .ddr-accordion ul li {
            margin-bottom: 20px;
        }
        .ddr-intro-section .bubble-wrap.home-wrap .bubble {
            display: none;
        }
        .ddr-intro-section .home-intro-title.home-intro-title {
            margin-bottom: 50px;
        }
    /* DDR v2 page end*/

    /* DLP */
    .challenges-section .cts-right {
        padding-left: 50px;
        padding-right: 20px;
    }
    .learn-more-about-ddr-wrapp {
        margin-top: 41px;
    }
    .dlp-accordion .ddr-benefits-list ul li {        
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
    .dlp-accordion .ddr-benefits-list ul {
        margin-bottom: 30px;
    }
    .challenges-section {
        padding: 0px 0;
        position: relative;
    }
    .dlp-accordion .ddr-accordion {
        margin-bottom: 35px;
    }
    .challenges-section .dark-bg-skew-white{        
        background-color: #00BFF5;
    }
    .dlp-tabs.ddr-v2-tabs-section {
        padding-bottom: 60px;
    }
    /* DLP end */

    .join-us-section-jobs.section {
        margin-bottom: 0;
    }
    .join-us-list-item-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 450px) {

    #homepage_moving_svg,
    #homepage_static_svg {
        display: none;
    }

    .bubble-wrap.home-wrap {
        background-image: url("../img/home-mob-overlay.svg")!important;
        background-position: top center!important;
    }

    .home-intro-title {
        position: relative;
        margin-bottom: 120px;
    }

    .home-intro-title:after {
        content: '';
        position: absolute;
        top: -100%;
        left: -20px;
        right: -20px;
        bottom: 90%;
        background: url('../img/hero-top.svg') no-repeat center center;
        background-size: 100% auto!important;
    }

    .home-intro-text {
        position: relative;
    }

    .home-intro-text:before {
        content: '';
        position: absolute;
        top: -83%;
        left: -20px;
        right: -20px;
        bottom: 120%;
        background: url('../img/hero-middle.svg') no-repeat center center;
        background-size: 100% auto!important;
    }

    .home-intro-cta {
        position: relative;
    }

    .home-intro-cta:after {
        content: '';
        position: absolute;
        top: -75px;
        left: -20px;
        right: -20px;
        bottom: 65px;
        background: url('../img/hero-bottom.svg') no-repeat center center;
        background-size: 100% auto!important;
    }



    .blog-list ul li {
        flex: 0 1 100%;
        margin-right: 0!important;
    }

    .ppc-features-list ul li {
        width: 100%!important;
        margin-right: 0!important;
        margin-bottom: 15px;
    }

    .ppc-features-list ul li:last-child {
        margin-bottom: 0;
    }

    .approach-list ul li:after {
        content: none;
    }

    .featured-resource-left,
    .featured-resource-right {
        width: 100%;
    }

    .featured-resource-image {
        padding-bottom: 40%;
    }

    .resources-list ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        height: auto;
    }

    .resources-list ul {
        width: 100%;
        margin: 0;
    }

    .resources-list.related-resources ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .in-news-list ul li {
        width: 100%;
        margin-right: 0;
    }

    .in-news-list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .in-news-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .home-features-list ul li {
        width: 100%;
        margin-right: 0!important;
    }

    .footer-top-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-top-right .footer-column {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-top-right .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .home-features-list .ppc-feature-icon {
        float: left;
        margin-bottom: 22px;
        margin-right: 20px;
    }

    .home-features-list .ppc-feature-title {
        margin-bottom: 22px;
    }

    .home-features-list .ppc-feature-text {
        float: left;
    }

    .home-features-list .ppc-feature-item {
        float: left;
    }

    /*capabilities page*/

    .capabilities-nav ul li {
        float: left;
        width: 50%;
        margin-bottom: 5px;
    }

    .capabilities-nav ul li:nth-child(3n):after {
        content: none;
    }

    .capabilities-nav ul li:nth-child(2n):after {
        content: '';
    }

    .cbs-data-list > ul > li {
        margin-right: 0%;
        width: 100%!important;
        text-align: center;
    }

    .cbs-data-list > ul > li:nth-child(3n) {
        margin-right: 0%;
    }

    .cbs-data-list > ul > li:nth-child(2n) {
        margin-right: 0;
    }

    .cbs-trace-list ul li {
        margin-right: 0%!important;
        margin-left: 0!important;
        width: 100%;
        margin-bottom: 10px;
        clear: none!important;
    }

    .next-cap-text {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .next-cap-text,
    .next-cap-cta {
        display: block;
        top: auto;
    }

    .newsletter-form-hold form {
        position: relative;
    }

    .newsletter-form-hold form .hs-submit {
        position: relative;
        margin-top: 20px;
        right: auto;
        top: auto;
    }

    .newsletter-form-hold form .hs-form-field input,
    .newsletter-form-hold form .hs-form-field input:focus,
    .newsletter-form-hold form .hs-form-field input:active {
        padding-right: 30px;
    }

}

/* About page update and announcement bar*/
.about-investors .about-investors-title {
    margin-bottom: 70px;
}
.about-investors .about-investors-logos ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0 15.2%;
}
.about-investors .about-investors-logos ul li {
    margin-right: 5%;
    float: left;
    width: 30%;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-investors .about-investors-logos ul li:nth-child(3n) {
    margin-right: 0;
}
.about-investors {
    margin-bottom: 50px;
}
.about-page-board-list > ul > li {
    float: left;
    width: 100%;
    padding-top: 50px;
    border-top: 2px solid rgba(55, 61, 72, 0.1);
    margin-bottom: 50px;
}
.about-page-board-list > ul > li:last-child {    
    margin-bottom: 0px;
}
.about-page-board-list-left {
    float: left;
    width: 380px;
    position: relative;
    padding: 16px 40px 16px 130px;
}
.about-page-board-list-left > img {
    max-width: 100px;
    max-height: 140px;
    position: absolute;
    top: 0; left: 0;
}
.about-page-board-list-left h4 {
    color: #172134;
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.6666667px;
    margin-bottom: 10px;
}
.about-page-board-list-left p {
    color: #373d48;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2857143px;
}
.about-page-board-list-left ul {
    margin-left: 0;
}
.about-page-board-list-left ul li {
    float: left;
    margin-right: 20px;
    padding-top: 20px;
}
.about-page-board-list-left ul li a {
    transition: 0.2s ease-in-out;
}
.about-page-board-list-left ul li a:hover {
    opacity: 0.8;
}
.about-page-board-list-right {
    float: left;
    width: calc(100% - 380px);
}
.about-page-board-list-right p {
    opacity: 0.75;
    color: #172134;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
    letter-spacing: 0.21875px;
}

/* about page advisors section */

.cy-advisors-section  .about-investors-title {
    margin-bottom: 70px;
}
.cy-advisors-section  .about-investors-title h3 {
    color: #172134;
}
.cy-advisors-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cy-advisors-list > ul > li {
    display: inline-block;
    float: left;
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 20px;
}
.cy-advisors-list > ul > li:nth-child(4n) {
    margin-right: 0;
}
.cy-advisor-image {
    padding-bottom: 117%;
    margin-bottom: 20px;
    position: relative;
}
.cy-advisor-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cy-advisor-name {
    font-size: 18px;
    font-weight: 500;    
    color: #172134;
}
.cy-advisor-position {
    font-size: 14px;
    margin-bottom: 6px;
    color: #373D48;
}
.cy-advisor-social-list ul {
    margin: 0;
}
.cy-advisor-social-list ul li {
    float: left;
    margin-right: 20px;    
}
.cy-advisor-social-list ul li a {
    transition: 0.2s ease-in-out;    
}
.announcement-bar-hold {
    background: rgb(36,46,255);
    background: -moz-linear-gradient(90deg, rgba(36,46,255,1) 50%, rgba(244,19,247,1) 87.81%);
    background: -webkit-linear-gradient(90deg, rgba(36,46,255,1) 50%, rgba(244,19,247,1) 87.81%);
    background: linear-gradient(90deg, rgba(36,46,255,1) 50%, rgba(244,19,247,1) 87.81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#242eff",endColorstr="#f413f7",GradientType=1);
    padding: 8px 0;
    z-index: 100;
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
}

body.page-template-tp-home .announcement-bar-hold {
  background:black;
}

.announcement-bar-hold.in-view {
    transform: translateY(0);
}
.announcement-bar-hold.in-view-2 {
    position: relative;
}
.announcement-bar-hold:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
}
.announcement-bar-hold-text {
    position: relative;
    padding: 0 50px;
    z-index: 999;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.announcement-bar-hold-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.25px;
    opacity: 1;
    text-align: center;
    padding: 0 20px;
}

body.page-template-tp-home .announcement-bar-hold-text p,body.page-template-tp-home .announcement-bar-hold-text a {
  /*color:black;*/
}

body.page-template-tp-home .announcement-bar-hold-text a:after {
  /*background:none;*/
}
.announcement-bar-hold-text span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4) url(../img/icon-close-white-fat.svg) no-repeat center center;
    background-size: 10px !important;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
body.page-template-tp-home .announcement-bar-hold-text span {
  /*background:none;*/
}
.announcement-bar-hold-text span:hover {
    opacity: 0.8;
}
.read-more-cta-white,
.read-more-cta-white:focus,
.read-more-cta-white:active {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-right: 20px;
    transition: 0.2s ease-in-out;
    position: relative;
    white-space: nowrap;
}
.read-more-cta-white::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    right: 0;
    top: 5px;
    background: url('../img/arrow-right-white.svg') no-repeat center center;
    background-size: contain !important;
    transition: 0.2s ease-in-out;
}
.read-more-cta-white:hover {
    color: #fff;
}
.read-more-cta-white:hover::after {
    right: -10px;
}

/* news archive */
.news-section .sub-menu-title-icon::after {
    display: none;
}
.news-section .sub-menu-title-icon {
    position: relative;
    margin-bottom: 20px;
}
.line-bg-news-1 {
    position: absolute;
    top: 254px;    
    left: 0%;
    background-size: 100% auto!important;
    width: 1093px;
    height: 492px;
    z-index: 1;
}
.line-bg-news-2 {
    position: absolute;
    top: 0;
    right: 7%;
    width: 73px;
    height: 575px;
    background-size: 100% auto!important;
    z-index: 1;
}
.news-list ul {
    display: flex;
    flex-wrap: wrap;
}
.news-list ul li {
    width: 22.15%;
    margin-right: 3.8%;
    margin-bottom: 47px;
}
.news-list ul li:nth-child(4n){
    margin-right: 0;
}
.news-list ul li a {
    display: block;
    padding: 35px 30px 70px 30px;
    background-color: #F6F6F6;
    min-height: 273px;
    height: 100%;
    position: relative;
}
.news-list ul li a {
    transition: 0.2s;
}
.news-list ul li a:hover {
    -webkit-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
    box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.img-news {
    margin-bottom: 30px;
}
.img-news img{
    max-height: 30px;
}
.news-list ul li a .release-item-more {
    position: absolute;
    bottom: 35px;
    left: 35px;

}
@media only screen and (max-width: 1023px) {
    .about-investors .about-investors-logos ul {
        padding: 0;
    }

    /* news archive */
    .news-list ul li {
        width: 48.1%;
        margin-right: 3.8%;        
    }
    .news-list ul li:nth-child(4n){
        margin-right: 3.8%;
    }
    .news-list ul li:nth-child(2n){
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {
    .about-page-board-list-left {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .about-page-board-list-left > img {
        position: relative;
        margin-bottom: 20px;
    }
    .about-page-board-list-right {
        width: 100%;
    }
    .about-page-board-list-left ul li {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 639px) {
    .about-investors .about-investors-logos ul li {
        width: 45%;
        margin-right: 10%;
    }
    .about-investors .about-investors-logos ul li:nth-child(3n) {
        margin-right: 10%;
    }
    .about-investors .about-investors-logos ul li:nth-child(2n) {
        margin-right: 0;
    }
    .about-investors .about-investors-title {
        margin-bottom: 50px;
    }

    .about-page-board-list-left h4 {
        font-size: 20px;
    }
    .about-page-board-list-left p {
        font-size: 14px;
        padding: 0 10px;
    }
    .announcement-bar-hold-text span {
        width: 20px;
        height: 20px;
        right: -10px;
    }
    .announcement-bar-hold-text p {
        font-size: 12px;
    }
    .announcement-bar-hold-text {
        padding: 0 30px;
    }

    /* about page advisors section */
   
    .cy-advisors-list > ul > li {        
        width: 48.75%;        
    }
    .cy-advisors-list > ul > li:nth-child(4n) {
        margin-right: 2.5%;
    }
    .cy-advisors-list > ul > li:nth-child(2n) {
        margin-right: 0%;
    }
    .cy-advisor-image {
        padding-bottom: 117%;        
    }
    .cy-advisor-name {
        font-size: 16px;        
    }
    .cy-advisor-position {
        font-size: 13px;
    }

    /* news archive */

    .line-bg-news-1 {        
        top: 102px;
        left: auto;
        right: 102px;
    }
    .line-bg-news-2 {        
        width: 56px;        
    }
    .news-list ul li {
        width: 100%!important;
        margin-right: 0%!important;
        margin-bottom: 20px;
    }
    .news-list ul li a {        
        min-height: 1px;        
    }    
    
}

@media only screen and (max-width: 412px) {
    .home-intro-text:before {
        top: -69%;
    }
}
@media only screen and (max-width: 396px) {
    .home-intro-text:before {
        top: -65%;
    }
}
@media only screen and (max-width: 367px) {
    .home-intro-text:before {
        top: -62%;
    }
}
@media only screen and (max-width: 344px) {
    .home-intro-text:before {
        top: -59%;
    }
}

/* Industries update start */
.insudstries-property-section .row {
    max-width: 1070px;
}
.insudstries-property-section.bg-dark-blue .insudstries-property-section-title,
.insudstries-property-section.bg-dark-blue .insudstries-property-section-title *,
.insudstries-property-section.bg-dark-blue .insudstries-property-section-text *,
.insudstries-property-section.bg-dark-blue .insudstries-property-section-text {
    color: #fff;
}
.insudstries-property-section-title {
    margin-bottom: 30px;
}
.insudstries-property-section-text {
    margin-bottom: 30px;
}
.insudstries-property-section-text p {
    opacity: 1;
}
.insudstries-property-section-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 25px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 25px rgba(0,0,0,0.14);
    padding: 44px 10% 50px;
    margin-top: 20px;
}
.insudstries-property-section-box-title h4 {
    color: #4d4d4d;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
}
.insudstries-property-section-box-text {
    margin-bottom: 20px;
}
.insudstries-property-section-box-list {
    padding-top: 16px;
}
.insudstries-property-section-box-list ul li {
    color: #4d4d4d;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}
.insudstries-property-section-box-list ul li:last-child {
    margin-bottom: 0;
}
.insudstries-property-section-box-list ul li > div {
    text-align: center;
    width: 40px;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}
.insudstries-property-section-box-list ul li img {
    max-width: 40px;
}

@media only screen and (max-width: 639px) {
    .insudstries-property-section-box-list ul li {
        font-size: 14px;
        padding-left: 0;
    }
    .insudstries-property-section-box-list ul li > div {
        text-align: left;
        width: 40px;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-bottom: 10px;
    }
}
/* Industries update end */

/* Black hat 2022 start */
.page-template-tp-black_hat .announcement-bar-hold,
.page-template-tp-black_hat .header-nav,
.page-template-tp-black_hat .header-cta,
.page-template-tp-black_hat .mobile-trigger {
    display: none !important;
}
.page-template-tp-black_hat header {
    top: 0 !important;
}
.black-hat-intro {
    position: relative;
    z-index: 2;
}
.black-hat-intro .dark-bg-main {
    background: #EDF7FA;
}
.black-hat-intro .dark-bg-dark-blue {
    background: #EDF7FA;
}
.black-hat-intro-logo {
    margin-bottom: 39px;
}
.black-hat-intro-logo img {
    max-height: 107px;
}
.black-hat-intro .page-title h2 {
    color: #172133 !important;
}
.black-hat-intro-bg {
    position: absolute;
    top: 50px; right: 0; bottom: -50px; left: 0;
    transform: rotate(-3deg);
    background-size: contain !important;
}
.black-hat-intro .line-bg.demo-line {
    transform: rotate(3deg);
    bottom: 51px;
    overflow: hidden;
}

.black-hat-booth-section {
    padding: 170px 0 165px;
    background: url(../img/black-hat-booth-bg.svg) no-repeat top center;
    margin-top: -98px;
    margin-bottom: -15px;
}
.black-hat-booth-section .entry  {
    margin-bottom: 30px;
}
.black-hat-giveaway-section {
    padding-bottom: 100px;
}
.black-hat-giveaway-section-list {
    padding: 30px 2% 0;
}
.black-hat-giveaway-section-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 91px);
}
.black-hat-giveaway-section-list ul li {
    float: left;
    width: calc(33.333% - 91px);
    margin: 0 91px 50px 0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}
.black-hat-giveaway-section-list-img {
    position: relative;
    padding-bottom: 84%;
    background: #EDF7FA;
}
.black-hat-giveaway-section-list-img img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.black-hat-giveaway-section-list-textbox {
    padding: 30px 35px 45px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.005em;
    color: #242EFF;
}

.page-template-tp-black_hat .hs-form-field .hs-error-msg {
    font-size: 14px;
    margin-top: 10px;
}
.page-template-tp-black_hat .hs-form-field input, 
.page-template-tp-black_hat .hs-form-field input:focus, 
.page-template-tp-black_hat .hs-form-field input:active,
.page-template-tp-black_hat .hs-form-field textarea, 
.page-template-tp-black_hat .hs-form-field textarea:focus, 
.page-template-tp-black_hat .hs-form-field textarea:active  {
    font-size: 16px;
}

@media only screen and (min-width: 1441px) {
    .black-hat-intro-bg {
        background-position: bottom left !important;
    }
}

@media only screen and (max-width: 1440px) {
    .black-hat-booth-section {
        background-size: cover !important;
        margin-top: -98px;
    }
}

@media only screen and (max-width: 1140px) {
    .black-hat-giveaway-section-list {
        padding: 30px 0 0;
    }
    .black-hat-giveaway-section-list ul {
        width: calc(100% + 40px);
    }
    .black-hat-giveaway-section-list ul li {
        width: calc(33.333% - 40px);
        margin: 0 40px 50px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .black-hat-booth-section {
        padding: 137px 0 100px;
    }
    .black-hat-giveaway-section {
        padding-bottom: 50px;
    }
    .black-hat-giveaway-section-list ul li {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 639px) {
    .black-hat-booth-section {
        padding: 100px 0 70px;
    }
    .black-hat-giveaway-section {
        padding-bottom: 30px;
    }
    .black-hat-giveaway-section-list {
        padding: 20px 0 0;
    }
    .black-hat-giveaway-section-list ul {
        width: 100%;
    }
    .black-hat-giveaway-section-list ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .black-hat-giveaway-section-list-textbox {
        padding: 30px 20px 35px;
        font-size: 18px;
    }
    .black-hat-booth-section .entry {
        margin-bottom: 20px;
    }
}
/* Black hat 2022 end */

/* SEO landing start */
    .text-color-white,
    .text-color-white * {
        color: #fff;
    }
    .seo-landing-intro {
        padding-bottom: 120px !important;
        background-size: cover !important;
        margin-bottom:2rem !important;
    }
    /*.seo-landing-intro::after {
        content: '';
        width: 100%;
        height: 19.5%;
        background: url(../img/bg-seo-hero.png) no-repeat center center;
        background-size: 100% 100% !important;
        position: absolute;
        right: 0; bottom: 0; left: 0;
    }*/
    .seo-landing-intro-has-bg::before {
        content: '';
        background: rgb(23,33,52);
        background: -moz-linear-gradient(180deg, rgba(23,33,52,1) 0%, rgba(23,33,52,0.7) 100%);
        background: -webkit-linear-gradient(180deg, rgba(23,33,52,1) 0%, rgba(23,33,52,0.7) 100%);
        background: linear-gradient(180deg, rgba(23,33,52,1) 0%, rgba(23,33,52,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172134",endColorstr="#172134",GradientType=1);
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
    }
    .seo-landing-intro :last-child {
        margin-bottom: 0;
    }
    .seo-landing-intro .page-title {
        margin-bottom: 24px;
    }
    .seo-landing-intro .large-p {
        opacity: 0.75;
        margin-bottom: 24px;
    }
    .seo-landing-intro-subtitle {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #fff;
        opacity: 0.25;
        margin-bottom: 16px;
    }
    .seo-landing-intro-btns {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        padding-top: 16px;
        margin-bottom: 35px !important;
    }
    .seo-landing-intro-btns ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .seo-landing-intro-btns ul li {
        float: left;
        margin: 0 20px 0 0;
    }
    .seo-landing-intro-btns ul li:last-child {
        margin-right: 0;
    }
    .seo-landing-section {
        padding: 100px 0;
    }
    .seo-landing-section-nopad-top {
        padding-top: 0 !important;
    }
    .seo-landing-text-block-section .entry :last-child {
        margin-bottom: 0;
    }
    .seo-landing-section-list-grid ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;

        width: calc(100% + 24px);
    }
    .seo-landing-section-list-grid ul li {
        float: left;
        width: calc(33.333% - 24px);
        margin: 0 24px 20px 0;
        list-style-type: none;
    }
    .seo-landing-section-list-grid ul li a {
        display: block;
        width: 100%; height: 100%;
        position: relative;
        transition: 0.2s ease-in-out;
        background: #F6F6F6;
        padding: 32px 99px 26px 40px;
    }
    .seo-landing-section-list-grid ul li a::before {
        content: '';
        width: 40px; height: 40px;
        background: url(../img/icon-seo-landing-section-list-grid.svg) no-repeat center center;
        background-size: contain !important;
        position: absolute;
        right: 40px;
        bottom: 34px;
        transition: 0.2s ease-in-out;
    }
    .seo-landing-section-list-grid ul li a::after {
        content: '';
        width: 40px; height: 40px;
        background: url(../img/icon-seo-landing-section-list-grid-hover.svg) no-repeat center center;
        background-size: contain !important;
        position: absolute;
        right: 40px;
        bottom: 34px;
        opacity: 0;
        transition: 0.2s ease-in-out;
    }
    .seo-landing-section-list-grid ul li a:hover {
        -webkit-box-shadow: 0px 15px 20px rgba(14, 22, 37, 0.15);
        box-shadow: 0px 15px 20px rgba(14, 22, 37, 0.15);
    }
    .seo-landing-section-list-grid ul li a:hover::before {
        opacity: 0;
    }
    .seo-landing-section-list-grid ul li a:hover::after {
        opacity: 1;
    }
    .seo-landing-section-list-grid ul li a img {
        max-width: 50px; max-height: 50px;
        margin-bottom: 16px;
    }
    .seo-landing-section-title {
        margin-bottom: 50px;
    }
    .seo-landing-section-list-grid-title {
        font-family: "Red Hat Display", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: 0.5px;
        color: #172134;
        min-height: 56px;
    }
    .seo-landing-section-text-list-section-list {
        padding-top: 50px;
    }
    .seo-landing-section-text-list-section-list ul li {
        border-top: 2px solid #DCE4E8;
        padding: 30px 0;

        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .seo-landing-section-text-list-section-list ul li:last-child {
        padding-bottom: 0;
    }
    .seo-landing-section-text-list-section-list ul li :last-child {
        margin-bottom: 0;
    }
    .seo-landing-section-text-list-section-list-title {
        font-family: "Red Hat Display", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: 0.5px;
        color: #373D48;
        padding-right: 20px;
        float: left;
        width: 315px;
    }
    .seo-landing-section-text-list-section-list-text {
        float: left;
        width: calc(100% - 315px);
    }
    .seo-landing-floating-cta .bottom-cta-hold {
        padding: 104px 105px 90px;
    }
    .seo-landing-floating-cta .bottom-cta-text-box {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        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;
    }
    .seo-landing-floating-cta .bottom-cta-text {
        max-width: 505px;
        padding-right: 10%;
        margin-right: 0;
        text-align: left;
    }
    .seo-landing-floating-image-text .seo-landing-section-title {
        margin-bottom: 46px;
    }
    .seo-landing-floating-image-text-item {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        margin-bottom: 70px;
    }
    .seo-landing-floating-image-text-item:last-child {
        margin-bottom: 0;
    }
    .seo-landing-floating-image-text-item:nth-child(odd) .seo-landing-floating-image-text-item-textbox {
        padding-right: 85px;
    }
    .seo-landing-floating-image-text-item:nth-child(even) .seo-landing-floating-image-text-item-textbox {
        padding-left: 85px;
    }
    .seo-landing-floating-image-text-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .seo-landing-floating-image-text-item-textbox .entry :last-child {
        margin-bottom: 0;
    }
    .seo-landing-floating-image-text-item-link {
        padding-top: 40px;
    }
    .seo-landing-floating-image-text-item-imagebox {
        position: relative;
        padding-bottom: 37%;
    }
    .seo-landing-floating-image-text-item-imagebox img {
        background-size: cover !important;
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .seo-landing-single-resource {
        position: relative;
        background: #060B1E;
        padding: 120px 0 120px;
    }
    /*.seo-landing-single-resource::before {
        content: '';
        width: 100%; height: 80px;
        background: url(../img/seo-landing-single-resource-top-bg-white.png) no-repeat center top;
        background-size: 100% 100% !important;
        position: absolute;
        top: 0; right: 0; left: 0;
    }*/
    .seo-landing-single-resource.seo-landing-single-resource-gray::before {
        background: url(../img/seo-landing-single-resource-top-bg-gray.png) no-repeat center top;
    }
    .seo-landing-single-resource-box {
        background: #EDF7FA;
        position: relative;
        padding: 68px 47% 68px 105px;
        min-height: 340px;
    }
    .seo-landing-single-resource-box::after {
        content: '';
        width: 105px; height: 100%;
        background: #060B1E;
        position: absolute;
        top: 0; right: 0; bottom: 0;
        z-index: 1;
    }
    .seo-landing-single-resource-box .resources-list-tag {
        margin-bottom: 16px;
    }
    .seo-landing-single-resource-box-title {
        margin-bottom: 24px;
    }
    .seo-landing-single-resource-box-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.75;
        color: #172134;
        margin-bottom: 24px;
    }
    .seo-landing-single-resource-box-btn {
        padding-top: 16px;
    }
    .seo-landing-single-resource-box-img {
        position: absolute;
        top: 50%; right: 0;
        transform: translateY(-50%);
        width: 214px; height: 280px;
        z-index: 2;
    }
    .seo-landing-single-resource-box-img img {
        background-size: cover !important;
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .seo-landing-stats-section {
        padding: 120px 0 40px;
        background: #060B1E;
    }
    .seo-landing-stats-section-title {
        margin-bottom: 50px;
        padding-right: 40px;
    }
    .seo-landing-stats-section-list ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-wrap: wrap;
        -ms-flex-wrap: wrap;

        width: calc(100% + 80px);
    }
    .seo-landing-stats-section-list ul li {
        float: left;
        width: calc(50% - 80px);
        margin: 0 80px 80px 0;
    }
    .seo-landing-stats-section-list-title {
        font-family: "Red Hat Display", sans-serif;
        font-weight: 700;
        font-size: 72px;
        line-height: 1.18;
        letter-spacing: 1px;
        margin-bottom: 16px;
        opacity: 0.75;
    }
    .seo-landing-stats-section-list-title span {
        display: inline-block;
        /*background: -webkit-gradient(linear, left top, right top, from(#00EBB1), to(#00BFF4));
        background: -o-linear-gradient(left, #00EBB1 0%, #00BFF4 100%);
        background: linear-gradient(90deg, #00EBB1 0%, #00BFF4 100%);*/
        background: linear-gradient(90deg, #242EFF 50%, #F413F7 87.81%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .seo-landing-stats-section-list-text {
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 0.25px;
        color: #fff;
        opacity: 0.75;
        max-width: 320px;
        width: 100%;
    }
    .seo-landing-article-list-section-title {
        margin-bottom: 80px;
    }
    .seo-landing-article-list > ul > li {
        background: #F6F6F6;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .seo-landing-article-list > ul > li:last-child {
        margin-bottom: 0;
    }
    .seo-landing-article-list .accordion-title {
        padding: 30px 100px 0 60px;
        font-family: "Red Hat Display", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.5px;
        color: #172134;
        border: none !important;
        background: transparent !important;
    }
    .seo-landing-article-list .accordion-title::before {
        content: '';
        width: 24px; height: 24px;
        border-radius: 50%;
        background: #fff url(../img/seo-landing-accordion-arrow.svg) no-repeat center center;
        background-size: 10px 6px !important;
        position: absolute;
        top:38px;
        transition: 0.2s ease-in-out;
        right: 60px;
    }
    .seo-landing-article-list .accordion-item.is-active .accordion-title::before {
    transform: rotate(180deg);
    }
    .seo-landing-article-list .accordion-content {
        background: transparent !important;
        border: none !important;
        padding: 10px 60px 0;
    }
    .seo-landing-article-list .accordion-content .entry :last-child {
        margin-bottom: 0;
    }
    .seo-landing-article-list-content-btn {
        padding-top: 32px;
    }
    .seo-landing-text-block-section-btn {
        padding-top: 50px;
    }
    .seo-landing-section-title-title {
        margin-bottom: 24px;
    }
    .seo-landing-section-text-list-section-text {
        padding: 0 0.3%;
    }
    .seo-landing-section-text-list-section .columns.entry {
        padding: 0 1.85%;
    }
    .seo-landing-section-title .entry p {
        margin-bottom: 24px;
    }
    .btn-grad.btn-grad-border,
    .btn-grad.btn-grad-border:focus,
    .btn-grad.btn-grad-border:active {
        background: transparent;
        position: relative;
    }
    .btn-grad.btn-grad-border::before {
        content: '';
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        /*background: url(../img/btn-gradient.png) no-repeat center center;
        background-size: 100% 100% !important;*/
        border:thin solid #F6F6F6;
        border-radius: 25px;
    }

    @media only screen and (max-width: 1023px) {
        .seo-landing-section {
            padding: 70px 0;
        }
        .seo-landing-section-list-grid ul li {
            width: calc(50% - 24px);
        }
        .seo-landing-floating-cta .bottom-cta-hold {
            padding: 70px 40px;
        }
        .seo-landing-floating-image-text .seo-landing-section-title {
            margin-bottom: 26px;
        }
        .seo-landing-floating-image-text-item:nth-child(odd) .seo-landing-floating-image-text-item-textbox {
            padding-right: 30px;
        }
        .seo-landing-floating-image-text-item:nth-child(even) .seo-landing-floating-image-text-item-textbox {
            padding-left: 30px;
        }
        .seo-landing-single-resource-box {
            padding: 68px 47% 68px 40px;
        }
        .seo-landing-stats-section-title {
            text-align: center;
            padding-right: 0;
        }
        .seo-landing-stats-section {
            padding: 70px 0 30px;
        }
        .seo-landing-stats-section-list-title {
            font-size: 60px;
        }
        .seo-landing-stats-section-list ul li {
            margin: 0 80px 40px 0;
        }
        .seo-landing-article-list-section-title {
            margin-bottom: 30px;
        }
        .seo-landing-section-title .entry {
            padding: 0;
        }
        .seo-landing-section-text-list-section-text {
            padding: 0;
        }
    }

    @media only screen and (max-width: 639px) {
        .seo-landing-section-title {
            margin-bottom: 20px;
        }
        .seo-landing-intro::after {
            height: 10%;
        }
        .seo-landing-section-list-grid ul {
            width: 100%;
        }
        .seo-landing-section-list-grid ul li {
            width: 100%;
            margin: 0 0 20px 0;
        }
        .seo-landing-section-list-grid ul li:last-child {
            margin-bottom: 0;
        }
        .seo-landing-section-list-grid ul li a {
            padding: 32px 80px 26px 20px;
        }
        .seo-landing-section-list-grid ul li a::before {
            right: 20px;
            bottom: 20px;
        }
        .seo-landing-section-list-grid ul li a::after {
            right: 20px;
            bottom: 20px;
        }
        .seo-landing-section-text-list-section-list-title {
            width: 100%;
            padding-right: 0;
            margin-bottom: 20px;
        }
        .seo-landing-section-text-list-section-list-text {
            width: 100%;
        }
        .seo-landing-section-text-list-section-list {
            padding-top: 0;
        }
        .seo-landing-section-text-list-section-list ul li {
            padding: 20px 0;
        }
        .seo-landing-floating-cta .bottom-cta-text-box {
            display: block;
        }
        .seo-landing-floating-cta .bottom-cta-text {
            max-width: 100%;
            padding: 0;
            text-align: center;
        }
        .seo-landing-floating-image-text-item-link {
            padding-top: 30px;
        }
        .seo-landing-floating-image-text-item-imagebox {
            padding-bottom: 82%;
        }
        .seo-landing-floating-image-text-item:nth-child(odd) .seo-landing-floating-image-text-item-textbox {
            padding-right: 0;
        }
        .seo-landing-floating-image-text-item:nth-child(even) .seo-landing-floating-image-text-item-textbox {
            padding-left: 0;
        }
        .seo-landing-floating-image-text-item-textbox {
            margin-bottom: 30px;
        }
        .seo-landing-single-resource-box {
            padding: 40px 20px 320px;
            min-height: 340px;
        }
        .seo-landing-single-resource-box-img {
            top: auto; right: auto;
            transform: translate(-50%, 0);
            left: 50%;
            bottom: 0;
        }
        .seo-landing-single-resource-box::after {
            width: 100%; height: 105px;
            left: 0;
            top: auto;
        }
        .seo-landing-single-resource {
            padding: 100px 0 70px;
        }
        .seo-landing-single-resource::before {
            height: 40px;
        }
        .seo-landing-stats-section-list ul {
            width: 100%;
        }
        .seo-landing-stats-section-list ul li {
            width: 100%;
            margin: 0 0 40px 0;
        }
        .seo-landing-article-list > ul > li {
            padding-bottom: 20px;
        }
        .seo-landing-article-list .accordion-title {
            padding: 20px 60px 0 20px;
        }
        .seo-landing-article-list .accordion-title::before {
            right: 30px;
        }
        .seo-landing-article-list .accordion-content {
            padding: 10px 20px 0;
        }
        .seo-landing-intro-btns ul li {
            width: 100%;
            margin: 0 0 20px;
            text-align: center;
        }
        .seo-landing-intro-btns ul li:last-child {
            margin-bottom: 0;
        }
        .seo-landing-stats-section-list-text {
            max-width: 100%;
        }
    }
/* SEO landing end */
