<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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 &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; 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 &gt; 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 &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul {
    margin-bottom: 0;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; 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 &gt; ul {
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical &gt; 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 &gt; ul li.hs-item-has-children:hover &gt; 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 &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; 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 &gt; a {
    padding-left: 4em;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; 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 &gt; ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; 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 &gt; 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;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

::placeholder {
  color: #515978 !important;
}

.row-fluid form input::placeholder{
  color: #515978 !important;
}

.row-fluid form input::-ms-input-placeholder,
:-ms-input-placeholder{
  color:#515978 !important;
}

.row-fluid form input::-ms-input-placeholder,
::-ms-input-placeholder{
  color:#515978 !important;
}

/* Home */

/* hero-section  */
.home-hero-section{
  position: relative;
}

.home-hero-section h1{
  font-size: 50px;
  line-height: normal;
  font-weight: bold;
}

.home-hero-section-header h1{
  font-size: 50px;
  line-height: normal;
  font-weight: bold;
}


.home-hero-section h1:before {
  content: none;
}

.home-hero-section h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
  margin-bottom: 35px;
}

.home-hero-section .left-col {
  padding: 184px 0px 116px;
}

.home-hero-section .left-col-here {
  padding: 184px 0px 116px;
}

.home-hero-section .right-col{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}

.row-fluid .home-hero-section form input {
  padding-right: 45%;
  border-radius: 8px;
}

body .row-fluid .home-hero-section form .hs-button.primary{
  border-radius: 0 8px 8px 0;
}

.home-hero-section{
  background-color: #4196fa;
}

.home-hero-section form {
  max-width: 436px;
}

body .row-fluid .home-hero-section form .hs-button.primary{
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
  padding: 12px 25px;
}

.flex {
    display: flex;
}

body .container-fluid .row-fluid .wrapper-talview-help{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}


.home-sect-two{
  background: #f5f5f5;
}

.education-page .home-sect-two{
  background: #ffffff;
}

/* home-sect-two */

.home-sect-two h3{
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 0px;
  color: #5a6280;
}

.home-sect-two .slick-list {
  padding: 29px 29px 8px !important;
}

.adwords .home-sect-two .slick-list {
  padding: 0px 29px 8px !important;
}

.lp .home-sect-two .slick-list {
  padding: 0px 29px 8px !important;
}

.home-sect-two-hiring-solution .slick-list {
  padding: 0px 29px 0px !important;
}


/* home-sect-three */

.home-sect-three h2{
  font-size: 40px;
  color: #515978;
  line-height: 49px;
  margin-top: 104px;
  margin-bottom: 101px;
}

.home-sect-three .tab-bt-container{
  border-bottom: 1px solid #cacdd6;
  text-align: center;
  margin-bottom: 57px;
}

.home-sect-three .tab-bt-container p{
  font-size: 24px;
  font-size: 23px;
  line-height: normal;
  color: #515978;
  margin-bottom: 0px;  
  padding-bottom: 17px;
  cursor: pointer;
}

.recruit-page .home-sect-three .tab-bt-container p{
  font-size: 24px;
  font-size: 23px;
  line-height: normal;
  color: #515978;
  margin-bottom: 0px;  
  padding: 8px;
  cursor: pointer;
}

.lp .home-sect-three .tab-bt-container p{
  font-size: 24px;
  line-height: normal;
  color: #515978;
  margin-bottom: 0px;  
  padding: 8px;
  cursor: pointer;
}

body.education-page .home-sect-three .tab-bt-container p{
  /*   font-size: 24px; */
  font-size: 23px;
  line-height: normal;
  color: #515978;
  margin-bottom: 0px;  
  /*   padding-bottom: 17px; */
  padding: 8px;
  cursor: pointer;
}

@media(max-width: 767px){
  body.education-page .home-sect-three .tab-bt-container p{
  font-size: 14px;
  text-align:left;
  padding:0px;
}
}

.home-sect-three .tab-bt-container p.active{
  color: #3b9bfd;
  position: relative;
}

.home-sect-three .tab-bt-container p.active:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #3b9bfd;
}

body.education-page .home-sect-three .tab-bt-container p.active{
  background: #03c1a1;
  position: relative;
  padding: 8px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0px;
}


body.recruit-page .home-sect-three .tab-bt-container p.active{
  background: #38a6ff;
  position: relative;
  padding-bottom: 8px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}


body.lp .home-sect-three .tab-bt-container p.active{
  background: #38acff;
  position: relative;
  padding: 8px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

body.education-page .home-sect-three .tab-bt-container p.active:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -1px;
  background: #3b9bfd;
  z-index: -1;
}


.home-sect-three .tab-content{
  margin-bottom: 61px;
}

.home-sect-three .tab-content .left-col-img,
.home-sect-three .tab-content .right-col-txt{
  display:flex;
  align-items: center;
}

.home-sect-three .tab-content h3{
  font-size: 26px;
  color: #3b9bfd;
}

.home-sect-three .tab-content p{
  line-height: 24px;
  color: #595959;
}

/* home-sect-three */

.home-sect-four{
  background: #3281ba;
  padding-top: 129px;
}

.home-sect-four h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px;
}

.home-sect-four h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 0;
}

.home-sect-four p{
  font-size: 18px;
  line-height: 50px;
  margin-top: 4px;
}

.home-sect-four .txt-container{
  max-width: 568px;
  z-index: 1;
  position: relative;
}


.home-sect-four .wrapper{
  position: relative;
  padding-bottom: 87px;
}

.home-sect-four img{
  max-width: 100%;
  height: auto;
  position: absolute;
  right: -23.5%;
  bottom: 0;
  z-index: 0;
}

/*  home-sect-seven */

.home-sect-seven{
  background: #3280b9;
  padding-top: 76px;
  padding-bottom: 86px;
  margin-bottom: 118px;
}

.home-sect-seven h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 82px;
}

.home-sect-seven .each-power h4{
  font-size: 30px;
  line-height: 73px;
  margin-bottom: 0;
}

.home-sect-seven .each-power p{
  line-height: 28px;
  margin-top: -10px;
  font-weight: 300;
}

.home-sect-seven .each-power img{
  margin-bottom: 9px;
  height: 75px !important;
}

.home-sect-seven .each-action{
  display: flex;
  align-items: center;
  justify-content: center;
}


.home-sect-seven .each-action p{
  margin-bottom: 0px;
  font-weight: 300;
}

.home-sect-seven  .action-container{
  margin-top: 34px;
  text-align: center;
}

@media(max-width: 1300px){
  .head-container {
    margin-left: 14%;
  }
}

@media(max-width: 1110px){
  body.education-page .home-sect-three .tab-bt-container .each-tab-bt p{
    font-size: 20px;
  }
}

@media(max-width: 1024px){

  .home-hero-section h1 {
    font-size: 40px;
  }

  .home-hero-section h2 {
    font-size: 20px;
  }

  .row-fluid .home-hero-section form input {
    font-size: 16px;
  }

  body .row-fluid .home-hero-section form .hs-button.primary {
    font-size: 16px;
  }

  .home-hero-section .left-col {
    padding: 184px 0px 66px;
  }

  .home-hero-section .left-col-here {
    padding: 184px 0px 66px;
  }

  .home-sect-two h3 {
    font-size: 20px;
  }

  .home-sect-three h2 {
    font-size: 25px;
  }

  .home-sect-three .tab-bt-container p {
    font-size: 14px;
  }

  .recruit-page .home-sect-three .tab-bt-container p {
    font-size: 14px;
  }

  .lp .recruit-page .home-sect-three .tab-bt-container p {
    font-size: 14px;
  }

  .education-page .recruit-page .home-sect-three .tab-bt-container p {
    font-size: 14px;
  }
  .home-sect-four h2 {
    font-size: 25px;
  }

  .home-sect-four h3 {
    font-size: 19px;
  }

  .automation-cm h2 {
    font-size: 25px;
  }

  .automation-cm h4 {
    font-size: 20px;
  }

  .automation-cm .each-desc p {
    font-size: 19px;
  }

  .automation-cm .each-desc &gt; .ico-container {
    width: 120px;
    height: 120px;
  }

  .customer-feedback-cm .head-container h2, .customer-feedback-cm .head-container p {
    font-size: 35px;
  }

  .head-container {
    margin-left: 12%;
  }

  .slick-next {
    right: 34px;
  }

  .customer-feedback-cm .slick-slide {
    max-width: 330px;
  }

  .home-sect-seven h2 {
    font-size: 32px;
  }

  .home-sect-seven .each-power h4 {
    font-size: 25px;
  }

  body a.cta_button[title]{
    font-size: 14px !important;
    max-width: 221px !important;
  }

  .footer-less-top.footer-top-section {
    padding-top: 30px;
  }

}

@media(max-width: 767px){
  /*  home-hero  */
  .home-hero-section .right-col{
    display: none;
  }
}


