@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



@font-face {
  font-family:Font Awesome\ 5 Brands;
  font-style:normal;
  font-weight:400;
  src:url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-brands-400.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-light-300.eot),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-light-300.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-light-300.ttf) format("truetype");
}

@font-face {
  font-family:Font Awesome\ 5 Pro;
  font-style:normal;
  font-weight:400;
  src:url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-regular-400.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family:Font Awesome\ 5 Pro;
  font-style:normal;
  font-weight:900;
  src:url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-solid-900.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family:icomoon;
  font-weight:400;
  font-style:normal;
  src:url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/icomoon.eot?#iefix201ra8) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/icomoon.woff?201ra8) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4809496/Survata_October2018/Fonts/icomoon.ttf) format("truetype");
}

@font-face {
  font-family: 'helveticaregular';
  src: url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.eot');
  src: url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.eot') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/4809496/jun2019/font/Helvetica%20Regular/helveticaregular.svg#helveticaregular') format('svg');
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  outline:none;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.header-container .widget-type-global_group {
  min-height: 0 !important;
}
.body-container{
  margin-top: 91px;
}
.header-container .widget-type-global_group {min-height: 0;}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10px;
}
a {
  -webkit-transition: all 0.6s;    
  -moz-transition: all 0.6s;    
  -ms-transition: all 0.6s;    
  -o-transition: all 0.6s;    
  transition: all 0.6s;
}
.page-center{
  max-width: 1096px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}
