@font-face {
    font-family: 'Gibson';
    src: url('fonts/Gibson-Regular.woff2') format('woff2'),
        url('fonts/Gibson-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('fonts/Gibson-Bold.woff2') format('woff2'),
        url('fonts/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html { -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; min-height: 100%; position: relative; overflow: visible !important;}
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 400; font-size: 18px; color: #767676; line-height:1.4; letter-spacing: 0px; overflow-x: hidden;} 
.clearfix:after {visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.container {max-width: 1170px; width: 100%; margin: 0 auto; position: relative; z-index: 1; padding: 0 15px;}
img {max-width: 100%; height: auto;}

@keyframes animate {
    0% { opacity: 0; transform: rotate(-45deg) translate(-5px, -5px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: rotate(-45deg) translate(5px, 5px); }
}

@keyframes moveleftright {
	0% {
	  left: 0;
	}
	50% {
	  left: 10px;
	}
	100% {
	  left: 0;    
	}
  }

.button {position: relative; display: inline-block; overflow: hidden;}
.button:before {content:''; position: absolute; top:0; left:0; width:100%; height:60px; border-radius: 32px 32px 32px 32px; background: #444; /*border: 2px solid #444;*/ transition: all 0.5s;}
.button:after {content: ''; position: absolute; display: block; width: 12px; height: 12px; top: 24px; right: 35px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; transform: rotate(-45deg); animation: animate 1s infinite;}
.button span {opacity:1; white-space: nowrap; position: relative; color: #fff; font-size:18px; text-indent:0; font-weight: 600; text-transform: uppercase; transition: all 0.5s; line-height: 60px; display: block; padding: 0 50px 0 25px;}
.button:hover:before {background: #fff;border: 2px solid #444;}
.button:hover:after {right: 35px; border-bottom: 3px solid #444; border-right: 3px solid #444;}
.button:hover span {color: #444;}

.button.white:before {border: 2px solid #fff;background: #fff;}
.button.white:after {border-bottom: 3px solid #444; border-right: 3px solid #444;}
.button.white span {color: #444;}
.button.white:hover:before {background: #fff; border: 2px solid #444;}
.button.white:hover:after {border-bottom: 3px solid #444; border-right: 3px solid #444;}
.button.white:hover span {color: #444;}

.link-button {background-color: #1e90ff; border-radius: 5px; color: #fff; font-size: 16px; font-weight: 600; text-transform: uppercase; transition: all 0.5s; line-height: 45px; display: inline-block; padding: 0 15px;}
.link-button:hover {background-color: #1D1D1D; color: #fff;}

input[type="email"], input[type="text"], input[type="tel"], textarea, select {width: 100%; font-size: 15px; font-family: inherit; line-height: 1.2; border-width: 0; border-bottom: 2px solid rgba(23,24,28,.2); color: #767676; padding:0 20px 0 0; height: 48px; resize: none;}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {outline: 0;}
textarea {height:90px;}

.wpcf7-not-valid-tip {text-align: left; padding-top: 8px; font-size: 0.8em;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #f00;    background: #f00; color: #fff;}
.wpcf7-submit {display: inline-block; background-color: #1e90ff; border-radius: 5px; font-weight: 500; font-family: inherit; font-size: 16px; text-transform: uppercase; line-height: 19px; text-decoration: none; color: #fff; padding: 20px 30px; transition: all 0.5s; border: 0; cursor: pointer; width: auto!important;}
.wpcf7-submit:hover {background: #1D1D1D;}
.input-field.submit-btn {position: relative;}
.wpcf7-spinner::before {background-color: #002e5b;}

.slick-arrow {background: none; border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding:5px; font-size:0; position: absolute; top: 50%; cursor: pointer;}
.slick-prev {transform: rotate(135deg); left: -10px;}
.slick-next {transform: rotate(-45deg); right: -10px;}

.no-bg {background:transparent!important;}

ol, ul {list-style-type: none; padding-left:0; margin:0 0 30px;}
ol li, ul li {position: relative; padding-left: 25px; color: #444; margin-bottom: 10px; font-size: 16px;}
ol li:before, ul li:before {content:''; position:absolute; width:16px; height:16px; border:1px solid #4CAF50; border-radius:50%; top:3px; left:0;}
ul li:after {content:''; position:absolute; top:6px; left:6px; height:8px; width:5px; border-bottom:2px solid #4CAF50; border-right:2px solid #4CAF50; transform:rotate(45deg);}

ol.group, ul.group {display: flex; flex-wrap: wrap;}
ol.group li, ul.group li {max-width: calc(50% - 30px); width: 100%; margin: 0 7px;}

table {width: 100%;}
table th, table td {text-align: left;}
table th {font-weight: 700; font-size: 16px; color: #000;}
table td {font-size: 16px; color: #000;}

.breadcrumb ul {display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.breadcrumb ul li {padding-left: 0;font-size: 14px;}
.breadcrumb ul li a {position: relative; margin-right: 10px;}
.breadcrumb ul li a:after {content:'/'; display: inline-block;margin-left: 10px; color: #444;}
.breadcrumb ul li:before, .breadcrumb ul li:after {display:none;}

.accordion__content { padding-left: 1em; overflow: hidden; display: none; }
.accordion__content p:last-child {margin-bottom: 0;}
.accordion__item {background:#f1f4ff; padding:10px; margin-bottom:10px; border-radius: 5px; border-left: 4px solid #1C91FD;}
.accordion__item .accordion__title {width:100%; display:block; font-size:16px; margin-bottom: 0; font-family:inherit; cursor: pointer; padding-left: 35px; position: relative; color: #fff;}
.accordion__title:before {content: '+'; position:absolute; left:0; font-family: inherit; font-size: 22px; line-height: 14px; font-weight: 300; border: 1px solid #fff; border-radius: 50%; width: 21px; height: 21px; display: inline-block; text-align: center; margin-right: 10px;     top: 50%; margin-top: -10px;}
.accordion__item.show .accordion__title:before {content: '-';}
.accordion__item .accordion__content {padding-left: 35px; margin: 20px 0;}
.accordion__item .accordion__content p {color:#fff;}
.accordion__content ul, .accordion__content ol {margin-bottom: 30px;}

.accordion-global {margin-bottom: 30px;}
.accordion-global .accordion__item {background:#40404082; padding:10px; margin-bottom:10px; border-radius: 5px; border-left: 4px solid #606060;}

.sky-blue-bg {background-color: rgba(30, 144, 255, 0.06);}
.global-padding {padding:80px 0;}

.no-padding {padding:0!important;}
.section-padding {padding: 50px 0;}

a {color:#1C91FD; text-decoration: none;}
a:hover {color:#0056b3; text-decoration: none;}

a, button, .botton {transition: all 0.5s;}

p {font-weight:400; font-size:16px; line-height: 1.4; margin:0 0 30px; color:#444}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6  {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 700; color: #000; line-height: 1.2; letter-spacing: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; line-height: inherit;}

h1, .h1 { font-size: 2.5rem; margin: 0 0 15px;}
h2, .h2 { font-size: 2rem; margin: 0 0 15px;}
h3, .h3 { font-size: 1.5rem; margin: 0 0 20px;}
h4, .h4 { font-size: 1.25rem; margin: 0 0 15px;}
h5, .h5 { font-size: 1.1rem; margin: 0 0 12px;}
h6, .h6 { font-size: 1rem; margin: 0 0 10px;}

.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100%;}
.bg-cover img {width: 100%; display: block; opacity: 0;}

.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-item-start {align-items: start;}
.align-item-center {align-items: center;}
.align-item-end {align-items: end;}
.justify-content-start {justify-content: flex-start;}
.justify-content-center {justify-content: center;}
.justify-content-end {justify-content: flex-end;}
.space-between {justify-content: space-between;}
.flex-direction-column {flex-direction: column;}
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}

.margin-left10 {margin-left:10px;}
.margin-left20 {margin-left:20px;}
.margin-left30 {margin-left:30px;}
.margin-left40 {margin-left:40px;}

.margin-right10 {margin-right:10px;}
.margin-right20 {margin-right:20px;}
.margin-right30 {margin-right:30px;}
.margin-right40 {margin-right:40px;}

.margin-top10 {margin-top:10px;}
.margin-top20 {margin-top:20px;}
.margin-top30 {margin-top:30px;}
.margin-top40 {margin-top:40px;}

.margin-bottom10 {margin-bottom:10px;}
.margin-bottom20 {margin-bottom:20px;}
.margin-bottom30 {margin-bottom:30px;}
.margin-bottom40 {margin-bottom:40px;}

.padding-left10 {padding-left:10px;}
.padding-left20 {padding-left:20px;}
.padding-left30 {padding-left:30px;}
.padding-left40 {padding-left:40px;}

.padding-right10 {padding-right:10px;}
.padding-right20 {padding-right:20px;}
.padding-right30 {padding-right:30px;}
.padding-right40 {padding-right:40px;}

.padding-top10 {padding-top:10px;}
.padding-top20 {padding-top:20px;}
.padding-top30 {padding-top:30px;}
.padding-top40 {padding-top:40px;}

.padding-bottom10 {padding-bottom:10px;}
.padding-bottom20 {padding-bottom:20px;}
.padding-bottom30 {padding-bottom:30px;}
.padding-bottom40 {padding-bottom:40px;}


.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.one-full {max-width: 100%; width: 100%; padding: 0 15px;}
.one-half {max-width: calc(50% - 30px); width: 100%; padding: 0 15px;}
.one-three {max-width: calc(33.3333% - 30px); width: 100%; padding: 0 15px;}
.one-four {max-width: calc(25% - 30px); width: 100%; padding: 0 15px;}
.one-five {max-width: calc(20% - 30px); width: 100%; padding: 0 15px;}

.header ul li, .header ol li, .footer ul li, .footer ol li {padding-left:0; margin-bottom: 0;}
.header ul li:before, .header ol li:before, .header ul li:after, .header ol li:after, .footer ul li:before, .footer ol li:before, .footer ul li:after, .footer ol li:after {display: none;}

/* Header */
.header {position: sticky; top: 0; width: 100%; z-index: 2;}
.header__topbar {background-color:#000; padding:11px 0; position: relative; z-index: 9;}
.header__topbar ul {justify-content: flex-end; margin-bottom: 0;}
.header__topbar ul li {margin-left: 38px;}
.header__topbar ul li a {color: #fff; font-size: 0.875rem; text-decoration: none;}
.header__topbar ul li a:hover {color:#1E90FF;}

.header__navbar {background: #fff; padding: 10px 0;}
.header__navbar .logo {position: relative; z-index: 9;}
.main-navigation .menu {display: flex; flex-wrap: wrap; margin-bottom: 0;}
.main-navigation .menu > li > a {padding: 18px 35px 35px 23px; font-size:16px; font-weight:700; text-transform:uppercase; color:#222; margin:0; text-decoration: none;}
.main-navigation .menu > li > a:after {content:''; border-bottom: 2px solid transparent; position: absolute; bottom: -18px; left: 0; right: 0;}
.main-navigation .menu > li:hover > a:after {border-bottom: 2px solid #222;}
.main-navigation .menu > li.menu-item-has-children > a:before {content: ''; border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); position: absolute; right:20px; top: 7px;}

.main-navigation .menu .sub-menu {display:none; padding: 15px 0px; position: absolute; left: 0; right: auto; top: 57px;  min-width: 200px; max-height: 500px; overflow: auto; background:#fff; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); border-width: 1px 1px 5px 1px; border-style: solid; border-color:#d2d2d2; border-bottom-color:#1C91FD;}
.main-navigation .menu .sub-menu:before {content:''; display: block; width: 0px; height: 0px; left: 50px; position: absolute; transform: translateX(-50%); border-left: 20px solid transparent; border-right: 0px solid transparent; border-bottom: 15px solid #fff; top: -15px;}
.main-navigation .menu .sub-menu:after {content:'';border-bottom: 17px solid #D2D2D2; z-index: -1; border-left: 22px solid transparent; border-right: 0px solid transparent; position: absolute; top: -17px; left: 39px;}
.main-navigation .menu > li:hover .sub-menu {display: block;}
.main-navigation .menu li .sub-menu li a {display: block; font-size: 14px; font-weight: 700; text-transform: capitalize; color: #121213; border-radius:0; padding: 8px 15px; text-decoration: none;}
.main-navigation .menu li .sub-menu li a:hover {background:#dfdfdf;}


/* Hero Banner */
.hero-banner {position: relative; max-height: 500px; overflow: hidden;}
.hero-banner .hero-banner__image {padding:0;}
.hero-banner .container {position: absolute; top: 50%; left: 0; right: 0; max-width: 1170px; width: 100%; padding: 0 15px; margin: 0 auto; transform: translateY(-50%);}
.hero-banner__content {max-width: 450px; width: 100%;}
.hero-banner__content h1 {font-size: 28px; margin-bottom: 60px;}
.hero-banner__content .play-button {display: block; max-width: 96px; width: 100%; text-decoration: none;}
.hero-banner__content .play-button span {white-space: nowrap; color: #000; font-size: 16px; font-weight: 700; text-transform: uppercase; display: block; margin-top: 10px;    margin-left: -5px;}
.hero-banner .banner-right-image {position: absolute; right:3%; top: 50%; transform: translateY(-50%); z-index:1; transition: all 1s ease-in-out;}
.hero-banner .banner-right-image:hover {right:4%;}



/* Fresco Features */
.fresco-features {background: #fff; padding: 15px;}
.fresco-features .container	 {max-width: 1400px;}
.fresco-features__item {border-style: solid; border-width: 0px 0px 0px 1px; max-width: 25%; width: 100%; border-color: #DCDCDC; padding: 15px 20px;}
.fresco-features__item:last-child {border-right: 1px solid #dcdcdc;}
.fresco-features__content ul {margin-bottom: 0;}
.fresco-features__content h2 {font-size:22px; color:#1891FF;}
.fresco-features__content li {padding-left: 0; margin-bottom: 5px; color: #000; font-size: 16px; font-weight: 700;}
.fresco-features__content li:before, .fresco-features__content li:after {display:none;}


/* Trusted Logos */
.trusted-logo {background:#F0F0F0; padding: 70px 0 50px; text-align: center;}
.trusted-logo h2 {margin-bottom: 30px;}
.trusted-logo__item {max-width: 20%; width: 100%;}


/* Parallax */
.parallax-box__content-part {position: relative; padding:0 40px; align-items: center; width: 100%;}
.parallax-row {position: relative; display: flex; flex-wrap: wrap;}
.parallax-box {position: relative; width: 100%; min-height: 550px; height: 100%; overflow: hidden; padding: 60px 0; display: flex;}
.parallax-box .parallax {height: 100%!important;}
.parallax-box__blank, .parallax-box__content {max-width: 50%; width: 100%;}

.parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part {flex-direction: row-reverse;}
.parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part h2, .parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part p, .parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part ul li {color: #fff;}
.parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part ul li:before {border: 1px solid #fff;}
.parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part ul li:after {border-bottom: 2px solid #fff; border-right: 2px solid #fff;}
.parallax-row .parallax-box:nth-child(2n) h6 {color: #fff;}

.parallax__container {clip: rect(0,auto,auto,0); height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -100;}
.parallax-box .parallax {background-position: center; background-repeat: no-repeat; background-size: cover; position: fixed; top: 0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; width: 100%;}



/* Data and Services */
.data-services {padding:50px 0; }
.data-services h2 {text-align:center; margin-bottom:50px;}

ul.data-services__column { display: flex; flex-wrap: wrap; position: relative; }
ul.data-services__column:before, ul.data-services__column:after {content: '';  position: absolute; top: 0; background: url(images/shadow-divider.png) 0 0 no-repeat; width: 30px; height: 100%; background-size: auto 100%;}
ul.data-services__column:before {left:30.5%;}
ul.data-services__column:after {right:33.5%;}
ul.data-services__column li { max-width: 33.3333%; width: 100%; padding-right: 50px;}
ul.data-services__column li a { color: #222; font-family: "Roboto", Sans-serif; font-weight: 500; display: block; }
ul.data-services__column li:hover a {color: #fff;} 
ul.data-services__column li a:after {content: ''; opacity: 0; background: #222222; position: absolute; left: -10px; top: -4px; width: 90%; height: 34px; z-index: -1; transition: all 0.5s; }
ul.data-services__column li:hover a:after {opacity: 1;}
ul.data-services__column li:before, ul.data-services__column li:after {transition: all 0.5s;}
ul.data-services__column li:hover:before {border: 1px solid #fff;}
ul.data-services__column li:hover:after {border-bottom: 2px solid #fff; border-right: 2px solid #fff;}



/* Case Studies */
.case-studies {position: relative;}
.case-studies__item { max-width: calc(25% - 20px); width: 100%; margin: 10px; text-align: left; opacity: 0.99; overflow: hidden; position: relative; border-radius: 3px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }
.case-studies__item:before { content: ""; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); width: 100%; height: 70%; opacity: 0; position: absolute; top: 100%; left: 0; z-index: 2; transition-property: top, opacity; transition-duration: 0.3s; }
.case-studies__item .case-studies__image {-webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); filter: blur(0); transition: all 0.5s;}
.case-studies__item:hover .case-studies__image {-webkit-transform: scale(1.5) translateY(0); transform: scale(1.5) translateY(0); filter: blur(3px);}
.case-studies__item img { display: block; max-width: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.case-studies__item .case-studies__content { font-size: 16px; padding: 20px; color: #fff; position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; text-align: center;}
.case-studies__item .case-studies__content .title, .case-studies__item .case-studies__content .button { display: inline-block; opacity: 0; position: relative; top: 100px; transition-property: top, opacity; transition-duration: 0.3s; transition-delay: 0s; }
.case-studies__item .case-studies__content .title { line-height: 1; font-weight: 600; font-size: 18px; color: #fff; text-align: center; width: 100%;}
.case-studies__item:focus:before,  .case-studies__item:focus .title, .case-studies__item:hover .title, .case-studies__item:hover:before,  .case-studies__item:hover .button { opacity: 1; }
.case-studies__item:focus:before, .case-studies__item:hover:before { top: 30%; }
.case-studies__item:focus .title, .case-studies__item:hover .title,   .case-studies__item:focus .button, .case-studies__item:hover .button { top: 0; }
.case-studies__item:focus .title, .case-studies__item:hover .title { transition-delay: 0.15s; }
.case-studies__item:focus .button, .case-studies__item:hover .button { transition-delay: 0.25s; }


/* Let's Talk */
.page-template-tp-home .lets-talk {margin-top:20px;}
.lets-talk {background-attachment: fixed; padding: 70px 0; text-align: center; position: relative;}
.lets-talk:before {content:''; position: absolute; background: rgba(0,0,0,0.6); width: 100%; height: 100%; left: 0; top: 0;}
.lets-talk h2, .lets-talk p {color: #fff;}
.lets-talk p {font-size: 18px;}
.lets-talk ul {max-width: 570px; width: 100%; margin: 0 auto 30px; display: flex; flex-wrap: wrap; position: relative; justify-content: space-between;}
.lets-talk ul:before {content:''; position: absolute; left: 50%; top: 0; background:#fff; width: 1px; height: 100%;}
.lets-talk ul li {max-width: 40.6%; width: 100%; text-align: left; overflow: hidden; padding-left: 0; margin-bottom: 5px;}
.lets-talk ul li:before {display: none;}
.lets-talk ul li:after {top: 10px; left: 18px; height: 16px; width: 10px; border-bottom: 4px solid #1C91FD; border-right: 4px solid #1C91FD;}
.lets-talk ul li a {font-size: 16px; color: #fff; position: relative; display: block; padding: 8px 3px 8px 40px;}

.lets-talk ul li a:before {width: 2px; height: 99%; background: #ffffff; content: ""; position: absolute; left: 0; top: 0; -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%); -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s;}
.lets-talk ul li a:after {width: 2px; height: 99%; background: #ffffff; content: ""; position: absolute; right: 0px; bottom: 0; -moz-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%); transform: translateY(100%); -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s;}
.lets-talk ul li:hover a:before, .lets-talk ul li:hover a:after {-moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0);}

.lets-talk ul li a span:before { width: 100%; height: 2px; background: #ffffff; content: ""; position: absolute; left: 0; top: 0; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.lets-talk ul li a span:after {width: 100%; height: 2px; background: #ffffff; content: ""; position: absolute; right: 0; bottom: 0; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -moz-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%);}
.lets-talk ul li:hover a span:before, .lets-talk ul li:hover a span:after {-moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0);}


/* Built on Trust */
.trust-section {text-align: center; padding: 50px 0;}
.trust-section h2 {margin-bottom: 30px;}
.trust-section ul {margin-bottom: 0;}
.trust-section ul li {max-width: 12.5%; width: 100%; padding-left: 0;}
.trust-section ul li:before, .trust-section ul li:after {display: none; }


/* Footer */
.footer {background: #1D1D1D; padding: 40px 0 0;}
.footer .foo-col {max-width: calc(25% - 30px); width: 100%; margin: 0 15px;}
.footer .foo-col h6 {color: #b3b3b3; font-family: inherit;}
.footer .foo-col ul li {padding-left: 0; transition: all 0.2s; position: relative; margin: 3px 0;}
.footer .foo-col ul li:before {display: block; content: ''; position: absolute; left: 10px; top: 10px; width: 10px; height: 3px; background: #fff; opacity: 0; visibility: hidden; transition: all 0.2s;}
.footer .foo-col ul li:hover:before {opacity: 1; visibility: visible; left: -10px; background: #1C91FD;}
.footer .foo-col ul li:hover {padding-left:5px;}
.footer .foo-col ul li:hover a {color:#1C91FD;}
.footer .foo-col ul li, .footer .foo-col ul li a {color: #b3b3b3; font-size: 16px;}
.footer .foo-col ul li span:first-child { border: 1px solid #b3b3b3; width:25px; height:25px; display: block; padding:3px; margin-right: 10px;}
.footer .foo-col iframe {width: 100%;}

.footer .foo-col:last-child ul li:last-child:hover a {margin-top: 0;} 
.footer .foo-col:last-child ul.contact-details li {display: flex; flex-wrap: wrap; margin-bottom: 10px;}
.footer .foo-col:last-child ul.contact-details li:before {display: none;}
.footer .foo-col:last-child ul.contact-details li:hover {padding-left: 0;} 


.footer-bottom {background:#000; padding:20px 0;}
.footer-bottom__inner > * {max-width: 100%; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 10px;}
.footer-bottom ul li {margin: 0 10px;}
.footer-bottom p, .footer-bottom ul li a {color: #b3b3b3; font-size: 14px;}
.footer-bottom p a {margin-left: 5px; color: #b3b3b3;}
.footer-bottom p a:hover {color: #1C91FD;}

.footer-bottom ul li {position: relative;}
.footer-bottom ul li:hover a {color:#1C91FD;}
.footer-bottom ul li:after {display: block; content: ''; background: #b3b3b3; position: absolute; top:7px; right:-11px; left: auto; width: 1px; height: 15px; transform: rotate(0); border: 0;}
.footer-bottom ul li:last-child:after {display: none;}

.footer-bottom ul.social li {max-width: 32px; margin: 0 5px; border: 0;}
.footer-bottom ul.social li:after {display: none;}


/* Inner Page Banner */

.intro-content {padding: 50px 0; text-align: justify;}
.intro-content .container {max-width: 900px;}
.intro-content h3 {text-align: center;}


.inner-hero-banner {position: relative; max-height: 500px; overflow: hidden;}
.inner-hero-banner .container {position: absolute; top: 50%; left: 0; right: 0; max-width: 1170px; width: 100%; padding: 0 15px; margin: 0 auto; transform: translateY(-50%);}
.inner-hero-banner__content  {max-width: 570px; width:100%; color: #fff;}
.inner-hero-banner__content h1, .inner-hero-banner__content p  {color: #fff;}
.inner-hero-banner__content h1 {font-size: 32px;}
.inner-hero-banner__content p  {font-size: 18px;}


.data-cards__inner {padding:50px;}
.data-card__item {position: relative; height:500px; width:calc(33.3333% - 30px); margin:0 15px; transition: ease all 2.3s; perspective: 1200px; }
.data-card__item:hover .data-card__image { transform: rotateX(0deg) rotateY(-180deg); }
.data-card__item:hover .data-card__image:before { transform: translateZ(30px); }
.data-card__item:hover .data-card__image:after { background-color: black; }
.data-card__item:hover .data-card__image h1 { transform: translateZ(100px); }
.data-card__item:hover .data-card__image p { transform: translateZ(-60px) rotatey(-180deg); }
.data-card__item:hover .data-card__image a { transform: translateZ(-60px) rotatey(-180deg); }
.data-card__item .data-card__image { position: absolute; height: 100%; width: 100%; transform-style: preserve-3d; transition: ease all 2.3s; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.data-card__item .data-card__image:before { content: ""; position: absolute; border: 5px solid rgba(255, 255, 255, 0.5); box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); top: 20px; left: 20px; right: 20px; bottom: 20px; z-index: 2; transition: ease all 2.3s; transform-style: preserve-3d; transform: translateZ(0px); }
.data-card__item .data-card__image:after { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 2; transition: ease all 1.3s; background: rgba(0, 0, 0, 0.6); }

.data-card__item .data-card__image h2 { font-weight: 600; position: absolute; bottom: 55px; left: 50px; color: white; transform-style: preserve-3d; transition: ease all 2.3s; z-index: 3; font-size: 2em; transform: translateZ(0px); }
.data-card__item .data-card__image .price { font-weight: 200; position: absolute; top: 55px; right: 50px; color: white; transform-style: preserve-3d; transition: ease all 2.3s; z-index: 4; font-size: 2em; transform: translateZ(0px); }
.data-card__item .card-back { position: absolute; height: 100%; width: 100%; background: #0b0f08; transform-style: preserve-3d; transition: ease all 2.3s; transform: translateZ(-1px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.data-card__item .card-back p { transform-style: preserve-3d; transition: ease transform 2.3s, ease background 0.5s; transform: translateZ(-1px) rotatey(-180deg); background: transparent; font-weight: 200; font-size: 1em; color: white; padding: 15px 50px; text-align: center; outline: none; text-decoration: none; }
.data-card__item .card-back a { transform-style: preserve-3d; transition: ease transform 2.3s, ease background 0.5s; transform: translateZ(-1px) rotatey(-180deg); background: transparent; outline: none; }

.innerpage-data-services h2 {text-align: center; margin-bottom:40px;}
.innerpage-data-services {position: relative;}
.innerpage-data-services .parallax-box {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.innerpage-data-services .parallax-box .parallax {width: 60%;}
.innerpage-data-services .parallax-box .parallax__container .parallax {background-position: left center!important;}
.innerpage-data-services .parallax-box__content {background: #fff; padding: 50px; box-shadow: 0 0 100px rgba(0,0,0,0.2); position: relative; z-index: 1; max-width: 40%; margin-right: 5%;}
.innerpage-data-services .parallax-box__content h2 {text-align: left; margin-bottom: 20px; font-size: 26px;}

.innerpage-data-services .parallax-box:nth-child(even) {justify-content: flex-start;}
.innerpage-data-services .parallax-box:nth-child(even) .parallax__container {display: flex; justify-content: flex-end;}
.innerpage-data-services .parallax-box:nth-child(even) .parallax__container .parallax {background-position: right center!important;}
.innerpage-data-services .parallax-box:nth-child(even) .parallax-box__content {margin-right: 0%; margin-left: 5%;}


.the-process {background-color: rgba(30, 144, 255, 0.06); padding: 80px 0; text-align: center;}
.the-process .step-row {position: relative; padding-top: 30px; justify-content: space-around;}
.the-process .step-row:after {content:''; position: absolute; width:2px; height: 110%; background:#858585; z-index: -1;}
.the-process .step-row:first-child:after { height: 55%; top: 50%; }
.the-process .step-row:last-child:after { height: 55%; bottom: 50%; }
.the-process .step-row:first-child {padding-top: 0;}
.the-process .step-item {position: relative; max-width: 45%; width:100%; text-align: left; background: #fff; padding: 40px; -webkit-box-shadow: 2px 2px 30px 0 rgba(156,156,192,0.26);  box-shadow: 2px 2px 30px 0 rgba(156,156,192,.2); border-radius: 6px;}
.the-process .step-item h6 {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.the-process .step-item:after {content:''; position: absolute; width: 20px; height: 20px; background: #fff; right: -10px; top: 50%; margin-top: -10px; transform: rotate(45deg);}
.the-process .step-item p {margin-bottom: 0;}
.the-process .step-icon {width: 50px; height: 50px; background: #858585; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 20px}
.the-process .step-label {color: #1E90FF; font-weight: 500; text-align: left; max-width: 45%; width:100%;} 


.the-process .step-row:nth-child(2n) {flex-direction: row-reverse;}
.the-process .step-row:nth-child(2n) .step-label {text-align: right;}
.the-process .step-row:nth-child(2n) .step-item:after {content:''; position: absolute; width: 20px; height: 20px; background: #fff; left: -10px; top: 50%; margin-top: -10px; transform: rotate(-45deg);}


.iv-to-bm {padding: 100px 0px;}
.iv-to-bm__inner {margin:0 -15px;}
.iv-to-bm__item {max-width: 33.3333%; width: 100%; padding: 0 15px;}
.iv-to-bm h2 {max-width: 60%; width: 100%; margin-bottom: 40px;}
.iv-to-bm h5 {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.iv-to-bm__icon {max-width: 70px; max-height: 65px; width: 100%; height: 100%; margin-bottom: 20px;}
.iv-to-bm__icon svg { width: 100%; object-fit: cover; height: 100%; }

.parallax-box__content ul.onehalf {display: flex; flex-wrap: wrap;}
.parallax-box__content ul.onehalf li {max-width: 50%; width: 100%; padding-right: 10px;}

.service-country-section_iiner {background: url(images/bg-parallax.jpg) 0 0 no-repeat; background-size: contain;}
.service-country-section_iiner img {transform: scale(1); transition: all 1.2s;}
.service-country-section_iiner:hover img {transform: scale(1.1);}

.page-heading {background: #f8f9fa;  padding: 30px 0; margin-bottom: 30px;}

.columns3-layout, .columns2-layout {padding-top:0; padding-bottom: 30px;} 
.sidebar-column {max-width: 25%; width: 100%;}
.sidebar-column h3 {font-weight: 700; font-size: 1.75rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.columns3-layout .content-column {max-width:50%; padding: 0 20px; width: 100%;}
.columns2-layout .content-column {max-width:75%; padding: 0 20px; width: 100%;}

.columns3-layout .content-column .cta-section, .columns2-layout .content-column .cta-section {padding: 20px;}
.columns3-layout .content-column .cta-section p:last-child, .columns2-layout .content-column .cta-section p:last-child {margin-bottom: 0;}
.columns3-layout .content-column .cta-section .button, .columns2-layout .content-column .cta-section .button {height: 50px;}
.columns3-layout .content-column .cta-section .button.white:before, .columns2-layout .content-column .cta-section .button.white:before {border: 0; background: #fff;}
.columns3-layout .content-column .cta-section .button:before, .columns2-layout .content-column .cta-section .button:before {height: 50px;background: #fff;}
.columns3-layout .content-column .cta-section .button:after, .columns2-layout .content-column .cta-section .button:after {width: 10px; height: 10px; top: 20px; right: 17%;}
.columns3-layout .content-column .cta-section .button span, .columns2-layout .content-column .cta-section .button span {line-height: 50px; font-size: 16px;color: #444;}
.columns3-layout .content-column .cta-section .button.white span, .columns2-layout .content-column .cta-section .button.white span {color: #444;}
.columns3-layout .content-column .cta-section .button:after, .columns2-layout .content-column .cta-section .button:after {border-bottom: 3px solid #444; border-right: 3px solid #444;}
.columns3-layout .content-column .cta-section .button.white:after, .columns2-layout .content-column .cta-section .button.white:after {border-bottom: 3px solid #444; border-right: 3px solid #444;}

.total-contacts-card {background:#1E90FF; border-radius: 2px; padding: 30px; margin-bottom: 30px;}
.total-contacts-card p {color: #fff; margin-bottom: 10px;}

.country-table th, .country-table td {width: 100%; max-width: 33.3333%; border-top: 1px solid #dee2e6; padding: 10px 0;}

.our-clients-banner {position: relative; background-image:url(images/hero-blue-bkg.svg); background-repeat: no-repeat; background-position: top right; background-size: contain; right: 0; top: 0; z-index: 0;}
.our-clients-banner__content {max-width: 600px; width: 100%;}
.our-clients-banner__image {max-width: 500px; width: 100%;}
.our-clients-logo__item {max-width: 33.3333%; width: 100%; padding: 15px;}

.case-studies-section {background-color: rgba(30, 144, 255, 0.06); text-align: center; padding: 60px 0;}


.cta-section {padding:50px 0; background-color: #1E90FF; background-image: url(images/footer-cta.jpg); background-position: center center; background-size: cover; text-align: center;}
.cta-section h3, .cta-section h4, .cta-section p {color: #fff;}

.marketng-strategies__inner h4 {padding: 0 15px;}
.response-and-compiled__item { padding: 30px 0; }

.trusted-by { margin-bottom: 50px;}
.trusted-by__slider .slick-track {display: flex; align-items: center;}
.trusted-by__slider .slick-slide {padding: 50px;}
.trusted-by__item img {margin: 0 auto;}
.response-and-compiled__inner:nth-child(2n) {flex-direction: row-reverse;}

.who-we-are .container{margin:0 auto;text-align:center}
.who-we-are {position: relative;  right: 0; top: 0; z-index: 0; padding: 50px 0;}
.who-we-are h1, .team-and-brand h3, .who-we-are h2, .odd-even__content h2 { font-weight: 400!important; text-transform: uppercase; background: -webkit-linear-gradient(45deg,#4ba4fe,#80d309 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; padding: 0 5px;}
.who-we-are .button-link {background-color:#5bc0de; font-size:24px; padding:10px 30px; border-radius:4px; color:#fff; text-transform: uppercase;}
.who-we-are h1 {font-size: 39px; margin-bottom:30px;}
.who-we-are h2, .odd-even__content h2 {font-size: 30px; margin-bottom:26px;}
.who-we-are p, .team-and-brand p {font-size: 18px;}
.who-we-are .button-link:hover {background-color:#000;}
.team-and-brand+.who-we-are, .compensation-benefits+.who-we-are {background: none;}

.odd-even__content{max-width:55%;width:100%;padding-right:40px}
.odd-even__image{max-width:45%;width:100%;text-align:right}
.odd-even__item:nth-child(2n){flex-direction:row-reverse}
.odd-even__item:nth-child(2n) .odd-even__image{text-align:left}
.odd-even__item:nth-child(2n) .odd-even__content{padding-left:40px}

.team-and-brand{background:#f2f2f2;margin-top:50px;padding:0}
.brand-part,.team-part{width:50%;text-align:center;padding:50px 0;position:relative}
.brand-part h3,.team-part h3{margin-bottom:10px;-webkit-background-clip:text}
.team-part{background:#e5e5e5;z-index:1}
.team-part:after{content:'';position:absolute;right:-105px;top:0;z-index:1;width:162px;height:100%;background:url('images/divider-career.jpg') no-repeat}
.brand-part{background:#f2f2f2}
.team-logos{padding:0 100px}

.compensation-benefits{background:#e9e9e9;text-align:center;padding:50px 0}
.compensation-benefits h2{margin-bottom:30px}
.compensation-benefits__inner{margin:0 -10px;justify-content:center}
.compensation-benefits__item{background:#fff;padding:10px;max-width:calc(20% - 20px);width:100%;margin:30px 10px}
.compensation-benefits__icon{background:#000;width:72px;height:72px;border-radius:50%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:-45px auto 0}
.compensation-benefits h2 {font-size: 30px; margin-bottom:26px; font-weight: 400; text-transform: uppercase;}
.compensation-benefits__item h5{margin:10px;font-size:16px;font-weight:500;line-height:1.4;text-transform:capitalize}

.case-studies-intro {margin-bottom: 50px;}
.case-studies-lists__inner {margin: 0 -15px;}
.case-studies-list__item {max-width: 33.3333%; padding: 0 15px; width: 100%; text-align: center;}
.case-studies-list__item h4 {font-size: 22px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 500; }
.case-studies-list__item p {font-size: 14px;}

.webinar-form {margin-top: 50px;}
.webinar-form .container {max-width: 750px; width: 100%; margin: 0 auto;}
.webinar-form .wpcf7-form {display: flex; flex-wrap: wrap;}
.webinar-form .wpcf7-form .form-half-field, .webinar-form .wpcf7-form .form-full-field {padding: 0 15px;}
.webinar-form .wpcf7-form .form-half-field {max-width: 50%; width: 100%;}
.webinar-form .wpcf7-form .form-full-field {max-width: 100%; width: 100%;}

.blog-banner img {width: 100%;}
.blogpost-lists__inner {margin: 0 -15px;}
.blogpost-intro {text-align: center; padding: 15px 0;}
.blogpost-list__item {max-width: calc(33.3333% - 30px); margin: 0 15px; width: 100%; border: 1px solid #e6e7ec; margin-bottom:40px; transition: all 0.5s;}
.blogpost-list__item:hover {border:1px solid #2b71f6;}
.blogpost-list__content {padding:15px 20px; margin-bottom: 10px;}
.blogpost-list__content h4 {font-size: 18px; line-height: 1.3em; font-weight:500; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.blogpost-list__content h4 a {color: #121213;}
.blogpost-list__content h4 a:hover {color:#2b71f6;}
.blogpost-list__content .post-date {font-size: 14px; color:#909299;}

.contact-wrapper {margin-top: 50px;}
.contact-form {max-width: 600px; width: 1000%;}
.contact-form .wpcf7-form {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.contact-form .wpcf7-form .form-half-field, .contact-form .wpcf7-form .form-full-field {padding: 0 15px;}
.contact-form .wpcf7-form .form-half-field {max-width: 50%; width: 100%;}
.contact-form .wpcf7-form .form-full-field {max-width: 100%; width: 100%;}
.contact-form .form-full-field label {font-size: 16px;}
.contact-form span.wpcf7-list-item.first.last {margin-left: 0;}

#checkboxinterest {display: flex; flex-wrap: wrap; justify-content: space-between;}
#checkboxinterest .wpcf7-list-item {margin: 0 20px 0 0; max-width: calc(50% - 20px); width: 100%;}
#checkboxinterest .wpcf7-list-item:nth-child(2n) {margin: 0;}

.intl-tel-input .country-list li:before, .intl-tel-input .country-list li:after {display: none;}

.contact-info ul li:before, .contact-info ul li:after {display: none;}
.contact-info ul li {display:flex; flex-wrap: wrap;}
.contact-info ul li span {display: block; border: 1px solid #ccc; border-radius: 50%; padding:10px; margin-right:10px; width: 50px; height: 50px;}
.contact-info li div {margin-bottom:20px;}
.contact-info li div h6 {margin-bottom: 5px; font-weight:700; font-size: 18px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.contact-info li div p {margin-bottom: 0; font-size: 20px;}
.contact-info li div p a {color: #000;}

.email-services {padding:80px 0;}
.email-services h2 {text-align: center; margin-bottom:50px;}
.email-services__inner {margin:0 -25px;}
.email-services__item {max-width:50%; padding: 0 25px;}
.email-services__icon {max-width:60px; width: 100%; text-align: center;}
.email-services__content {max-width:calc(100% - 60px); width: 100%; padding-left: 30px;}

.sub-category ul li {max-width: 50%; width: 100%;}
.emaillist-countries a {margin-right: 20px; margin-bottom: 10px;}

.related-pages-interest {padding: 0 10px; margin-bottom: 30px;}
.related-pages-interest h3 {text-align: center;}
.related-pages-interest__item {border: 1px solid #e6e7ec; padding:20px; margin: 0 10px;}

.different-features {margin-bottom: 30px;}
.different-features__item {margin-bottom: 20px;}
.different-features__icon {max-width: 125px; width: 100%;}
.different-features__content {max-width: calc(100% - 125px); width: 100%; padding-left: 20px;}
.different-features__content p:last-child {margin-bottom: 0;}

.company-achievement {background-color:rgba(30, 144, 255, 0.06); padding: 80px 0 40px;}
.company-achievement__icon {font-size: 55px; margin-bottom: 15px;}
.company-achievement__icon svg {width: 1em; height: 1em; position: relative; display: block;}
.company-achievement__item h5 {margin-bottom: 5px;}
.company-achievement__item p {font-size: 18px;}


.the-strategy {text-align: center;}
.the-strategy__item {max-width: 33.3333%; width: 100%; text-align: left; padding:0 10px;}
.the-strategy__item__icon {max-width: 60px; width: 100%;}
.the-strategy__item__content {max-width: calc(100% - 60px); width: 100%; padding-left: 15px;}

.the-strategy {padding: 80px 0 40px;}

.buy-data-intro {text-align: center;}
.buy-data__features ul.group {max-width: 50%; width: 100%;}
.buy-data__features ul.group li {max-width: calc(50% - 14px); width: 100%; margin: 0 7px; text-align: left;}
.buy-data__inner {margin: 0 -15px;}
.buy-data__item {max-width: calc(50% - 30px); width: 100%; box-shadow: 2px 3px 30px 2px rgba(0,0,0,0.1); padding: 30px; margin: 0 15px; margin-bottom: 30px;}

.get-quote {background: url('images/blue-bg.jpg') 0 0 no-repeat; padding: 50px 0; background-size: cover;}
.get-quote__inner {margin: 0 -15px 0 0;}
.get-quote__content, .get-quote__form {max-width: 50%; width: 100%; padding: 0 15px;}
.get-quote__content {padding: 0 30px 0 0;}
.get-quote__form {box-shadow: 0 0 60px rgba(0,0,0,.1); background-color: rgba(255,255,255,.8); border-radius:30px; padding:30px;}
 
.get-quote__form .wpcf7-form {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.get-quote__form .wpcf7-form .form-half-field, .get-quote__form .wpcf7-form .form-full-field {padding: 0 15px 10px; margin-bottom: 10px;}
.get-quote__form .wpcf7-form .form-half-field {max-width: 50%; width: 100%;}
.get-quote__form .wpcf7-form .form-full-field {max-width: 100%; width: 100%;}
.get-quote__form .form-full-field label {font-size: 16px;}
.get-quote__form span.wpcf7-list-item.first.last {margin-left: 0;}

.get-quote__form input[type="email"], .get-quote__form input[type="text"], .get-quote__form input[type="tel"], .get-quote__form textarea, .get-quote__form select {background: transparent;}
.get-quote__form textarea {height: 70px;}

.get-quote+.buy-data-intro {padding-top: 50px;}

.filter-container {margin-bottom:30px;}
.filter-container label {margin-bottom:5px; display: block;}
#JobDepartment {border: 1px solid #aaa; padding: 5px; width: 250px;}
.job-listing label {display: block; margin-bottom: 10px;}
.job-listing ul li:before, .job-listing ul li:after {display: none;}
.job-listing ul li {padding-left: 0;}
.job-listing ul li a {color: #1C91FD; font-weight: 700;}
.job-listing ul li span {display: block; font-size: 13px;}

.job-description button {margin-bottom: 20px;}

#dialog-content {position: fixed; background: rgba(0,0,0,0.8); width: 100%; height: 100%; top: 0; left: 0; z-index: 9;}
#dialog-content .career-form {background-color: #fefefe; border-radius: 6px; padding: 35px; width: 45%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); margin: 0 auto; transform: translateY(-50%); position: absolute; top: 50%; left: 0; right: 0;}

#dialog-content .wpcf7-form {display: flex; flex-wrap: wrap; margin: 0 -15px;}
#dialog-content .wpcf7-form .form-half-field, #dialog-content .wpcf7-form .form-full-field {padding: 0 15px 10px; margin-bottom: 10px;}
#dialog-content .wpcf7-form .form-half-field {max-width: 50%; width: 100%;}
#dialog-content .wpcf7-form .form-full-field {max-width: 100%; width: 100%;}
#dialog-content .form-full-field label {font-size: 16px;}
#dialog-content textarea { height: 80px;}
span.close { position: absolute; top: 0; right: 10px; font-weight: 700; font-size: 30px; cursor: pointer;}

.datapowers-success {background-color: rgba(30, 144, 255, 0.06); padding: 80px 0px; text-align: center;}
.datapowers-success h3 {margin-bottom: 60px;}
.datapowers-success__box {background:#fff; box-shadow: 0 30px 50px 0 rgba(23,24,28,.2); padding: 50px; max-width: 740px; width: 100%; margin: 0 auto;}
.datapowers-success__image {width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 30px; overflow: hidden;}

.big-checkmark ul li:before {width: 50px; height: 50px; border:1px solid #1E90FF;}
.big-checkmark ul li:after {top: 10px; left: 18px; height: 28px; width: 15px; border-bottom: 2px solid #1E90FF; border-right: 2px solid #1E90FF;}
.big-checkmark ul li {padding-left:65px;}
.big-checkmark ul li h4 {font-weight:500; margin-bottom:10px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

.career-thankyou {padding: 100px 0; text-align: center; max-width: 800px; margin: 0 auto;}
.career-thankyou h1 {margin-bottom: 0;}

.big-checkmark {padding: 50px 0;}

.offered-by-frescodata {padding: 30px 0;}
.offered-by-frescodata__inner {margin: 0 -15px;}
.offered-by-frescodata__item {max-width: 33.3333%; width: 100%; padding: 0 15px;}

.innerpage-data-services .parallax-box .parallax__container .parallax:before, .innerpage-data-services .parallax-box:nth-child(even) .parallax__container .parallax:before {content:''; position: absolute; width: 300px; height: 100%;}
.innerpage-data-services .parallax-box .parallax__container .parallax:before {right: 0; top: 0; background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,1) 100%);}
.innerpage-data-services .parallax-box:nth-child(even) .parallax__container .parallax:before { left: 0; top: 0; background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 63%,rgba(0,0,0,0) 100%);}

.innerpage-data-services__inner .parallax-box {margin: 30px 0;}

/*costom tables css*/
table.demo {border:1px solid #939393;}
table.demo th, table.demo td {border-left:1px solid #939393; border-top: 1px solid #939393; padding: 5px 10px; text-align: center;}
table.demo th {background: #c5e0b3; border-top:0;}
table.demo th:first-child {background: #d9d9d9;border-left:0;}
table.demo td:first-child {background: #d9e2f3;border-left:0;} 
table.tbl_acc {font-family: arial, sans-serif;border-collapse: collapse;width: 100%;}
table.tbl_acc td{border: 1px solid #dddddd;text-align: left;padding: 8px;}
table.tbl_acc tr.graycolor {background-color: #dddddd;}
.accordion {margin-bottom: 40px;}


.blogpost-lists .navigation ul {display: flex; flex-wrap: wrap; justify-content: center;}
.blogpost-lists .navigation ul li:before, .blogpost-lists .navigation ul li:after {display: none;}
.single video {width: 100%;}

.blogpost-lists__inner .blogpost-list__item img {width: 100%; max-height: 200px; min-height: 200px; height: 100%; object-fit: cover;}

.modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
#myModal .modal-content { overflow: hidden; margin-top: 110px;}
.modal-content { position: relative; background-color: #fefefe; margin: auto; padding: 35px; margin-top: 60px; border-radius: 10px; border: 1px solid #888; width: 45%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s; }
#myModal .fd-contact-form-fieldset { position: relative; padding-bottom: 10px!important; width: 50%; float: left; margin-bottom: 20px; padding-right: 10px; padding-left: 10px;}
#myModal .fd-contact-form-fieldset.message-fieldset {width:100%;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {clear: both;}
#myModal .fd-contact-form-fieldset p { margin-bottom: 0; }
p:empty {display:none;}
.accordion__content ol li, .accordion__content ul li {color: #fff;}
.accordion__content a {color: #fff; text-decoration: underline;}
.accordion__content ol li:before, .accordion__content ul li:before {border: 1px solid #fff;}
.accordion__content ul li:after {border-bottom: 2px solid #fff;  border-right: 2px solid #fff;}
.offered-by-frescodata__item .button span {font-size: 14px!important;}

.columns3-layout .content-column .button:before, .columns2-layout .content-column .button:before {height:50px;}
.columns3-layout .content-column .button span, .columns2-layout .content-column .button span {line-height:50px;}
.columns3-layout .content-column .button:after, .columns2-layout .content-column .button:after {top: 20px;}

.page-id-41929 .inner-hero-banner__content {max-width: 100%;}
.post-feature-image {position: relative;} 

.post-feature-title ul li:before, .breadcrumbs-list-item:before, .post-feature-title ul li:after, .breadcrumbs-list-item:after {display: none;}
.post-feature-title ul li a { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; }

.post-feature-title{position: absolute; top: 50%; left: 100px; transform: translateY(-50%);}
.post-feature-title h1 {color:#fff;}


.breadcrumbs-list-list {opacity: 0; transition: all 0.5s ease 0s;}
.breadcrumbs-list-list.fixed {opacity: 1; position: sticky; top:145px;}
.breadcrumbs-list-item {padding-left: 10%; border: 1px solid rgba(0,0,0,0.24); margin-bottom: 10px;}
.breadcrumbs-list-item:hover {background: #000;}
.breadcrumbs-list-item:hover a {color: #fff;}
.breadcrumbs-list-item a {color: #000000b3; font-weight: 600; padding: 12px; display: block;}

.content-column video {width: 100%; height: 100%;}

.scroll-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 995; background: #000; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; display: flex; align-items: center; }
.scroll-top.active { visibility: visible; opacity: 1; }
.scroll-top i { background: url(images/scrollup-arrow.png) 0 0 no-repeat; width: 10px; height: 10px; display: block;}
.social li:hover img {opacity:0.6;}

figcaption { font-size: 14px; font-style: italic; text-align: center; }

.next-prev__inner {margin: 0 -10px;}
.next-prev__col { max-width: calc(50% - 20px); width: 100%; margin: 0 10px; }
.next-prev__col__image { max-width: 120px; margin-right: 15px; }
.flex-direction-row-reverse.next-prev__col {text-align: right;}
.flex-direction-row-reverse .next-prev__col__image {margin-left: 15px;}

.recommended-post {margin-top: 30px;}
.recommended-post_inner { margin: 0 -10px; }
.recommended-post__item {max-width: calc(33.3333% - 20px); margin: 0 10px; width: 100%;}
.recommended-post__image img { height:170px; object-fit: cover; }

.wpcf7-form-control-wrap .wpcf7-not-valid-tip + * { display: none;}
.breadcrumbs-list-list.fixed {height: 80vh; overflow-y: auto;}
.navigation.text-center-forced {margin-top: 85px;}

/*Glossary css*/
.glossary-wrapper .container {max-width: 900px; align-items: flex-start;}
.glossary-left {max-width: 100px; width: 100%; }
.glossary-index {max-width: 100px; width: 100%; margin-right: 50px; position: sticky; top: 10px;}
.glossary-index .search-icon {max-width: 100px; width: 100%; display: block; background: #ccc; border-radius: 10px; padding: 15px; line-height: 0; cursor: pointer; text-align: center;}
.glossary-index .search-icon:hover {background: #adadad;}
.glossary-index .search-icon img {max-width:30px;}
.glossary-index ul {margin:5px -5px 10px;}
.glossary-index ul li {padding-left: 0; max-width: calc(50% - 10px); margin: 5px; width: 100%; font-size: 20px; font-weight: 600; background: #ccc; border-radius: 5px; text-align: center; cursor: pointer;}
.glossary-index ul li:hover {background: #1d1d1d; color: #fff;}
.glossary-index ul li a {color: #444; display: block;}
.glossary-index ul li:hover a, .glossary-index ul li a:hover {color: #fff;}
.glossary-index ul li.not-found {opacity: 0.4; pointer-events: none;}
.glossary-index ul li:before, .glossary-index ul li:after {display: none;}

.glossary-right {max-width: calc(100% - 150px); width: 100%;} 
.glossary-search-field {position: relative;}
.glossary-search-field input {max-width: 100%; width: 100%;}

.glossary-group ul li {padding-left: 0;}
.glossary-group ul li:before, .glossary-group ul li:after {display: none;}

.glossary-categories {padding-top: 30px;}
.glossary-group .big-letter {font-size: 32px; font-weight: 600; background: #ccc; border-radius: 5px 5px 0 0; text-align: center; width: 65px; height: 50px; line-height: 48px; color: #444;}
.glossary-group ul {display: flex; flex-wrap: wrap; margin: 0 -20px; position: relative; padding: 25px 25px 50px;}
.glossary-group ul:after { content: ''; position: absolute; top: 0; left: 20px; right: 20px; width: calc(100% - 40px); height: 100%; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); z-index: -1;}
.glossary-group ul li {max-width: calc(50% - 40px); width:100%; margin: 0 20px; padding: 5px 0; }
.glossary-group ul li a {padding: 5px 0; font-size: 20px; color: #444; border-bottom: 1px solid transparent; transition: all 0.5s;}
.glossary-group ul li a:hover {border-bottom: 1px solid #444; margin: 0 0 0 5px;}

/*.head_section .one-half.custom-padding {padding: 0 85px 0 15px;}*/
.head_section .one-half.custom-padding {/*padding: 0 85px 0 15px;*/ padding: 5% 3%;}


.glossary-details-wrapper .glossary-details-index {max-width: 250px; margin-right: 50px; width: 100%;}
.glossary-details-wrapper .glossary-details-index {position: relative; top: auto;}
.glossary-details-wrapper .glossary-details-index ul {position: sticky; top: 10px;overflow: auto;height: calc(100vh - 200px);}
.glossary-details-right {max-width: calc(100% - 300px); width: 100%;}

.subscription-box {width: 100%; padding: 2.5rem; display: flex; justify-content: flex-end; background:#0098da url(images/subscribe-plane.png) 0 0 no-repeat; margin-bottom: 30px;}
.subscription-box .subscription-form {max-width:45%; width: 100%;}
.subscription-box .subscription-form h3 {color: #fff;}
.subscription-box .subscription-form input {padding-left: 15px; padding-right: 15px; font-size: 18px; color: #000;}
.subscription-box .subscription-form small {font-size: 12px; color: #fff; line-height: 18px; display: block; margin-top: 15px;}
.subscription-box .subscription-form small a {color: #fff; text-decoration: underline;}
.subscription-box .subscription-form .button {background: none; border: 0; margin-top: 30px; cursor: pointer;}
.subscription-box .subscription-form .button:before {background: #fff; border: 2px solid #fff;} 
.subscription-box .subscription-form .button span {color: #444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";} 
.subscription-box .subscription-form .button:after {border-bottom: 3px solid #444;  border-right: 3px solid #444;} 

.glossary-details-index li {padding-left: 0; font-weight:700;}
.glossary-details-index li h1, .glossary-details-index li h2, .glossary-details-index li h3 {position: relative; font-weight:500;}
.glossary-details-index li h1:before, .glossary-details-index li h2:before, .glossary-details-index li h3:before, .glossary-details-index li h4:before, .glossary-details-index li h5:before {content:'';position: absolute; border-top: 2px solid #444; width: 10px; top:10px;}
.glossary-details-index li h1:before {left: 0;}
.glossary-details-index li h2:before {left:10px;}
.glossary-details-index li h3:before {left: 30px;}
.glossary-details-index li h4:before {left: 40px;}
.glossary-details-index li h5:before {left: 50px;}
.glossary-details-index li h1 a, .glossary-details-index li h2 a, .glossary-details-index li h3 a, .glossary-details-index li h4 a, .glossary-details-index li h5 a {color: #444;}
.glossary-details-index li h1 {font-size: 18px; padding-left: 15px;}
.glossary-details-index li h2 {font-size: 16px; font-weight: 400; padding-left: 25px;}
.glossary-details-index li h3 {font-size: 16px; font-weight: 400; padding-left: 45px;}
.glossary-details-index li h4, .glossary-details-index li h5 {font-size: 16px;font-weight: 400;padding-left: 55px;}
.glossary-details-index li:before, .glossary-details-index li:after {display: none;}
section.glossary-details-wrapper {margin-top: 50px;}
.es-form-field-container {flex-direction: column;}
.page-template-tp-glossary-details form[data-form-id="1"] .es-form-field-container .gjs-row:nth-child(2) {width: 100%;}
.page-template-tp-glossary-details form[data-form-id="1"] .es-form-field-container .gjs-row .es-email {    padding-left: 15px; padding-right: 15px;  font-size: 18px;  color: #000; width: 100%; border-radius: 0;}
.page-template-tp-glossary-details form[data-form-id="1"] .es-form-field-container .gjs-row:last-child input {color: #0098da; border: 0; margin-top: 10px; cursor: pointer; background: #fff; border: 2px solid #fff;height: 60px;font-weight: 700; /*border-radius: 32px 32px 32px 32px;*/}


.single .es-form-field-container {flex-direction: row; flex-wrap: wrap;}
.single form[data-form-id="1"] .es-form-field-container .gjs-row:first-child { width: 100%; }
.single form[data-form-id="1"] .es-form-field-container .gjs-row:last-child .gjs-cell {flex-grow: initial; flex-basis: auto;}

.tags {margin-bottom: 20px;}
.tags ul { list-style-type: none; display: flex; margin-bottom: 0;}
.tags ul li { padding-left: 0; padding-right: 20px; display: block; margin-bottom: 0; }
.tags ul li:before, .tags ul li:after { display: none;}
.tags ul li a {background: #edf3fe; padding: 10px 20px; border-radius: 5px; color: #414141; line-height: 44px; font-weight: 500;}
.tags ul li a:hover { background: #1e90fd; color: #fff;}


.page-id-19683 .inner-hero-banner .container {min-height: 250px;}
.page-id-6002 .inner-hero-banner .container {min-height: 158px;}
.inner-hero-banner__image.bg-cover {min-height: 510px;}

#myModal::-webkit-scrollbar { width: 10px; height: 10px; }
#myModal::-webkit-scrollbar-track {background-color: #999 }/* Track */
#myModal::-webkit-scrollbar-thumb {background-color: #999; }/* Handle */
#myModal::-webkit-scrollbar-thumb:hover {background-color: #999;}/* Handle on hover */


.blogpost-lists__inner .blogpost-list__item img.emoji {min-height: auto;}

/* ================================= RESPONSIVE ================================= */

@media (max-width: 1399px) {
	.data-card__item .card-back p {padding: 15px 30px;}
}
@media (max-width: 1200px) {
	.hero-banner .banner-right-image {right: 0;}

	.fresco-features__content h2 {font-size: 17px;}
	.fresco-features__content li {font-size: 12px;}

	ul.data-services__column li a {font-size: 14px;}
	ul.data-services__column:before { left:28%; }
	ul.data-services__column:after { right:35%; }

	.our-clients-banner__content, .our-clients-banner__image {max-width:48%;}

	.data-card__item .card-back p {font-size: 16px;}
	.get-quote__content, .get-quote__form {max-width: 49%;}
}

@media (max-width: 991px) {
	h1, .h1 { font-size: 2.5rem; margin: 0 0 15px;}
	h2, .h2 { font-size: 2rem; margin: 0 0 15px;}
	h3, .h3 { font-size: 1.75rem; margin: 0 0 20px;}
	h4, .h4 { font-size: 1.5rem; margin: 0 0 15px;}
	h5, .h5 { font-size: 1.25rem; margin: 0 0 12px;}
	h6, .h6 { font-size: 1rem; margin: 0 0 10px;}

	ol li, ul li {font-size: 16px;}

	.hero-banner .hero-banner__image {padding: 100px 0;}

	.fresco-features__item {max-width: 50%;}
	.fresco-features__item:first-child, .fresco-features__item:nth-child(2) {border-bottom: 1px solid #dcdcdc;}
	.fresco-features__item:last-child {border-right: 0;}
	.fresco-features__item:nth-child(odd) {border-left: 0;}

	.parallax-box {height: auto; display: block; padding: 0;}
	.parallax-box:nth-child(odd) .parallax {background-position: left center!important;} 
	.parallax-box:nth-child(even) .parallax {background-position: right center!important;} 
	.parallax__container {height: auto; position: relative; top: 0; width: 100%; z-index: -100;}
	.parallax-box .parallax {position: static; height: 400px!important;}
	.parallax-row .parallax-box:nth-child(2n) .parallax-box__content-part {background: #000;}
	.parallax-box__content-part {top:0; transform:translateY(0); padding: 20px;}
	.parallax-box__blank {display:none;}
	.parallax-box__content {max-width:100%;}

	.innerpage-data-services .parallax-box .parallax {width: 100%;}
	.innerpage-data-services .parallax-box__content, .innerpage-data-services .parallax-box:nth-child(even) .parallax-box__content {max-width:100%; margin-right: 0; margin-left: 0;}

	.data-services h2 {margin-bottom: 30px;}
	ul.data-services__column:before {left: 30%;}
	ul.data-services__column:after {right: 32%;}
	ul.data-services__column li {padding-left: 25px; padding-right: 20px;}
	ul.data-services__column li a {font-size: 12px;}
	ul.data-services__column li a:after {top: -8px;}
	ul.data-services__column li:before, ul.data-services__column li:after {top: -1px;}
	ul.data-services__column li:after {top: 2px;}

	.case-studies__item {max-width: calc(50% - 20px);}
	.iv-to-bm { padding: 50px 0px; }

	.the-process .step-item, .the-process .step-label {max-width: 43%;}

	.sidebar-column, .columns3-layout .content-column, .columns2-layout .content-column {max-width: 100%; padding: 0; margin-bottom: 30px;}
	.content-column {order: 1; padding: 0;}
	.sidebar-column {order: 2;}

	.compensation-benefits__item{max-width:calc(33.3333% - 20px);}
	.case-studies-list__item {max-width: 50%;}

	.data-cards__inner {padding:30px;}
	.data-card__item {width: 100%; height: 400px; margin: 0 0 30px;}

	.contact-form {max-width:100%;}
	.contact-info ul li {padding-left: 0;}

	.buy-data__features ul.group {max-width: 100%;}

	.the-strategy {padding: 40px 0;}
	.the-strategy h4 {font-size: 1.50em;}
	.the-strategy__item {max-width: 100%; text-align: center;}
	.the-strategy__item:last-child {margin-top: 30px;}
	.the-strategy__item__box {flex-direction: column; align-items: center;}
	.the-strategy__item__content {max-width: 100%;	padding-left: 0;}

	.get-quote__inner {margin: 0;}
	.get-quote__content, .get-quote__form {max-width: 100%;}
	.get-quote__content {padding:0;}
	.get-quote__form {margin-top: 30px;}

	.footer .foo-col {max-width: calc(50% - 30px);}

}

@media (max-width: 767px) {

	h1, .h1 { font-size: 1.75rem; margin: 0 0 15px;}
	h2, .h2 { font-size: 1.5rem; margin: 0 0 15px;}
	h3, .h3 { font-size: 1.25rem; margin: 0 0 20px;}
	h4, .h4 { font-size: 1rem; margin: 0 0 15px;}

	/* .main-navigation .menu {height: calc(100vh - 115px); overflow: auto;} */

	.button:before {width:100%; height:45px;}
	.button:after {width:9px; height:9px; top:19px; right:25px;}
	.button span {font-size:14px; line-height:45px;}
	.button:hover:before {height:45px;}
	.button:hover span {padding:0 50px 0 25px;}

	.one-half {max-width: 100%;}

	.header {box-shadow: 0 0 30px rgba(0,0,0,0.1);}
	.header__topbar ul { justify-content: center;}
	.header__topbar ul li {margin: 0 10px;}

	body.menu-open {overflow: hidden;}
	.menu-toggle {display: block; position: absolute; width: 40px; height: 45px; top: 10px; right: 20px; transition-duration: 0.5s; cursor: pointer; z-index: 1;}
    .menu-toggle .icon-left {transition-duration: 0.5s; position: absolute; height: 5px; width: 20px; top: 20px; background-color: #000; left: 0px;}
    .menu-toggle .icon-left:before {content:'';transition-duration: 0.5s; position: absolute; width: 20px; height: 5px; background-color: #000; top: -10px;}
    .menu-toggle .icon-left:after {content:'';transition-duration: 0.5s; position: absolute; width: 20px; height: 5px; background-color: #000; top: 10px;}
    .menu-toggle .icon-right {transition-duration: 0.5s; position: absolute; height: 5px; width: 20px; top: 20px; background-color: #000; left: 20px;}
    .menu-toggle .icon-right:before {content:'';transition-duration: 0.5s; position: absolute; width: 20px; height: 5px; background-color: #000; top: -10px;}
    .menu-toggle .icon-right:after {content:''; transition-duration: 0.5s; position: absolute; width: 20px; height: 5px; background-color: #000; top: 10px;}

    .menu-toggle.open .icon-left {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-left:before {content:'';transform:rotateZ(45deg) scaleX(1.4) translate(10px, -4px);}
    .menu-toggle.open .icon-left:after {content:'';transform:rotateZ(-45deg) scaleX(1.4) translate(10px, 4px);}

    .menu-toggle.open .icon-right {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-right:before {content:'';transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);}
    .menu-toggle.open .icon-right:after {content:'';transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);}

	.menu-open .menu-navigation-menu-container {display: block!important; position: absolute; left: 0; top: 75px; height: calc(100vh - 200px); background: rgba(0,0,0,0.7); overflow: auto;}
    .menu-menu-1-container {position: fixed; left: 0; top: 0; margin-top: 130px; width: 100%; height: 100%; background: #fff; opacity: 0;  visibility: hidden; transition: all 0.5s; overflow: auto;}
    .menu-open .menu-menu-1-container {opacity: 1; visibility: visible; overflow: scroll; height: calc(100% - 130px);}

	.menu-navigation-menu-container {display: none;}
	.menu .menu-item-has-children ul.sub-menu {display: none;}

    .main-navigation .menu > li {width:100%; border-bottom: 1px solid #ddd; padding: 0; background: #f3f3f3;}
	.main-navigation .menu > li.menu-item-has-children > a:before, .main-navigation .menu > li.menu-item-has-children > a:after {display: none;}
    .main-navigation .menu > li > a {padding:10px 20px; border:0; display: block;}
    .main-navigation .menu > li > a:hover {border:0; background: #1e90fd; color: #fff;}
	
	.main-navigation .menu > li > span {width:30px; height:30px; cursor: pointer; background: #aeaeae; position: absolute; right:6px; top:7px; text-align: center; z-index: 9999;}
	.main-navigation .menu > li > span:after {content:'+'; display: block; color: #000; font-size: 18px; font-weight: 700; line-height: 26px;}
	.main-navigation .menu > li.submenu-open > span:after {content:'-';}

	.main-navigation .menu > li:hover .sub-menu, .main-navigation .menu .sub-menu { display:none; }
	.main-navigation .menu .sub-menu {position: relative; width: 100%; box-shadow: none; border: 0; top: 0; padding: 0; margin-bottom: 0;}
	.main-navigation .menu .sub-menu:before {display: none;}


	.hero-banner {display: flex; flex-direction: column; padding-top: 20px; max-height: inherit;}
	.hero-banner .hero-banner__image {order: 2;}
	.hero-banner .container {position:relative; top:0; transform: translateY(0); order: 1; text-align: center;}
	.hero-banner__content {max-width: 100%;}
	.hero-banner__content h1 {font-size: 20px; margin-bottom: 30px;}
	.hero-banner__content .play-button {margin: 0 auto 30px; max-width: 50px;}
	.hero-banner__content .play-button span {margin-left: -28px;}
	.banner-right-image {display: none;}

	.fresco-features, .fresco-features .container {padding: 0;}
	.fresco-features__item {padding: 15px;}
	.fresco-features__content h2 {font-size: 14px;}

	.trusted-logo {padding: 30px 0;}
	.trusted-logo__inner {justify-content: center;}
	.trusted-logo__item {max-width: 33.3333%;}

	ul.data-services__column:before, ul.data-services__column:after {display: none;}
	ul.data-services__column li {max-width:50%;}

	.case-studies__item {max-width:100%; margin: 10px 0;}

	.lets-talk {text-align: left;}
	.lets-talk ul:before {display: none;}
	.lets-talk ul li {max-width: 100%;}

	.trust-section ul li {max-width: 50%;}

	.team-part:after {display:none;}
	.page-id-42693 .modal-content, .page-id-42758 .modal-content {width: 90%;}
	#myModal .fd-contact-form-fieldset {width: 100%;}

	.the-process .step-row {flex-direction: row-reverse; justify-content: space-between;}
	.the-process .step-row:after {display: none;}
	.the-process .step-item:after {left: -10px;}
	.the-process .step-item {order: 1; max-width: calc(100% - 70px);}
	.the-process .step-icon {order: 2; margin: 0;}
	.the-process .step-label {position: absolute; left: 0; top: 68%;}
	.the-process .step-row:nth-child(2n) .step-label {text-align: left;}

	.iv-to-bm__item { max-width: 50%;}

	.our-clients-banner__content, .our-clients-banner__image {max-width: 100%;}
	.our-clients-banner__content {order: 2;}
	.our-clients-logo__item {max-width: 100%;}

	.odd-even__item {padding: 30px 0;}
	.brand-part, .team-part {width: 100%;}
	.team-logos {padding: 0 15px;}
	.odd-even__content, .odd-even__image, .odd-even__item:nth-child(2n) .odd-even__image {max-width: 100%; text-align: center; padding: 0;}
	.compensation-benefits__item, .case-studies-list__item, .webinar-form .wpcf7-form .webinar-half-field {max-width: 100%;}
	.webinar-form .wpcf7-form .webinar-half-field, .webinar-form .wpcf7-form .webinar-full-field {padding: 0;}

	.blogpost-list__item, .email-services__item  {max-width: 100%;}
	.innerpage-data-services .parallax-box__content {padding: 20px;}
	.email-services { padding: 30px 0; }
	.email-services__content {padding-left: 15px;}

	.contact-form .wpcf7-form .form-half-field {max-width:100%;}
	.intl-tel-input, #checkboxinterest .wpcf7-list-item {max-width:100%; width: 100%;}
	.contact-info li div {max-width: calc(100% - 60px);}
	.contact-info li div h6, .contact-info li div p {font-size: 16px;}

	.inner-hero-banner__image.bg-cover { height: 470px; }
	.data-card__item {height: 500px;}
	.data-card__item .data-card__image h2 {font-size: 30px;left: 40px;}

	.sub-category ul li {max-width:100%;}
	.different-features__item {flex-direction: column;}
	.different-features__content {max-width:100%; padding: 0; text-align: center;}

	.company-achievement {padding: 40px 0;}
	.company-achievement h3 {text-align: center;}
	.company-achievement__item {max-width: 50%; width: 100%; text-align: center;}
	.company-achievement__icon svg {margin: 0 auto;}

	.buy-data-intro {padding-top: 30px; text-align: left;}
	.buy-data__features ul.group li {max-width: 100%;}
	.buy-data__item {max-width:100%;}

	.get-quote__form .wpcf7-form .form-half-field {max-width: 100%;}

	#dialog-content .career-form {width: 90%; max-height: 90%; overflow-y: auto;}
	#dialog-content .wpcf7-form .form-half-field {max-width: 100%;}

	.single .sidebar-column {order: 1;}
	.single .breadcrumbs-list-list {opacity: 1;}

	.recommended-post__item {max-width: 100%; margin-bottom: 20px;}
	.next-prev__col { max-width: 100%; width: 100%; margin: 0 10px 20px; border: 3px solid #ccc; padding: 10px; }

	.footer .foo-col {max-width:100%; margin:0;}
	.footer .foo-col h6 {position: relative; margin-bottom: 20px;}
	.footer .foo-col h6 span {width: 30px; height: 30px; background: #aeaeae; position: absolute; right: 0; top: -5px; text-align: center; z-index: 9999;}
	.footer .foo-col h6 span:after, .footer .foo-col.double-last .foo-col__inner h6 span:after, .foo-col.double-second-last .foo-col__inner h6 span:after {content:'+'; display: block; color: #000; font-size: 21px;}
	.footer .foo-col.expand h6 span:after, .footer .foo-col.double-last .foo-col__inner.expand h6 span:after, .footer .foo-col.double-second-last .foo-col__inner.expand h6 span:after {content:'-';}
	.footer-bottom p {display: inline-block; text-align: center;}

	.footer .foo-col .foo-col__inner ul {display: none;}
    .innerpage-data-services .parallax-box:nth-child(even) .parallax__container .parallax:before{background: linear-gradient(to right, rgba(0,0,0,.75) 0%,rgba(0,0,0,0.8) 63%,rgba(0,0,0,0) 100%);}
	.the-process .step-icon img{margin-right: 7px!important;}
    .accordion__item .accordion__title{text-align: left;}
    .page-template-tp-case-studies-subpage .columns3-layout__inner .content-column{max-width: 100%!important;}

	.innerpage-data-services .parallax-box:last-child {margin-bottom: 0;}
	.page-id-41777 .accordion-global, .page-id-41777 .different-features {display:none;}
	.page-id-41777 .intro-content {padding: 50px 0 0;}

	.fd-contact-form-fieldset {display: block; position: relative; z-index: 99;}

    /*Glossary css*/
    .glossary-group ul li {max-width:100%;}
    .glossary-details-wrapper .glossary-details-index {max-width: 100%; margin-right: 0; padding: 30px 0;}
    .glossary-details-right {max-width:100%;}

    .subscription-box {position: relative;}
    .subscription-box:after {content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}
    .subscription-box .subscription-form {max-width: 100%; position: relative; z-index: 1;}

    .subscription-box .subscription-form .button:before {width: 100%;}
    .subscription-box .subscription-form .button:after {right: 15%;}
	
	.inner-hero-banner__image.bg-cover { min-height: inherit; }

	#myModal .modal-content {width: 90%;}

}


@media (max-width: 479px) {
	.iv-to-bm h2 {max-width: 100%;}
	.iv-to-bm__item { max-width: 100%;}
	.parallax-box__content ul.onehalf li { max-width: 100%;}
	.the-process .step-item {padding: 20px;}
	.the-process .step-label {top: 62%;}
	.post-feature-image {margin-bottom: 15px; height: 250px;}
	.post-feature-image img {display: block; object-fit: cover; height: 100%;}
	.post-feature-title {left: 0; text-align: center;}
	.title-social {justify-content: center;}
	.title-social li:first-child {padding-left:0;}
    iframe {width: 100%; height: auto;}
    .cta-section.banner_color ul {flex-direction: column;}
    .tbl_demo {width: 100%; overflow: auto;}
    .one-three {max-width: 100%;}
    .inner-hero-banner__image.bg-cover {height: 470px;}
    .trusted-by {margin-top: 30px;}
    .the-process .step-label {padding-top: 10px;}
    #wpcf7-f40680-o1 .wpcf7-form .one-half {max-width: 100%!important;}
    .email-services__inner {margin: 0;}
}


/*CSS FOR Resources Templates*/
.page-id-5189 .intro-content, 
.page-id-5189 .response-and-compiled.global-padding.sec-2, 
.page-id-5189 .response-and-compiled.global-padding.sec-3, 
.page-id-5189 .marketng-strategies.sky-blue-bg.global-padding {display: none;}
.page-id-5189 .global-padding{padding: 20px 0;}

.page-id-6817 .trusted-by.sec-2,
.page-id-6817 .intro-content,
.page-id-6817 .company-achievement,
.page-id-6817 .response-and-compiled.global-padding.sec-2,
.page-id-6817 .response-and-compiled.global-padding.sec-3 {display: none;}
.page-id-3874 .marketng-strategies.sky-blue-bg.global-padding{display: none;}
.page-id-6802 .marketng-strategies__inner .one-half.sec2{ background-color: #1c90ff;padding: 5%;border-radius: 20px;}
.page-id-6802 .marketng-strategies__inner .one-half.sec2 p{color:#fff;}
.page-id-6802 .cta-section {display: none;}
.page-id-5772 .marketng-strategies.sky-blue-bg.global-padding {display: none;}
.page-id-5772 .global-padding {padding: 0;}
.page-id-6785 .one-half.sec2 {background-color: #1E90FF;padding: 3%;}
.page-id-6785 .one-half.sec2 h2, .page-id-6785 .one-half.sec2 h3,.page-id-6785 .one-half.sec2 p,.page-id-6785 .one-half.sec2 li{color: #fff;}
.response-and-compiled__inner.flex.flex-wrap.align-item-center.space-between {padding: 10px 0;}
.page-id-6785 .global-padding, .page-id-5864 .global-padding {padding: 0;}
.page-id-5864 .one-half.sec2 {background-color: #1E90FF;padding: 3%;border-radius: 2%}
.page-id-5864 .one-half.sec2 h2, .page-id-5864 .one-half.sec2 h3,.page-id-5864 .one-half.sec2 p,.page-id-5864 .one-half.sec2 li{color: #fff;}
.page-id-2961 .global-padding{padding: 20px;}
.page-id-2961 .datapowers-success{padding: 15px 0;}
.page-id-2961 .the-strategy__inner.flex.flex-wrap {display: block;}
.page-id-2961 .bgc_sec {background-color: #1c90ff;padding: 4%;border-radius: 2%}
.page-id-2961 .bgc_sec h2, .page-id-2961 .bgc_sec h3,.page-id-2961 .bgc_sec p,.page-id-2961 .bgc_sec li{color: #fff;}
.page-id-4830 .the-strategy__inner.flex.flex-wrap {display: block;}
.page-id-4938 .our-clients-banner.sec-2{background-image: none;}
.page-id-4938 .marketng-strategies.sky-blue-bg.global-padding{padding: 0;}
.page-id-4938 .the-process{padding-top: 40px;}
.page-id-4938 .response-and-compiled.global-padding.sec-1{padding: 0;}

/*blogs pages new layout*/
.cta-section.banner_img .container {padding:0;}
.cta-section.banner_img .emaillist {border-radius:5px; padding:20px;}
.es-form-field-container {display: flex; justify-content: center;}
form[data-form-id="1"] .es-form-field-container .gjs-row:nth-child(2) {margin-right: 10px;width: 48%;}
form[data-form-id="1"] .es-form-field-container .gjs-row .es-email {height: 36px; padding: 5px;border-radius: 3px;}
form[data-form-id="1"] .es-form-field-container .gjs-row:last-child input {border: 0; background: #1C91FD; color: #FFF; padding: 10px 20px; border-radius: 20px; cursor: pointer;}
.cta-section.banner_img{background-position: center!important;margin: 15px 0;}
.cta-section.banner_img h3, .cta-section.banner_img h2{color: #fff;}
.cta-section.banner_color{background-image: none!important;margin: 15px 0;}
.post-feature-image:before {content: '';background: rgba(0,0,0,0.5);position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.post-feature-image {margin-bottom:15px;}
.post-feature-image img {display: block;}
.postid-43837 .post-feature-image-banner {display: none;}
.columns2-layout {padding-top: 20px;}
.cta-section.banner_color ul>li{color:#fff;}
.es_subscription_message.success {color: #ffffff;}
blockquote {position: relative;clear: both;border: 0;padding: 15px 25px;margin: 35px 0;}
blockquote:before {content: '“';line-height: 1;color: #0a0a0a;opacity: .1;font-size: 8rem;position: absolute;content: '“';left: -1rem;top: -1rem;pointer-events: none;}
blockquote p {font-size: 30px!important;font-weight: 400;color: #0a0a0a;line-height: 1.4;margin: 0;}
.cta-section.banner_color ul>li {padding: 0 20px;}
.cta-section.banner_color ul {display: flex;}
.cta-section.banner_color h2, .cta-section.banner_color h3 {color: #fff!important;}
.cta-section.banner_color{text-align: left;background-color: #dd8e40!important;background-image: none;}
.cta-section.banner_color ul li:after {content: '';position: absolute;top: 6px;left: 6px;height: 8px;width: 5px;border-bottom: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg);}
.cta-section.banner_color ul li:before {content: '';position: absolute;width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;top: 3px;left: 0;}
h2 {text-transform: capitalize;}
.navigation.text-center-forced li.active a {background-color: dodgerblue;padding: 5px;border-radius: 2px;color: #fff;}


/*CSS FOR thankyou pages*/
.page-id-16852 .page-heading, .page-id-3477 .page-heading {display: none;}

/*buy business data*/
#wpcf7-f46818-o1 .form-half-field p{margin-bottom: 0;}
#wpcf7-f46820-o1 .wpcf7-form {display: flex; flex-wrap: wrap;}
#wpcf7-f46820-o1 .wpcf7-form .one-half {max-width: 50%;}
#wpcf7-f46820-o1 .wpcf7-form .message-fieldset.one-full {margin-bottom: 10px;}

#wpcf7-f42970-o1 .form-half-field p{margin-bottom: 0;}
#wpcf7-f40680-o1 .form-half-field.one-half p{margin-bottom: 10px;}
#wpcf7-f40680-o1 .wpcf7-form {display: flex; flex-wrap: wrap;}
#wpcf7-f40680-o1 .wpcf7-form .one-half {max-width: 50%;}
#wpcf7-f40680-o1 .wpcf7-form .message-fieldset.one-full {margin-bottom: 10px;}