@media(max-width: 768px){



  .home-hero-section .left-col {
    padding: 75px 0px 66px;
    text-align: center;
  }

  .home-hero-section .left-col-here {
    padding: 75px 0px 66px;
    text-align: center;
  }

  .home-hero-section h1 {
    font-size: 30px;
  }
  .home-hero-section-header h1 {
    font-size: 30px;
  }
  .home-hero-section h2 {
    font-size: 18px;
  }

  body .row-fluid .home-hero-section form .hs-button.primary {
    max-width: 100%;
  }

  /* home-sect-two   */
  .home-sect-two h3 {
    padding: 0px 15px;
  }

  .home-sect-two .slick-slide {
    margin-right: 20px;
  }

  .home-sect-two .slick-list {
    padding: 16px 29px !important;
  }

  .home-sect-two h3 {
    margin-bottom: 4px;
  }

  /* home-sect-three */
  .home-sect-three h2 {
    margin-top: 61px;
    margin-bottom: 38px;
  }

  .tab-bt-container .each-tab-bt{
    display: none;
  }

  .home-sect-three .tab-bt-container{
    border: none;
  }

  .home-sect-three .tab-content .left-col-img{
    justify-content: center;
  }

  .home-sect-three .tab-content h3,
  .home-sect-three .tab-content p{
    text-align: center;
  }

  .home-sect-three .tab-content h3{
    margin-top: 19px;
  }

  .home-sect-three .tab-content h3{
    font-size: 20px;
    color: #3b9bfd;
  }


  /*------------------------
  Accordian
  ------------------------*/

  .accordian-each{
    background: #fff;
    box-shadow: 0 0 2px #00000024;
    margin-bottom: 30px;
    padding: 14px 38px;
    border-radius: 6px;
    border-left: 10px solid #f4f4f4;
    text-align: left;
    color: #2d2c2b;
    font-size: 18px;
    font-weight: 800;
    position: relative;
  }
  .accordian-body{
    margin-top: 33px;
  }
  .accordian-header{
    position: relative;
  }
  .accordian-header:after {
    content: '';
    position: absolute;
    background: #38a6ff;
    width: 2px;
    height: 17px;
    transition: all .8s ease-in-out;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .accordian-header:before {
    content: '';
    position: absolute;
    background: #38a6ff;
    width: 2px;
    height: 17px;
    transition: all .8s ease-in-out;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .open-out .accordian-header:after {
    transform: translateY(-50%) rotate(90deg);
  }

  .home-sect-three .tab-content {
    margin-bottom: 0;
  }



  /* .home-sect-four */
  .home-sect-four img{
    display: none;
  }

  .home-sect-four {
    padding-top: 71px;
    text-align: center;
  }

  .home-sect-four h2 {
    font-size: 21px;
    line-height: 34px;
  }

  .home-sect-four h3 {
    font-size: 16px;
  }

  .home-sect-four .wrapper {
    padding-bottom: 24px;
  }

  /* automation-cm   */
  .automation-cm {
    padding-top: 65px;
  }

  .automation-cm h2 {
    font-size: 25px;
    line-height: 37px;
  }

  .automation-cm h4 {
    font-size: 18px;
  }

  .automation-cm .desc-container {
    margin: 56px auto 0;
    flex-wrap: wrap;
  }

  .automation-cm .each-desc {
    flex-grow: 1;
    flex-basis: 50%;
  }

  .automation-cm .each-desc p {
    font-size: 16px;
  }

  .automation-cm {
    padding-top: 60px;
    margin-bottom: 17px;
  }

  /* .customer-feedback-cm   */

  .customer-feedback-cm .head-container {
    float: none;
    margin: 0;
  }

  .customer-feedback-cm .head-container h2, .customer-feedback-cm .head-container p {
    font-size: 25px;
  }

  .customer-feedback-cm .head-container p:after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .dotted-bg{
    display: none;
  }

  .customer-feedback-cm .feed-container{
    margin: 0px;
  }

  .head-container:before {
    height: 83px;
    top: -7px;
  }

  .customer-feedback-cm .slick-slide{
    max-width: 100%;
    margin: 0px 15px;
    padding: 20px;
  }

  .slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: -57px;
  }

  .customer-feedback-cm {
    position: relative;
    margin-bottom: 93px;
  }

  /* home-sect-seven */

  .home-sect-seven h2 {
    font-size: 25px;
    margin-bottom: 36px;
  }

  .home-sect-seven .each-power {
    margin-top: 50px;
  }

  body a.cta_button[title] {
    max-width: 315px !important;
  }

  .home-sect-seven {
    padding-bottom: 60px;
  }

  .home-sect-seven {
    margin-bottom: 21px;
  }

  .home-sect-seven .each-action {
    margin-bottom: 23px;
  }

  .home-sect-seven h2{
    line-height: 36px;
  }



}


@media(min-width: 768px){
  #hiring-resp-select{
    display: none;
  }
}

@media(min-width: 768px){
  .ih2021hero{
    margin-top: 30px;
  }
}


.hs-form-7b9ff17d-f40a-48b7-814c-a8b77c6a4efd_d6818725-d162-446d-b64e-495448b6ed62 .hs-richtext {
font-size:12px!important;  
}
/*=======================================================================
Hero popup Video Styling
=========================================================================*/


body .row-fluid .hero01-01{
  margin-left:0;
}
body .row-fluid .hero01-0.section-padding {
  padding: 125px 0 94px;
}

body .row-fluid .add-cta a.cta_button {
  z-index: 0;
}


body .row-fluid .mp4-container,
body .row-fluid .mp4-container video,
body .row-fluid .mp4-container2,
body .row-fluid .mp4-container2 video,
body .row-fluid .vidyard-video{
  display:none;
}

body .row-fluid .mp4-container.open-popup,
body .row-fluid .mp4-container2.open-popup,
body .row-fluid .mp4-container2.open-popup video,
body .row-fluid .vidyard-video.open-popup{
  display:block;
}


body.popup-body {
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

body.popup-body:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  width:100%;
  background: #000;
  opacity: 0.9;
  z-index: 2;
}


body .row-fluid .mp4-container.open-popup,
body .row-fluid .vidyard-video.open-popup {
  display: block;
}


.vidyard-inner-module,
.mp4-inner-module{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
  position: absolute;
  top: 6%;
  z-index: 4;
  left: 0;
  right: 0;
}


.close-button,
.vidyard-close-button{
  position: absolute;
  right: 20px;
  top: 2%;
  cursor: pointer;
  z-index: 99;
}

.close-button h4,
.vidyard-close-button h4{
  color: #fff;
}


video#myvid,
.vidyard-inner-module {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}

video#my-vid,
.vidyard-inner-module {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}


.vertical-center {
  align-items: center;
}

body .row-fluid .hero01-01 .heading-text h1{
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 49px;
  font-weight:700;
}

body .row-fluid .hero01-01.section-padding {
  padding: 195px 0 97px;
}

body .customer-hero .row-fluid .hero01-01.section-padding {
  padding: 210px 0 130px;
}

body .row-fluid .hero01-01.section-padding .right-col {
  margin-top:75px;
}

body .row-fluid .hero01-01 .heading-text h3{
  font-size:24px;
  margin: 0px 0 17px;
}
body .row-fluid .hero01-01 .transparent-cta{
  cursor: pointer;
}
body .row-fluid .hero01-01 h3{
  margin-top: 20px;
  font-size: 27.5px;
}

body.customer .container-fluid .row-fluid .ps-vision-header-container{
  z-index:2;
}

@media (max-width: 767px){

  body .row-fluid .hero01-01 .right-col{
    margin-top:60px;
  }

  body .row-fluid .hero01-01 .heading-text h1{
    font-size:30px;
  }
  body .row-fluid .hero01-01 .heading-text h3{
    font-size:20px;
  }
  .vidyard-inner-module,
  .mp4-inner-module{

    width: auto;
    margin: 0 10px;
  }
  .close-button,
  .vidyard-close-button{
    top:1%;
  }
}

body .hero01-01 a.transparent-cta{
  top: calc(50% - 25px);
  left: calc(50% - 50px);
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  user-select: none;
  background-color: #989695;
  transition: background-color 0.5s ease;
}

.play-image{
  position: relative;
  /* top: calc(50% - 25px); */
  /* left: calc(50% - 14px); */
  display: block;
  content: '';
  box-sizing: border-box;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 26px 0 26px 40px;
  width: 20px;
  left: 38px;     
  top: 30px;
}


body .hero01-01 a.transparent-cta:hover{
  background-color:#38A6FF;
}

/*======================================================================
Hero 01-01 Styling
========================================================================*/




body.customer .customer-feedback-cm {
  margin-bottom: 12px;
  padding-top: 49px;
}






/* =============================tesatimonial slider 2  ========================*/



body .row-fluid .grey-bg.testimonial01-01.slider2 {
  padding: 63px 0 58px;
  margin-left:0;
}
.testimonial01-01.slider2 .slider-grp{
  position: relative;
}

body .container-fluid .row-fluid .testimonial01-01.slider2 .section-heading h2{
  color: #515978;
}

body .container-fluid .row-fluid .testimonial01-01.slider2 .section-heading{
  margin-bottom:64px;
}

.testimonial01-01.slider2 .slider-content{
  margin-right:22px;
  margin-left:22px;
}

.testimonial01-01.slider2 .left-col .company-logo img{
  margin: 0 auto;
}

.testimonial01-01.slider2 .left-col .company-container{
  background: #333e63;
  padding: 40px 28px 18px 28px;
  position: absolute;
  top: -72px;
  left: 0;
  min-width: 275px;
  max-width: 275px;
  text-align: center;
}

.testimonial01-01.slider2 .company-container h6{
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  float: left;
  word-break: break-all;
}

.testimonial01-01.slider2 .company-container h5{
  color: #adb2c4;
  display: inline-block;
  vertical-align: middle;

}

.testimonial01-01.slider2 .company-container a&gt;h6{
  float: none;
}

.testimonial01-01.slider2 .company-container ul{
  margin: 0;
  list-style: none;
  border-top: solid 0.5px #adb2c4;
  margin-top: 34px;
  margin-bottom: 49px;
}

.testimonial01-01.slider2 .company-container ul li{
  border-bottom: solid 0.5px #adb2c4;
  padding-top: 14px;
  text-align: right;
}

.testimonial01-01.slider2 .slider-grp button:focus{
  outline: none;
}

.testimonial01-01.slider2 .left-col{
  position: relative; 
}



.testimonial01-01.slider2 .right-col{
/*   -webkit-box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38); */
  padding: 100px 35px 50px 35px;
  max-width: 870px;
  margin: 0 5px 0 auto;
}

.testimonial01-01.slider2 .right-col .text-section{
  max-width: 680px;
  margin: 0 20px 0 auto;
}

.testimonial01-01.slider2 .video-left-col h5,
.testimonial01-01.slider2 .right-col .text-section h3{
  position: relative;
  display: inline;
  font-style: italic;
}

.testimonial01-01.slider2 .video-left-col h5:before,
.testimonial01-01.slider2 .right-col .text-section h3:before{
  position: absolute;
  content: '';
  background-image: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/FLAT/Images/left-quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 39px;
  height: 28px;
  left: -41px;
  top: -28px;
}