.header-section{
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  width: 100% !important;
}
.header-section.on-scroll{
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
  padding: 14px 15px 14px; 
}
.header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a{
  padding: 7px 0 10px;
}
.header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a{
  padding: 7px 0 10px;
}
.header-section .row-fluid-wrapper >.row-fluid {
  display: flex;
  align-items: center;
}
.cm-logo{
  max-width: 114px;
  width: 100% !important;
}
.menu-container{
  width: calc(100% - 140px)  !important;
  text-align: center;
  margin-left: 0 !important;
}
.menu-container .row-fluid-wrapper >.row-fluid {
  justify-content: center;
}
.custom-menu-primary-new{
  width: auto !important;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal{
  font-size: 0;
  line-height: 0;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #000000;
  line-height: 17px;
  font-weight: bold;
  display: inline-block;
  white-space: normal;
  max-width: none;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  color: #00ADEF;
  transition-duration: 0.6s;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
  padding: 38px 15px 36px; 
}
.custom-menu-primary-new .hs-menu-children-wrapper{
  background-color: #fff;
  padding-bottom: 24px;
  padding-top: 12px
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 >a{
  text-align: left;
  padding: 6px 26px;
  width: 100% !important;
  white-space: normal !important;
  text-transform: uppercase;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:hover a{
  background-color: #f6f4f4;
  transition-duration: 0.6s;
  color: #000;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
  min-width: 130px !important;
  width: 100% !important;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #00ADEF;
  margin: 0 15px;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a{
  padding: 7px 0 10px;
  display: inline-block;
  color: #00ADEF;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2){
  min-width: 130px !important;
  width: 100% !important;
  box-sizing: border-box;
  background-color: #00ADEF;
  border-radius: 4px;
  margin: 0 15px;
  border: 1px solid #00ADEF
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a{
  padding: 7px 0 10px;
  display: inline-block;
  color: #fff;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2):hover{
  background-color: transparent;
  transition-duration: 0.6s;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2):hover a{
  color: #00ADEF;
  transition-duration: 0.6s;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover{
  background-color: #00ADEF;
  transition-duration: 0.6s;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover a{
  color: #fff;
  transition-duration: 0.6s;
}
.header-section .navbar-sv__link.navbar-sv__link--icon{
  display: flex;
  flex-direction: row-reverse;
}
.header-section .navbar-sv__link.navbar-sv__link--icon i{
  font-family: FontAwesome;
  transform: rotate(265deg);
  -moz-transform: rotate(265deg);
  -webkit-transform: rotate(265deg);
  font-size: 28px;
  font-weight: 600;
}
.header-section .contact-info{
  margin-left: 15px !important;
  width: auto;
}
.navbar-sv__icon-hidden-name{
  display: none;
}
.fa-user.navbar-sv__item-icon {
  display: none;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
}
.header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  margin-top: 7px;
}
/* ------------ Logo ------------- */
.im-survata-logo-name:before {
  content: "\e61c";
}
[survata-logo-name] .im-survata-logo-name {
  color: #00adef;
}
.im {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-sv__link--brand {
  font-size: 33px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  text-decoration: none;
  transition: all .2s;
  vertical-align: top;
}
a {
  color: #00adef;
  text-decoration: none;
}
/* Logo End */
/* Logo Slider Style Start */
.logo-section-header{
  max-width: 800px;
  margin: 0 auto 130px;
}
.logo-section-header h2{
  text-align: center;
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 50px;
}
.logo-section{
  padding: 60px 0 90px;
  background: #F2F3F5;
}
.logo-section .logo-slider .slick-track{
  display:flex;
  align-items: center;
}
.logo-slider .logo-slide-inner img{
  display: block;
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:0.5;
}
.logo-slider .slick-next, .logo-slider .slick-next:hover, .logo-slider .slick-next:focus {
  background: url(https://cdn2.hubspot.net/hubfs/4809496/August%202019/next-logo-slider.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.logo-slider .slick-prev, .logo-slider .slick-prev:hover, .logo-slider .slick-prev:focus {
  background: url(https://cdn2.hubspot.net/hubfs/4809496/August%202019/back-logo-slider.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.logo-slider .slick-next:before, .logo-slider .slick-prev:before{
  display:none;
}
.logo-slider .slick-prev, .logo-slider .slick-next{
  width: 34px;
  height: 60px;
  top: 25%;
}
.logo-slider .slick-dots{
  display:none !important;
}
.logo-slider .slick-next {
  right: -42px;
}
.logo-slider .slick-prev {
  left: -42px;
}
/*----------------------- wheel style -------------------------------*/
.platform-wheel-section {
  padding: 80px 0;
  overflow: hidden;
}
.platform-wheel-section .page-center {
  max-width: 970px;
}
.platform-wheel-section-header h2 {
  text-align: center;
  font-weight: 300;
  font-size: 46px;
  line-height: 62px;
  letter-spacing: 0.46px;
  color: #000000;
}
.platform-wheel-inner-img {
  text-align: center;
  position: relative;
  padding: 252px 0 188px;
}
.center-img {
  /*position: absolute;*/
}
.platform-wheel-links-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.platform-wheel-links-container a {
  position: relative;
  /*display: inline-block;*/
  display: table;
  margin: 0 auto;
}
.platform-wheel-links-container a span {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.32px;
  color: #008BFF;
  text-transform: uppercase;
  border-bottom: 1px solid #008BFF;
  position: absolute;
  top: 40px;
}
/*.platform-wheel-bottom-links {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.platform-wheel-bottom-links a {
width: 50%;
}*/
.platform-wheel-arrow-img {
  width: auto;
  display: inline-block;
}
.gradient-arrow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
}
.link1 .platform-wheel-arrow-img {
  position: relative;
  bottom: -75px;
  width: 309px;
}
.platform-wheel-links-container a.link1 span {
  left: 0;
  right: 0;
  width: 85px;
  margin: 0 auto;
  top: 66px;
}
.link1 .plain-arrow {
  -webkit-transform: rotate(240deg);    
  -moz-transform: rotate(240deg);    
  -ms-transform: rotate(240deg);    
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.link1 .gradient-arrow {
  top: 50px;
  left: -3px;
}
.link2 .platform-wheel-arrow-img {
  position: relative;
  left: -18px;
  top: -80px;
}
.platform-wheel-links-container a.link2 span {
  left: 211px;
}
.link2 .gradient-arrow {
  -webkit-transform: rotate(120deg);    
  -moz-transform: rotate(120deg);    
  -ms-transform: rotate(120deg);    
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  position: relative;
  top: -63px;
  left: -237px;
}
.link3 .platform-wheel-arrow-img {
  position: relative;
  right: -199px;
  width: 309px;
  top: -64px;
}
.link3 .plain-arrow {
  -webkit-transform: rotate(120deg);    
  -moz-transform: rotate(120deg);    
  -ms-transform: rotate(120deg);    
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.link3 .gradient-arrow {
  -webkit-transform: rotate(240deg);    
  -moz-transform: rotate(240deg);    
  -ms-transform: rotate(240deg);    
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  right: 18px;
  top: 84px;
}
.platform-wheel-links-container a.link3 span {
  right: 96px;
}
.platform-wheel-links-container.disabled .link .gradient-arrow, .platform-wheel-links-container.disabled .link.active .gradient-arrow {
  opacity: 0;
  visibility: hidden;
}
.link:hover .gradient-arrow, .link.active .gradient-arrow, .platform-wheel-links-container.disabled .link.hover .gradient-arrow {
  opacity: 1;
  visibility: visible;
}
a.link1.link {
  left: -8px;
}
a.link2.link {
  position: absolute;
  bottom: -285px;
  right: -44px;
}
a.link3.link {
  position: absolute;
  bottom: -284px;
  left: 42px;
}
.platform-wheel-links-container a {
  transition: none;
}
/* ------------------------------------------- Plan Page, Optimize Page, Measure Page --------------------------------------------- */
.image-text-container{
  padding: 0 0 38px 0;
}
.image-text-inner-container{
  display: flex;
  align-items: flex-start;
}
.image-block{
  position: relative;
}
.image-block::before{
  content: '';
  background: transparent linear-gradient(270deg, #0065C0 0%, #0069C3 0%, #0077CC 0%, #008EDB 0%, #00ADEF 0%, #008BFF 97%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 37.5px;
  opacity: 0.85;
}
.image-block{
  width: calc(50% - 17px);
  margin-right: 17px;
}
.text-block{
  width: calc(50% - 17px);
  margin-left: 17px;
}
.text-block-inner{
  max-width: 533px;
  width: 100%;
}
.image-block img{
  width: 100%;
}
.text-block h2{
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #000000;
  line-height: 40px;
  font-weight: 400;
}
.text-block h3{
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #00ADEF;
  font-weight: 300;
  line-height: 40px; 
}
.text-block p{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
  margin: 22px 0 0;
}
.image-text-inner-container.right-align{
  flex-direction: row-reverse;
}
.image-text-inner-container.right-align .image-block {
  margin-left: 17px;
  margin-right: 0;
}
.image-text-inner-container.right-align .text-block {
  margin-right: 17px;
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.video-cta-container{
  padding-bottom: 135px;
}
.video-cta-inner-container{
  position: relative;
  display: flex;
  padding: 23px 0;
}
.video-cta-inner-container::before{
  content:'';
  background: transparent linear-gradient(90deg, #26516200 0%, #265162F9 98%, #265162 100%) 0% 0% no-repeat padding-box;
  opacity: 0.13;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta-block{
  width: calc(50% - 17px);
  text-align: right;
  margin-right: 17px;
  z-index: 99;
}
.video-block{
  width: calc(50% - 17PX);
  margin-left: 17px;
}
.video-inner-block{
  padding-right: 25px;
}
.cta-block a{
  border: 1px solid #008BFF;
  border-radius: 7px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 213px;
  width: 100%;
  padding: 16px 0 17px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #008BFF;
  cursor: pointer;
}
.cta-block a:hover {
  color: #fff;
  background-color: #008BFF;
}
.video-block iframe{
  border: none;
  width: 100%;
  height: 100%;
}
.video-cta-inner-container.left-align .video-block{
  margin-right: 17px;
  margin-left: 0;
}
.video-cta-inner-container.left-align .video-inner-block{
  padding-right: 0;
  padding-left: 25px;
}
.video-cta-inner-container.left-align{
  flex-direction: row-reverse;
}
.video-cta-inner-container.left-align .cta-block {
  text-align: left;
  margin-right: 0;
  margin-left: 17px;
}
.video-cta-inner-container.left-align::before{
  background: transparent linear-gradient(270deg, #26516200 0%, #265162F9 98%, #265162 100%) 0% 0% no-repeat padding-box;
}
.inner-banner-container{
  background: transparent linear-gradient(90deg, #05C8FF 0%, #0065C0 100%) 100% 100% no-repeat padding-box;
  min-height: 359px;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 9px solid #008BFF;
}
.inner-banner-container h2{
  text-align: center;
  font-size: 46px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  margin: 0;
  font-weight: 300;
  line-height: 62px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.after-banner-section{
  padding: 70px 0 135px;
}
.after-banner-section p{
  text-align: center;
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  max-width: 899px;
  margin: 0 auto;
  font-weight: 300;
}
.two-col-text-section{
  padding: 86px 0 79px;
}
.section-sub-header h2{
  font-size: 28px;
  letter-spacing: 0.14px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 50px
}
.two-col-inner-container{
  display: flex;
}
.col-text-block{
  width: calc(50% - 12px);
  padding-right: 12px;
  margin-bottom: 60px;
}
.col-text-block p{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
}
.col-text-block:last-child{
  padding-left: 12px;
  padding-right: 0;
}
/* ---------------------------------------------------------- */
.three-col-text-section {
  padding: 75px 0 100px;
}
.three-col-top-section {
  margin: 0 0 40px;
}
.three-col-text-block-container {
  display: flex;
  flex-wrap: wrap;
}
.three-col-text-block {
  width: -webkit-calc(33.33% - 35px);
  width: -moz-calc(33.33% - 35px);
  width: calc(33.33% - 35px);
  margin-bottom: 40px;
}
.three-col-text-block+.three-col-text-block {
  margin-left: 52px;
}
.three-col-text-block:nth-child(3n + 1) {
  margin-left: 0;
}
.three-col-text-block h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.13px;
  color: #00ADEF;
  margin: 0 0 5px;
}
.three-col-text-block p, .three-col-top-section p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 10px;
}
.histogram-container{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 50px 0;
}
.histogram-container p{
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.14px;
  color: #DBDBDB;
  line-height: 36px;
  font-weight: 500;
}
/* ----------------------------------------------Platform Page---------------------------------------- */
.platform-page .inner-banner-container {
  background-position: center;
  border: none;
}
.platform-page .inner-banner-container h2{
  padding: 0;
  margin: 0 0 34px;
}
.pro-section{
  padding: 83px 0 88px;
}
.pro-header-container h2{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #000000;
  font-weight: 300;
  line-height: 40px;
  margin: 0 auto 74px;
  max-width: 490px;
}
.pro-col-container{
  display: flex;
}
.pro-col{
  width: calc(33.33% - 68px);
  margin: 0 34px;
  padding-bottom: 50px;
}
.pro-col-img{
  max-width: 152px;
  max-height: 152px;
  width: 100%;
  margin: 0 0 46px;
}
.pro-col-img img{
  border-radius: 0px;
}
.pro-col-header h2{
  font-size: 28px;
  letter-spacing: 0.28px;
  color: #000000;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.pro-col-text p{
  text-align: left;
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  padding-top: 34px;
}
.pro-col-button a{
  text-align: center;
  font-size: 19px;
  letter-spacing: 0;
  color: #FFFFFF;
  line-height: 23px;
  font-weight: 500;
  background-color: #008BFF;
  border: 1px solid #00ADEF;
  border-radius: 7px;
  min-width: 213px;
  display: inline-block;
  padding: 15px 18px 15px 18px;
  margin: 36px 0 0;
  text-transform: uppercase;
}
.pro-col-button a:hover{
  color: #008BFF;
  background-color: transparent;
}
/* -------------------------------------------Digital Network---------------------------------------- */
.digi-banner-content{
  position: relative; 
}
.digi-banner-header{
  position: relative;
}
.digi-banner-header h2 {
  text-align: left;
  font-size: 46px;
  letter-spacing: 0.46px;
  color: #fff;
  line-height: 62px;
  padding: 3px 0;
  font-weight: 300;
  margin: 0;
}
.digi-banner-content::before{
  content:'';
  background: transparent linear-gradient(90deg, #0065C0 0%, #0069C3 0%, #0077CC 0%, #008EDB 0%, #00ADEF 0%, #008BFF 97%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.digital-page .after-banner-section {
  padding: 81px 0 141px;
}
.new-img-text-container .image-block {
  width: calc(50% - 28px);
  margin-right: 28px;
}
.new-img-text-container .image-text-inner-container.right-align .image-block {
  margin-left: 28px;
}
.new-img-text-container .image-text-inner-container.right-align .text-block {
  margin-right: 28px;
}
.new-img-text-container .text-block {
  width: calc(50% - 28px);
  margin-left: 28px;
}
.new-img-text-container.image-text-container {
  padding: 0 0 114px 0;
}
.digital-publisher-container{
  position: relative;
  padding: 67px 0 107px;
  background-size: cover;
  background-position: center;
}
.digital-publisher-container::before{
  content:'';
  background: #4B515D;
  opacity: 0.86;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}
.digital-page .digital-publisher-container::before {
  background:#0065C0;
}
.digi-publisher-inner-container {
  position: relative;
  text-align: center;
  max-width: 912px;
  margin: 0 auto !important;
  float: none !important;
}
.digi-publisher-header h2{
  font-size: 46px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 32px;
}
.digi-publisher-img{
  margin-bottom: 44px;
}
.digi-publisher-text p{
  font-size: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 36px;
}
.digi-publisher-link a{
  font-size: 19px;
  letter-spacing: 0;
  color: #008BFF;
  font-weight: 500;
  line-height: 23px;
  margin-top: 44px;
  display: inline-block;
  max-width: 297px;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 15px 0;
  cursor: pointer;
  border: 1px solid #fff;
}
.digi-publisher-link a:hover{
  background-color: transparent;
  color: #fff;
}
.digi-banner-img{
  position: relative;
}
.digi-banner-img::before{
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #0065C0 0% 0% no-repeat padding-box;
  opacity: 0.4;  
}
.digi-banner-img img{
  height: auto;
}
.new-img-text-container .image-block::before{
  display: none
}
.page-title-container{
  background: transparent linear-gradient(90deg, #E45500 0%, #E85F00 7%, #F78500 38%, #FD9400 53%, #FD9400F4 70%, #FD9400E5 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;  
}
.page-title h2{
  font-size: 46px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  line-height: 62px;
  font-weight: 300;
  margin: 0;
  padding: 28px 0 27px;
}
.event-slider-container{
  padding: 60px 0 126px;
}
.event-top-header-container h2{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 44px;
}
.event-top-header-container p{
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.65px;
  color: #000000;
  line-height: 33px;
  font-weight: 300;
  max-width: 940px;
  margin: 0 auto 44px;
}
.one-col-slider .event-slide-img-container{
  height: 422px;
}
.event-slide-img-container{
  position: relative;
}
.event-slide-img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-slide-img-overlay p{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  line-height: 50px;
  font-weight: 300;
  max-width: 500px;
  margin: 0;
}
.event-slide-img-overlay{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 152, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
  padding: 10px;
}
.event-slide-img-container:hover .event-slide-img-overlay{
  opacity: 1;
  visibility: visible;
}
.event-slide-inner{
  max-width: 768px;
  margin: 0 auto;
}
.event-slide-content{
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
.event-slide-text h3{
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #000000;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 6px;
}
.event-slide-text h4{
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #FF9800;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
}
.event-slide-text p{
  font-size: 26px;
  letter-spacing: 0.65px;
  color: #000000;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
}
.event-slide-cta a{
  border: 1px solid #008BFF;
  border-radius: 7px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  min-width: 213px;
  width: 100%;
  padding: 16px 0 17px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #008BFF;
  cursor: pointer;
}
.event-slider-container.two-col-slider-container .event-slide-cta a{
  max-width: 213px;
  min-width: auto;
  margin-top: 25px;
}
.event-slide-cta a:hover{
  color: #fff;
  background-color: #008BFF;
}
.event-bottom-section{
  background: transparent linear-gradient(90deg, #2651620B 0%, #26516222 100%);
}
.event-slider-container.two-col-slider-container{
  padding: 82px 0 69px;   
}
.event-slider-container.two-col-slider-container .event-slide-img-overlay{
  background: rgba(0,139,255,0.8);
}
.event-slider-container.two-col-slider-container .event-slide-img-overlay p{
  font-size: 28px;
  letter-spacing: 0.14px;
  line-height: 36px;
  max-width: 371px;
}
.press-page .page-title-container{
  background: transparent linear-gradient(90deg, #05C8FF 0%, #0065C0 100%);
}
.press-post-section{
  padding-bottom: 85px;
  background-color: #fff;
}
.top-section{
  padding: 36px 0 46px;
}
.top-section-text{
  text-align: center;
  max-width: 940px;
  margin: 0 auto !important;
  float: none !important;
}
.top-section-text p{
  font-size: 26px;
  letter-spacing: 0.65px;
  color: #000000;
  line-height: 33px;
  font-weight: 300;
  margin:0;
}
.press-post-top-container{
  display: flex;
}
.press-post-inner-section{
  display: flex;
  flex-wrap: wrap;
}
.press-post-block{
  width: calc(50% - 10px);
  padding-bottom: 60px;
}
.press-post-block:nth-child(even){
  margin-left: 20px;
}
.press-post-top-img-container{
  width: 102px;
  height: 73px;
}
.press-post-top-img-container img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.press-post-top-content{
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 19px;
  color: #000;
}
.press-post-top-content h4{
  font-weight: 400;
  margin-bottom: 0;
}
.press-post-top-content p{
  margin-bottom: 3px;
}
.press-post-bottom-container{
  max-width: 440px;
  margin-top: 9px;
}
.press-post-bottom-container a{
  font-size: 20px;
  letter-spacing: 0;
  color: #008BFF;
  line-height: 24px;
  font-weight: 400;
  font-family: 'helveticaregular';
  cursor: pointer;
}
.press-post-bottom-container a:hover{
  color: #00adef;
}
.press-post-bottom-container p{
  margin:0;
}
.learn-page .page-title-container{
  height: auto;
  z-index: 9;
  width: 100% !important;
}
.learn-page .top-section{
  padding: 63px 0 33px;
}
.tab-list-section{
  padding: 23px 0 49px;
  display: flex;
  justify-content: center;
 /* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  */
  background:#fff;

}
.tab-block{
  max-width: 303px;
  width: 100%;
  margin-right: 30px;
}
.tab-block:last-child{
  margin-right: 0;
}
.tab-inner-section{
  max-width: 973px;
  margin: 0 auto;
}
.tab-block p{
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.36px;
  color: #8D8D8D;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
  border: 1px solid #FF9800;
  padding: 3px 0 2px;
  cursor: pointer;
}
.tab-section{
  padding-bottom: 114px;
  background-color: #fff;
}
.tab-block.active p{
  color: #000;
  background-color: #FF9800;
}
.tab-cs-post-container .tab-cs-post:last-child .tab-cs-post-inner {
  padding-bottom:0;
}
.tab-cs-post-inner{
  display: flex;
  padding-bottom: 51px;
}
.tab-cs-post-img{
  width: 177px;
  height: 222px;
}
.tab-cs-post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-cs-post-content{
  padding-left: 31px;
  width: calc(100% - 177px);
}
.tab-cs-post-content h3{  
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #000000;
  line-height: 40px;
  font-weight: 400;
}
.tab-cs-post-content p{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  line-height: 32px;
  font-weight: 300;
}
.tab-cs-post-content a{
  text-align: center;
  font-size: 19px;
  letter-spacing: 0;
  color: #FFFFFF;
  line-height: 23px;
  font-weight: 500;
  background-color: #008BFF;
  max-width: 213px;
  width: 100%;
  display: inline-block;
  border: 1px solid #008BFF;
  border-radius: 7px;
  padding: 15px 0 15px;
  margin-top: 12px;
}
.tab-cs-post-content a:hover{
  color: #008BFF;
  background-color: transparent;
}
.bottom-grey-section {
  background: rgba(239, 239, 239, 0.36);
  padding: 80px 0 166px;
}
.bottom-grey-text {
  max-width: -webkit-calc(100% - 179px);
  max-width: -moz-calc(100% - 179px);
  max-width: calc(100% - 179px);
  padding-left: 58px;
  width: 100% !important;
  float: right !important;
  margin: 0 auto !important;
}
.bottom-grey-text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 33px;
}
.bottom-grey-text p:last-child {
  margin: 0;
}
.sticky-active .tab-list-section {
  padding: 23px 0;
}
.current-job-box-bottom-section ul li {
  padding-left: 21px;
  position: relative;
}
.current-job-box-bottom-section ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #00ADEF;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
/* ----------------------------------Contact Us------------------------------------- */
.form-container{
  position: relative;
  padding: 36px 0 87px;
}
.form-container::before{
  content: '';
  background: transparent linear-gradient(90deg, #26516286 0%, #265162 100%) 0% 0% no-repeat padding-box;
  opacity: 0.13;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;    
}
.form-container-inner{
  position: relative;
  max-width: 957px;
  margin: 0 auto !important;
  float: none !important;
  border: 6px solid #008BFF;
  background-color: rgba(255, 255, 255,0.89);
}
.form-container .logo-img{
  text-align: center;
  padding-top: 44px;
}
.form-container .section-heading h2{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 400;
  line-height: 50px;
  margin: 51px 0 21px;
}
.form-container .section-text p{
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.65px;
  color: #000000;
  font-weight: 300;
  line-height: 33px;
  max-width: 582px;
  margin: 0 auto 58px;
}
.form-container .widget-type-form form{
  max-width: 564px;
  margin: 0 auto 56px;
}
.form-container .widget-type-form form .hs-form-field{
  margin-bottom: 24px;
}
.form-container .widget-type-form form label{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 4px;
  display: inline-block;
}
.form-container .widget-type-form form input,textarea,select{
  border: 1px solid #707070;
  font-size: 15px;
  padding: 10px !important;
  line-height: 18px;
}
.form-container .widget-type-form form textarea{
  min-height: 142px;
  resize: none;
}
.form-container .widget-type-form form .hs_message.hs-form-field label{
  font-weight: 300;
} 
.form-container .widget-type-form form .hs-submit{
  text-align: center;
}
.form-container .widget-type-form form .hs-submit input{
  text-align: center;
  font-size: 19px;
  letter-spacing: 0;
  color: #FFFFFF;
  line-height: 23px;
  font-weight: 500;
  background-color: #008BFF;
  border: 1px solid #008BFF;
  border-radius: 7px;
  min-width: 213px;
  display: inline-block;
  padding: 15px 18px 15px 18px;
  margin: 49px auto 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
  -webkit-appearance: none;
}
.form-container .widget-type-form form .hs-submit input:hover{
  background-color: transparent;
  color: #008BFF;
}
.form-container .widget-type-form form .hs-error-msgs{
  list-style: none;
  padding: 0 0 0 10px;
}
.form-container .widget-type-form form .hs-error-msgs .hs-error-msg{
  font-size: 15px;
  color: red;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0;
}
.form-container .submitted-message{
  text-align: center;
  font-size: 24px;
  padding-bottom: 40px;
}
.form-container select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('https://cdn2.hubspot.net/hubfs/4809496/August%202019/down_arrow.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.about-company .after-banner-section{
  padding: 52px 0 0;
  background-color: #fff;
}
.about-company .section-heading h2{
  text-align: center;
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  max-width: 860px;
  margin: 0 auto 66px;
}
.about-company .section-text p{
  text-align: left;
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
  max-width: 827px;
  margin: 0 auto 72px;
}
.about-company .leadership-team-heading-section h2{
  text-align: left;
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #000000;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 28px;
}
.about-company .inner-page-center{
  max-width: 969px;
}
.leadership-team-list{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.leadership-team-block{
  width: 33.33%;
}
.leadership-team-block:last-child{
  margin-right: 0;
}
.leadership-team-img-section{
  border: 8px solid transparent;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
  max-width: 297px;
  height: 297px;
  position:relative;
  transition: border-width 0.6s linear;
  cursor:pointer;
}
.leadership-team-img-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: -8px;
	width: auto;
	border: 8px solid #00ADEF;
	right: -8px;
	bottom: -8px;
	top: -8px;
  opacity:0;
  zoom: 1;
  /* transition opacity */
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.leadership-team-img-section:hover::before {
 opacity:1;
}
.leadership-team-img-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.leadership-team-text-section{
  padding: 0 26px;
}
.leadership-Person-names-and-designation h3{
  font-size: 26px;
  line-height: 33px;
  margin: 6px 0;
  font-weight: 500;
  color: #000;
}
.leadership-Person-names-and-designation p{
  color: #ff9800;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 22px;
}
.about-Person p{
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}
.read-more-link{
  color: #008bff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
}
.read-more-link:hover{
  color:#00ADEF;
}
.leadership-team-container{
  padding-bottom: 74px;
}
.sort-description{
  padding-bottom: 46px;
}
.full-discription-open .leadership-team-img-section{
  border: 8px solid #00ADEF;
}
.full-description {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
  z-index:5;
}
.full-discription-open .full-description {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.about-company .inner-banner-container {
  border-bottom: none;
}
.about-company .inner-banner-container h2{
  padding: 0 0 34px;
}
/*-------------------------- banner slider style --------------------------*/

.slick-slider.banner-slider {
  margin-bottom: 0px;
}
.banner-slider .slick-prev, .banner-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
  display: none !important;
}
.banner-slider .slick-prev, .banner-slider .slick-prev:hover, .banner-slider .slick-prev:focus {
  background: url("https://cdn2.hubspot.net/hubfs/4809496/August%202019/back.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.banner-slider .slick-next, .banner-slider .slick-next:hover, .banner-slider .slick-next:focus {
  background: url("https://cdn2.hubspot.net/hubfs/4809496/August%202019/next.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.banner-slider .slick-prev {
  left: 25px;
}
.banner-slider .slick-next {
  right: 25px;
}
.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
  display: none;
}
.banner-slider .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 720px;
  background-color: #f5f5f5;
}
.banner-slider .slick-slide:focus {
  outline: 0;
}
.banner-slide-content {
  text-align: center;
  padding: 95px 0;
}
.banner-slide-content h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  margin: 0 0 25px;
}
.banner-slide-content h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}
/*-------------------------- footer style --------------------------*/
.footer-section {
  background-color: #414755;
  border-top: 7px solid #00ADEF;
  padding: 114px 0 89px;
}
.footer-section .footer-top-section>.row-fluid-wrapper>.row-fluid {
  display: flex;
}
.footer-right-container {
  width: 211px !important;
  margin-left: 0 !important;
  /*   border-left: 2px solid #949CAF; */
  padding-left: 20px;
  position: relative;
}
.footer-right-container:before{
  content: '';
  width: 2px;
  height: 100%;
  background-color:#858D9B;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.footer-logo .navbar-sv__link--brand {
  font-size: 33px;
  line-height: 30px;
  height: 30px;
}
.footer-address-text {
  margin-top: 30px;
}
.footer-address-text p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.07px;
  color: #FFFFFF;
  margin: 0;
  padding-right: 4px;
}
.footer-address-text p a {
  color: #fff;
  transition: all 0.5s;
}
.footer-address-text p a:hover, .footer-social-link-container ul li a:hover {
  opacity: 0.8;
}
.footer-social-link-container {
  margin-top: 40px;
}
.footer-social-link-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.footer-social-link-container ul li {
  display: inline-block;
}
.footer-social-link-container ul li a {
  color: #fff;
  font-size: 32px;
  padding: 0 7.5px;
  transition: all 0.5s;
}
.footer-left-container {
  width: -webkit-calc(100% - 211px) !important;
  width: -moz-calc(100% - 211px) !important;
  width: calc(100% - 211px) !important;
}
.footer-left-container > .row-fluid-wrapper > .row-fluid {
	display: flex;
	justify-content: space-between;
}
.footer-left-container > .row-fluid-wrapper > .row-fluid:before, .footer-left-container > .row-fluid-wrapper > .row-fluid:after {
  display:none;
}
.footer-menu {
  width: 19% !important;
  margin: 0 !important;
}
.footer-menu:nth-child(3) {
  width: 24% !important;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
/*  color: #949CAF;
  margin: 0 0 20px; */
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight:400;
  letter-spacing: 0.07px;
  color: #FFFFFF;
  white-space: normal;
  margin: 0 0 4px;
  max-width: 100%;
  width: 100%;
  transition: all 0.5s;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
  opacity: 0.8;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}
.footer-bottom-section {
  padding: 40px 0 0;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 0;
  white-space: normal;
  max-width: none;
  overflow: hidden;
  text-overflow: clip;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 20px;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
  margin-left: 0;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
  margin-right: 0;
}
.footer-copy-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #00ADEF;
  margin: 16px 0 0;
  min-height:0 !important;
}
/*----------------contact-expert-section---------*/
.contact-expert-section {
  padding:82px 0 64px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact-expert-section::after{
  content: '';
  background:#4B515D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.86;
}
.contact-expert-inner-section {
  position: relative;
  z-index: 1;
  max-width: 733px;
  margin: 0 auto;
  text-align: center;
}
.contact-expert-text h2{
  color:#fff;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: .42px;
  font-weight: 300;
}
.contact-expert-cta {
  text-align: center;
  margin-top:80px;
}
.contact-expert-cta a {
  color:#fff;
  font-size: 19px;
  line-height: 22.8px;
  font-weight: 500;
  background-color: #008BFF;
  max-width: 297px;
  width: 100%;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1.5px solid #008BFF;
  display: inline-block;
}
.contact-expert-cta a:hover {
  background-color: transparent;
}
/* ---------------------------- About Section ----------------------------- */
.about-survata-section{
  padding: 68px 0 78px;
}
.about-survata-header h2{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #000000;
  line-height: 40px;
  font-weight: 300;
  max-width: 784px;
  margin: 0 auto 125px auto !important;
}
.about-survata-block-container .about-survata-block{
  width: calc(33.33% - 49px);
  margin-left: 49px;
}
.about-survata-block-container .about-survata-block:first-child{
  margin-left: 0;
}
.about-survata-block-container .row-fluid-wrapper > .row-fluid{
  display: flex;
}
.about-survata-block-header h3{
  font-size: 28px;
  letter-spacing: 0.14px;
  color: #000000;
  line-height: 34px;
  font-weight: 500;
  margin-bottom:30px;
}
.about-survata-block-header h3 > span{
  background-color:#ff9800;
  padding:9px 21px 9px 11px;
  line-height: 1.5;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.about-survata-block-text p{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
}
.mobile-sub-header h4{
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08px;
  color: #000000;
  line-height: 21px;
  font-weight: 500;
  max-width: 207px;
  margin: 0 auto 26px auto;
}
/* --------------------------------------------------------------------------- */
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a {
  padding: 8px 0 9px;
  text-transform: uppercase;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
  padding: 8px 0 9px;
  text-transform: uppercase;
}
.mobile-trigger-new{
  width: auto !important;
  height: auto !important;
}
.mobile-trigger-new i{
  display: block !important;
  border-radius: 1px;
  height: 4px !important;
  width: 14px !important;
  background-color: #00adef !important;
  transition: background-color .2s,transform .3s;
  margin-left:0 !important;
}
a.mobile-trigger-new i:before {
  display: block !important;
  border-radius: 1px;
  height: 4px !important;
  width: 18px !important;
  background-color: #00adef !important;
  transition: background-color .2s,transform .3s;
}
a.mobile-trigger-new i:after {
  display: block !important;
  border-radius: 1px;
  height: 4px !important;
  width: 10px !important;
  background-color: #00adef !important;
  transition: background-color .2s,transform .3s;
}
a.mobile-trigger-new{
  padding: 0;
  background: transparent;
  border: none;
}
.fas.fa-user.navbar-sv__item-icon{
  font-size: 16px  !important;
  transform: rotate(0deg)  !important;
  -moz-transform: rotate(0deg)  !important;
  -webkit-transform: rotate(0deg)  !important;
}
.navbar-sv__icon-hidden-name{
  padding: 12px 20px 11px 30px;
  display: block !important;
  visibility: hidden;
  width: max-content;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 24px;
}
.navbar-sv__link.navbar-sv__link--icon:hover .navbar-sv__icon-hidden-name{
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  display: block;
  visibility: visible;
}
.navbar-sv__link.navbar-sv__link--icon.account-icon{
  display: none !important;
}
.navbar-sv__link.navbar-sv__link--icon{
  position: relative;
}
.navbar-sv__link.navbar-sv__link--icon{
  padding: 8px 8px 8px 0;
}
.navbar-sv__link.navbar-sv__link--icon:hover{
  background: #f5f5f5;
  transition-duration: 0s;
}
/*------------------------------- attend page style ---------------------------------*/
.slick-slider.event-slider {
  margin-bottom: 0px;
}
.event-slider .slick-prev, .event-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 34%;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
.event-slider .slick-prev, .event-slider .slick-prev:hover, .event-slider .slick-prev:focus {
  background: url("https://cdn2.hubspot.net/hubfs/4809496/August%202019/back-logo-slider.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.event-slider .slick-next, .event-slider .slick-next:hover, .event-slider .slick-next:focus {
  background: url("https://cdn2.hubspot.net/hubfs/4809496/August%202019/next-logo-slider.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.event-slider .slick-prev {
  left: -15px;
}
.event-slider .slick-next {
  right: -15px;
}
.event-slider .slick-prev:before, .event-slider .slick-next:before {
  display: none;
}
.event-slider.two-col-slider .slick-prev, .event-slider.two-col-slider .slick-next {
  top: 27%;
}
.event-slider.three-col-slider .slick-prev, .event-slider.three-col-slider .slick-next {
  top: 25.5%;
}
.event-slider.two-col-slider, .event-slider.three-col-slider {
  padding: 0 29.5px;
}
.event-slider.two-col-slider .slick-slide, .event-slider.three-col-slider .slick-slide {
  padding: 0 12.5px;
}
.event-slider.two-col-slider .event-slide-img-container {
  height: 326px;
}
.event-slider.three-col-slider .event-slide-img-container {
  height: 208px;
}
.event-slider.two-col-slider .event-slide-content, .event-slider.three-col-slider .event-slide-content {
  display: block;
}
.event-slider.three-col-slider .event-slide-content {
  margin: 20px 0 0;
}
.event-slider.three-col-slider .event-slide-img-overlay {
  background: rgba(75, 81, 93, 0.8);
}
.event-slider.three-col-slider .event-slide-img-overlay p {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 300;
  max-width: 234px;
  margin: 0;
}
.event-slider.three-col-slider .event-slide-text h3 {
  font-size: 28px;
  letter-spacing: 0.14px;
  line-height: 36px;
  margin: 0 0 30px;
  padding-right: 5px;
}
.event-slider.three-col-slider .event-slide-cta a {
  border: none;
  font-weight: 500;
  font-size: 19px;
  padding: 0;
  text-align: left;
  line-height: 23px;
  color: #008BFF;
  margin: 0;
}
.event-slider.three-col-slider .event-slide-cta a:hover {
  color: #0279dc;
  background-color: transparent;
}
.event-slider-container.three-col-slider-container {
  padding: 69px 0 176px;
}
.three-col-slider-container .event-top-header-container p {
  margin: 0 auto 60px;
}
/* ----------------------------------------- */
.job-section{
  padding: 42px 0 60px;
  background-color: #fff;
}
.job-section-header h2{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  color: #000000;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 42px;
}
.job-left-col h3{
  font-size: 28px;
  letter-spacing: 0.14px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 27px;
}
.job-left-col-box p{
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.24px;
  color: #008BFF;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
}
.job-left-col-box{
  max-width: 179px;
  border: 6px solid #008BFF;
  padding:18px 13px;
}
.job-two-col-container{
  display: flex;
}
.job-right-col{
  width: calc(100% - 179px);
  padding-left: 58px;
  max-width: 803px;
}
.job-right-col-text p{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
.current-job-section h3{
  font-size: 28px;
  letter-spacing: 0.14px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  margin: 20px 0 46px;
}
.current-job-block h4{
  font-size: 22px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 18px;
}
.current-job-box-title h4{
  color: #008BFF;
  margin-bottom: 0;
}
.current-job-box-title p{
  font-size: 18px;
  letter-spacing: 0;
  color: #707070;
  font-weight: 400;
  line-height: 22px;
  font-family: 'helveticaregular';
}
.current-job-box-top-section{
  display: flex;
  justify-content: space-between;
}
.btn-accordion p{
  text-align: right;
  font-size: 16px;
  letter-spacing: 0;
  color: #008BFF;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}
.current-job-box-cta .hide-details{
  display: none;
}
.current-job-box-cta.active .hide-details{
  display: block;
}
.current-job-box-cta.active .see-details{
  display: none;
}
.current-job-box{
  border-bottom: 1px solid #B1B1B1;
  margin: 0 0 10px;
}
.hide-cta{
  display: none;
}
.current-job-box.active .hide-cta{
  display: block;
}
.current-job-bottom-cta .btn-accordion p{
  padding-bottom: 58px;
  padding-top: 20px;
  margin: 0;
}
.current-job-box-bottom-section{
  padding: 25px 0 0;
}
.current-job-box-bottom-section p{
  font-size: 18px;
  letter-spacing: 0;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.current-job-box-bottom-section p span{
  font-weight: 400;
}
.current-job-box-bottom-section ul{
  padding: 0;
  margin: 0 0 18px;
}
.current-job-box-bottom-section ul li{
  font-size: 18px;
  letter-spacing: 0;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 4px;
}
.current-job-box-bottom-section ul{
  list-style: none;
}
.current-job-block {
  margin: 0 0 55px;
}
.intro-section .top-section-text {
  padding:36px 0 100px;
  max-width: 840px;
}
.intro-section .top-section-text h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: .4px;
  color: #000;
  font-weight: 400;
  margin: 0 0 44px;
}
.intro-section .top-section-text p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin:0 0 20px;
  text-align: left;
}
.intro-section .top-section-text .btn {
  border: 1px solid #008bff;
  border-radius: 7px;
  min-width: 214px;
  display: inline-block;
  font-weight: 400;
  color: #008bff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8.5px 0;
  margin-top: 20px;
}
.intro-section .top-section-text .btn:hover {
  background:#008bff;
  color:#fff;
}
.faq-section {
  padding:50px 0 135px;
}
.faq-section .section-heading {
  text-align:center;
}
.faq-section .section-heading h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: .4px;
  color: #000;
  line-height: normal;
  margin: 0 0 45px;
  font-weight:400;
}
.faq-section .accordion-container ul {
  list-style:none;
  padding:0;
  margin:0;
}
.faq-section .accordion-container ul.accordion > li {
  margin: 0 0 45px;
}
.faq-section .accordion-container ul.accordion > li:last-child {
  margin-bottom:0;
}
.faq-section .accordion-container .accordion .toggle {
  letter-spacing: .14px;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  border-bottom: 1px solid #707070;
  display: block;
  line-height: normal;
  padding: 16.71px 0;
  position:relative;
  font-weight:500;
}
.faq-section .accordion-container .accordion .toggle.active {
  border-bottom-color: transparent;
}
.faq-section .accordion-container .accordion .toggle .icon {
  position: absolute;
  width: 41px;
  height: 41px;
  right: 0;
  top: 11px;
}
.faq-section .accordion-container .accordion .toggle .icon:before, .faq-section .accordion-container .accordion .toggle .icon:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  background:#008BFF;
  height:2px;
  width:41px;
  top:50%;
  margin-top:-1px;
  opacity:1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.4s;
  transition: all 0.2s;
}
.faq-section .accordion-container .accordion .toggle .icon:after {
  transform: rotate(90deg);
}
.faq-section .accordion-container .accordion .toggle.active .icon:after {
  opacity:0;
}
.faq-section .accordion-container .accordion .inner {
  display:none;
}
.faq-section .accordion-container ul .inner {
  background:#fff;
  padding:92px 0 0;
  margin: 0 0 120px;
}
.faq-section .accordion-heading-text h2 {
  letter-spacing: 0.7px;
  font-size:28px;
  line-height:33px;
  font-weight:300;
}
.faq-section .cost-table-container {
  display: flex;
  padding-bottom:120px;
}
.faq-section .cost-table-container .columns {
  width: 33.3%;
  padding: 8px;
}
.cost-table-container .price {
  list-style-type: none;
  border: 1px solid #76BFFC;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background:#FFFFFF;
  height: 100%;
}
.cost-table-container .price:hover {
  box-shadow: 0 4px 25px -5px rgba(0,0,0,0.15);
}
.cost-table-container .price .header {
  background-color: #99d1ff;
  color: white;
  font-size: 22px;
  letter-spacing: .22px;
  padding: 3px 5px;
  font-weight: 500;
}
.cost-table-container .price li {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 19px;
  color: #000;
  padding: 5px 20px;
  font-weight: 300;
}
.cost-table-container .price li:last-child {
  border-bottom: none;
}
.cost-table-container .price li:nth-last-child(2) {
  border-bottom: 0 none;
  padding: 10px 0;
}
.cost-table-container .button {
  background-color: #99d1ff;
  border: 0;
  color: white;
  padding: 12.4px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  max-width: 215px;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid #99d1ff;
  margin: 0 0 10px ;
}
.faq-section .bottom-cta-container {
  background: #008bff;
  padding: 55px 0 50px;
  text-align: center;
}
.faq-section .bottom-cta-container .section-heading h2 {
  font-size:42px;
  line-height:50px;
  font-weight:300;
  color:#fff;
  letter-spacing: 0.42px;
}
.cta-button-container .button {
  font-size: 19px;
  color: #008BFF;
  background: #fff;
  line-height: normal;
  font-weight: 500;
  min-width: 240px;
  display: inline-block;
  text-align: center;
  padding: 16.1px 10px;
  border-radius: 7px;
  text-transform: uppercase;
}
.cta-button-container .button:hover {
  opacity:0.8;
}
.margin-of-error-container {
  padding: 0 15px;
}
.margin-of-error-container .page-center {
  border: 5px solid #0CB0EF;
}
.margin-of-error-heading {
  padding: 35px 50px 0;
}
.margin-of-error-heading h2 {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 0 0 25px;
}
.margin-of-error-container .section-text {
  padding: 0 50px 50px;
}
.margin-of-error-container .section-text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 20px;
}
.margin-of-error-container .section-text img {
  margin: 0 auto 20px;
  display: block;
}
.margin-of-error-container iframe {
  width: 100%;
  padding: 0 50px;
  height: auto;
  min-height: 230px;
}
.faq-section .accordion-container ul.accordion>li:nth-child(4) .inner {
  padding: 30px 0 0;
  margin: 0 0;
}
.international-studies-container {
  margin: 0 0 78px;
  padding: 0 15px;
}
.surveys-container {
  border: 5px solid #0CB0EF;
  padding: 35px 50px;
  margin: 0 0 45px;
}
.surveys-container h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 0 0 25px;
}
.surveys-container ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 10px;
}
.surveys-container:first-child ul {
  display: block;
}
.surveys-container ul li {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
}
/*----------------------------- blog style -------------------------*/

.blog-new-header-footer .header-container-wrapper.sticky-header {
  transform: none;
  margin-top: 0;
  position: static;
}
.blog-new-header-footer .header-container {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-new-header-footer .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  padding: 6px 26px;
  font-weight: bold;
  color: #000000;
}
.blog-new-header-footer .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
}
.new-header-footer .header-container-wrapper {
  min-height: 0;
}
.new-header-footer .navbar-sv__link--brand {
  padding: 0;
  display: block;
}
.new-header-footer .cm-logo .hs_cos_wrapper {
  line-height: 0;
  font-size: 0;
  height: 60px;
}
.new-header-footer .cm-header-wrapper {
  box-shadow: none;
}
.new-header-footer .hero {
  border-top: 6px solid rgba(35,194,255,.7);
}
.new-header-footer .header-section.on-scroll .cm-header-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
body:not(.mobile-open).fixed.new-header-footer .navbar-sv__link--brand {
  font-size: 33px;
  line-height: 60px;
  height: 60px;
}
body:not(.mobile-open).fixed.new-header-footer .cm-logo {
  height: 60px;
}
.new-header-footer .navbar-sv__link--brand:hover, .new-header-footer .cm-logo .navbar-sv__link--brand:hover + .navbar-sv__list-item .navbar-sv__link--brand-badge:before,
.new-header-footer .cm-logo .navbar-sv__link--brand-badge:after, .new-header-footer .cm-logo .navbar-sv__link--brand-badge:before {
  background-color: transparent;
}
.new-header-footer a:hover [survata-logo-name] .im-survata-logo-name {
  color: #00adef;
}
.new-header-footer .navbar-sv__link:hover .navbar-sv__icon-hidden-name {
  background-color: #f5f5f5;
}
.new-header-footer .navbar-sv__link.navbar-sv__link--icon:hover {
  text-decoration: none;
  color: #00adef;
}
.new-header-footer .navbar-sv__link .navbar-sv__icon-hidden-name {
  max-width: 450px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
  color: inherit;
  transition: max-width 0s ease .6s,padding 0s ease .6s,background-color .2s ease .6s,color .2s ease .6s;
}
body:not(.mobile-open).fixed.new-header-footer .footer-logo .navbar-sv__link--brand {
  font-size: 33px;
  line-height: 30px;
  height: 30px;
} 
.new-header-footer .cm-logo.footer-logo .hs_cos_wrapper, body:not(.mobile-open).fixed.new-header-footer .cm-logo.footer-logo {
  height: 30px;
}
.new-header-footer .content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.new-header-footer .main-content {
  font-size: 18px;
  line-height: 1.42em;
  font-weight: 400;
  font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.new-header-footer a:hover {
  text-decoration: none;
}
.new-header-footer .container-fluid .row-fluid .page-center {
  max-width: 1096px;
}
.row-fluid .form-div-block {
  display:none;
}
.row-fluid .form-container-1 {
  display:block;
}
.form-no-2 .row-fluid .form-container-1,
.form-no-3 .row-fluid .form-container-1,
.form-no-4 .row-fluid .form-container-1, 
.form-no-5 .row-fluid .form-container-1,
.form-no-6 .row-fluid .form-container-1,
.form-no-7 .row-fluid .form-container-1,
.form-no-8 .row-fluid .form-container-1 {
  display:none;
}
.form-no-2 .row-fluid .form-container-2,
.form-no-3 .row-fluid .form-container-3,
.form-no-4 .row-fluid .form-container-4,
.form-no-5 .row-fluid .form-container-5,
.form-no-6 .row-fluid .form-container-6,
.form-no-7 .row-fluid .form-container-7,
.form-no-8 .row-fluid .form-container-8{
  display:block;
}
.form-container .hs-form ul {
	list-style: none;
	padding-left: 0;
}
.form-container .widget-type-form form ul.inputs-list li label {
  display: flex;
  align-items: flex-start;
}
.form-container .widget-type-form form ul.inputs-list li .hs-input {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 6px;
}
.form-container .widget-type-form form ul.inputs-list li.hs-form-radio {
  margin-bottom:10px;
}

.platform-page .inner-banner-container {
  position:relative;
}
.platform-page .inner-banner-container .page-center {
  position:relative;
  z-index:2;
}
.platform-page .inner-banner-container:before {
  content:"";
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0065c0+0,00adef+100&0.8+0,0.28+100 */
  background: -moz-linear-gradient(top,  rgba(0,101,192,0.8) 0%, rgba(0,173,239,0.28) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,101,192,0.8) 0%,rgba(0,173,239,0.28) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,101,192,0.8) 0%,rgba(0,173,239,0.28) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0065c0', endColorstr='#4700adef',GradientType=0 ); /* IE6-9 */
}
.digital-page .digi-banner-container .digi-banner-img img {
	width: 100% !important;
	max-height: 360px;
	object-fit: cover;
	object-position: center;
}
.digital-page .digi-banner-container .digi-banner-header h2 {
	font-size: 38px;
	font-weight: 300;
	letter-spacing: 0.38px;
}
.footer-heading h3 {
  color: #949CAF;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.07px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
}
.banner-area.hero {
	background: transparent linear-gradient(90deg, #05C8FF 0%, #0065C0 100%);
	border: 0 none !important;
	padding: 0 !important;
	text-align: left;
  box-shadow: none;
}
.banner-area.hero:before {
  display:none;
}
.banner-area.hero .hero__inner-container h1 {
	font-size: 46px;
	letter-spacing: 0.46px;
	color: #FFFFFF;
	line-height: 62px;
	font-weight: 300;
	margin: 0;
	padding: 28px 0 27px;
	text-transform: none;
  font-family: 'Roboto', sans-serif;
}
.row-fluid .video-content-block {
	margin-bottom: 125px;
}

.pro-col-container .pro-col .pro-col-header {
	text-align: center;
}
.pro-col-container .pro-col .pro-col-img {
  margin-left:auto;
  margin-right:auto;
}
.new-img-text-container .image-text-inner-container {
	align-items: center;
}
.event-slider-container .slick-list .slick-track {
  margin-left:auto;
  margin-right:auto;
}


/*------------------------------------- responsive style -----------------------------------------*/


@media only screen and (max-width: 1199px){
  .logo-slider.slick-slider {
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .after-banner-section p{
    font-size: 28px;
    line-height: 36px;
    max-width: 800px;
  }
  .after-banner-section {
    padding: 60px 0 100px;
  }
  .text-block h2{
    font-size: 38px;
    line-height: 38px;
  }
  .text-block h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .text-block p {
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 0;
  }  
  .cta-block a {
    font-size: 18px;
    padding: 11px 0 12px;
    max-width: 205px;
  }
  .video-cta-container {
    padding-bottom: 100px;
  }
  .text-block-inner {
    padding-right: 20px;
  }
  .pro-section {
    padding: 60px 0 90px;
  }
  .pro-header-container h2 {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 38px;
    margin: 0 auto 60px;
    max-width: 400px;
  }
  .digi-banner-header h2 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 48px;
    padding: 4px 0;
  }
  .digital-page .after-banner-section {
    padding: 60px 0 120px;
  }
  .new-img-text-container.image-text-container {
    padding: 0 0 90px 0;
  }
  .digi-publisher-header h2 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 46px;
  }
  .digital-publisher-container {
    padding: 60px 0 90px;
  }
  .new-img-text-container .text-block-inner {
    padding-right: 0;
  }
  .digi-publisher-text p {
    margin: 0 auto 36px;
    max-width: 700px;
  }
  .banner-slider .slick-slide {
    min-height: 650px;
  }
  .contact-expert-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-expert-cta {
    margin-top: 60px;
  }
  .contact-expert-section {
    padding: 70px 0 64px;
  }
  .footer-section {
    padding: 90px 0 170px;
  }
  .event-slider .slick-prev {
    left: -10px;
  }
  .event-slider .slick-next {
    right: -10px;
  }
  .faq-section .accordion-container ul .inner {
    padding: 65px 0 0;
    margin: 0 0 80px;
  }
  .faq-section .bottom-cta-container .section-heading h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .faq-section .cost-table-container {
    padding-bottom: 90px;
  }
  .cost-table-container .price li {
    font-size: 17px;
    padding: 5px 10px;
  }
  .intro-section .top-section-text {
    padding: 36px 0 70px;
  }
  .faq-section .accordion-container .accordion .toggle {
    font-size: 26px;
  }
  .margin-of-error-heading h2, .surveys-container h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .margin-of-error-container .section-text p, .surveys-container ul li {
    font-size: 20px;
    line-height: 30px;
  }
}/*-------- 1199 ends here ----------*/

@media only screen and (max-width: 991px){
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2){
    margin: 0 8px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    padding: 38px 8px 36px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    margin: 0 8px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) {
    min-width: 110px !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    min-width: 110px !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a {
    padding: 6px 0 8px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
    padding: 6px 0 8px;
  }
  .header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding: 14px 8px 14px; 
  }
  .logo-section-header h2{
    font-size: 35px;
    line-height: 45px;
  }
  .logo-section-header{
    margin: 0 auto 90px;
  }
  .logo-slider .slick-prev, .logo-slider .slick-next{
    top: 30%;
  }
  .logo-section-header {
    max-width: 627px;
  }
  .platform-wheel-section .page-center {
    max-width: 870px;
  }
  a.link1.link {
    left: 0;
  }
  a.link2.link{
    right: -105px;
  }
  a.link3.link{
    left: -1px;
  }
  .platform-wheel-links-container a span{
    font-size:25px;
  }
  .link2 .platform-wheel-arrow-img{
    left: -19px;
    top: -78px;
  }
  .link3 .gradient-arrow{
    right: 16px;
    top: 84px;
  }
  .link3 .platform-wheel-arrow-img{
    right: -198px;
    top: -63px;
  }
  .inner-banner-container {
    min-height: 300px;
    padding: 30px 0;
    border-bottom: 7px solid #008BFF;
  }
  .after-banner-section p{
    font-size: 24px;
    line-height: 33px;
    max-width: 750px;
  }
  .inner-banner-container h2 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 48px;
  }
  .after-banner-section {
    padding: 50px 0 90px;
  }
  .text-block h2{
    font-size: 34px;
    line-height: 34px;
  }
  .text-block h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-block p {
    font-size: 18px;
    line-height: 26px;
    margin: 12px 0 0;
  }  
  .video-cta-container {
    padding-bottom: 90px;
  }
  .three-col-text-section {
    padding: 60px 0 70px;
  }
  .three-col-top-section {
    margin: 0 0 30px;
  }
  .three-col-text-block p, .three-col-top-section p {
    font-size: 20px;
    line-height: 30px;
  }
  .three-col-text-block {
    width: -webkit-calc(33.33% - 24px);
    width: -moz-calc(33.33% - 24px);
    width: calc(33.33% - 24px);
  }
  .three-col-text-block+.three-col-text-block {
    margin-left: 35px;
  }
  .three-col-text-block:nth-child(3n+1) {
    margin-left: 0;
  }
  .three-col-text-block h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .col-text-block p {
    font-size: 20px;
    line-height: 30px;
  }
  .section-sub-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .histogram-container {
    min-height: 230px;
  }
  .histogram-container p {
    font-size: 24px;
    line-height: 34px;
  }
  .pro-header-container h2 {
    letter-spacing: 0.22px;
    margin: 0 auto 45px;
    font-size: 26px;
    line-height: 32px;
    max-width: 390px;
  }
  .pro-col {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .pro-section {
    padding: 60px 0 70px;
  }
  .pro-col-img {
    margin: 0 0 26px;
  }
  .pro-col-header h2 {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
  .pro-col-text p {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
  }
  .pro-col-button a {
    font-size: 18px;
    line-height: 20px;
    min-width: 205px;
    padding: 11px 18px 12px 18px;
    margin: 20px 0 0;
  }
  .digi-banner-header h2 , .digital-page .digi-banner-container .digi-banner-header h2 {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 44px;
    padding: 8px 0;
  }
  .digital-page .after-banner-section {
    padding: 45px 0 90px;
  }
  .new-img-text-container .image-block {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .new-img-text-container .image-text-inner-container.right-align .image-block {
    margin-left: 15px;
  }
  .new-img-text-container .image-text-inner-container.right-align .text-block {
    margin-right: 15px;
  }
  .new-img-text-container .text-block {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
  .digi-publisher-header h2 {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 40px;
  }
  .digi-publisher-text p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 24px;
    max-width: 600px;
  }
  .digi-publisher-link a {
    font-size: 18px;
    line-height: 22px;
    max-width: 297px;
    padding: 14px 0;
  }
  .event-slider.one-col-slider .slick-slide{
    padding: 0 22.5px;
  }
  .page-title h2, .banner-area.hero .hero__inner-container h1 {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 44px;
    padding: 16px 0;
  }
  .event-top-header-container h2{
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 42px;
    margin: 0 0 30px;
  }
  .event-top-header-container p {
    font-size: 24px;
    letter-spacing: 0.45px;
    line-height: 30px;
    max-width: 740px;
  }
  .event-slide-img-overlay p {
    font-size: 32px;
    letter-spacing: 0.32px;
    line-height: 40px;
  }
  .event-slide-text h3{
    font-size: 28px;
    letter-spacing: 0.28px;
    line-height: 32px;
  }
  .event-slide-text h4{
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 30px;
  }
  .event-slide-text p{
    font-size: 22px;
    letter-spacing: 0.45px;
    line-height: 26px;
  }
  .event-slide-cta a{
    font-size: 18px;
    min-width: 205px;
    padding: 13px 0 14px;
  }
  .event-slider-container.two-col-slider-container .event-slide-cta a{
    max-width: 205px;
  }
  .top-section-text p {
    font-size: 24px;
    letter-spacing: 0.45px;
    line-height: 30px;
  }
  .top-section-text {
    max-width: 480px;
  }
  .press-post-top-content {
    font-size: 20px;
    line-height: 28px;
  }
  .press-post-bottom-container a {
    font-size: 18px;
    line-height: 22px;
  }
  .press-post-bottom-container {
    max-width: 320px;
  }
  .press-post-section {
    padding-bottom: 45px;
  }
  .tab-cs-post-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .tab-cs-post-content a {
    font-size: 18px;
    max-width: 180px;
    padding: 11px 0;
  }
  .tab-cs-post-content h3 {
    font-size: 28px;
    letter-spacing: 0.28px;
    line-height: 34px;
  }
  .tab-section {
    padding-bottom: 80px;
  }
  .form-container .section-heading h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 40px 0 20px;
  }
  .form-container .section-text p {
    font-size: 22px;
    line-height: 30px;
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .form-container .widget-type-form form label {
    font-size: 20px;
  }
  .form-container .widget-type-form form .hs-submit input {
    font-size: 18px;
    padding: 12px 18px;
  }
  .about-company .section-heading h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 45px;
    max-width: 700px;
  }
  .about-company .section-text p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 45px;
  }
  .about-company .leadership-team-heading-section h2 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 20px;
  }
  .leadership-Person-names-and-designation h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .leadership-Person-names-and-designation p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .about-Person p {
    font-size: 20px;
    line-height: 26px;
  }
  .read-more-link {
    font-size: 16px;
  }
  .sort-description {
    padding-bottom: 30px;
  }
  .leadership-team-text-section {
    padding: 0 18px;
  }
  .contact-expert-text h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .contact-expert-cta a {
    font-size: 18px;
  }
  .contact-expert-cta {
    margin-top: 50px;
  }
  .contact-expert-section {
    padding: 60px 0 64px;
  }
  .banner-slider .slick-slide {
    min-height: 560px;
  }
  .banner-slide-content h2 {
    font-size: 42px;
    line-height: 56px;
    margin: 0 0 15px;
  }
  .banner-slide-content {
    padding: 60px 0;
  }
  .banner-slider .slick-prev, .banner-slider .slick-next {
    width: 22px;
    height: 46px;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-vertical .hs-menu-depth-2 > a{
    font-size: 12px;
  }
  .about-survata-section {
    padding: 50px 0 48px;
  }
  .about-survata-header h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 700px;
    margin: 0 auto 90px auto !important;
  }
  .about-survata-block-header h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .about-survata-block-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-survata-block-container .about-survata-block {
    width: calc(33.33% - 24px);
    margin-left: 24px;
  }
  .event-slider-container.three-col-slider-container {
    padding: 50px 0 130px;
  }
  .three-col-slider-container .event-top-header-container p {
    margin: 0 auto 50px;
  }
  .event-slider.two-col-slider, .event-slider.three-col-slider {
    padding: 0 22.5px;
  }
  .event-slider.three-col-slider .event-slide-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
  }
  .event-slider.three-col-slider .event-slide-img-overlay p {
    font-size: 20px;
  }
  .event-slider .slick-prev, .event-slider .slick-next {
    width: 25px;
    height: 50px;
  }
  .tab-block p {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 40px;
  }
  .faq-section .bottom-cta-container .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .margin-of-error-container iframe {
    min-height: 310px;
  }
  .leadership-team-img-section {
    height: 250px;
  }
  .new-header-footer .cm-logo .hs_cos_wrapper {
    height: 45px;
  }
  .new-header-footer .navbar-sv__link--brand {
    line-height: 45px;
    height: 45px;
  }
  body:not(.mobile-open).fixed.new-header-footer .navbar-sv__link--brand {
    font-size: 30px;
    line-height: 45px;
    height: 45px;
  }
  body:not(.mobile-open).fixed.new-header-footer .cm-logo {
    height: 45px;
  }
  .digital-page .digi-banner-container .digi-banner-img img {
    max-height: 300px;
  }
  .row-fluid .video-content-block {
    margin-bottom: 90px;
  }
}/*-------- 991 ends here ----------*/

@media (min-width: 881px){  /*  used to be 961 - need to change back? */
  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
}/*-------- min 881 ends here ----------*/

@media (max-width: 880px){   
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal{
    display:none;
  }
  .header-section .custom-menu-primary-new{
    width:100% !important;
    position: relative;
    min-height: 0 !important;
    z-index: 99;
  }
  .header-section .row-fluid-wrapper >.row-fluid{
    display: block;
    align-items: flex-start;
  }
  .header-section .cm-logo{
    max-width: none;
    min-height: 0;
    padding:0 15px;
  }
  .header-section .page-center{
    padding: 0;
  }
  .page-center {
    padding: 0 20px;
  }
  .header-section .mobile-trigger-new.cta_border_button{
    right: 15px;
    top: -50px;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top: 0;
  }
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; 
    position: absolute; 
    top: 56px;          
    right: 10px;        
    width: 34px; 
    height: auto;    
    padding: 7px 4px;
    background: transparent; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 0px solid #E2E2E2;
  }
  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }
  a.mobile-trigger-new span{
    display: inline;
  }
  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }
  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }
  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }
  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }
  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .platform-wheel-section .page-center {
    max-width: 757px;
  }
  a.link3.link{
    left: -60px;
    bottom: -282px;
  }
  a.link2.link{
    right: -164px;
    bottom: -282px;
  }
  .link2 .gradient-arrow {
    top: -64px;
    left: -238px;
  }
  .platform-wheel-links-container a.link3 span {
    right: 80px;
  }
  .platform-wheel-links-container a.link2 span {
    left: 201px;
  }
  /* ------------------ Plan, Optimize and Measure Pages ---------------------- */  
  .inner-banner-container {
    min-height: 260px;
    border-bottom: 6px solid #008BFF;
  }
  .after-banner-section p {
    font-size: 22px;
    line-height: 30px;
    max-width: 580px;
  }
  .text-block h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .inner-banner-container h2 {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 46px;
  }
  .pro-col {
    width: calc(50% - 40px);
  }
  .pro-col-container {
    flex-wrap: wrap;
  }
  .digi-banner-header h2, .digital-page .digi-banner-container .digi-banner-header h2 {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 34px;
    padding: 12px 0;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
  }
  .bottom-grey-text {
    padding-left: 45px;
  }
  .bottom-grey-text p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .bottom-grey-section {
    padding: 60px 0 100px;
  }
  .about-company .section-heading h2 {
    max-width: 630px;
  }
  .footer-left-container{
    display: none !important;
  }
  .footer-section .footer-top-section>.row-fluid-wrapper>.row-fluid{
    justify-content: center;
  }
  .footer-bottom-section {
    display: none !important;
  }
  .navbar-sv__link--brand {
    font-size: 24px;
    line-height: 21px;
    height: 21px;
  }
  .account-icon .fa-user.navbar-sv__item-icon {
    display: block;
  }
  .header-section{
    min-height: 0 !important;
  }
  .header-section .cm-logo{
    padding: 13px 0 11px 20px !important;
  }
  .menu-container {
    width: 100% !important;
  }
  .header-section .mobile-trigger-new.cta_border_button {
    top: -45px !important;
    right: 20px;
    padding: 13px 10px 11px 14px !important;
    z-index: 9999;
    height: 45px !important;
    width: 38px !important;
  }
  .header-section .mobile-trigger-new.cta_border_button:hover{
    background-color: #f5f5f5;
    transition-duration: 0.6s;
  }
  .navbar-sv__link.navbar-sv__link--icon{
    position: absolute;
    top: 0px;
    right: 89px;
    padding: 15px 10px 14px !important;
    max-height: 45px !important;
  }
  .navbar-sv__link.navbar-sv__link--icon:hover{
    background-color: #f5f5f5;
    transition-duration: 0.6s;
  }
  .navbar-sv__link.navbar-sv__link--icon.account-icon{
    right: 58px;
  }
  .header-section .navbar-sv__link.navbar-sv__link--icon{
    flex-direction: inherit !important;
  }
  .navbar-sv__icon-hidden-name{
    display: none !important;
  }
  .navbar-sv__link.navbar-sv__link--icon:hover .navbar-sv__icon-hidden-name{
    display: block !important;
    transition-duration: 0.6s;
  }
  .header-section .navbar-sv__link.navbar-sv__link--icon i{
    font-size: 16px !important;
  }
  .header-section .menu-container .contact-info{
    min-height: 0 !important;
  }
  .header-section .menu-container{
    min-height: 0 !important;
  }
  .header-section .page-center{
    min-height: 0 !important;
  }
  .header-section .cm-header-wrapper{
    min-height: 0 !important;
  }
  .body-container{
    margin-top: 45px;
  }
  a.mobile-trigger-new i{
    top: 8px !important;
  }
  .navbar-sv__link.navbar-sv__link--icon.account-icon{
    display: flex !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
    text-align: left; 
    float: none;
    border-bottom: 1px solid #d4d4d4;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    position: relative;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    display: block;
    flex-direction: column;
    border-top: 1px solid #d4d4d4;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding: 10px 0 10px 20px;
  }
  .custom-menu-primary-new .hs-menu-children-wrapper{
    background-color: #f6f4f4;
    padding: 0;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:hover a{
    background-color: #fff;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 >a{
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #d4d4d4;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:last-child a{
    border-bottom: none;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2:first-child a{
    border-top: 1px solid #d4d4d4;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2){
    max-width: 160px !important;
    margin: 20px 0 0 20px;
    float: none;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    max-width: 160px !important;
    margin: 20px 0 30px 20px;
    float: none;
  }
  .header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding: 10px 0 10px 20px;
  }
  .header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a{
    padding: 8px 0 9px;
  }
  .header-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a{
    padding: 8px 0 9px;
  }
  .job-right-col {
    padding-left: 45px;
  }
  .job-right-col-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .job-section-header h2 {
    font-size: 34px;
    letter-spacing: 0.34px;
    line-height: 40px;
  }
  .job-left-col h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .job-left-col-box p {
    font-size: 22px;
    letter-spacing: 0.22px;
    line-height: 24px;
  }
  .current-job-section h3 {
    font-size: 26px;
    line-height: 34px;
    margin: 20px 0 30px;
  }
  .current-job-block h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .current-job-box-bottom-section {
    padding: 15px 0 0;
  }
  .current-job-box-bottom-section p {
    margin-bottom: 14px;
  }
  .current-job-bottom-cta .btn-accordion p {
    padding-bottom: 45px;
  }
  .intro-section .top-section-text h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 35px;
  }
  .intro-section .top-section-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .intro-section .top-section-text {
    padding: 36px 0 50px;
  }
  .faq-section .section-heading h2 {
    font-size: 36px;
    margin: 0 0 35px;
  }
  .faq-section .accordion-container .accordion .toggle {
    font-size: 24px;
  }
  .faq-section .accordion-container ul .inner {
    padding: 50px 0 0;
    margin: 0 0 60px;
  }
  .faq-section .accordion-heading-text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .cost-table-container .price .header {
    font-size: 20px;
  }
  .cost-table-container .button {
    font-size: 17px;
  }
  .faq-section .cost-table-container .columns {
    padding: 5px;
  }
  .faq-section .cost-table-container {
    padding-bottom: 65px;
  }
  .faq-section .bottom-cta-container .section-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .faq-section .bottom-cta-container {
    padding: 40px 0 50px;
  }
  .cta-button-container .button {
    font-size: 17px;
  }
  .faq-section .accordion-container .accordion .toggle .icon:before, .faq-section .accordion-container .accordion .toggle .icon:after {
    width: 35px;
  }
  .faq-section .accordion-container .accordion .toggle .icon {
    width: 35px;
    height: 35px;
  }
  .result-back-container iframe {
    width: 100%;
  }
  .blog-new-header-footer .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 10px 0 10px 30px;
  }
  .blog-new-header-footer .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #f6f4f4;
  }
  .leadership-team-img-section {
    height: 210px;
  }
  .new-header-footer .header-section .mobile-trigger-new.cta_border_button {
    right: 15px;
  }
  .new-header-footer .container-fluid .header-section .row-fluid .page-center {
    max-width: none;
    padding: 0;
  }
  .new-header-footer .navbar-sv__link--brand {
    line-height: 21px;
    height: 21px;
  }
  .new-header-footer .cm-logo .hs_cos_wrapper {
    height: 21px;
  }
  body:not(.mobile-open).fixed.new-header-footer .navbar-sv__link--brand {
    font-size: 24px;
    line-height: 21px;
    height: 21px;
  }
  .mobile-open.new-header-footer .navbar-sv__link--brand .im-survata-logo-name {
    color: #00adef;
  }
  .mobile-open.new-header-footer .cm-header-wrapper {
    background-color: #fff;
  }
  .mobile-open.new-header-footer .navbar-sv__link--icon, .mobile-open .navbar-sv__nav--main-centered {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-open.new-header-footer {
    overflow: visible;
  }
}/*-------- 880 ends here ----------*/

@media(min-width:768px){
  .mobile-wheel-label-container, .mobile-display {
    display:none !important;
  }
  .mobile-sub-header{
    display: none !important;
  }
}/*-------- min 768 ends here ----------*/

@media(max-width:767px){
  .platform-wheel-links-container a span, .mobile-hidden{
    display:none !important;
  }
  .logo-section-header h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .logo-section {
    padding: 90px 0 136px;
  }
  .logo-slider .slick-next {
    right: -15px;
  }
  .logo-slider .slick-prev {
    left: -15px;
  }
  .logo-slider .slick-prev, .logo-slider .slick-next {
    top: 39%;
    width: 20px;
    height: 40px;
  }
  .logo-section-header{
    max-width: 575px;
  }
  .platform-wheel-section {
    padding: 50px 0 150px;
    overflow: visible;
  }
  .platform-wheel-section-header h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.26px;
    font-weight: 400;
  }
  .platform-wheel-links-container a {
    max-width: 200px;
  }
  .link3 .platform-wheel-arrow-img{
    right: -57px;
  }
  a.link2.link{
    right: 2px;
    bottom: -253px;
  }
  .link2 .plain-arrow {
    position: relative;
    right: -33px;
    bottom: 0px;
  }
  .link2 .gradient-arrow {
    top: -133px;
    left: auto;
    right: -46px;
  }
  .link2 .platform-wheel-arrow-img{
    left: 0;
    top: -77px;
  }
  .platform-wheel-section .page-center {
    max-width: 300px;
  }
  .platform-wheel-inner-img {
    padding: 110px 0 142px;
  }
  .center-img {
    max-width: 120px;
  }
  a.link3.link {
    left: -127px;
    bottom: -158px;
  }
  .link3 .gradient-arrow {
    right: 66px;
    top: 55px;
  }
  a.link1.link {
    top: -2px;
    left: 0;
  }
  .link1 .gradient-arrow {
    top: 34px;
    left: -2px;
  }
  .link .plain-arrow {
    width: 129.6px;
  }
  .link1 .platform-wheel-arrow-img {
    bottom: 0;
    width: 200px;
  }
  .link .platform-wheel-arrow-img img {
    max-width: 200px;
  }
  .mobile-wheel-label-container a {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.18px;
    color: #008BFF;
    border-bottom: 1px solid #008BFF;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px;
  }
  .mobile-wheel-label-container a:first-child {
    margin-left: 0;
  }
  .mobile-wheel-label-container a:last-child {
    margin-right: 0;
  }
  .mobile-wheel-label-container {
    text-align: center;
  }
  /* ------------------ Plan, Optimize and Measure Pages ---------------------- */
  .inner-banner-container {
    min-height: 230px;
    border-bottom: 4px solid #008BFF;
  }
  .inner-banner-container h2 {
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 28px;
  }
  .after-banner-section {
    padding: 45px 0 90px;
  }
  .after-banner-section p {
    font-size: 22px;
    line-height: 28px;
    max-width: 290px;
  }
  .text-block h2 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.21px;
    margin-bottom: 2px;
  }
  .text-block h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
  .text-block {
    width: 100%;
    margin-left: 0;
  }
  .image-block {
    width: 100%;
    margin-right: 0;
  }
  .text-block-inner {
    padding: 0 20px;
    max-width: 100%;
  }
  .text-block p {
    margin: 20px 0 0;
  }
  .image-text-container {
    padding: 0 0 22px 0;
  }
  .video-cta-inner-container {
    padding: 0;
    margin-bottom: 22px;
  }
  .video-inner-block {
    padding-right: 0;
  }
  .video-block {
    width: 100%;
    margin-left: 0;
    padding: 17px 35px;
  }
  .cta-block {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .video-cta-container {
    padding-bottom: 80px;
  }
  .image-text-inner-container.right-align .text-block {
    margin-right: 0;
    text-align: left;
  }
  .image-text-inner-container.right-align .image-block {
    margin-left: 0;
  }
  .video-cta-inner-container.left-align::before {
    background: transparent linear-gradient(90deg, #26516200 0%, #265162F9 98%, #265162 100%) 0% 0% no-repeat padding-box;
  }
  .two-col-text-section {
    padding: 40px 0;
  }
  .section-sub-header h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .col-text-block p {
    font-size: 18px;
    line-height: 26px;
  }
  .col-text-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .two-col-inner-container {
    flex-direction: column;
  }
  .col-text-block:last-child {
    padding-left: 0;
  }
  .three-col-text-block-container {
    flex-direction: column;
    align-items: center;
  }
  .three-col-text-block {
    width: 100%;
    margin-bottom: 25px;
  }
  .three-col-text-block+.three-col-text-block {
    margin-left: 0;
  }
  .three-col-text-block h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .three-col-text-block p, .three-col-top-section p {
    font-size: 18px;
    line-height: 26px;
  }
  .three-col-text-section {
    padding: 40px 0;
  }
  .video-inner-block .hs-responsive-embed-wrapper{
    min-width: auto !important;
  }
  .histogram-container {
    min-height: 180px;
  }
  .histogram-container p {
    font-size: 20px;
    line-height: 30px;
  }
  .pro-header-container h2 {
    letter-spacing: 0.22px;
    margin: 0 auto 45px;
    font-size: 22px;
    line-height: 28px;
    max-width: 290px;
  }
  .pro-col {
    width: 100%;
    margin: 0;
    padding: 0 5px 40px;
  }
  .pro-col-header h2 {
    font-size: 21px;
    letter-spacing: 0.21px;
  }
  .pro-section {
    padding: 45px 0 40px;
  }
  .pro-col-text p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 16px;
  }
  .platform-page .inner-banner-container h2 {
    margin: 0 0 12px;
  }
  .digi-banner-header h2, .digital-page .digi-banner-container .digi-banner-header h2 {
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 28px;
    padding: 16px 0;
  }
  .digi-banner-img img {
    min-height: 158px;
    object-fit: cover;
  }
  .new-img-text-container .image-block {
    width: 100%;
    margin-right: 0;
  }
  .new-img-text-container .image-text-inner-container.right-align .image-block {
    margin-left: 0;
  }
  .new-img-text-container .image-text-inner-container.right-align .text-block {
    margin-right: 0;
  }
  .new-img-text-container .text-block {
    width: 100%;
    margin-left: 0;
  }
  .new-img-text-container .text-block-inner {
    padding: 0;
  }
  .new-img-text-container  .text-block h2 {
    margin-bottom: 20px;
  }
  .new-img-text-container .image-block img {
    max-height: 350px;
    object-fit: cover;
  }
  .digi-publisher-header h2 {
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 28px;
  }
  .digi-publisher-text p{
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 26px;
    margin: 0 auto 14px;
    max-width: 420px;
  }
  .digi-publisher-link a {
    font-size: 16px;
    line-height: 22px;
    max-width: 228px;
    padding: 13px 0 12px;
  }
  .page-title h2, .banner-area.hero .hero__inner-container h1 {
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 28px;
    padding: 16px 0;
  }
  .one-col-slider .event-slide-img-container {
    height: 326px;
  }
  .event-top-header-container h2{
    font-size: 24px;
    letter-spacing: 0.28px;
    line-height: 32px;
    margin: 0 0 24px;
  }
  .event-top-header-container p {
    font-size: 18px;
    letter-spacing: 0.35px;
    line-height: 26px;
    max-width: 600px;
  }
  .event-slide-text h3{
    font-size: 20px;
    letter-spacing: 0.22px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .event-slide-text h4{
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
  }
  .event-slide-text p{
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 26px;
  }
  .event-slide-img-overlay p{
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 28px;
  }
  .event-slider-container.two-col-slider-container .event-slide-img-overlay p{
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 28px;
  }
  .event-slider-container{
    padding: 45px 0 90px;
  }
  .event-slide-content{
    margin: 20px 0 0;
    flex-direction: column;
  }
  .event-slide-cta a{
    min-width: auto;
    max-width: 205px;
    margin: 20px 0 0;
    font-size: 16px;
    padding: 11px 0 12px;
  }
  .event-slider-container.two-col-slider-container .event-slide-cta a{
    margin-top: 20px;
  }
  .event-slider-container.two-col-slider-container{
    padding: 60px 0 35px;
  }
  .top-section-text p {
    font-size: 22px;
    letter-spacing: 0.35px;
    line-height: 26px;
  }
  .press-post-top-content {
    font-size: 19px;
    line-height: 26px;
  }
  .tab-cs-post-header.mobile-display h3{
    font-size: 21px;
    letter-spacing: 0.21px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
  }
  .tab-cs-post-img {
    width: 100px;
    height: 120px;
  }
  .tab-cs-post-content {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  .tab-cs-post-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .tab-cs-post-content a {
    font-size: 16px;
    max-width: 148px;
    padding: 3px 0;
    margin-top: 0;
    border-radius: 5px;
  }
  .tab-cs-post-inner {
    display: flex;
    padding-bottom: 24px;
  }
  .tab-section {
    padding-bottom: 66px;
  }
  .bottom-grey-text {
    max-width: 100%;
    padding-left: 0;
    float: none !important;
  }
  .bottom-grey-text p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .bottom-grey-section {
    padding: 45px 0 70px;
  }
  .tab-section {
    padding-bottom: 60px;
  }
  .form-container .section-heading h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 20px;
  }
  .form-container .section-text p {
    font-size: 20px;
    line-height: 28px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .form-container .widget-type-form form label {
    font-size: 18px;
  }
  .form-container .widget-type-form form .hs-submit input {
    font-size: 18px;
    padding: 11px 18px;
    min-width: 205px !important;
    line-height: 21px;
    margin: 20px auto 0;
  }
  .form-container-inner{
    padding: 0 20px;
    border: 4px solid #008BFF;
  }
  .about-company .section-heading h2 {
    font-size: 28px;
    line-height: 32px;
    max-width: 480px;
  }
  .about-company .section-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-company .leadership-team-heading-section h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .leadership-Person-names-and-designation h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 6px 0 0;
  }
  .leadership-Person-names-and-designation p {
    margin: 0 0 10px;
  }
  .about-Person p {
    font-size: 18px;
    line-height: 25px;
  }
  .about-company .inner-banner-container h2 {
    padding: 0 0 16px;
  }
  .banner-slide-content h4{
    display: none;
  }
  .banner-slide-content h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .banner-slide-content h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner-slider .slick-slide {
    min-height: 470px;
  }
  .contact-expert-section {
    padding: 139px 0 121px;
  }
  .contact-expert-text{
    max-width: 285px;
    margin: 0 auto !important;
  }
  .contact-expert-text h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .42px;
  }
  .contact-expert-cta {
    margin-top: 108px;
  }
  .contact-expert-cta a{
    max-width: 228px;
    font-size: 16px;
    padding: 13px 10px 11px;
  }
  .banner-slide-content{
    max-width: 215px !important;
    width: 100% !important;
    padding: 24px 0 ;
    margin: 0 auto !important;
  }
  .banner-slide-content h2 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.26px;
  }
  .banner-slide-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-slider .slick-slide {
    min-height: 326px;
  }
  .footer-section {
    padding: 158px 0 193px;
  }
  .about-survata-header h2 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    max-width: 279px;
    margin: 0 auto 83px auto !important;
  }
  .about-survata-section {
    padding: 28px 0 0px;
  }
  .about-survata-block{
    padding-bottom: 48px;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  .about-survata-block-container .row-fluid-wrapper>.row-fluid{
    flex-direction: column;
  }
  .about-survata-block-header h3 {
    font-size: 21px;
    letter-spacing: .1px;
    line-height: 31px;
    margin-bottom: 24px;
    max-width: 200px;
    width: 100%;
    display: inline-block;
  }
  .about-survata-block-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-right-container:before{
    top: 7px;
  }
  .footer-address-text {
    margin-top: 30px;
  }
  .event-slider-container.three-col-slider-container {
    padding: 35px 0 100px;
  }
  .event-slider .slick-prev, .event-slider .slick-next {
    top: 30%;
  }
  .tab-block p {
    font-size: 22px;
    letter-spacing: 0.22px;
    line-height: 33px;
    padding: 3px 10px 2px;
  }
  /* ------------------------------------------------------- */
  .tab-list-section {
    padding: 12px 0 22px;
  }
  .tab-block {
    margin-right: 8px;
  }
  .learn-page .top-section {
    padding: 60px 0 33px;
  }
  .job-two-col-container {
    flex-direction: column;
  }
  .job-right-col {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
  }
  .job-right-col-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .current-job-bottom-cta .btn-accordion p {
    padding-bottom: 35px;
  }
  .intro-section .top-section-text h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 30px;
  }
  .faq-section .section-heading h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  .intro-section .top-section-text p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .intro-section .top-section-text .btn {
    font-size: 18px;
  }
  .intro-section .top-section-text {
    padding: 30px 0;
  }
  .faq-section .accordion-container .accordion .toggle {
    font-size: 20px;
  }
  .faq-section .accordion-heading-text h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .faq-section .accordion-container ul .inner {
    padding: 35px 0 0;
    margin: 0 0 40px;
  }
  .faq-section .cost-table-container {
    padding-bottom: 45px;
    flex-direction: column;
  }
  .faq-section .cost-table-container .columns {
    padding: 10px 0 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .faq-section .bottom-cta-container .section-heading h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 26px;
  }
  .faq-section .accordion-container .accordion .toggle .icon:before, .faq-section .accordion-container .accordion .toggle .icon:after {
    width: 30px;
  }
  .faq-section .accordion-container .accordion .toggle .icon {
    width: 30px;
    height: 30px;
  }
  .margin-of-error-heading {
    padding: 30px 30px 0;
  }
  .margin-of-error-container .section-text {
    padding: 0 30px 30px;
  }
  .margin-of-error-heading h2, .surveys-container h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }
  .margin-of-error-container .section-text p, .surveys-container ul li {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .surveys-container ul li {
    margin: 0;
  }
  .margin-of-error-container .section-text img {
    max-width: 300px;
  }
  .margin-of-error-container iframe {
    padding: 0 30px;
  }
  .surveys-container {
    border: 5px solid #0CB0EF;
    padding: 30px 30px;
    margin: 0 0 35px;
  }
  .international-studies-container {
    margin: 0 0 60px;
  }
  .surveys-container ul {
    grid-template-columns: auto auto auto;
  }
  .faq-section {
    padding: 50px 0 100px;
  }
  .new-header-footer .content-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .new-header-footer .menu-container {
    margin: 45px 0 0;
  }
  .digital-page .digi-banner-container .digi-banner-img img {
    max-height: 230px;
  }
.banner-slider .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
  .image-block::before {
    height: 27.5px;
  }

}/*-------- 767 ends here ----------*/

@media(max-width:630px){  
  .inner-banner-container {
    min-height: 210px;
  }
  .form-container .section-heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .form-container .section-text p {
    font-size: 18px;
    line-height: 22px;
  }
  .form-container .widget-type-form form label {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .form-container .widget-type-form form input, textarea, select {
    padding: 8px !important;
  }
  .form-container .widget-type-form form .hs-form-field {
    margin-bottom: 22px;
  }
  .form-container .widget-type-form form textarea {
    min-height: 120px;
  }
  .leadership-team-block {
    width: 50%;
  }
  .banner-slider .slick-slide {
    min-height: 400px;
  }
  .banner-slider .slick-prev {
    left: 10px;
  }
  .banner-slider .slick-next {
    right: 10px;
  }
  .banner-slider .slick-prev, .banner-slider .slick-next {
    width: 18px;
    height: 40px;
  }
}/*-------- 630 ends here ----------*/

@media(max-width:600px){
  .logo-section-header {
    max-width: 253px;
  }
  .logo-section-header h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .logo-slider .logo-slide-inner img {
    display: block;
    max-width: 80px;
  }
}/*-------- 600 ends here ----------*/

@media(max-width:568px){
  .inner-banner-container {
    min-height: 180px;
  }
  .press-post-block {
    width: 100%;
    padding-bottom: 45px;
    margin-left: 0;
  }
  .top-section-text {
    max-width: 290px;
  }
  .press-post-inner-section {
    flex-direction: column;
  }
  .press-post-block:nth-child(even){
    margin-left: 0;
  }
  .press-post-bottom-container {
    max-width: 100%;
  }
  .about-company .section-heading h2 {
    font-size: 26px;
    max-width: 380px;
  }
  .faq-section .accordion-container .accordion .toggle {
    font-size: 18px;
    padding: 12.71px 40px 12.71px 16px;
    text-indent: -16px;
  }
  .faq-section .accordion-container ul.accordion > li {
    margin: 0 0 35px;
  }
  .surveys-container ul {
    grid-template-columns: auto auto;
  }
  .margin-of-error-heading h2, .surveys-container h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 15px;
  }
  .margin-of-error-container .section-text img {
    max-width: 250px;
    width: 100%;
  }
}/*-------- 568 ends here ----------*/

@media(max-width:480px){
  .inner-banner-container {
    min-height: 153px;
  }
  .logo-slider .logo-slide-inner img {
    display: block;
    max-width: 60px;
  }
  .logo-slider .slick-prev, .logo-slider .slick-next {
    top: 29%;
    z-index: 9;
  }
  .logo-section-header {
    margin: 0 auto 75px;
  }
  .logo-section{
    overflow: hidden;
  }
  .one-col-slider .event-slide-img-container {
    height: 240px;
  }
  .bottom-grey-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .form-container .widget-type-form form input, textarea, select {
    padding: 6px !important;
  }
  .form-container .widget-type-form form .hs-form-field {
    margin-bottom: 18px;
  }
  .form-container .widget-type-form form textarea {
    min-height: 100px;
  }
  .form-container .section-heading h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .leadership-team-block {
    width: 100%;
  }
  .full-discription-open .leadership-team-img-section {
    max-width: 100%;
  }
  .about-company .section-heading h2 {
    font-size: 22px;
    line-height: 26px;
    max-width: 292px;
  }
  .about-company .section-text p {
    font-size: 16px;
  }
  .about-company .leadership-team-heading-section h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
  }
  .leadership-Person-names-and-designation h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .leadership-Person-names-and-designation p {
    font-size: 18px;
  }
  .about-Person p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .about-company .inner-banner-container h2 {
    padding: 0 0 8px;
  }
  .event-slider.three-col-slider .event-slide-img-overlay p {
    font-size: 18px;
    line-height: 24px;
  }
  .event-slider.three-col-slider .event-slide-text h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px;
  }
  .event-slider.three-col-slider .event-slide-cta a {
    font-size: 18px;
  }
  .event-slider .slick-prev, .event-slider .slick-next {
    width: 20px;
    height: 40px;
  }
  .event-slider.two-col-slider, .event-slider.three-col-slider {
    padding: 0px 12.5px;
  }
  .event-slider-container.three-col-slider-container {
    padding: 35px 0 70px;
  }
  .event-slider .slick-prev, .event-slider .slick-next {
    top: 24%;
  }
  .event-slider.two-col-slider .event-slide-img-container {
    height: 240px;
  }
  .event-slider.two-col-slider .slick-prev, .event-slider.two-col-slider .slick-next {
    top: 21%;
  }
  /*.logo-slider .logo-slide-inner {
  padding: 0 10px;
}*/
  .job-section-header h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 35px;
  }
  .job-left-col h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .job-left-col-box p {
    font-size: 20px;
    line-height: 22px;
  }
  .btn-accordion p {
    font-size: 14px;
    line-height: 22px;
  }
  .job-right-col-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .current-job-section h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 20px;
  }
  .current-job-box-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .current-job-box-bottom-section p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .current-job-box-bottom-section ul li {
    font-size: 16px;line-height: 24px;
  }
  .current-job-block h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .current-job-box-bottom-section ul li {
    font-size: 16px;line-height: 24px;
  }
  .current-job-box-bottom-section ul {
    margin: 0 0 12px;
  }
  .current-job-bottom-cta .btn-accordion p {
    padding-bottom: 25px;
    padding-top: 10px;
  }
  .current-job-block {
    margin: 0 0 40px;
  }
  .job-section {
    padding: 42px 0 35px;
  }
  .intro-section .top-section-text h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 25px;
  }
  .intro-section .top-section-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .section-heading h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .faq-section {
    padding: 25px 0 70px;
  }
  .faq-section .accordion-container .accordion .toggle {
    font-size: 16px;
  }
  .faq-section .accordion-container .accordion .toggle .icon:before, .faq-section .accordion-container .accordion .toggle .icon:after {
    width: 20px;
  }
  .faq-section .accordion-container .accordion .toggle .icon {
    width: 20px;
    height: 20px;
  }
  .faq-section .accordion-container ul.accordion > li {
    margin: 0 0 25px;
  }
  .faq-section .accordion-heading-text h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-section .bottom-cta-container .section-heading h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 22px;
  }
  .margin-of-error-heading {
    padding: 20px 0px 0;
  }
  .margin-of-error-heading h2, .surveys-container h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
  }
  .margin-of-error-container .section-text {
    padding: 0 0px 20px;
  }
  .margin-of-error-container .section-text p, .surveys-container ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 12px;
  }
  .margin-of-error-container .section-text img {
    max-width: 180px;
  }
  .margin-of-error-container iframe {
    padding: 0 0px;
    min-height: 360px;
  }
  .surveys-container {
    padding: 20px 0px 25px;
    margin: 0 0 30px;
  }
  .international-studies-container {
    margin: 0 0 45px;
  }
  .new-header-footer .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .digital-page .digi-banner-container .digi-banner-img img {
    max-height: 180px;
  }
  .video-block {
    padding: 17px 17px;
  }
}/*-------- 480 ends here ----------*/

@media(max-width:360px) {
  .tab-block p {
    font-size: 20px;
  }
}/*-------- 360 ends here ----------*/