.testimonial01-01.slider2 .video-left-col h5:after,
.testimonial01-01.slider2 .right-col .text-section h3:after{
  position: absolute;
  content: '';
  background-image: url('https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/FLAT/Images/left-quote%20%281%29.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 39px;
  height: 28px;
  right: -58px;
  bottom: -11px;
}

.testimonial01-01.slider2 .employee-container{
  margin-top: 42px; 
}

.testimonial01-01.slider2 .right-col .employee-image,
.testimonial01-01.slider2 .right-col .employee-details{
  display: inline-block;
  vertical-align: middle;
}

.testimonial01-01.slider2 .right-col .employee-details{
  margin-left: 18px;
}

.testimonial01-01.slider2 .right-col .employee-details h5{
  margin: 0;
}




.testimonial01-01.slider2 .slick-arrow{
  font-size: 0;
  background: transparent;
  border: 0;
  position: absolute;
  top: -10px;

  cursor: pointer;
  z-index: 1;
}




.testimonial01-01.slider2 .slick-arrow.slick-next{

  position: absolute;
  content: '';
  height: 35px;
  width: 40px;

  background-image: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/leftr.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;

  right: -50px;
  top: 128px;
} 

.testimonial01-01.slider2 .slick-arrow.slick-prev{
  padding:0px;
}

.testimonial01-01.slider2 .slick-arrow.slick-prev{
  position: absolute;
  content: '';
  left: -50px;
  background-image: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/rightr.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 40px;
  z-index: 0;
  top: 128px;
}







@media(max-width: 1200px){
  .testimonial01-01.slider2 .right-col .text-section{
    margin: 0 0 0 auto;
    max-width: 600px;
  }

  .testimonial01-01.slider2 .right-col .text-section h3:before{
    left: -19px;
  }

  .testimonial01-01.slider2 .left-col .company-container {
    min-width: 250px;
  }
}

@media(max-width: 1024px){
  .testimonial01-01.slider2 .right-col{
    max-width: 100%;
    padding: 50px;
  }

  .testimonial01-01.slider2 .right-col{
    margin: 0 3px;
  }

  .testimonial01-01.slider2 .left-col .company-container{
    position: relative;
    min-width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .testimonial01-01.slider2 .right-col .text-section{
    max-width: 100%;
  }
}

@media(max-width: 767px){
  body .container-fluid .row-fluid .testimonial01-01.slider2 .section-heading{
    margin-bottom: 60px;
  }

  .testimonial01-01.slider2 .right-col{
    margin: 0 3px;
  }

  .testimonial01-01.slider2 .left-col .company-container{
    position: relative;
    min-width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }



  .testimonial01-01.slider2 .slick-arrow{
    top: 0;
  }

  /*   .testimonial01-01.slider2 .slick-arrow.slick-prev{
  padding: 25px 36px 35px 33px;
  right: 56px;
} */
  .testimonial01-01.slider2 .slick-arrow.slick-prev{
    padding:0;
  }
  .testimonial01-01.slider2 .slick-arrow.slick-next{
    padding:0px;
  }

  .testimonial01-01.slider2 .slick-arrow.slick-prev{
    left: -15px;
  }

  .testimonial01-01.slider2 .slick-arrow.slick-next{
    right: -15px;
  }
}

.testimonial01-01.slider2 .slick-initialized .slick-slide:focus{
  outline: none;
}




.testimonial01-01.slider2 .video-left-col{
  position: relative;
}

.testimonial01-01.slider2 .video-left-col .text-content{
  padding: 60px 60px 34px 60px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  position: absolute;
  top: -71px;
  left: 0;
  max-width: 430px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.testimonial01-01.slider2 .video-right-col{
  min-height: 172px;
  text-align: center;
}

.testimonial01-01.slider2 .video-right-col a:focus{
  outline: none;
}

.testimonial01-01.slider2 .video-left-col h5{
  color: #adb2c4;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-weight: normal;
}

.testimonial01-01.slider2 .video-left-col h5:after{
  bottom: -31px;
  right: -52px;
}

.testimonial01-01.slider2 .video-left-col .employee-details{
  margin-top: 60px;
}

.testimonial01-01.slider2 .employee-details h6{
  margin: 0;
}

.testimonial01-01.slider2 .video-right-col a&gt;img{
  margin: 0 auto;
}


/* @media(max-width: 1200px){
.testimonial01-01.slider2 .right-col .text-section{
margin: 0 0 0 auto;
max-width: 600px;
}

.testimonial01-01.slider2 .right-col .text-section h3:before{
left: -19px;
}

.testimonial01-01.slider2 .left-col .company-container {
min-width: 250px;
}
}
*/


@media(max-width:1200px){
  body .row-fluid .testimonial01-01.slider2 .slick-arrow.slick-next{
    left:unset;
    right:-13px;
  }

  body .row-fluid .testimonial01-01.slider2 .slick-arrow.slick-prev{
    left:-13px;
  }

}

@media(min-width:1025px)and(max-width:1200px){
  body .row-fluid .testimonial01-01.slider2 .slick-arrow.slick-next {
    left: unset;
    right: -13px;
  }
}




@media(max-width: 998px) {
  .testimonial01-01.slider2 .video-left-col .text-content{
    padding: 40px 35px 35px 51px;
    max-width: 315px;
  }
}

@media(max-width: 767px) {
  .testimonial01-01.slider2 .video-left-col .text-content{
    position: relative;
    max-width: 100%;
    top: 0;
  }

  .testimonial01-01.slider2 .video-right-col{
    width: 100%;
    //height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .row-fluid .testimonial01-01.slider2 .slick-arrow.slick-next{
    left:unset;
    right:-20px;
    bottom:55%;
  }

  body .row-fluid .testimonial01-01.slider2 .slick-arrow.slick-prev{
    left:-20px;
    bottom:55%;
  }

}



.testimonial01-01.slider2 .logo-section{
  clear: both;
  padding-top: 58px;
}

.testimonial01-01.slider2 .logo-section img{
  margin: 0 auto;
}

body .row-fluid .testimonial01-01.slider2 .logo-section .four-col-adjust span&gt;.hs_cos_wrapper{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

@media(max-width: 767px){
  body .row-fluid .testimonial01-01.slider2 .logo-section .four-col-adjust span&gt;.hs_cos_wrapper{
    flex-basis: 50%;
    width: 50%;
    -webkit-flex-basis: 50%;
  }
}


.testimonial01-01.slider2 .slider-grp{

  margin:0 auto;
}

body .row-fluid .testimonial01-01.slider2 .slick-slide{

  margin:0 20px;
}

@media(max-width:767px){
  .testimonial01-01.slider2 .slick-slide{
    margin-right:0px;
    max-width:none;
  }

  .testimonial01-01.slider2 .testimonial01-01 .slider-content{
    margin-right:0px;
  }
}


.testimonial01-01.slider2 .heading-container {
  background: white;
  padding: 26px 60px 20px;
  text-align: center; 
  overflow: hidden;
  border-top:1px solid #e7e7e7;
}
.testimonial01-01.slider2 ..slider-content{
  cursor:pointer;
}
.testimonial01-01.slider2 .slider-content:hover{
  /*   transform: translateY(-1px); */
  background: #36c585;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.testimonial01-01.slider2 .slick-list {

  padding:0px!important;
}


body .container-fluid .row-fluid .testimonial01-01.slider2 .wrapper{
  max-width: 1160px;
}

.testimonial01-01.slider2 .heading-container h5{
  margin-bottom:27PX;
}

.grey-bg {
  background: #f5f7fa;
}

body .container-fluid .row-fluid .testimonial01-01.slider2 .wrapper-customer{
  max-width: 1160px;
}

/* ===================== slider Teatimonial 1======================== */


@media(max-width:767px){
body .row-fluid .grey-bg.testimonial01-01.slider1 {
  padding: 60px 0 60px!important;
  }
  
.customer h2{
    margin-bottom:0px!important;
  }
}

body .row-fluid .grey-bg.testimonial01-01.slider1 {
  padding: 63px 0 89px;
}
.testimonial01-01.slider1 .slider-grp{
  position: relative;
}

body .row-fluid .no-margin .grey-bg.testimonial01-01.slider1 {
  padding: 63px 0 0px!important;
}

body .container-fluid .row-fluid .testimonial01-01.slider1 .section-heading h2{
  color: #515978;
}

body .container-fluid .row-fluid .testimonial01-01.slider1 .section-heading{
  margin-bottom:54px;
}

.testimonial01-01.slider1 .slider-content{
  margin-right:22px;
  margin-left:22px;
  transition: all 0.3s ease-in-out;
}

.testimonial01-01.slider1 .left-col .company-logo img{
  margin: 0 auto;
}

.testimonial01-01.slider1 .left-col .company-container{
  background: #333e63;
  padding: 40px 28px 18px 28px;
  position: absolute;
  top: -72px;
  left: 0;
  min-width: 275px;
  max-width: 275px;
  text-align: center;
}

.testimonial01-01.slider1 .company-container h6{
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  float: left;
  word-break: break-all;
}

.testimonial01-01.slider1 .company-container h5{
  color: #adb2c4;
  display: inline-block;
  vertical-align: middle;
}

.testimonial01-01.slider1 .company-container a&gt;h6{
  float: none;
}

.testimonial01-01.slider1 .company-container ul{
  margin: 0;
  list-style: none;
  border-top: solid 0.5px #adb2c4;
  margin-top: 34px;
  margin-bottom: 49px;
}

.testimonial01-01.slider1 .company-container ul li{
  border-bottom: solid 0.5px #adb2c4;
  padding-top: 14px;
  text-align: right;
}

.testimonial01-01.slider1 .slider-grp button:focus{
  outline: none;
}

.testimonial01-01.slider1 .left-col{
  position: relative; 
}



.testimonial01-01.slider1 .right-col{
  -webkit-box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  padding: 100px 35px 50px 35px;
  max-width: 870px;
  margin: 0 5px 0 auto;
}

.testimonial01-01.slider1 .right-col .text-section{
  max-width: 680px;
  margin: 0 20px 0 auto;
}

.testimonial01-01.slider1 .video-left-col h5,
.testimonial01-01.slider1 .right-col .text-section h3{
  position: relative;
  display: inline;
  font-style: italic;
}

.testimonial01-01.slider1 .video-left-col h5:before,
.testimonial01-01.slider1 .right-col .text-section h3:before{
  position: absolute;
  content: '';
  background-image: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/FLAT/Images/left-quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 39px;
  height: 28px;
  left: -41px;
  top: -28px;
}

.testimonial01-01.slider1 .video-left-col h5:after,
.testimonial01-01.slider1 .right-col .text-section h3:after{
  position: absolute;
  content: '';
  background-image: url('https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/FLAT/Images/left-quote%20%281%29.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 39px;
  height: 28px;
  right: -58px;
  bottom: -11px;
}

.testimonial01-01.slider1 .employee-container{
  margin-top: 42px; 
}

.testimonial01-01.slider1 .right-col .employee-image,
.testimonial01-01.slider1 .right-col .employee-details{
  display: inline-block;
  vertical-align: middle;
}

.testimonial01-01.slider1 .right-col .employee-details{
  margin-left: 18px;
}

.testimonial01-01.slider1 .right-col .employee-details h5{
  margin: 0;
}


/******* Slick Arrow Style *******/

.testimonial01-01.slider1 .slick-arrow{
  font-size: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1;
}

.testimonial01-01.slider1 .slick-arrow.slick-next{
  position: absolute;
  content: '';
  height: 35px;
  width: 40px;
  background-image: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/leftr.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: -50px;
  top: 109px;
}


.testimonial01-01.slider1 .slick-arrow.slick-prev{
  padding:0px;
}

.testimonial01-01.slider1 .slick-arrow.slick-prev{
  position: absolute;
  content: '';
  left: -50px;
  background-image: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/rightr.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 40px;
  z-index: 0;
  top: 109px;
}



/******* Slick Arrow Style End*******/


@media(max-width: 1200px){
  .testimonial01-01.slider1 .right-col .text-section{
    margin: 0 0 0 auto;
    max-width: 600px;
  }

  .testimonial01-01.slider1 .right-col .text-section h3:before{
    left: -19px;
  }

  .testimonial01-01.slider1 .left-col .company-container {
    min-width: 250px;
  }
}

@media(max-width: 1024px){
  .testimonial01-01.slider1 .right-col{
    max-width: 100%;
    padding: 50px;
  }

  .testimonial01-01.slider1 .right-col{
    margin: 0 3px;
  }

  .testimonial01-01.slider1 .left-col .company-container{
    position: relative;
    min-width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .testimonial01-01.slider1 .right-col .text-section{
    max-width: 100%;
  }
}

@media(max-width: 767px){
  body .container-fluid .row-fluid .testimonial01-01.slider1 .section-heading{
    margin-bottom: 60px;
  }

  .testimonial01-01.slider1 .right-col{
    margin: 0 3px;
  }

  .testimonial01-01.slider1 .left-col .company-container{
    position: relative;
    min-width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }



  .testimonial01-01.slider1 .slick-arrow{
    top: 0;
  }

  .testimonial01-01.slider1 .slick-arrow.slick-prev{
    padding: 25px 36px 35px 33px;
    right: 56px;
  }
  .testimonial01-01.slider1 .slick-arrow.slick-next{
    padding:0px;
  }

  .testimonial01-01.slider1 .slick-arrow.slick-prev{
    left: -160px;
  }

  .testimonial01-01.slider1 .slick-arrow.slick-next{
    right: -16px;
  }
}

.testimonial01-01.slider1 .slick-initialized .slick-slide:focus{
  outline: none;
}



/************ Style For Video Module *************/
.testimonial01-01.slider1 .video-left-col{
  position: relative;
}

.testimonial01-01.slider1 .video-left-col .text-content{
  padding: 60px 60px 34px 60px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.38);
  position: absolute;
  top: -71px;
  left: 0;
  max-width: 430px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.testimonial01-01.slider1 .video-right-col{
  min-height: 174px;
  text-align: center;
  height:1px;
  background-size: contain!important;
}

.testimonial01-01.slider1 .video-right-col a:focus{
  outline: none;
}

.testimonial01-01.slider1 .video-left-col h5{
  color: #adb2c4;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-weight: normal;
}

.testimonial01-01.slider1 .video-left-col h5:after{
  bottom: -31px;
  right: -52px;
}

.testimonial01-01.slider1 .video-left-col .employee-details{
  margin-top: 60px;
}

.testimonial01-01.slider1 .employee-details h6{
  margin: 0;
}

.testimonial01-01.slider1 .video-right-col a&gt;img{
  margin: 0 auto;
}

.testimonial01-01.slider1 .slick-slide{
  background: #f3f3f3;
}

@media(max-width: 998px) {
  .testimonial01-01.slider1 .video-left-col .text-content{
    padding: 40px 35px 35px 51px;
    max-width: 315px;
  }
}

@media(max-width: 767px) {
  .testimonial01-01.slider1 .video-left-col .text-content{
    position: relative;
    max-width: 100%;
    top: 0;
  }

  .testimonial01-01.slider1 .video-right-col{
    width: 100%;
    height: auto
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/********* Logo Section Style **********/

.testimonial01-01.slider1 .logo-section{
  clear: both;
  padding-top: 58px;
}

.testimonial01-01.slider1 .logo-section img{
  margin: 0 auto;
}

body .row-fluid .testimonial01-01.slider1 .logo-section .four-col-adjust span&gt;.hs_cos_wrapper{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}


@media(max-width:1200px){
  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-next{
    left:unset;
    right:-13px;
  }

  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-prev{
    left:-13px;
  }

}

@media(min-width:1025px)and(max-width:1200px){
  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-next {
    left: unset;
    right:-13px;
  }
}

@media(max-width: 767px){
  body .row-fluid .testimonial01-01.slider1 .logo-section .four-col-adjust span&gt;.hs_cos_wrapper{
    flex-basis: 50%;
    width: 50%;
    -webkit-flex-basis: 50%;
  }

  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-next{
    left:unset;
    right:-20px;
    bottom:55%;
  }

  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-prev{
    left:-20px;
    /*     top:unset; */
    bottom:55%;
  }
  body .row-fluid .testimonial01-01.slider1 .slick-arrow.slick-prev{
    padding:0px;
  }

}


.testimonial01-01.slider1 .slider-grp{
  /*   max-width:994px; */
  margin:0 auto;
}

body .row-fluid .testimonial01-01.slider1 .slick-slide{

  margin:0 20px;
}

@media(max-width:767px){
  .testimonial01-01.slider1 .slick-slide{
    margin-right:0px;
    max-width:none;
  }

  .testimonial01-01.slider1 .testimonial01-01 .slider-content{
    margin-right:0px;
  }
}


.testimonial01-01.slider1 .heading-container {
  background: #F3F3F3;
  padding: 15px 60px 4px;
  text-align: center;
}

.testimonial01-01.slider1 .slick-list {
  /*     padding: 7px 29px !important; */
  padding:0px!important;
}


body .container-fluid .row-fluid .testimonial01-01.slider1 .wrapper{
  max-width: 1160px;
}
.testimonial01-01.slider1 .slider-content:hover{
  /*   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12); */
  /*   transform: translateY(-1px); */
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}




/* ================ customer aboutcm ========================== */




.customer-about-us-cm{
  padding-bottom: 11px;
  padding-top: 27px;

}

.customer-about-us-cm h5{
  font-size: 24px;
  color: rgb(56, 166, 255);
  font-weight: bold;
  margin: 48px 0 9px;
}

.customer-about-us-cm p{
  margin-bottom:39px;
}

.customer-about-us-cm h2{
  margin-bottom: 50px;
  color: #515978;
  text-align:center;
}

.customer-about-us-cm .cta-container a.cta_button{   
  text-transform: initial;
}
.customer-about-us-cm .card{
  /*   border-width: 1px; */
  /*   border-color: rgb(218, 218, 218);
  border-style: solid;
  background-color: rgb(255, 255, 255); */
  padding: 48px 48px 34px 48px;
  display: block;
  cursor:pointer;
}

.customer-about-us-cm .card:hover{
  /*   transform: translateY(-1px); */
  /*    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);  */
}

body.customer .row-fluid .customer-about-us-cm .two-col-adjust span&gt;.hs_cos_wrapper{
  border-width: 1px;
  flex-basis: 44.4%;
  -webkit-flex-basis: 44.4%;
  margin-right: 4.43%;
  border-color: rgb(218, 218, 218);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  justify-content: center;
}

/* body.customer .row-fluid .customer-about-us-cm .two-col-adjust span&gt;.hs_cos_wrapper:hover{
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
} */

.customer-about-us-cm .card p{
  margin: 30px 0 40px;
}

@media(max-width:767px){
  body.customer .row-fluid .customer-about-us-cm .two-col-adjust span&gt;.hs_cos_wrapper{
    margin-left:auto;
    margin-right:auto;
  }
  .span12.customer-about-us-cm.align-center {
    padding-top: 100px;
  }
}


body.customer .row-fluid .fancybox-title-float-wrap span.child  {
  display:none!important;
}

.fancybox-opened .fancybox-title {
  visibility: hidden!important;
}






/********** Remote Hiring Starter Kit Page Style ************/





/******** Header-style ********/

body.kit-page .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:last-child&gt;a{
  font-weight: bold;
  color: #3a9ffd;
}

body.kit-page .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:last-child&gt;a{
  color: #ffffff;
}

/******** Header-style End********/

/******** Hero Section Style ********/

body.kit-page .home-hero-section .left-col{
  padding: 180px 0px 160px;
}

/* body.kit-page .row-fluid .home-hero-section .left-col{
width: 63.264957%;
}

body.kit-page .row-fluid .home-hero-section .right-section-col{
width: 34.17094%;
} */

body .container-fluid .row-fluid .home-hero-section .wrapper{
  position: relative;
}

body.kit-page .home-hero-section h1{
  /*   margin-bottom: 18px; */
  /*   font-size: 49px; */
}

body.kit-page .home-hero-section h2{
  font-size: 30px;
  line-height: 47px;
}

.remote-hiring-form .right-section-col{
  position: relative;
  margin-top: 140px;
  max-width: 380px;
  float: right;
}

.remote-hiring-form .form-container{
  max-width: 380px;
  margin: 0 0 0 auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
  padding: 30px 32px 30px 32px;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  float: right;
  /*   display: none; */
}

.remote-hiring-form .form-container h3{
  color: #515978;
  font-size: 30px;
  font-weight: bold;
}

body.kit-page .row-fluid .home-hero-section.remote-hiring-form .row-fluid form input{
  height: 45px;
  border: 1px solid #000000;
  border-radius: 12px;
  margin-top: 6px;
  padding: 5px 10px;
  color: #000000;
  font-size: 14px;
}

.remote-hiring-form .row-fluid form .field&gt;label{
  color: #000000;
}

body.kit-page .home-hero-section.remote-hiring-form .row-fluid form .hs-button.primary{
  position: relative !important;
  width: 100%;
  border-radius: 12px;
  text-transform: none;
  margin-top: 17px;
  border: none;
  color: #ffffff;
  background: #38A6FF;
  font-size: 18px;
  font-weight: bold;
}


.row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"],
.row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #000000;
  margin-right: 8px;
  top: -1px;
  width: 17px;
  height: 16px;
}

.row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"]:checked:after{
  width: 7px;
  height: 4px;
  top: 3px;
  left: 2px;
  border: 2px solid #2D2C2B;
  border-top: 0;
  border-right: 0;
}

.row-fluid .home-hero-section.remote-hiring-form .hs-form label.hs-form-booleancheckbox-display{
  display: flex;
}

body .home-hero-section.remote-hiring-form form .hs-form-booleancheckbox {
  margin-bottom: 9px;
  margin-top: 15px;
}



.remote-hiring-form .text-content{
  margin-top: 30px;
}

.remote-hiring-form .text-hide{
  display: none;
}

.remote-hiring-form .text-content h5{
  margin: 0;
  color: #515978;
}

.remote-hiring-form .text-content p{
  color: #515978;
  margin: 0;
}

.remote-hiring-form .form-container.fixed{
  position: fixed;
  right: inherit;
  left: auto;
  margin-right: 0;
  float: right;
  /*   top: 142px; */
}

@media(max-width: 1450px) and (min-width: 768px){
  .remote-hiring-form .text-content p{
    font-size: 15px;
  }

  body.kit-page .row-fluid .home-hero-section.remote-hiring-form .row-fluid form input{
    height: 45px;
  }

  body .home-hero-section.remote-hiring-form form .hs-form-booleancheckbox{
    margin-bottom:0;
  }

  .remote-hiring-form .form-container h3{
    font-size: 23px;
  }

  .remote-hiring-form .form-container{
    padding: 20px 32px 20px 32px;
  }
  .remote-hiring-form .text-content{
    margin-top: 10px;
  }

  .remote-hiring-form .right-section-col{
    margin-top: 100px;
  }

  body.kit-page .row-fluid .home-hero-section.remote-hiring-form .row-fluid form input{
    margin-top: 0;
  }

  body .home-hero-section.remote-hiring-form form .hs-form-booleancheckbox{
    margin-top: 4px;
  }

  .body-container-wrapper form li.hs-form-booleancheckbox{
    font-size: 14px;
  }

  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"], .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="radio"]{
    top: 3px;
  }

  /*   body.kit-page .row-fluid .home-hero-section.remote-hiring-form .row-fluid form .hs_phone{
  width: 48%;
  display: inline-block;
  margin-right: 3.9%;
  vertical-align: top;
}

  body.kit-page .row-fluid .home-hero-section.remote-hiring-form .row-fluid form .hs_company{
  width: 48%;
  display: inline-block;
  vertical-align: top;
} */
}

@media(max-width: 1024px){
  body.kit-page .home-hero-section .left-col{
    padding: 139px 0px 115px;
  }

  body.kit-page .home-hero-section.remote-hiring-form h1{
    font-size: 36px;
  }

  body.kit-page .home-hero-section h2{
    font-size: 25px;
    line-height: 39px;
  }

}

@media(max-width: 900px) and (min-width: 768px){
  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"],
  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="radio"]{
    width: 22px;
  }

  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"]:checked:after{
    left: 2px;
    width: 6px;
    height: 3px
  }
}

@media(max-width: 990px)  {
  .remote-hiring-form .form-container{
    max-width: 324px;
  }
}

@media(max-width: 850px)  {
  .remote-hiring-form .form-container{
    max-width: 293px;
  }
}

@media(max-width: 800px)  {
  .remote-hiring-form .form-container{
    max-width: 275px;
  }
}

@media(max-width: 768px){
  body.kit-page .home-hero-section .left-col{
    text-align: left;
  }
}

@media(max-width: 767px){
  body.kit-page .home-hero-section{
    padding-bottom: 60px;
  }
  body.kit-page .home-hero-section .left-col{
    padding: 100px 0 0 0;
    text-align: center;
  }

  .remote-hiring-form .right-section-col{
    margin: 30px auto 0 auto;
    float: none;
  }

  .remote-hiring-form .form-container{
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
  }

  body.kit-page .home-hero-section h2{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }


}

@media(max-width: 480px){
  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="checkbox"],
  .row-fluid .home-hero-section.remote-hiring-form .hs-form .field .input input[type="radio"]{
    width: 27px;
  }
}


/******** Hero Section Style End ********/





/**************** IH Course Video Page 2020 ****************/


/************ Banner Style ************/


.hero-video-page{
  padding: 201px 0 87px 0;
}

.hero-video-page h1{
  font-size: 50px;
  margin-bottom: 12px;
}

.ihasia h1{
  font-size:72px;
}

.ihasia {
  padding:100px 0;
}

.hero-video-page p{
  line-height: 29px;
  margin-bottom: 24px;
}

body .hero-video-page .white-cta a.cta_button[title]{
  font-weight: bold;
  font-size: 18px;
  color: #38a6ff;
  text-transform: none;
}

body .hero-video-page .white-cta a.cta_button[title]:hover{
  color: #ffffff;
}

@media (max-width: 1024px) and (min-width: 768px){
  .hero-video-page h1{
    font-size: 42px;
  }

  .hero-video-page p{
    line-height: 24px;
  }
}

@media(max-width: 767px){
  .hero-video-page{
    padding: 156px 0 70px 0;
  }

  .hero-video-page h1{
    font-size: 30px;
  }

  .hero-video-page p{
    line-height: 24px;
    margin-bottom: 13px;
  }
}


/*=======================================================================
popup Video Styling
=========================================================================*/


body .row-fluid .ih-course-video .mp4-container,
body .row-fluid .ih-course-video .mp4-container video,
body .row-fluid .ih-course-video .vidyard-video{
  display:none;
}

body .row-fluid .ih-course-video .mp4-container.open-popup,
body .row-fluid .ih-course-video .vidyard-video.open-popup{
  display:block;
}


body.popup-body {
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

body.popup-body:before{
  content:"";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  width:100%;
  background: #000;
  opacity: 0.9;
  z-index: 2;
}


body .row-fluid .ih-course-video .mp4-container.open-popup,
body .row-fluid .ih-course-video .vidyard-video.open-popup {
  display: block;
}


.ih-course-video .vidyard-inner-module,
.ih-course-video .mp4-inner-module{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
  position: absolute;
  top: 20%;
  z-index: 2;
  left: 0;
  right: 0;
}


.close-button,
.vidyard-close-button{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}

.ih-course-video .close-button h4,
.ih-course-video .vidyard-close-button h4{
  color: #fff;
}


.ih-course-video video#myvid,
.ih-course-video .vidyard-inner-module {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}



/*=======================================================================
popup Video Styling
=========================================================================*/




/*=======================================================================
One Sheet Guide Hero Section
=========================================================================*/

.one-sheet-banner{
  padding:191px 0px 60px;
}

.one-sheet-banner .banner-container h1{
  font-size:48px;
  font-weight: bold;
  margin-bottom:15px;
  color:#38a6ff;
}

.ebook .one-sheet-banner .banner-container h1{
  color:#ffffff;
}

.one-sheet-banner .banner-container p{
  font-size:24px;
  letter-spacing: normal;
  line-height: 1.5;
  color:#515978;
}

.ebook .one-sheet-banner .banner-container p{
  color:#ffffff;
}


.one-sheet-banner .banner-container{
  max-width:1070px;
  width:100%;
  margin:0 auto;
}

@media(min-width:768px)and(max-width:1024px){

  .one-sheet-banner {
    padding: 141px 0px 59px;
  }

}

@media(max-width:767px){

  .one-sheet-banner{
    padding: 130px 0px 35px;
  }

  .one-sheet-banner .banner-container h1{
    font-size: 30px;
  }

  .one-sheet-banner .banner-container p {
    font-size: 20px;
  }

  body .one-sheet-form .text-cont p,
  body .one-sheet-form .text-cont ul li {
    font-size: 14px;
    line-height: 23px;
  }

}


/*=======================================================================
One Sheet Guide Form Section
=========================================================================*/

.one-sheet-form form .hs-form-required {
  display: inline;
  color: #FF0000;
}

.one-sheet-form .right-col .form-container{
  max-width: 380px;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 6px rgba(0,0,0,0.2);
  padding: 30px 32px 43px 32px;
  box-sizing: border-box;
  float: right;
  width:100%;
}

.one-sheet-form .right-col .form-container form .hs-button.primary {
  height: auto;
  display: block;
  font-family: 'Muli', sans-serif;
  width: 100%;
  border-radius: 12px;
  text-transform: none;
  margin-top: 18px;
  border: 0;
  color: #fff;
  background: #1d4fd8;
  font-size: 18px;
  font-weight: bold;
}


.ihebook .one-sheet-form .right-col .form-container form .hs-button.primary {
  background: #b93534;
}

.one-sheet-form .right-col .form-container h3{
  margin-bottom:18px;
  font-size:23px;
}

.one-sheet-form{
  padding:71px 0px 87px;
}

.one-sheet-form .image-container {
  margin-bottom: 40px;
}

.one-sheet-form .text-cont h3
font-size:24px;{
  letter-spacing:normal;
}

.one-sheet-form .text-cont{
  max-width:650px;
}

.one-sheet-form .text-cont ul{
  margin-top:0px;
}

.one-sheet-form .text-cont p{
  margin-bottom:14px;
}


.one-sheet-form .text-cont p, 
.one-sheet-form .text-cont ul li{
  font-size:18px;
  line-height: 30px;
  color: #515978;
}

.one-sheet-form .text-cont ul li{
  margin-left:20px;
}

.one-sheet-form .text-cont ul li span{
  margin-left:0px;
}

.row-fluid .one-sheet-form .right-col .form-container form input[type="text"],
.row-fluid .one-sheet-form .right-col .form-container form input[type="email"],
body .row-fluid .one-sheet-form .right-col .form-container form select,
.row-fluid .one-sheet-form .right-col .form-container form input[type="tel"]{
  height: 48px;
  border: 1px solid #515978;
  border-radius: 12px;
  margin-top: 3px;
  padding: 5px 10px;
  color: #515978;
  font-size: 14px;
}

body .row-fluid .one-sheet-form .right-col .form-container form textarea{
  border: 1px solid #515978;
  border-radius: 12px;
  margin-top: 3px;
  padding: 5px 10px;
  color: #515978;
  font-size: 14px;
}

.row-fluid .one-sheet-form .right-col .form-container form .field&gt;label{
  color: #515978;
  margin-bottom: 6px;
  margin-top: 9px;
}


@media(min-width:768px)and(max-width:1024px){

  .one-sheet-form .text-cont h3 {
    font-size:24px;
  }

  .one-sheet-form .text-cont p, .one-sheet-form .text-cont ul li{
    font-size:14px;
  }

  .one-sheet-banner .banner-container h1 {
    font-size: 32px;
  }

  .one-sheet-banner .banner-container p {
    font-size: 20px;
  }

}

@media(max-width:767px){

  .one-sheet-form {
    padding: 50px 0px;
  }



  .one-sheet-form .right-col .form-container{
    float:none;
    margin:40px auto 0px;
  }

  .one-sheet-form .image-container {
    margin-bottom: 30px;
    text-align:center;
  }

  .one-sheet-form .text-cont{
    max-width:100%;
  }

  .one-sheet-banner .banner-container p {
    font-size: 18px;
  }

  .one-sheet-form .text-cont ul li span {
    margin-left: 0px!important;
  }

}



/*=======================================================================
Talview Header Issues
=========================================================================*/

@media(min-width:768px)and(max-width:835px){

  body.one-sheet-guide .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1&gt;a {
    font-size: 11px;
  }

  body.one-sheet-guide .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1&gt;a {
    padding: 26px 6px;
  }

  body.one-sheet-guide .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:last-child&gt;a {
    padding: 13px 5px;
  }

}

/* @media(min-width:1025px)and(max-width:1090px){

  body.one-sheet-guide .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1&gt;a {
    padding: 32px 12px;
  }

} */

@media(max-width:767px){

  body.kit-page.one-sheet-guide .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1:last-child&gt;a {
    color: #3a9ffd;
  }

}

/*====================================================

========================================================*/


@media(min-width:768px){

  .full-width-team .container-fluid .row-fluid  .team-content-cm .left-col{
    width:100%
  }  

  .full-width-team .team-content-cm .content-cards{
    width: 44%;
    float: left;
    display: block;
    margin-right: 2.4%;

  }


  .full-width-team .team-content-cm .content-cards:last-child{
    margin-right:0;
  }


}

/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-col-adjust&gt;span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span&gt;.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 18%;
  -webkit-flex-basis: 18%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}










@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust&gt;span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span&gt;.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   


  .change-mobile .wrapper .row-fluid-wrapper&gt;.row-fluid,
  .change-on-mobile&gt;.row-fluid-wrapper&gt;.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-top-margin{
    margin-top:40px;
  }

}


/*==================================================
Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-col-adjust&gt;span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span&gt;.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 15%;
  -webkit-flex-basis: 15%;
  float: left;
  margin-right: 1.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}










@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust&gt;span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span&gt;.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   


  .change-mobile .wrapper .row-fluid-wrapper&gt;.row-fluid,
  .change-on-mobile&gt;.row-fluid-wrapper&gt;.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-top-margin{
    margin-top:40px;
  }

}




/*===================== IH Virtual Asia=============*/


body .body-container-wrapper .row-fluid .ps1-event-2-hero {
  height: calc(90vh - 28px);
  padding: 200px 0 100px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ps1-event-2-hero .heading p{
  font-size: 20px;    
}

.ps1-event-2-hero  h1{
  font-size: 72px;
  line-height: 1;
}

.ps1-event-2-hero .cta{
  margin-top:50px;
}

.ps1-event-2-hero .cta a.cta_button[title]{
  background: #36c585;
  border-color: #36c585;
  color:#fff;

}

body .ps1-event-2-hero .transparent-cta a.cta_button[title]{
  border-radius:4px;
}

.ps1-event-2-hero .white-border-cta a.cta_button[title] {
  border-color:#fff;
  color:#fff;
}
body .ps1-event-2-hero .transparent-cta a.cta_button[title]:hover {
  background: #d13130;
  border-color: #d13130;
}

.ps1-event-2-hero .cta a.cta_button[title]:hover{
  color:#000;
}

.ps1-event-2-hero .event-2-timer-cm .cont{
  font-size: 80px;
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0 30px;
}

.ps1-event-2-hero .event-2-timer-cm span {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 300;
}




.ps1-event-2-hero .event-2-timer-cm{
  margin-top:40px;
}








@media (max-width:1024px){

  body .body-container-wrapper .row-fluid .ps1-event-2-hero {
    height: auto;
    padding: 120px 0 80px;
  }

  .ps1-event-2-hero .event-2-timer-cm .cont {
    font-size: 50px;
    margin: 0 10px;
  }

}



@media (max-width:767px){

  .ps1-event-2-hero h1 {
    font-size: 40px;
    line-height: 1;
  }
  .ps1-event-2-hero .event-2-timer-cm .cont {
    font-size: 30px;
    margin: 0 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
  }

  .ps1-event-2-hero .event-2-timer-cm .cont span{
    font-size:14px;
  }

  .ps1-event-2-hero .cta {
    margin-top: 20px;
  }

  body .body-container-wrapper .row-fluid .ps1-event-2-hero {
    padding: 110px 0 40px;
  }

}    





/********** Talent Survey Page Style **********/



.survey-text-section{
  padding: 84px 0px 81px 0;
}

body .container-fluid .survey-text-section .row-fluid .wrapper{
  max-width: 1250px;
}

.survey-text-section .text-content h3{
  font-size: 40px;
  font-weight: bold;
  color: #38A6FF;
  text-align: center;
  margin-bottom: 36px;
}

.survey-text-section .text-content p{
  font-size: 24px;
  line-height: 1.5;
}

@media(max-width: 1024px){
  .survey-text-section .text-content h3{
    font-size: 36px;
  }

  .survey-text-section .text-content p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media(max-width: 767px){
  .survey-text-section {
    padding: 60px 0px 61px 0;
  }

  .survey-text-section .text-content h3 { 
    font-size: 31px;
    margin-bottom: 15px;
  }

  .survey-text-section .text-content p {
    font-size: 16px;
    line-height: 25px;
  }
}


.two-col-image-text{
  padding: 77px 0 80px 0;
  background: #F8F8F8;
}

body .container-fluid .two-col-image-text .row-fluid .wrapper {  
  max-width: 1250px;
}

.two-col-image-text .heading-here h4{
  font-size: 30px;
  font-weight: bold;
  color: #38A6FF;
}

.two-col-image-text .heading-here{
  margin-bottom: 30px
}

.two-col-image-text .heading-here.left-heading{
  margin-bottom: 135px;
}

.two-col-image-text .bottom-img{
  margin-top: 25px;
}

/* @media(min-width: 1025px){
.two-col-image-text .wrapper &gt; .row-fluid-wrapper &gt; .row-fluid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}

body .row-fluid .two-col-image-text .left-col {
display: flex;
display: -webkit-flex;
-webkit-flex-direction: column;
flex-direction: column;
justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}

body .row-fluid .two-col-image-text .right-col {
display: flex;
display: -webkit-flex;
-webkit-flex-direction: column;
flex-direction: column;
justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
} */



@media(max-width: 1024px){
  .two-col-image-text .heading-here h4{
    font-size: 24px;
  }

  .two-col-image-text .heading-here,
  .two-col-image-text .heading-here.left-heading{
    margin-bottom: 50px;
  }

  .two-col-image-text .left-col{
    margin-bottom: 50px;
  }
}

.center-text-section{
  padding: 150px 0 150px 0;
  position: relative;
  z-index: 1;
}

.center-text-section:before {
  position: absolute;
  content: '';
  background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Banner%20Overlay.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.center-text-section h2{
  font-size: 60px;
  line-height: 45px;
  margin-bottom: 24px;
}

.center-text-section p{  
  font-size: 30px;
  line-height: 66px;
  font-weight: bold;
}


@media(max-width: 1024px){
  .center-text-section{
    padding: 160px 0 150px 0;
  }
  .center-text-section h2{
    font-size: 52px;
    line-height: 37px;
  }
  .center-text-section p{
    font-size: 26px;
    line-height: 42px;
  }
}

@media(max-width: 767px){
  .center-text-section{
    padding: 102px 0 88px 0;
  }
  .center-text-section h2{
    font-size: 30px;
    line-height: 29px;
  }
  .center-text-section p{
    font-size: 22px;
    line-height: 38px;
  }
}


@media(max-width: 767px) {
  body.survey-page .two-col-progress-section .left-col {
    margin-bottom: 0px;
  }
  body.survey-page .two-col-progress-section .heading-text {
    margin-bottom: 0px;
  }
}







/*********************************************************
Header Popup
/*********************************************************/

.request_demo{
  max-width: 500px;
  background: transparent;
  position: fixed !important;
  left: 50%;
  top: 10%;
  background: #EEF2F6;
  padding: 20px 0px;
  transform: translate(-50%, 0);
  z-index: 15;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  visibility: hidden;
  max-height:90vh;
  overflow-y:scroll;
}

@keyframes fid {
  0% {
    opacity: 0;
    transform: translate(-50%, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
} 


@keyframes fiu {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -40px);
  }
}


.gone_up{
  -webkit-animation-name: fiu;
  animation-name: fiu;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

.come_down{
  visibility: visible;
  -webkit-animation-name: fid;
  animation-name: fid;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

.popup-overlay.overlay:before{
  z-index: 15;
}

.request_demo .wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 74px !important;
}

.request_demo h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.close_popup p{ 
  color: rgb(124, 152, 182);
  cursor: pointer;
  font-weight: 400;
  float: right;
  margin-right: 20px;
  margin-bottom: 0px;
}

.request_demo input:not([type="submit"]) {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #515978 !important;
  height: 40px;
}

.request_demo .hs-button{
  padding: 10px 5px !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border: transparent !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}

.body-container-wrapper form ul, form ul{
  font-size:12px!important;
}

body .header-container-wrapper .ps-vision-header ul&gt;li span {
  line-height: 1.5;
}

@media(max-width:767px){
  body .header-container-wrapper .ps-vision-header .hs-menu-wrapper &gt; ul {
    box-shadow: 0 4px 6px rgb(50, 50, 93, 0.11), 0 1px 3px rgb(0, 0, 0, 0.8);
  }
  .ps-vision-header-container span.ico {
    width: 34px;
    height: 34px;
    position: relative;
    float: left;
    display: inline-block;
  }
}


@media(max-width: 767px){
  .request_demo {
    width: 94% !important;
    height:80vh;
    overflow-y:scroll;
  }
  .request_demo .wrapper{
    padding: 0px 20px !important;
  }
}
.span12.widget-span.widget-type-global_group.align-center.home-sect-two {
  background-color: #f8f8f8;
}

.copy .hs-menu-wrapper.hs-menu-flow-vertical&gt;ul li a,.copy .menu-col p{
  padding:0 0 10px 0px !important; 
  font-size:14px;
}

.span12.widget-span.widget-type-global_group.align-center.home-sect-two h3 {
  margin-top: 34px;
  font-size:24px;
}

.home-sect-two h3 {
  font-size:24px!important;
}


.row-fluid .bottom-footer-col form .hs-button.primary{
  color: #555B7A;
}

.align-center.li-space ul li a{
  color:#979BAE;
}

.slider_slick_client{
  padding:45px  20px  33px 20px !important;
}
.bottom-footer-col .li-space li:hover i {
  color: #515777;
}


.discover-a-world{
  padding: 230px 0px 140px;
}
.discover-a-world h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}
.discover-a-world .buttons.flex {
  margin-top: 50px;
  align-items: center;
}

.discover-a-world .buttons.flex a.cta_button{
  padding: 16px 20px;
}

.discover-a-world .buttons.flex .button-1 {
  margin-right: 20px;
}


@media(min-width:768px) and (max-width:1024px){

  .discover-a-world h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.2;
  }


  .discover-a-world .buttons.flex a.cta_button{
    padding: 16px 18px;
  }

} 
@media(min-width:1200px){
  .discover-a-world .buttons.flex a.cta_button {
    padding: 16px 15px;
  }
}


@media (max-width:767px){
  .discover-a-world .buttons.flex {
    margin-top: 30px;
    display: block;
  }
  .discover-a-world .right-col.span6 {
    position: relative !important;
  }

  .row-fluid .bottom-footer-col form .hs-button.primary{
    color: #ffffff;
  }

  .discover-a-world .buttons.flex{
    max-width:480px;
    margin:30px auto;
  }

  .discover-a-world .buttons.flex .button-1{
    margin-bottom:20px;
    margin-right: 0px;
    width:auto;
    float:left;
  }

  .discover-a-world .span7.right-col.vertical-center {
    margin-top: 60px;
  }
  .discover-a-world {
    padding: 50px 0px;
  }
  .discover-a-world  .span6.left-cols.vertical-center.all-text-white {
    margin: 35px 0px 40px;
  }
  .discover-a-world h1{
    text-align:center;
  }
  body .row-fluid .discover-a-world .buttons.flex a.cta_button{
    margin:0px;
    max-width:100%;
  }

  body .row-fluid .span12.widget-span.widget-type-global_group.align-center.home-sect-two h3 {
    margin: 34px auto 0px;
    font-size:20px;
    max-width:90%;
  }

  .home-sect-two h3 {
    font-size:18px!important;
  }

  .row-fluid .discover-a-world .buttons.flex .button-1 a.cta_button,
  .row-fluid .discover-a-world .buttons.flex .button-2 a.cta_button{
    display: inline-block;
    width: 100%;
    padding: 16px 34px;
  }

}

@media(max-width:535px){

  .discover-a-world .buttons.flex .button-1{
    max-width: auto;
    margin: 0 auto 20px;
    width: auto;
    text-align: center;
    float: none;
  }

  .discover-a-world .buttons.flex .button-2{
    text-align:center;
  }

}

@media(min-width:1024px) and (max-width:1200px){
  .discover-a-world .right-col.span6 {
    top: 20px;
  }
}
@media(min-width:1300px){
  .discover-a-world .left-cols.span6{
    max-width:46.4%;

  }
  .discover-a-world .right-col.span6{
    position:relative;
    z-index:1;
  }
  .discover-a-world .right-col.span6 .image-container{
    position:absolute;
    z-index:1;
    right:-22.5%;
  }
  .discover-a-world {
    padding: 260px 0px 170px;
  }
}

@media(min-width:768px) and (max-width:850px) {
  .discover-a-world .right-col.span6 .image-container{
    position:absolute;
  }

}
.discover-a-world .right-col.span6 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
  bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .discover-a-world .right-col.span6 {
    display:block;
    top:-38px;
  }

  @media(min-width:768px) and (max-width:900px) {
    .discover-a-world .right-col.span6 img {
      max-width:65%;
    }
  }
}


.ai-powered.section-padding{
  padding: 70px 0px 80px;
}
.ai-powered .ai-powered-content .five-col-adjust .hs_cos_wrapper {
  border: 1px solid #cccccc;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  position: relative;
  -webkit-flex-basis: 17.999999%;
  flex-basis: 17.999999%;
}



.ai-powered .ai-powered-content h2{
  font-size:40px;
  font-weight: 700;
}
.ai-powered .ai-powered-content .upper-content  {
  margin-bottom: 75px;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content {
  padding: 50px 16px 0px;
}
.ai-powered .ai-powered-content .five-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s ease-in-out;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content p{
  margin-bottom:20px;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #515978;
  margin-top: -8px;
  min-height: 50px;
}
.ai-powered .ai-powered-content .five-col-adjust span&gt;.hs_cos_wrapper{
  margin-right:2%;
}
.ai-powered .ai-powered-content .five-col-adjust&gt;span {
  margin-right:-2% !important;
}
@media(max-width:767px){

  .ai-powered .ai-powered-content .five-col-adjust .hs_cos_wrapper .card {
    display: block;
    width: 100%;
}

  
  body .row-fluid .ai-powered .ai-powered-content .five-col-adjust&gt;span {
    margin-right:0 !important;
  }

  .ai-powered .ai-powered-content .five-col-adjust span&gt;.hs_cos_wrapper {
    margin-bottom: 45px;
  }
  .ai-powered .ai-powered-content .five-col-adjust span&gt;.hs_cos_wrapper:nth-child(5) {
    margin-bottom: 0px;
  }
  .ai-powered .ai-powered-content .five-col-adjust .card .card-content h4 {
    min-height: 30px;
  }
  .ai-powered .ai-powered-content .lower-content {
    padding: 0px 10px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .ai-powered .ai-powered-content .five-col-adjust span&gt;.hs_cos_wrapper {
    flex-basis: 30.5%;
    -webkit-flex-basis: 30.5%;
    margin-bottom: 40px;
  }

  body .row-fluid .ai-powered .ai-powered-content h2,
  body .row-fluid .how-talview-help-content h2,
  body .row-fluid .talview-story-content .upper-content.align-center h2,
  body .row-fluid .best-in-industry .one-line-text.align-center h2,
  body .row-fluid .end-to-end .end-to-end-content.align-center h2{
    font-size:30px;
    font-weight: 700;
  }

  .ai-powered .ai-powered-content .five-col-adjust span{
    justify-content:center;
  }

  .how-talview-help-content .card-content.align-center .heading-para{
    margin-bottom:30px;
  }

  body .row-fluid .how-talview-help-content .three-col-adjust .card {
    padding: 0px 15px 90px;
  }
  
   body .row-fluid .benefits .how-talview-help-content .three-col-adjust .card {
    padding: 0px 15px 20px;
  }

}
@media(min-width:1400px){
  .how-talview-help .row-fluid .how-talview-help-content .button a.cta_button , .how-talview-help .row-fluid .button .hs-button{
    font-size:18px;

  }
}
.how-talview-help.section-padding{
  padding: 50px 0 55px 0px;
}

.bot .how-talview-help.section-padding{
  padding: 20px 0 55px 0px!important;
}


.how-talview-help-content .card-content .button a.cta_button{
  color: #38a6ff;
  font-weight:700;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  background: transparent;
  padding:0;
  text-shadow:none;
  box-shadow: none;
  transition: all ease-in-out .2s;
  text-decoration: underline;
}
.how-talview-help-content .three-col-adjust .card {
  padding: 0px 15px 70px;
}

.benefits .how-talview-help-content .three-col-adjust .card {
  padding: 0px 15px 20px;
}

.how-talview-help-content .three-col-adjust&gt;span&gt;.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}


.how-talview-help-content .four-col-adjust&gt;span&gt;.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
} 

.how-talview-help-content .five-col-adjust&gt;span&gt;.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}  
  
.how-talview-help-content .card-content.align-center p {
  font-size: 18px;
}
.how-talview-help-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom:30px;
}
.how-talview-help-content .card-content.align-center {
  margin: 0 auto;
  padding: 23px 15px 0px;
}

.five-col .how-talview-help-content .card-content.align-center {
  margin: 0 auto;
  padding: 23px 15px 15px;
}


.how-talview-help-content .three-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
}

.how-talview-help-content .four-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
}

.how-talview-help-content .five-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
  
}
.how-talview-help-content .button {
  position: absolute;
  bottom: 25px;
  right: 5px;
  left: 5px;
}
.how-talview-help-content .card-content.align-center h4 {
  font-size: 20px;
  font-weight: bold;
  color: #515978;
  line-height: 1.3;
  margin:12px 0px!important;
}

.how-talview-help-content .hs-cta-img.lazy.loading{
  display:none;
}
.how-talview-help-content .lower-content {
  margin-bottom: 10px;
}
.how-talview-help-content .card-content.align-center .heading-para{
  margin-bottom:0px;
}
.how-talview-help-content .upper-content {
  margin-top: 5px;
  margin-bottom: 12px;
}
.how-talview-help-content .hs-cta-img.lazy.loaded{
  display:none !important;
}
@media(max-width:767px){
  .how-talview-help-content .card-content.align-center {
    max-width: 100%;
  }
  .how-talview-help-content .three-col-adjust span&gt;.hs_cos_wrapper {
    max-width: 100% !important; 
  }
  .how-talview-help-content .three-col-adjust span&gt;.hs_cos_wrapper {
    margin: 40px auto 0 !important;
  }
  .how-talview-help-content .card-content.align-center p {
    font-size: 14px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

  .how-talview-help-content .three-col-adjust span &gt; .hs_cos_wrapper{
    flex-basis:29.9% !important;
    -webkit-flex-basis:29.9% !important;
  }
  body .container-fluid .row-fluid .three-col-adjust &gt; span{
    margin-right:-3.2% !important;
  }

}


.talview-story.section-padding{
  padding:56px 0px 56px;
}
.talview-story-content .card {
  border-bottom: 4px solid #35A8FF;
  margin-right: 37px;
  position:relative;
}
.talview-story-content .card .heading-para {
  padding:15px 15px 15px 15px;
  min-height: 115px;
}
.talview-story-content .upper-content.align-center {
  margin-bottom: 35px;
}
.talview-story-content .upper-content.align-center h2 {
  font-size:40px;
  color:#515978;
  font-weight:700;
}

.talview-story-content .card .heading-para p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom:0px!important;
  line-height:1.5;
}
.talview-story-content .card .heading-para h4{
  color:#38a6ff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom:8px;
}

.talview-story-content button.slick-prev.slick-arrow{
  background:url('https://info.talview.com/hubfs/previous.svg') no-repeat;
  width:34px;
  height:34px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  left: -44px;
  top: 50%;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
}

.talview-story-content button.slick-next.slick-arrow{
  background:url('https://info.talview.com/hubfs/forward.svg') no-repeat;
  width:34px;
  height:34px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  top: 50%;
  right:-9px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
}

@media(max-width:1230px){
  .row-fluid .talview-story.section-padding .wrapper{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:767px){
  .how-talview-help-content .card .card-content .image-container{
    max-width:100% !important;
  }
  .talview-story-content button.slick-prev.slick-arrow {
    left: -35px;
  }
  .row-fluid .talview-story.section-padding .wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }

  .talview-story-content .card{
    margin-right:0px;
  }

  .talview-story-content button.slick-next.slick-arrow {
    right: -35px;
  } 
  .how-talview-help-content .card-content .button a.cta_button{
    font-size: 14px;
  }

  .how-talview-help-content .three-col-adjust .card{
    padding:0px 15px 65px;
  }

  .benefits .how-talview-help-content .three-col-adjust .card{
    padding:0px 15px 20px;
  }
  
  .our_team .image-here:before {
    max-width: 185px;
    margin: 0 auto;
  }

}

@media(min-width:768px){

  .talview-story .slick-list.draggable {
    position: relative;
    z-index: 1;
  }
  
  .talview-story .slick-list{
    padding:0 0 20px 0 !important
  }
  
  .talview-story .slick-list.draggable:after{
    position:absolute;
    z-index:1;
    content:'';
    background:#f8f8f8;
    width:37px;
    height:100%;
    top:0;
    right:0;
    bottom:0;
  }

  .talview-story-content .card::before{
    background:url('https://info.talview.com/hubfs/next.svg') no-repeat;
    width: 30px;
    height: 24px;
    position: absolute;
    right: -34px;
    top: 50%;
    z-index: 2;
    content: '';
    background-size: 100%;
  }

}

.best-in-industry.section-padding{
  padding:60px 0px 50px;
}

.adwords .best-in-industry.section-padding{
  padding:55px 0px 0px;
}

.lp .best-in-industry.section-padding{
  padding:55px 0px 0px;
}


.best-in-industry-content .three-col-adjust .hs_cos_wrapper {
  background: #f8f8f8;
  justify-content: center;
  border-radius: 20px;
  padding:10px 20px;
}
body .education-page .best-in-industry-content .three-col-adjust .hs_cos_wrapper {
  background: #eeeeee;
  justify-content: center;
  border-radius: 20px;
  padding:10px 20px;
}
.best-in-industry .blue-cta a.cta_button  { 
  color: #ffffff;
  transition: all-ease-in-out .2s;
}
.best-in-industry .blue-cta a.cta_button:hover{ 
  transform: scale(1.01);
}
.best-in-industry .blue-cta {
  margin-top: 40px;
}
.best-in-industry .one-line-text.align-center h2 {
  font-size: 40px;
  font-weight: 700;
  color: #515978;
}

.adwords .best-in-industry .one-line-text.align-center h2 {
  font-size: 40px;
  font-weight: 700;
  color: #515978;
  margin-bottom:-20px!important;
}

.lp .best-in-industry .one-line-text.align-center h2 {
  font-size: 40px;
  font-weight: 700;
  color: #515978;
  margin-bottom:-20px!important;
}

.best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 83px;
  display: flex;
}
.adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 100px;
  display: flex;
}

.lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 100px;
  display: flex;
}

.demo .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 84px!important;
  display: flex;
}

.best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 8.5px;
  margin-top: 0;
  margin-right: 3.8%;
}

.adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 25px!important;
  margin-top: 0;
  margin-right: 3.8%;
}

.lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 25px!important;
  margin-top: 0;
  margin-right: 3.8%;
}

.demo .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 10px!important;
  margin-top: 0;
  margin-right: 3.8%;
}

.adwords-new .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 40px!important;
  margin-top: 0;
  margin-right: 3.8%;
}
.best-in-industry .span6.vertical-center.right-col .three-col-adjust span{
  justify-content: flex-end;
}
.best-in-industry .one-line-text.align-center {
  margin-bottom:70px;
}
.best-in-industry .left-col.align-center.card-container .image-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

.adwords .best-in-industry .left-col.align-center.card-container .image-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.lp .best-in-industry .left-col.align-center.card-container .image-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.best-in-industry .left-col.align-center.card-container .left-col-content .col-content {
  max-width: 425px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

.best-in-industry .left-col.align-center.card-container .left-col-content  {
  max-width: 425px;
  margin: 0 auto;
  padding: 0.1px 40px;
  float: left;
  z-index: 0;
  position: relative;
}

.slick-slide img {
  display: initial !important;
}
.best-in-industry .left-col.align-center.card-container p{
  margin-bottom:30px;
}

.adwords .best-in-industry .left-col.align-center.card-container p{
  margin-bottom:20px;
}

.lp .best-in-industry .left-col.align-center.card-container p{
  margin-bottom:20px;
}


.best-in-industry .image-text.flex.align-left .image-container {
  margin-right: 20px;
  max-width: 76px;
}
.best-in-industry .span6.left-col{
  border-radius:25px;
  max-width:510px;
}
*:focus{
  outline:none ;
}
.best-in-industry .image-text.flex.align-left {
  margin-left: 0px;
  margin-bottom: 25px !important;
  align-items: center;
}

.adwords .best-in-industry .image-text.flex.align-left {
  margin-left: 0px;
  margin-bottom: 20px !important;
  align-items: center;
}

.lp .best-in-industry .image-text.flex.align-left {
  margin-left: 0px;
  margin-bottom: 20px !important;
  align-items: center;
}

.best-in-industry .left-col.align-center.card-container .image-text.flex.align-left .image-container {
  margin-top:0px;
  margin-bottom:0px;
}
.best-in-industry button.slick-prev.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Left.png/medium.png?t=1617203796471') no-repeat;
  width:34px;
  height:35px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  left:10px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
  top:45%;
}

.best-in-industry button.slick-next.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/right.png/medium.png?t=1617203799297') no-repeat;
  width:34px;
  height:35px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  right: 10px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
  top:45%;
}
.best-in-industry .text-with-image h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  /*   color: #000000; */
}

@media(max-width:767px){
  .best-in-industry .text-with-image h4 {
  font-size: 14px; 
}
}

.best-in-industry .text-with-image p {
  font-size: 14px;
  margin-bottom: 0px !important;
  /*   color: #000000; */
}


.best-in-industry .three-col-adjust span&gt;.hs_cos_wrapper {
  flex-basis: 26.1% !important;
  -webkit-flex-basis: 26.1% !important;
}

.best-in-industry .left-col-content ::before {
  background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/left-quote%20%281%29.svg) no-repeat;
  position: absolute;
  bottom: 20%;
  background-position: center center;
  content: '';
  background-size: contain;
  z-index: -2;
  width: 70px;
  height: 70px;
  right: 10%;
}

.best-in-industry .left-col-content ::after {
  background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/left-quote.svg) no-repeat;
  position: absolute;
  position: absolute;
  left: 10%;
  top: 20%;
  background-position: center center;
  right: 0;
  content: '';
  background-size: contain;
  z-index: -2;
  width: 70px;
  height: 70px;
}

.best-in-industry .left-col.align-center.card-container .image-text.flex.align-left .image-container,
.best-in-industry .left-col.align-center.card-container .image-text.flex.align-left .text-with-image{
  display:inline-block;
  vertical-align:middle;
  text-align:left;
}

.best-in-industry .image-text.flex.align-left{
  text-align:left;
  display:none!important;
}


@media(max-width:767px){


  .best-in-industry-content .three-col-adjust .hs_cos_wrapper {
    padding:10px 10px;
  }

  .best-in-industry .button {
    margin-top: 0px;
  }
  .best-in-industry .button a.cta_button {
    max-width: 100%;
    font-size: 18px;
  }
  .best-in-industry button.slick-prev.slick-arrow ,
  .best-in-industry button.slick-next.slick-arrow {
    top: 50%;
  }
  .best-in-industry .one-line-text.align-center {
    margin-bottom: 30px;
  }
  .best-in-industry .span6.left-col.align-center.card-container.slick-initialized.slick-slider {
    margin-bottom: 50px;
  }
  .best-in-industry .three-col-adjust span&gt;.hs_cos_wrapper {
    max-width: 100% !important;
    width: 100%;
  }
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper:nth-child(7) {
    padding: 10px 20px !important;
  }
  .image-text.flex.align-left {
    margin-left: 0px;
  }
  .best-in-industry .left-col.align-center.card-container .left-col-content .col-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .best-in-industry .left-col.align-center.card-container .left-col-content {
    max-width: 100%;
  }
  .best-in-industry button.slick-next.slick-arrow {
    right: 5px;
  }
  .best-in-industry .span6.right-col.vertical-center .three-col-adjust .hs_cos_wrapper .card .image-container {
    max-width: 110px;
    margin: 0 auto;
  }
  .best-in-industry .span6.left-col {
    border-radius: 25px;
    max-width: 100%;
  }
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust span{
    justify-content: flex-end;
    display:flex;
  }

}
@media(min-width:768px) and (max-width:1100px){
  .best-in-industry button.slick-next.slick-arrow{
    right: 6px;
  }
}
@media(min-width:768px) and (max-width:857px){
  .best-in-industry .button {
    margin-top: 40px;
  }
}
@media(min-width:768px){
  .best-in-industry .three-col-adjust span {
    justify-content: center;
    margin-left: -4%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .best-in-industry button.slick-prev.slick-arrow ,
  .best-in-industry button.slick-next.slick-arrow{
    top:50%
  }

}


.end-to-end .end-to-end-content.align-center {
  /*   max-width: 650px; */
  margin: 0 auto;
  padding: 54px 0px 65px;
}
.end-to-end .end-to-end-content.align-center h2{
  font-size:40px;
  margin: 0;
  font-weight:bold;

}
.end-to-end .end-to-end-content.align-center .description-container{
  margin-top:30px;
}
.end-to-end .end-to-end-content.align-center .white-cta{
  margin-top: 64px;
}
.end-to-end .end-to-end-content.align-center .white-cta a.cta_button { 
  color: #38a6ff;
  transition: all-ease-in-out .2s;
}

.end-to-end .end-to-end-content.align-center .white-cta a.cta_button:hover{ 
  transform: scale(1.01);
  color: #ffffff;
}

@media(max-width:767px){
  .end-to-end .end-to-end-content.align-center .button a.cta_button {
    max-width: 100%;
  }
  .end-to-end .end-to-end-content.align-center {
    max-width: 100%;
  }

  .end-to-end .end-to-end-content.align-center .white-cta{
    margin-top:30px;
  }

}
@media(min-width:1200px){
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
    min-height: 88px;
    display: flex;
  }
  
    .adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
    min-height: 100px;
    display: flex;
  }
  
    .lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
    min-height: 100px;
    display: flex;
  }
  
  
}


body .blue-cta a.cta_button[title] {
  color: #fff;
  background-color: #35a8ff;
}

body .education-page .blue-cta a.cta_button[title] {
  color: #fff;
  background-color: #03c1a1;
}

body .white-cta a.cta_button[title] {
    color: #1d4fd8;
    text-shadow: none;
    background: #fff;
    border: 1px solid #fff;
}


body .education-page .white-cta a.cta_button[title] {
    color: #03c1a1;
}

body a.cta_button[title]:hover, body .white-cta a.cta_button[title]:hover, body .container-fluid .row-fluid .hs-button:hover {
  transform: translateY(-1px);
  background: #e8edfb;
  border-color: #e8edfb;
  color: #1d4fd8;
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}

body a.cta_button[title]:hover, body .container-fluid .row-fluid .hs-button:hover {
  transform: translateY(-1px);
  background: #173ead;
  border-color: #173ead;
  color: #fff;
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}


@media(max-width:768px){
  .adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 88px;
  display: flex;
}
  
    .lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 88px;
  display: flex;
}
  
  
  .adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 30px!important;
  margin-top: 0;
  margin-right: 3.8%;
}
  
    .lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 30px!important;
  margin-top: 0;
  margin-right: 3.8%;
}
 
   .adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 15px!important;
  margin-top: 0;
  margin-right: 3.8%;
} 
  
   .adwords-new .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 15px!important;
  margin-top: 0;
  margin-right: 3.8%;
} 
  
  .adwords .best-in-industry.section-padding {
    padding-bottom:0px!important;
  }

    .adwords .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper:nth-child(7) {
    padding: 10px !important;
  }
  
     .lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 15px!important;
  margin-top: 0;
  margin-right: 3.8%;
} 
  
   .lp-new .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 15px!important;
  margin-top: 0;
  margin-right: 3.8%;
} 
  
  .lp .best-in-industry.section-padding {
    padding-bottom:0px!important;
  }

    .lp .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper:nth-child(7) {
    padding: 10px !important;
  }
  
}

@media(min-width:768px){
  .chatbot-top-padding{
    margin-top:100px;
  }
  
  .customer-videos{
    width:33.33%!important;
}

  
  .adwords .benefits-module .content-block{
  background-color:#ffffff!important;
  }
  
   .lp .benefits-module .content-block{
  background-color:#ffffff!important;
  }
  
  .border-right{
    border-right: 1px solid #f3f3f3;
  }
}

.hover-box {
    border: 1px solid #f1f1f1;
    transition: border 0.3s, box-shadow 0.3s;
    padding:10px;
    border-radius:10px;
    margin:15px 0;
}

.hover-box:hover {
    border: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}</pre></body></html>