/* @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 > ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/* NavBar*/

/*body {
    margin: 0;
}
body.noScroll {
    overflow: hidden;
}

.leadin-preview-wrapper.advance-wrapper {
    width: 234px !important;
    margin-left: 152px !important;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body {

padding-bottom:1em !important;
  
}*/

/*Type*/

.ant-linea{
color: #444444; border-bottom: 3px solid #ffce34; line-height: 30px;
}
.hs-search-results__pagination{
    margin-left: 41%;
    margin-right: 41%;
    
  padding-bottom:50px;
}
.hs-search-field__suggestions{
  margin-left: 20%;
    margin-right: 20%;
  background-color: whitesmoke;
  position:absolute;
  width:60.1%;
}
.hs-search-field__suggestions li{
      padding: 2px 7px;
}
.line-search{
background-color: rgba(255,255,255, 0.4);
  border-radius:5px;
      margin-left: 20px;
  height:32px;
  -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.line-search:hover {
background-color: rgba(255,255,255, 0.7);
}

.search-auxis {
display:flex;
  background-color:transparent;
  color:#FFCA07;
  border:1px solid transparent;
}

.page-search .search-auxis {
display:flex;
  background-color:whitesmoke;
  border:1px solid transparent;
}


.fa-search {
padding:10px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif !important; }
.title-blog span{font-family: 'Poppins', sans-serif !important;  }
span, a, p { font-family: 'Montserrat', sans-serif;}



.footer-container-wrapper,.footer-container {

    padding-left: 0px !important;
    padding-right: 0px !important;
  
}

.leadin-button.leadin-advance-button.leadin-button-secondary {
    background: #1E1E1E !important;
    color: #f2f2f2 !important;
}

.leadin-button.leadin-button-primary.leadin-primary.leadin-submit {
    background: #1E1E1E !important;
    color: #f2f2f2 !important;
}

.leadin-button.leadin-button-primary.leadin-primary.leadin-submit:hover {
    background: #353535 !important;
    color: #f2f2f2 !important;
}

.leadin-button.leadin-button-primary.leadin-primary {
background: #1E1E1E !important;
    color: #f2f2f2 !important;
}

.leadin-button.leadin-button-primary.leadin-primary:hover {
background: #353535 !important;
    color: #f2f2f2 !important;
}

.marquee .form ul, .form ol {
    list-style: none !important;
    padding-left: 0;
    display: flex;
}

.fond-mod{
    position: relative;
    background-color: transparent !important;
    border: none !important;
    border-radius: none !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0)!important;
    box-shadow: 0 3px 9px rgba(0,0,0,0) !important;
    background-clip: padding-box;

}

.hs_cos_flex-slider .caption {
    
    background-color:rgba(0,0,0,0.0) !important;
    margin-top:16rem;
}

.rpaSuccess {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 2em 0 3em;
    background: whitesmoke;
}
.rpaSuccess h1 {
    font-weight: 400;
    margin-bottom: 0.3em;
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
}
.rpaSuccess h1::after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.rpaSuccess table {
    width: 80%;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
    font-size: 0.8em;
    margin: 0 auto;
}
.rpaSuccess table tbody td {
    padding: 15px;
    width: 20%;
    font-size: 1.3em;
}
.rpaSuccess table tbody td img {
    height: 40px;
    margin-bottom: 10px;
}
.rpaSuccess table tbody tr:nth-child(2) {
    background: #fbd94d;
    font-weight: 600;
}
.rpaSuccess table tbody tr + tr + tr {
    background: #e2e2e2;
}
.rpaSuccess table tbody tr + tr + tr td {
    padding: 25px 15px;
    border: 1px solid #d4d4d4;
    font-size: 1.3em;
}

.overall {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transition: 0.5s ease-in-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overall.active {
    background: rgba(0, 0, 0, 0.69);
    z-index: 30;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
span.closeModal {
    display: block;
    position: absolute;
    right: 10px;
    top: -40px;
    height: 30px;
    width: 30px;
}
span.closeModal a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
span.closeModal img {
    width: 100%;
    height: 100%;
}
.openModal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}
.modal_body {
    display: flex;
    justify-content: center;
    background: black;
    height: 50vh;
    margin: 25vh auto;
    position: relative;
    top: -25vh;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.new p:hover { color:black;  }

.modal_body.on {
    top: 0;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.modal_body iframe {
    height: 100%;
}
#topS {
    background: gray;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B1.jpg);
    display: flex;
    padding: 4em 5em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#topS.b3 {
    background-image: url(https://www.auxis.com/hubfs/helpdesk.png);
}

#topS.b2 {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B16.jpg);
}
#topS.CR {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B22.jpg);
}
#topS.LA {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B23.jpg);
}
.atfP {
    width: 60%;
}
.topLogo {
    max-height: 70px;
}

/*--------SEARCHH MENU BAR-------*/

.hs-search-field__bar  input[type="text"] {
border-top: 1px solid transparent;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  border-bottom:1px solid transparent;
  background-color:transparent; 
  border-radius:5px;
  height: 33px;
    font-size:12px;
}

.page-search .hs-search-field__bar input[type="text"] {
border-top: 1px solid transparent;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  border-bottom:1px solid transparent;
  background-color:whitesmoke; 
  border-radius:0px;
  height: 40px;
}

.hs-search-field__bar  input[type="text"].hover{

    -webkit-box-shadow: 2px 2px 20px 2px whitesmoke;
box-shadow: 2px 2px 20px 2px whitesmoke;

}

#topS h1 {
    color: #fecb09;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.5em;
}
#topS h1 span {
    padding-top: 13px;
    display: block;
}
#topS h3 {
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.9em;
    margin: 0;
    margin-top: 30px;
}
.Ui#topS h3 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
}
#topS h3 span {
    padding-top: 6px;
    display: block;
}
p.cover {
    color: #fecb09;
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 1.1em;
}
ul.bullets {
    color: #eeeeee;
    font-weight: 300;
    font-size: 1.3em;
    list-style-type: none;
    padding: 0;
    margin-top: 0.4em;
}
ul.bullets li {
    line-height: 1.2;
}
ul.subBullets>li::before {
    content: "• ";
    color: #fecb09;
    font-size: 2em;
    display: inline-block;
    margin-right: 0.3em;
    position: relative;
    top: 5px;
}
ul.subBullets li {
    line-height: 0.7;
    list-style: none;
}
ul.bullets>li::before {
    content: "✔\fe0e "; 
    color: #fecb09;
    font-size: 1.4em;
    display: inline-block;
    margin-right: 0.3em;
    position: relative;
    top: 0px;
}
.atfF {
    width: 40%;
    padding: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formB {
    text-align: center;
    background: rgba(0, 0, 0, .6);
    padding: 1em 3em;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    max-width: 460px;
}
.formB h2 {
    color: #fecb09;
    font-size: 2.5em;
    text-align: left;
}
.formB form {
   /* display: flex;*/
    flex-wrap: wrap;
}
.formB form label {
    width: 100%;
    text-align: left;
    color: white;
    margin-bottom: 0.6em;
    /*text-indent: 0.9em;*/
}
.formB form input {
    background: white;
    border-radius: 5px;
    border: 1px solid #a8a8a8;
    padding: 0.8em;
    font-size: 0.9em;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 1em;
    width: 100%;
    box-sizing:border-box;
}
.formB form input::placeholder {
    color: #5a5a5a;
}
.formB form button {
    padding: 1em;
    background: #2599e6;
    border: none;
    border-radius: 9px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    font-size: 1em;
    width: max-content;
    margin: 2em auto;
}
.formB form button:hover {
    background-color: #0d96f1;
    transition: 0.3s;
}
.testimonials {
    background: gray;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B2.jpg);
    min-height: 500px;
    padding: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
}
#auxisCarousel {
    min-height: 330px;
}
.testimonials h1 {
    text-align: center;
    color: #fecb09;
    font-size: 3em;
    font-weight: 200;
}
.trustTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    padding-bottom: 9px;
}
.trustedUi {
    display:flex;
    background:#eaeaea;
}
.trustTitleUi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 40px 20px;
    width: 50%;
}
.trustTitleUi h2 {
    color: #333;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    padding: 0 1.4em;
    line-height: 1.2;
}
.trusted .trustTitle h2 {
    color: #222;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-right: 1em;
}
.trustTitle img {
    max-height: 160px;
}
.trustTitleUi img {
    max-height: 130px;
    margin: 0 3em;
}
.trustLogos {
    height: 90px;
    background: #dddcdc;
}
.trustLogos .slick-track .slick-slide {
    height: 90px;
    max-height: 90px !important;
}
.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carouItem p {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
    font-style: italic;
}
.carouItem {
    width: 60%;
    margin: 5em auto;
}
.carouItem h3.member {
    color: #fec33a;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}
.carouItem h4.subTit {
    color: #e0e0e0;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 1.3em;
}
.ctaSec {
    min-height: 140px;
    background: #d2b544;
    color: #222;
    padding: 3em;
    display: flex;
}
.ctaL {
    width: 70%;
    font-size: 2.7em;
    text-align: right;
    line-height: 1.1;
}
.ctaL span {
    font-weight: 700;
}
.ctaR {
    display: flex;
    align-items: center;
    width: 35%;
}
.ctaR button {
    background: #069cff;
    color: white;
    padding: 1em;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 3em;
    cursor: pointer;
}
.ctaR button:hover {
    background: #0087ff;
    transition: 0.3s;
}
.ctaR a {
    background: #069cff;
    color: white;
    padding: 1em;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 3em;
    cursor: pointer;
    text-decoration:none;
}
.ctaR a:hover {
    background: #0087ff;
    transition: 0.3s;
    text-decoration:none;
}
.homeVid {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 2em 0;
}
body .hs-form-field {
    width: 100% ;
    margin-bottom:0;
}
.formB form div.input {
    width: 100% !important;
    margin-bottom:0;
}
.formB form div.input textarea {
    min-height:60px;
    width:100%;
}
.formB form .actions {
    margin-top: 20px;
}
.actions input {
    width: auto !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    background-color: #3574e3 !important;
    color: #ffffff !important;
    background-image: none !important;
}
.actions input:hover {
    background: #0087ff !important;
    transition: 0.3s;
}
.actions input[value="Subscribe"]{
    border: 2px solid #ffcf33 !important;
    background: #ffcf33 !important;
    color: #222;
    padding: 2% 5%;
}
.hs_submit.hs-submit {
    width: 100%;
}
.hs-form-75d935dd-553b-4643-b0ca-e699dd016d5d_ee42db05-7879-4533-a0a4-16d99b33b074 .hs-form-required {
    color: white !important;
}
.carousel-control-prev-icon {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/icons/left_arrow.png);
}
.carousel-control-next-icon {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/icons/right_arrow.png);
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: contents !important;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}
.carousel-indicators {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #ffd700;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-control.left {
    background-image: none;
    opacity: 1;
    text-shadow: none;
}
.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-shadow: none;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    color: gold;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    color: gold;
}
.topM {
    background: #383737;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    padding: 2em 3em;
    background-size: cover;
    text-align: center;
    min-height: 560px;
    padding-top: 210px;
}
.topM h1 {
    color: #ecbb07;
    font-size: 3.6em;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100%;
    text-transform:uppercase;
}
.topM h2 {
    width: 100%;
    font-size: 2em;
    color: #f3f3f3;
    font-weight: 200;
    margin-top: 0.5em;
    text-align: center;
}
.topM.topRecruit h2 {
    padding: 0 0em;
    font-size: 28px;
    text-shadow: 1px 1px #06060678;
}
.topM h2:nth-child(3) {
    margin-top: 0;
}
.topM button {
    padding: 0.9em 2em;
    background:rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 1em;
    width: max-content;
    margin: 2em auto;
}
.detailsMA {
    display: flex;
    height: auto;
}
.leftMA, .rightMA {
    width: 50%;
}
.leftMA {
    overflow: hidden;
    position: relative;
}
.leftMA img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leftD {
    position: absolute;
    width: 80%;
    bottom: 40px;
    background: rgba(34, 34, 34, .8);
    border-bottom: 3px solid #ecbb07;
    padding: 0.5em 1em 0.5em 2em;
    color: white;
    font-style: italic;
    font-size: 1em;
}
.leftD p {
}
.rightMA {
    background: #e9e9e9;
    padding-bottom: 4em;
}
.rightMA h1 {
    font-size: 3em;
    font-weight: 700;
    color: #222;
    padding: 0 40px;
    line-height: 1;
    margin:0.8em 0;
}
.rightMA h1 span {
    font-size: 0.8em;
}
.rightMA p {
    padding: 0 40px;
    color: #222;
    font-size: 1.2em;
}

#text-modif p{

  margin-top:6rem;
  
}

.rightMA p:nth-child(3) {
    margin-bottom: 3em;
}
.rightMA button {
    padding: 0.9em 2em;
    border: none;
    color: white;
    background: #2599e6;
    font-weight: 700;
    cursor: pointer;
    font-size: 1em;
    width: max-content;
    margin: 0 3em;
}
.topM button:hover {
    background: #ecbb07;
    color: #222222;
    transition: 0.3s;
    border-color: #ecbb07;
}
.piramyd {
    display: flex;
    flex-wrap: wrap;
}
.piramydTitle {
    background: #ecbb07;
    color: #222;
    width: 100%;
    text-align: center;
}
.piramydTitle h2 {
    font-size: 2.2em;
    width: 100%;
    line-height: 1.3;
    font-weight: bold;
    margin: 0.8em 0;
}
.piramydTitle h2 span {
    font-size: 0.8em;
    display: block;
    font-weight: 500;
}
.piramydImg {
    width: 100%;
}
.piramydImg img {
    width: 100%;
}
.integrationPrinciples {
    background-color: gray;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.integrationPrinciples h1 {
    width: 100%;
    text-align: center;
    color: #ecbb07;
    font-size: 3em;
    font-weight: 200;
    margin: 1.2em 0 0.8em;
}
.principlesB {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 5em 3em;
    color: white;
}
.prinBlock {
    width: calc(25%);
    flex-shrink: 0;
    padding: 1em 15px 1em 35px;
}
.prinBlock p {
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
}
.prinBlock p::before {
    content: "✔\fe0e ";
    color:#ffffff;
    position: absolute;
    left: -20px;
    top: -4px;
    font-size: 1.1em;
}
.prinBlock ul {
    padding-left: 1em;
}
.prinBlock ul li {
    font-weight: 300;
}
.whyMA {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 4em 4em;
    color: #222;
    background: #f0f0f0;
}
.whyMA h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    color: #333333;
    font-weight: 400;
    margin: 0.5em 0 1em;
}
.whyMA h1:after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.whyMA h3 {
    font-size: 1.4em;
    text-align: center;
    margin:1em 0;
    margin-top: 0;
    font-weight:bold;
}
.whyMA ul {
    margin: 1em 0;
}
.whyMA ul li {
    list-style: none;
    font-size: 1.4em;
    line-height: 1.4;
    color: black;
    position: relative;
}
.whyMA ul li::before {
    content: "✔\fe0e ";
    color: #222222;
    font-size: 1.3em;
    margin-right: 10px;
    position: absolute;
    left: -29px;
    top: -7px;
}
.rships {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3em 4em;
}
.rships h1 {
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    margin: 1em 0 0.5em 0;
}
.rships h1:after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.shipsBlock {
    width: calc(33.33%);
    padding: 2em;
}
.shipsBlock img {
    max-height: 90px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1em;
}
.shipsBlock ul {
}
.shipsBlock ul li {
    color: #222;
    line-height: 1.3;
    margin-bottom: 1em;
}
.rships a {
    display: block;
    margin: 0 auto;
    background: #fec33a;
    color: #222222;
    padding: 15px 40px;
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 1em;
}
.ctaL.ctaMA {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
}
.ctaL.ctaMA span {
    font-weight: 800;
}
.auxMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    height: calc(90px - 1em);
    max-height: 120px;
    z-index: 100;
}
.auxMenu.scrolled {
    background-color: #222 !important;
    transition: 0.3s ;
   margin-top:0px !important;
}
.auxMenu.careerMenu {
    background: #222222;
}
.logospace {
    height: 100%;
    width: 20%;
}
.logospace a {
    display: block;
    height: 100%;
    text-align: center;
}
.logospace a:focus {
    outline: none;
}
.logospace img {
    height: 100%;
}
.headerspace {
    width: 80%;
}
.menu-desktop {
    height: 100%;
    width: 100%;
}
.main-nav {
    display: flex;
    height: 100%;
    text-align: center;
    list-style: none;
    padding: 0 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    justify-content: left;
    align-items: center;
    position: relative;
    width:100%;
}
.top-link.oculto {
    display: none 
}
.top-link {
    cursor: pointer;
    border-right: 2px solid white;
    margin-right:5px;
}
.top-link:nth-child(5) {
    border: none 
}
.top-link.cont-boton {
    border: none;
    margin-left: 4%;
}
.top-link:hover .mega-menu {
    color: #FFCB07;
    transition: 0.3s;
    text-decoration: none;
}
ul.main-nav>li>.mega-menu {
    color: white !important;
    text-decoration: none;
    display: block;
    padding: 1em 1.5em;
    font-weight: 400;
    font-size: 0.9em;
}
ul.main-nav>li>.mega-menu, .cont-boton a {
    font-size: 0.9em;
  font-weight:600 !important;
}
.mega-menu:hover {
    color: #FFCB07;
    transition: 0.3s;
}
.cont-boton a {
    text-decoration: none;
    position: relative;
    top: 1px;
}
#click-megamenu {
    border: 2px solid #ecbb07;
    color: white;
    padding: 7px 26px 7px 26px;
}
#click-megamenu:hover {
    background-color: #ecbb07;
    color: #222;
    transition: 0.3s 
}
.sub-menu-block {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #dedede;
    top: 62px;
    box-sizing: border-box;
    transition: all 0.4s ease 0s;
    transform-origin: top center;
    width: auto;
    text-align: left;
    min-width: 340px;
}
.top-link:hover > .sub-menu-block {
    opacity: 1;
    visibility: visible;
}
.sub-menu-block .mitad {
    width: 100%;
    padding: 10px 20px;
}
.primera {
    background-color: #444;
}
.segunda {
}
.mitad .sub-menu-head {
    color: #FFCF33;
    font-weight: 500;
    font-size: 1.2em;
    border-bottom: 1px solid;
    display: block;
    width: fit-content;
    padding: 0 25px 6px 0;
    margin: 0.5em 0 1em;
}
.sub-menu-lists {
    padding: 0;
    list-style: none;
    width: 85%;
}
.sub-menu-lists li {
    color: white;
    font-size: 0.9em;
    box-sizing: border-box;
}
.sub-menu-lists li p {
    margin: 0;
    font-weight: 600;
    color: #ecbb07;
    padding-bottom: 6px;
}
.sub-menu-lists li a {
    color: white;
    text-decoration: none;
    padding-bottom: 14px;
    display: block;
}
.sub-menu-lists li a:hover {
    color: #ffcb07;
    transition: 0.3s;
}
.sublista {
    margin-top: 10px;
}
.segunda .sub-menu-lists li {
    position: relative;
}
.segunda .sub-menu-lists li a {
    color: #383838;
    font-size: 1em !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.segunda .sub-menu-lists li a:hover {
    color: #ffcb07;
    transition: 0.3s;
}
.segunda .sub-menu-lists li p {
}
.vineta {
    padding: 0;
    padding-left: 2em;
    list-style: none;
}
.vineta li::before {
    content: "• ";
    color: #101010;
    position: absolute;
    left: -15px;
    top: -8px;
    font-size: 1.8em;
}
.segunda .sub-menu-lists .vineta li a {
    font-weight: 400;
    color: #616161;
}
.segunda .sub-menu-lists .vineta li a:hover {
    color: #ffcb07;
}
.mobile-nav {
    padding: 0 1em 0 0;
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.mobile-nav button.menuBtn {
    height: 45px;
    margin: 0;
    padding: 10px;
    background: transparent;
    border-radius: 6px;
    border:none;
}
button.menuBtn img {
    height: 100%;
}
.mobileCont {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 0;
    left: 0;
    top: 80px;
    background: #222;
    overflow: auto;
    transition: 0.6s ease;
}
.showMob {
    visibility: visible;
    opacity: 1;
    transform-origin: top center;
    transition: 0.6s ease;
    height: calc(100vh - 80px);
}
.menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width:100%;
}
.menu-item {
    position: relative;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    z-index: 50;
}
.menu-item > span {
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2f2f2f;
}
.menu-item > a {
    width: calc(100%);
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    color: white;
}
.menu-item button.more {
    margin: 0;
    padding: 10px;
    background: transparent;
    border:none;
}
.menu-item button img {
}
.itemCont {
    width: 100%;
    color: white;
    background: #313131;
    transition: 0.2s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: 20;
}


#subServC.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}

#sub2C.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}

#sub3C.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}

#sub4C.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}

#sub5C.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}
#sub9C.showo {
    opacity: 1;
    visibility: visible;
    height: auto !important;
    transition: 0.2s ease-in-out;
}

#servC.showo {
    opacity: 1;
    visibility: visible;
    height: 330px;
    transition: 0.2s ease-in-out;
}
#servC.showo.plus1 {
    height: 660px;
    transition: 0.2s ease-in-out;
}

#succC.showo {
    opacity: 1;
    visibility: visible;
    height: 165px;
    transition: 0.2s ease-in-out;
}
#aboutC.showo {
    opacity: 1;
    visibility: visible;
    height: 275px;
    transition: 0.2s ease-in-out;
}
#knowC.showo {
    opacity: 1;
    visibility: visible;
    height: 110px;
    transition: 0.2s ease-in-out;
}

#about_2C.showo  {
    opacity: 1;
    visibility: visible;
    height: 110px;
    transition: 0.2s ease-in-out;
}

#insightsC.showo  {
    opacity: 1;
    visibility: visible;
    height: 110px;
    transition: 0.2s ease-in-out;
}

.icList {
    list-style: none;
    text-align: left;
    padding: 0;
    width:100%;
    margin-top: 0;
}
.icList li span {
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4a4a4a;
    max-height: 55px;
    min-height: 55px;
}
.icList li span button.more {
    margin-right: 5px;
}
.icList li span button img {
    width: 20px;
}
.icList li a {
    padding: 10px;
    padding-left: 20px;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #4a4a4a;
    height: 55px;
    max-height: 55px;
    min-height: 55px;
    line-height: 2.6;
}
.sub-menu-item {
    background: #504e4e;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    color: white;
    height: 0;
}
.sub-menu-item ul {
    padding: 0;
    list-style: none;
    width:100%;
    margin: 0;
}
.sub-menu-item a {
    padding: 10px;
    padding-left: 20px;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #4a4a4a;
    height: 55px;
    line-height: 2;
}
.menu-item.last a {
    height: 70px;
    line-height: 2;
    border-bottom: 1px solid #2f2f2f;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.menu-item.last a:hover {
    color: white;
    text-decoration: none;
}
ul.main-nav > li > a:after {
    content: none !important;
}
ul.main-nav > li > a {
    padding: 10px 15px !important;
}

.topM.topAbout {
    position: relative;
    overflow: hidden;
    background-image: none;
    min-height: 500px;
}
.topAboutParall {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/ABOUT-US.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position-x: 0;
    background-position-y: center;
}
.topM.topAbout h1 {
    font-size: 45px;
    text-transform: none;
    text-align: left;
    text-indent: 80px;
    text-transform: uppercase;
}
.topM.topAbout h2 {
    text-align: left;
    text-indent: 80px;
    font-size: 28px;
}
.purpose {
    height: auto;
    padding: 4em;
    text-align: center;
    color: #222;
    background: #f3f3f3;
    min-height: 300px;
}
.purpose h1 {
    width: 100%;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    margin: 0;
}
.purpose h1:after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.purpose p {
    padding: 0 6em;
    font-size: 1.4em;
}
.deliver {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.leftDEL, .rightDEL, .leftDEL2, .rightDEL2, .leftDEL3, .rightDEL3 {
    width: 50%;
    max-height: 600px;
    padding: 0 0 4em 0;
}
.leftDEL, .rightDEL2, .rightDEL3 {
    background-color: #e9e9e9;
}
.leftDEL h1, .rightDEL2 h1, .rightDEL3 h1 {
    font-size: 2.6em;
    font-weight: 500;
    color: #222;
    padding: 0 1em;
    line-height: 1.1;
    margin: 1.5em 0 0.8em;
}
.rightDEL3 h1::after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px 0 30px;
    content: "";
    display: block;
}
.leftDEL p, .rightDEL2 p, .rightDEL3 p {
    padding: 0 3em;
    color: #222;
    font-size: 1.1em;
    line-height: 1.4;
}
.leftDEL p a, .rightDEL2 p a, .rightDEL3 p a {
    color: #2599e6;
    text-decoration: none;
}
.rightDEL, .leftDEL2 {
    overflow: hidden;
    position: relative;
}
.rightDEL img, .leftDEL2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rightDEL {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.leftDEL2 {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/about2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.leftDEL3 {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/IAOP.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 30%;
    background-color: #e9e9e9;
}
.rightDEL3 {
    width: 70% 
}
.teamResults {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B8.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 3em;
    position:relative;
    overflow:hidden;
}
.teamLink {
    width: 100%;
}
.teamResults a {
    display: block;
    margin: 0 auto;
    background: #fec33a;
    color: #222222;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1.5em;
    width: 260px;
}
.teamResults h1 {
    color: #ecbb07;
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    margin: 1.5em 0 0.7em;
}
.teamResults p {
    color: white;
    padding: 0 5em;
    line-height: 1.3;
    font-size: 1.3em;
    margin-bottom: 3em;
}
.userBlock {
    width: 20%;
    padding: 1em;
    min-height: 250px;
    position: relative;
}
.userBlock a {
    display: block;
    text-decoration: none;
    background: transparent;
}
.userBlock a:focus {
    outline:none;
}
.modalBio {
    padding: 1em;
    position: relative;
}
.modalBio h2 {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0;
    margin-bottom:1em;
}
.modalBio h3 {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0;
}
.modalBio h4 {
    font-size: 1em;
    color: #424242;
    margin-top: 10px;
}
.modalBio p {
    color: #585858;
}
.modalBio form fieldset {
    width: 100%;
    max-width: none;
}
.modalBio form fieldset > div {
    margin-bottom: 0.4em;
}
.modalBio form fieldset .input {
    width: 100%;
}
.modalBio form fieldset .input input, .modalBio form fieldset .input textarea {
    width: 100% !important;
}
.modalBio .actions input {
    background: #ffcf33 !important;
    padding: 5px 20px;
    font-size: 1.2em !important;
    color: #333 !important;
    display: block;
    margin: 1em auto 0;
}
.userBlock:hover {
    background: rgba(0, 0, 0, .1);
    transition: .3s;
}
.userBlock img {
    border-radius: 70px;
    height: 122px;
    width: 122px;
    object-fit: cover;
}
.userBlock h3 {
    font-size: 1.4em;
    font-weight: 400;
    color: #fecb09;
    margin: 0.4em 0 0.3em;
    -webkit-font-smoothing: antialiased;
}
.userBlock h4 {
    font-size: 1em;
    color: #d2d2d2;
    margin: 0 0;
}
.someClients {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 0em;
    text-align: center;
}
.someClients.rpaLand {
    padding: 2em 0 2em;
}
.someClients.rpaLand .clientsList img {
    max-height: 90px;
    width: calc(11.11% - 2em);
    margin: 0 1em;
}
.someClients h1 {
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
    margin-bottom: 1em;
}
.someClients h1:after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.someClients .clientsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
.clientsList img {
}
.someClients a {
    display: block;
    margin: 0 auto;
    background: #fec33a;
    color: #222222;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1.5em;
}
.valuesCore {
    background: #e2e2e2;
    padding: 2em 4em 4em;
    color: #222;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.valuesCore h1 {
    font-weight: 500;
    margin-bottom: 1.5em;
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
    text-transform: uppercase;
}
.valuesCore h1:after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.valueBlock {
    width: 33.33%;
    padding: 1em 2em;
    height: auto;
    position: relative;
}
.valueBlock .front {
    border: 2px dashed white;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.valueBlock:hover .front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}
.valueBlock .back {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    color: #333;
    background: #f2cf33;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.valueBlock:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.valueBlock .front .valueIcon {
    height: 80px;
    margin: 0 auto;
}
.valueBlock .front h5 {
    font-size: 1.1em;
    width: 100%;
}
.valueBlock .back p {
    font-size: 1.1em;
}
.performance {
    background: #eaeaea;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center;
    flex-wrap: wrap;
    padding: 2em 3em 2em;
    text-align: center;
    color: white;
    position:relative;
    overflow:hidden;
}
.performance h1 {
    font-size: 2.6em;
    width: 100%;
    color: #ecbb07;
    margin-bottom:1em;
    margin-top: 1em;
    font-weight: 500;
}
.firstPeak, .secondPeak {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
}
.firstPeak .peakBlock {
    width: 33.33%;
    padding: 2em;
}
.secondPeak .peakBlock {
    width: 20%;
    padding: 2em;
}
.peakBlock {
    text-align: left;
}
.peakBlock p {
    font-size: 1.4em;
    position: relative;
}
.peakBlock p:before {
    content: "✔\fe0e ";
    color: #ecbb07;
    position: absolute;
    left: -30px;
    top: -14px;
    font-size: 1.8em;
}
.clientsSlider {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100%;
}
.clientsSlidercr {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100%;
}
.clientsSlider.landing .imagesSlider {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/logoslide2.jpg);
}
.imagesSlider {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/logoslide.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: slideshow 80s linear infinite;
    -o-animation: slideshow 80s linear infinite;
    animation: slideshow 80s linear infinite;
    transform: translate3d(0,0,0);
}

.imagesSlidercr img{
padding-right:25px;

}

.imagesSlidercr {
    background-size: cover;
    position: absolute;
    left: 0p;
    top: 0;
  display:flex;
    height: 45%;
    width: 400%;
    -webkit-animation: slideshow 80s linear infinite;
    -o-animation: slideshow 80s linear infinite;
    animation: slideshow 80s linear infinite;
    transform: translate3d(0,0,0);
}
@keyframes slideshow {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}
.bioBlock {
    position: absolute;
    background: whitesmoke;
    top: 20%;
    left: 50%;
    padding: 2em;
    padding-right: 3em;
    z-index: 10;
    min-width: 320px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    border-radius: 26px;
    max-height: 370px;
    overflow: auto;
    border: 1px solid #cccbcb;
    display:none;
}
.userBlock:nth-child(6) .bioBlock, .userBlock:nth-child(10) .bioBlock {
    left: unset;
    right: 30%;
}
.bioBlock p {
    color: #333;
    font-size: 0.8em;
    margin-bottom: 11px;
    text-align: left;
    padding: 0 
}
.bioBlock p strong {
    font-size: 1.4em;
}
.userBlock:hover .bioBlock {
    opacity: 1;
    transition: 0.4s ease-in-out;
    display:none;
}
.bioBlock::-webkit-scrollbar {
    display: none;
}
.rpaSuccess {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 2em 0 3em;
    background: whitesmoke;
}
.rpaSuccess h1 {
    font-weight: 400;
    margin-bottom: 0.3em;
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
}
.rpaSuccess h1::after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.rpaSuccess table {
    width: 80%;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
    font-size: 0.8em;
    margin: 0 auto;
}
.rpaSuccess table tbody td {
    padding: 15px;
    width: 20%;
    font-size: 1.3em;
}
.rpaSuccess table tbody td img {
    height: 40px;
    margin-bottom: 10px;
}
.rpaSuccess table tbody tr:nth-child(2) {
    background: #fbd94d;
    font-weight: 600;
}
.rpaSuccess table tbody tr + tr + tr {
    background: #e2e2e2;
}
.rpaSuccess table tbody tr + tr + tr td {
    padding: 25px 15px;
    border: 1px solid #d4d4d4;
    font-size: 1.3em;
}
.consultation {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 3em;
    background: whitesmoke;
}
.consultation.process-60 {
    background: white;
}
.guidesBlock {
    width: 25%;
    padding: 1em 2em;
    /*display: flex;*/
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    background: white;
}

.webinar {
  width:100%;
  text-align:center;
  padding:0 5rem 0 5rem;
}

.guideswebinar{
    width:400px !important;
    padding: 1em 2em;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    background: white;
}

.imgwebinar {

  width:600px !important;
  height:300px !important;
  
}

.imgwebinar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contentWebinar {
  width: 100%;
  padding: 1em;
  
}

.our-client{
    text-align:center !important;

}


.process-60 .guidesBlock {
    width: 25%;
}

.process-60 .newpage {
    width: 33%;
}

.newpage {

  width: 33.33%;
    padding: 1em 2em;
    /* display: flex; */
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    background: white;
  
}

.imgGuide {
    width: 100%;
    height: 180px;
    /*margin-right: 10px;*/
}
.imgGuide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contentGuide {
    width: 100%;
    padding: 1em;
}
.contentGuide h2 {
    color: #222;
    font-size: 1.4em;
    font-weight: 600;
}
.contentGuide p {
    color: #525252;
    width: 100%;
    text-align: left;
    font-size:1.2em;
}
.contentGuide a {
    border: 1px solid #fecb09;
    padding: 10px 15px;
    background: transparent;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.5s ease;
    color:#222;
    text-decoration:none;
    display: inline-block;
}
.contentGuide a:hover {
    background: #fecb09;
    transition: 0.5s ease;
    text-decoration:none;
}
.titleBlock {
    width: 100%;
    margin-bottom: 1em;
}
.titleBlock div h2 {
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0.5em;
    color: #fecb09;
}

.titleBlock2 div h2 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 0.5em;
    color: #707070;
}

.titleBlock2 div p {
    font-size: 1.2em;
    text-align: center;
  font-family:Helvetica;
      color: #707070;

}
.titleBlock div p {
    font-size: 1.2em;
    text-align: center;
}
.modalBio {
    padding: 1em;
    position: relative;
}
.modalBio h3 {
    font-size: 1.8em;
    font-weight: 800;
}
.modalBio h4 {
    font-size: 1em;
    color: #424242;
}
.modalBio p {
    color: #585858;
}
.parallaxStory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 4em 0;
    position: relative;
    min-height: 80vh;
    background-color: #1b1b1b;
    overflow: hidden;
}
.ourStory {
    width: 40%;
    margin-top: 4em;
    color: white;
}
.ourStory h1 {
    font-size: 2.6em;
    margin-bottom: 2rem;
    color: gold;
}
.parallaxAuxis .ourStory h1 {
    font-size: 3.5em;
    margin-bottom: 1.2rem;
}
.ourStory p {
    font-size: 1.2em;
    position: relative;
}
.ourStory p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 200px;
    background: gold;
    height: 1px;
    left: 0;
}
.ourImg {
    overflow: hidden;
    max-height: 300px;
    width: 40%;
    margin-top: 10em;
    border: 2px solid white;
}
.ourImg img {
    width: 100%;
    margin-top: -10em;
}
.paralBack {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    width: 100%;
    height: 300%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.paralour {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B17.jpg);
    height:330%;
    opacity:0.9;
}
.paralapp {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B7.jpg?t=1522704950300);
    opacity: 0.8;
    height:230%;
}
.paralTeam {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B8.jpg);
    opacity: 1;
    z-index: -1;
    height: 160%;
}
.paralPerf {
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B15.jpg?t=1522177845138);
    opacity: 1;
    z-index: 0;
    height: 165%;
}
.zUp {
    z-index: 15;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20vh;
}
.topAbout .zUp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
}
.recruBlockTop {
    padding: 2em;
    width: 80%;
    background: #000000ab;
    margin: 0 auto;
}
.topRecruit .zUp {
    padding-top: 23vh;
}
.zUp2 {
    z-index: 15;
}
body[data-aos-duration='5000'] [data-aos], [data-aos][data-aos][data-aos-duration='5000']{
    transition-duration: 5000ms;
}
.rpaSuccess table tbody > tr > td p {
    font-size: 0.8em;
}
.ribbon {
    position: fixed;
    left: -140px;
    top: 100px;
    z-index: 11;
    height: 90px;
    transition: 0.5s ease;
}
.active.ribbon {
    transition: 0.5s ease;
    left: -10px;
}
.ribbon img {
    height: 100%;
}
.ribbon:hover {
    transition: 0.5s ease;
    left: -10px;
}
section.homeVid h3 {
    color: gold;
    font-size: 2.1em;
    font-weight: 500;
    margin-bottom: 1em;
}
.homeVid h3 span {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #fec33a;
    font-weight: 700;
}
.uivideoback {
    background: gray;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B2.jpg?t=1522090741996);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px;
}
.rightDEL3 h1, .ourStory h1, .teamResults h1, .performance h1 {
    text-transform: uppercase;
}
.finalCTA {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7em 9em;
    color: white;
    min-height: 350px;
    position: relative;
}
.paralFinal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.auxis.com/hs-fs/hubfs/Auxis%20New%20Pages%202017/Service%20Solution%20/DO-YOU-HAVE-THE-RIGHT-STRATEGY.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.finalCTA h2 {
    font-size: 3em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.related-image {
    overflow: hidden;
    margin-bottom: 1em;
}
.related-image a {
    display: block;
    height: 100%;
}
@media (min-width: 768px) {
  .related-image a {
    height: 137px;
  }
}
.related-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.backSlider {
    min-height: 60vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}
section.backSlider .carousel {
    height: 60vh;
}
section.backSlider .carousel .carousel-inner {
    height: 100%;
}
.backSlider .carousel .carousel-inner .carousel-item {
    height: 100%;
}
section.backSlider .carousel .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}
section.backSlider:hover .carousel .carousel-inner .carousel-item img {
    filter: none;
    transition: 0.3s ease-in-out;
}
.topReason {
    display: flex;
    text-align: left;
    width: 25%;
    height: 160px;
    position: relative;
}
.topImg {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    position: absolute;
    z-index: 0;
}
.topImg img {
    width: 50%;
    height: 55%;
    object-fit: contain;
    opacity: 0.8;
}
.topText {
    font-size: 1.2em;
    width: 70%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    left: 30%;
    font-weight: 800;
    line-height: 1;
}
.paralAux {
}
.parallaxAuxis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 4em 0;
    position: relative;
    min-height: 50vh;
    background-color: #e2e2e2;
    overflow: hidden;
}
.parallaxAuxis .ourAbout {
    overflow: hidden;
    width: 70%;
    margin: 3em auto 0;
}
.ourAbout h1 {
    width: 100%;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
}
.ourAbout h1::after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 30px;
    content: "";
    display: block;
}
.ourAbout p {
    padding: 0 1em;
    font-size: 1.4em;
    text-align: center;
}
.topM.topRecruit {
    min-height: 75vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #000;
}
.topRecruit .zUp a {
    background: gold;
    padding: 15px 25px;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    display: inline-block;
    margin-top: 2em;
    position: relative;
    transition: .5s ease-in-out;
}
.topRecruit .zUp a:hover {
    margin-top: 1.5em;
    transition: .5s ease-in-out;
}
.topRecruitParall {
    background-image: url(https://www.auxis.com/hubfs/B21.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.topM.topRecruit h1 {
    font-size: 45px;
    text-transform: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.topRecruit .carousel {
    min-height: 75vh;
    margin: 0;
}
.topRecruit .carousel .carousel-inner {
    min-height: 75vh;
}
.topRecruit .carousel .carousel-inner .carousel-item {
    min-height: 75vh;
}
.topRecruit .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.valueBlock_2 {
    width: 25vw;
    max-width: 360px;
    min-height: 360px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.6s ease;
}
.valueBlock_2:hover {
    background: whitesmoke;
    transition: 0.6s ease;
}
.valueBlock_2 .front {
    border-radius: 15px;
    padding: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
}
.valuesCore.around {
    justify-content: space-around;
    background: white;
}
.valueBlock_2 .front .valueIcon {
    height: 90px;
    width: 90px;
    margin: 1em auto;
}
.valueBlock_2 .front h5 {
    font-size: 1.5em;
    width: 100%;
    color: #333;
    margin-bottom: 15px;
}
.valueBlock_2 .front p {
    font-size: 1.3em;
    margin: 0;
    padding: 0 2em;
}
.topReason {
    display: flex;
    text-align: left;
    width: 20vw;
    height: 190px;
    margin-bottom: 1em;
    position: relative;
    border: 2px solid gold;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.topReason:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.4s ease-in-out;
}
.topImg {
    display: flex;
    width: 25%;
    height: 25%;
    overflow: hidden;
    align-items: center;
    position: absolute;
    z-index: 0;
    transition: 0.4s ease-in-out;
}
.topImg img {
    width: 100%;
    height: 55%;
    object-fit: contain;
    opacity: 0.8;
}
.topText {
    font-size: 1.1em;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    left: 0%;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 2em;
    color: gold;
    transition: 0.4s ease-in-out;
}
.topReason:hover .topText {
    top: 0px;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
.valuesBack {
    position: absolute;
    width: 100%;
    height: 170%;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/workers/12%20%282%29.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1;
}
.valuesCore.top {
    justify-content: space-around;
    background: #383737;
    padding: 0 4em 4em;
    position: relative;
    overflow: hidden;
}
.valuesCore.top h1 {
    color: #efb000;
    font-size: 2.7em;
    font-weight: 500;
    width: 100%;
    margin-bottom: 1.5em;
    margin-top: 2em;
    position: relative;
    z-index: 3;
}
.valuesCore.top h1::after {
    content: none;
}
.memberSlider {
    min-height: 540px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: black;
}
.memberBack {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/workers/15.jpg);
    background-size: cover;
    opacity: 0.2;
    background-position: center;
}
.memberSlider .carousel {
    height: 540px;
}
.memberSlider .carousel .carousel-inner {
    height: 540px;
}
.memberSlider .carousel .carousel-inner .carousel-item {
    height: 540px;
    position: absolute;
    display: block;
    opacity: 0;
}
.memberSlider .carousel .carousel-inner .carousel-item.active {
    opacity: 1;
    transition: 0.9s ease;
}
.memberUp {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.memberBlock {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 3em;
}
.memberBlock img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 2em;
}
.memberBlock p {
    color: white;
    font-size: 1.2em;
    font-weight: 300;
}
.memberBlock h4 {
    color: gold;
    font-style: italic;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
}
.memberSlider H1 {
    color: #efb000;
    font-size: 2.7em;
    font-weight: 500;
    width: 100%;
    margin-top: 1.5em;
    position: absolute;
    text-align: center;
    z-index: 3;
}
.collage {
    background: black;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
}
.collage h1 {
    width: 100%;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding-top: 1em;
    background: #e2e2e2;
    padding-bottom: 0.5em;
}
.collage h1::after {
    width: 170px;
    background: rgba(254, 206, 7, 0.7);
    height: 7px;
    margin: 10px auto 20px;
    content: "";
    display: block;
}
.collageBlock {
    overflow: hidden;
    float: left;
    opacity: 0.8;
    filter: grayscale(1);
    transition: 0.6s ease;
}
.collageBlock:hover {
    opacity: 1;
    filter: none;
    transition: 0.6s ease;
}
.collageBlock img {
    width: 100%;
    transform: scale(1.4);
    transition: 0.6s ease;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
}
.collageBlock:hover img {
    transform: scale(1);
    transition: 0.6s ease;
    transform-origin: center;
}
.collageBlock.big {
    width: 50%;
    position: relative;
}
.collageBlock.small {
    width: 25%;
}
.recruitCTA {
    min-height: 40vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #222;
    color: #F2F2FD;
}
.recruitCTA h1 {
    padding: 0 1em;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.7em;
    font-size: 3.7em;
}
.recruitCTA a {
    background: #efb000;
    padding: 15px 25px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease-in-out;
    bottom: 0;
}
.recruitCTA a:hover {
    bottom: 10px;
    transition: 0.5s ease-in-out;
}
.topContent {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-top: 3em;
    font-size: 1.3em;
}
.topList {
    width: 20%;
    margin: 0 2.5%;
    height: 140px;
    text-align: left;
    margin-bottom: 1em;
    position: relative;
    color: white;
    font-weight:300;
    padding-left: 50px;
}
.topList::before {
    content: "1";
    background: gold;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    left: 9.5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height:0;
}
.topList:nth-child(2)::before {
    content: "2";
}
.topList:nth-child(3)::before {
    content: "3";
}
.topList:nth-child(4)::before {
    content: "4";
}
.topList:nth-child(5)::before {
    content: "5";
}
.topList:nth-child(6)::before {
    content: "6";
}
.topList:nth-child(7)::before {
    content: "7";
}
.topList:nth-child(8)::before {
    content: "8";
}
.topList:nth-child(9)::before {
    content: "9";
}
.topList:nth-child(10)::before {
    content: "10";
}
.topList:nth-child(11)::before {
    content: "11";
}
.topList:nth-child(12)::before {
    content: "12";
}
a#cta_button_1936453_315a3be2-c6f5-47a7-81b4-b714a62641b0 {
    font-size: 20px;
}
a#cta_button_1936453_2045156a-5422-4a1f-bf56-a1d2ba70c76e {
    margin-top: 40px;
    font-size: 20px;
}
a#cta_button_1936453_2045156a-5422-4a1f-bf56-a1d2ba70c76e:hover {
    border: 2px solid rgb(81,173,255);
}
.specSection {
    background: #e8e8e8;
    padding: 20px 35px 40px;
}
.specContent {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px dashed #525252;
}
.specBlock_1 {
    width: 40%;
    background: #f9d241;
    color: #333;
    padding: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.specBlock_1 img {
    width: 60% !important;
    margin: 0 auto;
    display: block;
}
.specBlock_1 h2 {
    width: 100%;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.2;
}
.specBlock_1 p {
    font-size: 0.9em;
    line-height: 1.2;
}
.specBlock {
    width: 60%;
    padding: 1em;
}
.specBlock ul li {
    margin-bottom: 1em;
}
.specContent:nth-child(3) {
    margin-top: 30px;
}
.specContent:last-child {
    border: none;
}
.homeVid {
    text-align: center;
    height: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    padding: 2em;
}
.homeSection {
    width: 33.33%;
    height: auto;
    position: relative;
    float: left;
}
.homeSection iframe {
    width: 80%;
    height: 175px;
}
.homeSection_2 {
    width: 33.33%;
    height: auto;
    position: relative;
    float: left;
}
.homeSection_2 iframe {
    width: 80%;
    height: 175px;
}
.homeVid .homeSection_2 h3, .homeVid .homeSection h3 {
    font-size: 1.2em;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
    width: 80%;
}
.proBanner {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    background: #020202;
    padding: 5em 4em;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/B25.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.proBanner.noview {
    height: 0;
    min-height: 0;
    padding: 0;
}
.proBanner h1 {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    text-align: left;
    color: white;
    font-size: 2.7em;
    font-weight: 400;
}
.proBanner h1::after {
    content: "";
    height: 5px;
    background: #ecbb07;
    width: 30%;
    display: block;
    margin-top: 10px;
}
.proBanner h2 {
    color: #ecbb07;
    font-size: 1.7em;
    margin-top: 0.6em;
    margin-bottom: 0.8em;
    text-align: left;
    font-weight: 700;
    width: 70%;
}
.proBanner p {
    color: white;
    padding: 0;
    width: 50%;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
}
.proBanner a {
    background: #efb000;
    padding: 15px 25px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    bottom: 0;
    margin-top: 2em;
    text-transform: uppercase;
}
.proImg {
    position: absolute;
    top: 37.5%;
    right: 40px;
    height: 25%;
    width: auto;
}
.blogBtn {
    background: #46c4f2 ;
    padding: 15px 20px;
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 2em;
    display: inline-block;
}
.blogModal {
    text-align: left;
}
.blogModal label {
    margin-bottom: 0;
    font-weight: 500;
    display: inherit;
}
.blogModal span.hs-form-required {
    color: red;
}
.blogModal .hs-fieldtype-radio .hs-input {
    width: auto !important;
    min-width: 25px;
}
.blog.modal-content {
    height: auto !important;
}
.title-blog-line{
  margin-top:30px;
  margin-bottom:40px;
  line-height:30px;
  /*border-bottom: solid 3px #ffce34;*/
  text-decoration-line: underline;
  text-decoration-color: #ffce34;
  text-decoration-style:solid;
  display:inline-block;
  font-weight:800;
}
a.blog-link:link{
  color:#14b1e7;
}
.rpaUp {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*.rpaBlock {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 4em 20em 4em 8em;
    background: black;
}*/
.rpaBlock .eventImg {
    max-width: 340px;
    margin: 0;
    margin-bottom: 10px;
}
.rpaBlock .eventImg img {
    width: 100%;
}
.eventPlace {
    font-size: 1.3em;
    color: #ffffff;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 5px;
}
.eventPhrase {
    font-size: 2em;
    color: #f1c513;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0px 0 0 0;
    line-height: 1.2;
}
.eventPhrase a {
    display: inline-block;
    max-width: 25px;
}
.eventPhrase a img {
    display: block;
    width: 100%;
}
.auxPhrase {
    font-size: 1.3em;
    color: #ffffff;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
}
.carouLink {
    padding: 10px 20px;
    margin: 6px 0 0;
    display: block;
    color: white;
    background: transparent;
    max-width: 200px;
    min-width: 140px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid white;
    transition: 0.5s ease;
}
.carouLink:hover {
    text-decoration: none;
    color: #222;
    background: gold;
    border-color: gold;
    transition: 0.5s ease;
}
.rpaSlider .carousel, .rpaSlider .carousel .carousel-inner, .rpaSlider .carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}
.rpaBackslide_1 {
    width: 100%;
    height: 100%;
    background-image: url(https://1936453.fs1.hubspotusercontent-na1.net/hubfs/1936453/New%20images/Intelligent-Automation-Week-Chicago-final.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0;
    padding: 4em 20em 4em 8em;
    align-items: flex-start;
}
/*.rpaBackslide_2 {
    width: 100%;
    height: 100%;
    background-image: url('https://www.auxis.com/hubfs/rpa-slide.png?t=1526071478243');
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0;
    padding: 4em 8em;
    align-items: center;
}*/
.rpaSlider {
    height: 80vh;
}
.rpaBackslide_2 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    padding-top: 1.5em;
    color: #fecb09;
    margin: 0 auto;
}
.rpaBackslide_2 p {
    color: #ffffff;
    font-size: 28px;
    line-height: 50px;
    font-weight: 200;
    margin-bottom: 0;
    text-align: center;
}
.rpaBackslide_2 p:nth-child(3) {
    color: #fecb09;
    font-size: 30px;
    font-weight: 400;
}
.rpaBackslide_2 p:nth-child(4) {
    position: relative;
    top: -35px;
}
.rpaBackslide_2 a img {
    width: 180px;
    text-align:center !important;
}
#rpacarou .carousel-control {
    width: 5%;
}
#rpacarou .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
#rpacarou .carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.outsorcing-sec {
    background-image: url(https://www.auxis.com/hs-fs/hubfs/ce27c910-17c8-47ea-a003-38f3fbb7b288.jpg?t=1528307431261&width=3680&name=ce27c910-17c8-47ea-a003-38f3fbb7b288.jpg);
}
.maxi-link {
    display: inline-block;
    margin: 0 auto 8px;
    background: #f0c40f;
    padding: 15px 20px;
    font-weight: bold;
}
.maxi-icons {
    padding: 3em 5em 5em;
    background: whitesmoke;
}
.maxi-group img {
    margin: 2em auto 1em;
    display: block;
}

.yas {
    counter-reset: item;
}

.yas li {
    list-style-type: none;
    counter-increment: item;
}

.yas li:before {
    display: inline-block;
    width: 1em;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.footer-main{
    background:#383737;
    padding:3% 0% 3% 12%;
    color:#fff;
}
.footer-main .page-center{
    max-width:80%;
}
.footer-main a:hover{
    text-decoration:underline;
}
.footer-main h4{
    font-size: 18px;
    text-transform:uppercase;
    color:#ffcf33;
    margin-top:5px;
    line-height:normal;
}
.footer-main h3{
    font-size: 1.2em;
    font-weight: 600;
    line-height:initial;
    margin-top: 10px;
}
.footer-main .footer-right-col{
    text-align:right;
    line-height:normal;
}
.footer-main .footer-right-col p{
    font-size: 1em;
    font-weight: 400;
    margin:0px;
    line-height:normal;
    color:#bdbdbd;
}
.footer-main .footer-right-col h3{
    font-size:1.2em;
    line-height:normal;
}
.footer-main .footer-mid-col{
}
.footer-main .footer-mid-col .hs-menu-item a{
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color:#fff;
    padding:0px;
}
.footer-main .footer-mid-col .hs-menu-item a:hover{
    color:#fecb09;
}
.footer-main .footer-subscribe-form .form-title{
    display:none;
}
.footer-main .footer-subscribe-form .hs-form-field > label{
    display:none;
}
.footer-main .footer-left-col ul{
    list-style:none;
    padding:0px;
    margin-bottom: 0;
}
.footer-main .footer-left-col ul li{
    list-style:none;
    display:inline-block;
    padding:0 5px;
    margin: 4px 5px 0px 0px;
    line-height:normal;
}
.footer-main .footer-left-col ul li a{
    font-size:20px;
    color:#fff;
}
.footer-main .footer-left-col ul li:hover .fa-facebook{
    color:#3a559f;
    transition: all 0.3s ease 0s;
}
.footer-main .footer-left-col ul li:hover .fa-twitter{
    color:#00bdf5;
    transition: all 0.3s ease 0s;
}
.footer-main .footer-left-col ul li:hover .fa-google-plus{
    color:#d51b1c;
    transition: all 0.3s ease 0s;
}
.footer-main .footer-left-col ul li:hover .fa-linkedin{
    color:#0077b7;
    transition: all 0.3s ease 0s;
}
.footer-main .copy-right{
    padding:20px 0px 0px;
    margin:0 0 0 0px;
}
.footer-main .copy-right a, .footer-main .copy-right p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin:0px;
}
.footer-main .copy-right a:hover{
    color:#fecb09;
}
.footer-main .copy-right .cell-wrapper.layout-widget-wrapper{
    margin-top:0%;
}
body .footer-subscribe-form input[type="email"]{
    margin: 15px 0 15px 0px;
}
body .footer-subscribe-form .hs-form-field{
    margin-bottom:0px;
}
.cta1 {
    border: 2px solid white !important;
    margin: 2em 0 0 !important;
}
.cta1:hover {
    color: #333 !important;
    border-color: rgb(255,227,56) !important;
}
.journey-sec {
    background: #a9a8a8;
}
.cta2 {
    border: 2px solid white !important;
    margin: 1em 0 1em !important;
}
.cta2:hover {
    color: #333 !important;
    border-color: rgb(255,227,56) !important;
}
a#cta_button_1936453_ae087fd6-3382-433b-855c-110526a35905, a#cta_button_1936453_c508739a-fe5a-482d-b8c8-333ac04de3c8 {
    background: none !important;
    border: 2px solid #fff;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: .3s;
    border-radius: 0;
    width: 300px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
}
a#cta_button_1936453_ae087fd6-3382-433b-855c-110526a35905:hover, a#cta_button_1936453_c508739a-fe5a-482d-b8c8-333ac04de3c8:hover {
    background: #4bd7ff !important;
    color: #fff !important;
    border: 2px solid #4bd7ff;
}
.rpaCta {
    cursor: pointer;
    color: white;
    text-align: center;
    text-decoration: none;
    height: auto;
    width: auto;
    font-size: 24px;
    transition: 0.4s ease;
    padding: 6px 18px;
    line-height: 1.5em;
    background: transparent;
    text-shadow: none;
    font-weight: 600;
    border: 2px solid white;
}
.rpaCta:hover {
    background: gold;
    border-color: gold;
    color: #222;
    text-decoration: none;
    transition: 0.4s ease;
}

/*---------------------------------------Responsive--------------*/
@media (max-width:2700px){
    .top-link{
  margin-left:11px;
  }
      .line-search {
  width:100%;
  margin-left: 11px !important;
}
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 1.1em;
    }
}
@media (max-width:2500px){
    .top-link{
  margin-left:11px;
  }
      .line-search {
  width:100%;
  margin-left: 1px !important;
}
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 1em;
    }
}
@media (max-width:2000px){
    .top-link{
  margin-left:5px;
  }
    .segunda .sub-menu-lists li a {
    color: #383838;
    font-size: 0.95em !important;
}
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.9em;
    }
}
@media (max-width:1700px) {
    .valueBlock_2 {
        max-width: none;
    }
    .line-search {
  width:76%;
  margin-left: -1px !important;
}
    .top-link{
  margin-left:10px;
  }
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.8em;
    }
}
@media (max-width:1500px) {
    .valueBlock_2 {
        max-width: none;
    }
    .top-link{
  margin-left:5px;
  }
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.8em;
    }
}
@media (max-width:1400px) {
    .valueBlock_2 {
        max-width: none;
    }
    .top-link{
  margin-left:0px;
  }
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.8em;
    }
}
@media (max-width:1300px) {
    .valueBlock_2 {
        max-width: none;
    }
    .top-link{
  margin-left:-2px;
  }
  .segunda .sub-menu-lists li a {
    color: #383838;
    font-size: 0.95em !important;
}
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.7em;
    }
        .search-menu {
 display:none !important;
  }
  .line-search {
  width:73% !important;
  margin-left: 20px !important;
}
}
@media (max-width:1200px) {

       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.7em !important;
    }
 
      .search-menu {
 display:none !important;
  }
  .line-search {
  width:65%;
  margin-left: 7px !important;
}
}
@media (min-width:990px) and ( max-width:1190px) {
  .hs-search-field__bar{
      width: 100%;
    
    position: relative;
    margin-top: -18px;
  }

      .top-link{
  margin-left:-10px;
  }
  .line-search{
      background-color: rgba(255,255,255, 0.5);
    border-radius: 5px;
 margin-left: 35px !important;
    width:65%; !important;
} 
  
  .page-search .hs-search-field__bar input[type="text"] {
  font-size:12px !important;
  }
  
  .search-auxis{
  margin-left:-5%;
  }
  }
@media(max-width:1996px){
      .search-menu {
 display:none !important;
  }

.line-search {
    width: 90%;
    padding-left: 0px !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
    .modal_body {
        height: 40vh;
    }
    .line-search{
 margin-left: 0px !important;
    width: 90% !important;
} 
}
@media (max-width: 992px) {
    ul.main-nav > li > a {
        font-size: 11px;
    }

    .proImg {
        position: unset;
        top: 40px;
        right: 40px;
        width: 140px;
        margin: 1em 0;
    }
    .proBanner {
        align-items:center;
    }
    .proBanner h1 {
        text-align:center;
    }
    .proBanner h2 {
        text-align:center;
        width: 100%;
    }
    .proBanner p {
        text-align:center;
        width:100%;
    }
    .proBanner h1::after {
        margin: 0 auto;
        margin-top: 10px;
    }
    .homeSection_2 {
        width: 100%;
        height: auto;
        padding: 1em 0em;
        margin: 1em 0;
    }
    .homeVid iframe {
        width: 100%;
        height: auto;
    }
    .homeSection {
        width: 100%;
        height: auto;
        padding: 1em 0;
        margin: 3em 0;
    }
    .specBlock_1, .specBlock {
        width: 100%;
    }
    .collageBlock.small {
        width: 50%;
    }
    .collageBlock.big:first-child {
        width: 100%;
    }
    .collageBlock.big:first-child img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .collageBlock {
        height: 300px;
    }
}
@media (max-width: 768px) {
    .proBanner {
        padding: 5em 2em;
        background-attachment: initial;
    }
    .eventPlace, .eventPhrase, .auxPhrase {
        text-align:center;
        margin: 0 auto;
    }
    .rpaBlock .eventImg {
        margin:0 auto;
    }
    .carouLink {
        margin: 1.3em auto 0;
    }
    .rpaSlider {
        height: 100vh;
    }
    .rpaBackslide_1, .rpaBackslide_2 {
        padding: 6em 3em;
    }
    .rpaBackslide_2 {
        width: auto;
        height: auto;
    }
    .rpaBackslide_2 h1 {
        margin-bottom: 0.3em;
    }
    .rpaBackslide_2 p {
        line-height: 1.2;
        font-size: 23px;
        margin-bottom: 0.6em;
    }
    .rpaBackslide_2 p:nth-child(3) {
        font-size: 26px;
    }
    .rpaBackslide_2 p:nth-child(4) {
        top: -15px;
    }
    .openModal {
        display: none;
    }
    .parallaxAuxis .ourAbout {
        width: 80%;
    }
    .recruBlockTop {
        width:100%;
    }
    .recruitCTA {
        padding: 3em 0;
    }
    .homeVid .homeSection_2 h3, .homeVid .homeSection h3 {
        font-size: 1.4em;
    }
    .collageBlock.small {
        height: 150px;
    }
    .collageBlock {
        height: auto;
    }
    .specContent {
        border: none;
    }
    .specSection {
        padding: 20px 0px 40px;
    }
    .post-body {
        font-size: 15px;
    }
    .specBlock_1 h2 {
        line-height: 1;
        margin-bottom: 15px;
    }
    .specBlock {
        padding: 2em 1em;
    }
    .specBlock_1 p {
        font-size: 1.1em;
    }
}
@media (max-width: 480px) {
    .rpaBackslide_1 {
        width: 100%;
        height: 100%;
        flex-direction: initial;
    }
      .rships h1, .whyMA h1 {
        font-size:2.3em;
    }
      .logospace img {
    height: 40px;
}
  .line-search {
    margin-left: 5px;
}
      .search-menu {
  width:53%; position:absolute; margin-left:0px;
  }
    .eventPlace, .eventPhrase, .auxPhrase {
        margin: 0 auto 0.6em;
    }
    .auxPhrase {
        font-size: 1em;
    }
    .eventPhrase {
        font-size: 1.4em;
    }
    .eventPlace {
        font-size: 1.3em;
    }
    .rpaBlock .eventImg {
        max-width: 160px;
        margin: 0 auto 0.6em;
    }
    .rpaBackslide_2 p:nth-child(3) {
        font-size: 19px;
    }
    .rpaBackslide_2 p:nth-child(4) a {
        font-size: 0.8em !important;
        margin: 0 auto;
        max-width: 160px;
    }
    .rpaBackslide_2 a img {
        width: 140px;
    }
    .rpaBackslide_2 p {
        font-size: 18px;
        margin-bottom: 0.6em;
    }
    .rpaBackslide_2 h1 {
        font-size: 25px;
    }
}
@media (max-width: 980px) {
    .process-60 .guidesBlock {
            width: 50%;
        }
    .main-nav {
        display: none;
    }
    .topList {
        width: 40%;
        margin: 0 5%;
    }
    .topReason {
        width: 40vw;
    }
    .valueBlock_2 {
        width: 300px;
        height: auto;
    }
    .valueBlock_2 .front h5 {
        width: 100%;
        font-size: 1.6em;
    }
    .valueBlock_2 .back p {
        font-size: 1.5em;
    }
    .topS {
        flex-wrap: wrap;
    }
    .atfP, .atfF {
        width: 100%;
    }
    .trustTitle {
        flex-wrap: wrap;
        flex-flow: column-reverse;
        padding: 2em 0;
    }
    .trustTitleUi {
        flex-wrap: wrap;
        padding: 2em 0;
    }
    .atfF {
        padding: 3em;
    }
    .formB {
        padding: 1em 3em;
    }
    .formB h2 {
        font-size: 3em;
    }
    .ctaL {
        font-size: 1.7em;
        line-height: 1.3;
    }
    .trusted .trustTitle h2 {
        text-align: center;
        margin: 0 auto;
    }
    .headerspace, .logospace {
        width:50%;
    }
    .logospace {
        text-align: left;
    }
    .logospace a {
        text-align: left;
        text-indent: 2em;
    }
    .auxMenu {
        height: calc(80px - 0em);
        padding-bottom: 1em;
    }
    .mobile-nav {
        display: flex;
    }
    .clientsList img {
        margin: 2em 1em;
    }
    .valueBlock .front {
        padding: 2em;
    }
    .userBlock:nth-child(6) .bioBlock, .userBlock:nth-child(10) .bioBlock {
        left: 50%;
        right: unset;
    }
    .userBlock:nth-child(5) .bioBlock, .userBlock:nth-child(8) .bioBlock {
        left: unset;
        right: 30%;
    }
    .someClients.rpaLand .clientsList img {
        width: 15%;
    }
}
@media (max-width: 800px) {
    .leftDEL, .rightDEL, .leftDEL2, .rightDEL2, .leftDEL3, .rightDEL3 {
        width: 100% !important;
    }
    .rightDEL, .leftDEL2, .leftDEL3 {
        min-height: 300px;
    }
    .rightDEL {
        order: 1 
    }
    .leftDEL {
        order: 2 
    }
    .leftDEL2 {
        order: 3 
    }
    .rightDEL2 {
        order: 4 
    }
    .leftDEL3 {
        order: 5 
    }
    .rightDEL3 {
        order: 6 
    }
    .userBlock {
        width: 33.33%;
    }
    .firstPeak .peakBlock, .firstPeak div + div + div + div + div.peakBlock {
        width: 33.33%;
    }
    .valueBlock {
        width: 50%;
    }
    .someClients {
        padding: 2em 2em 2em;
    }
    .userBlock:nth-child(4) .bioBlock, .userBlock:nth-child(6) .bioBlock, .userBlock:nth-child(8) .bioBlock, .userBlock:nth-child(10) .bioBlock {
        left: unset;
        right: 30%;
    }
    .userBlock:nth-child(5) .bioBlock {
        left: 50%;
        right: unset;
    }
  .search-menu {
  width:45%; position:absolute; display:block !important;
  }
}
@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 10%;
    }
    .search-menu {
  width:45%; position:absolute;
  }
    .leadinModal .dyno-image img {
        max-width: none !important;
        width: 100% !important;
    }
    .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .dyno-image {
        width: 125px !important;
      margin-top:0px;
    }
    .leadinModal .leadinModal-content h1, .leadinModal .leadinModal-content h2, .leadinModal .leadinModal-content h3, .leadinModal .leadinModal-content h4, .leadinModal .leadinModal-content h5, .leadinModal .leadinModal-content h6 {
        font-size: 1.4em !important;
        font-weight: 700 !important;
    }
    .leadinModal .leadinModal-content p, .leadinModal .leadinModal-content ul, .leadinModal .leadinModal-content li, .leadinModal .leadinModal-content input[type="text"], .leadinModal .leadinModal-content input[type="email"], .leadinModal .leadinModal-content input[type="tel"], .leadinModal .leadinModal-content input[type="number"], .leadinModal .leadinModal-content input[type="checkbox"], .leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content .secondary-dismiss {
        font-size: 1.1em !important;
    }
    .advance-wrapper {
       
        width: 189px !important;
        margin-left: 151px !important;
    }
    .leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
        margin-top: 20px !important;
    }
    .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner 
  .leadinModal-content, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadinModal-content {
        width: 40em !important;
    }
}
@media (max-width: 768px) {

        .hs_cos_wrapper_type_image_slider {
        margin-top:1px !important;
        }
  
  .process-60 .newpage {
    width: 100%;
}
             .logospace img {
    height: 50px;
}
  .line-search {
    margin-left: 0px;
}
      .search-menu {
  width:58%; position:absolute; margin-left:0px;
  }
        .hs_cos_flex-slider .caption {
            margin-top: 5rem !important;
            font-size:13px;
        }
        
     .hs_cos_flex-slides img {
           background-size: cover !important;
     }    
    
    .teamResults a {
        width: 100%;
        padding: 15px 10px;
    }
    .topList {
        display: block;
        margin: 0 2.5%;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }
    .topReason {
        width: 80vw;
    }
    .valueBlock_2 .front {
        padding: 1em 1em;
        width: 100%;
        height: 100%;
    }
    .valueBlock_2 .back {
        width: 100%;
        height: 100%;
    }
    .valueBlock_2 .front .valueIcon {
        height: 100px;
        width: 100px;
    }
    .topM.topRecruit {
        height: 100vh;
    }
    .topRecruit .carousel {
        height: 100vh;
        margin: 0;
    }
    .topRecruit .zUp a {
        padding: 15px 20px;
        font-size: 0.8em;
    }
    .topRecruit .carousel-control {
        display:none;
    }
    .topRecruitParall {
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    .parallaxAuxis {
        padding: 4em 1em;
    }
    .parallaxAuxis .ourStory {
        width: 80%;
        margin-top: 1em;
    }
    .parallaxAuxis .ourImg {
        width: 90%;
        order: 2;
        margin-top: 5em;
    }
    .topM.topRecruit h1 {
        font-size: 45px;
    }
    .topM.topRecruit h2 {
        padding: 0;
        font-size: 23px;
    }
    .topM h2 {
        padding: 0 2em;
        font-size: 20px;
    }
    .topRecruit .zUp {
        padding-top: 14vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .topM.topAbout h2 {
        text-align: center;
        text-indent: 0;
    }
    .rpaSuccess table tbody tr + tr + tr td {
        font-size: 1em;
    }
    .rpaSuccess table tbody td {
        font-size: 1em;
    }
    .rpaSuccess table tbody td img {
        height:40px;
    }
    .rpaSuccess table tbody td {
        padding:15px 0;
    }
    .rpaSuccess table {
        width:100%;
    }
    .trustedUi {
        flex-wrap:wrap;
    }
    .trustTitleUi {
        width: 100%;
    }
    .trustTitleUi h2 {
        text-align:center;
    }
    .atfF {
        padding: 0;
        padding-top: 3em;
    }
    .formB {
        width: 100%;
    }
    .ctaSec {
        flex-wrap: wrap;
    }
    .ctaL, .ctaR {
        width: 100%;
        text-align: center;
        padding: 1em 0;
    }
    .trustTitle img {
        max-height: 150px;
    }
    .homeVid iframe {
        width: 100%;
    }
    .ctaR button {
        margin-left: auto;
        margin: 0 auto;
    }
    .formB h2 {
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 1em;
    }
    #topS {
        padding: 4em 2em;
    }
    .detailsMA {
        flex-wrap:wrap;
    }
    .leftMA, .rightMA {
        width: 100%;
    }
    .leftD {
        width:100%;
        text-align:center;
        font-size:1.1em;
        padding-top:1.5em;
    }
    .rightMA button {
        display:block;
        margin: 0 auto;
    }
    .piramydTitle {
        padding:0 1em;
    }
    .prinBlock {
        width:100%;
    }
    .whyMA h3 {
        line-height: 1.2;
    }
    .shipsBlock {
        width:100%;
    }
    .ctaL.ctaMA {
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 2.5em;
        padding: 0 1em 1em;
        line-height: 1.2;
    }
    .purpose p {
        padding: 0;
    }
    .contact-us {
        text-align:center !important;
    }
    .contact-us2 {
        padding-top: 0px !important;
        text-align: center !important;
        padding-left: 0px !important;
    }
    .footlinks {
        padding-left:0 !important;
        padding-top:0 !important;
    }
    .someClients.rpaLand .clientsList img {
        width: 25%;
    }
    .ribbon {
        display:none;
    }
    .guidesBlock {
        width: 100%;
    }
    .process-60 .guidesBlock {
        width: 100%;
    }
    .titleBlock {
        padding: 1em;
    }
    .topAboutParall {
        background-position-x: center;
        background-size: cover;
        opacity:0.4;
    }
    .ourImg {
        width:90%;
        order: 2;
        margin-top:5em;
    }
    .ourStory {
        width: 80%;
        margin-top: 1em;
    }
    .ourStory h1 {
        margin-bottom: 35px;
    }
    .parallaxStory:nth-child(2) .ourImg {
        height: 230px;
    }
    .parallaxStory:nth-child(2) .ourImg img {
        margin-top: 0;
    }
    .leftDEL3 {
        background-size: 60%;
    }
    .rightDEL3 h1 {
        padding: 0 47px;
    }
    .zUp {
        padding:2em 3em;
        padding-top: 140px;
    }
    .footer-main{
        text-align:center;
        padding: 6% 0% 5% 12% !important;
    }
    .footer-main .footer-right-col{
        text-align:center;
    }
    body .footer-subscribe-form .hs-form input[type="email"]{
        display:inline-block;
    }
    .footer-main .footer-subscribe-form{
        margin-bottom:30px;
    }
    .footer-main .footer-mid-col{
        margin-bottom:30px;
    }
}
@media (max-width: 650px) {
    .userBlock {
        width: 50%;
    }
        .logospace img {
    height: 50px;
}
  .line-search {
    margin-left: 5px;
}
      .search-menu {
  width:55%; position:absolute; margin-left:0px;
  }
    .firstPeak .peakBlock, .firstPeak div + div + div + div + div.peakBlock {
        width: 50%;
    }
    .valueBlock {
        width: 100%;
    }
    .valuesCore h1 br {
        display: none;
    }
    .someClients h1,.valuesCore h1, .performance h1 {
        font-size: 2em;
    }
    .teamResults h1 {
        font-size: 2.4em;
    }
    .topM.topAbout h1 {
        font-size: 4em;
        text-align:center;
        text-indent:0;
    }
    .topM h2 {
        text-align:center;
        text-indent:0;
    }
    .firstPeak .peakBlock {
        padding: 1em;
    }
}
@media (max-width: 420px) {
    .memberSlider {
        min-height: 630px;
    }
      .logospace img {
    height: 40px;
}
  .line-search {
    margin-left: 5px;
}
      .search-menu {
  width:45%; position:absolute; margin-left:20px; display:block !important;
  }
    .memberSlider .carousel {
        margin-top: 90px;
    }
    .userBlock {
        width: 100%;
    }
    .teamResults p {
        padding: 2em;
    }
    .firstPeak .peakBlock, .firstPeak div + div + div + div + div.peakBlock {
        width: 100%;
    }
    .firstPeak, .secondPeak {
        padding: 0;
    }
    .peakBlock p {
        font-size: 1.5em;
        padding-left: 15px;
    }
    .valuesCore {
        padding: 2em 1em 4em;
    }
    .leftDEL, .rightDEL, .leftDEL2, .rightDEL2, .leftDEL3, .rightDEL3 {
        max-height: none;
    }
    .leftDEL h1, .rightDEL2 h1, .rightDEL3 h1 {
        font-size: 2.4em;
    }
    .userBlock:hover .bioBlock, .userBlock .bioBlock {
        display: none;
    }
    .someClients.rpaLand .clientsList img {
        width: 40%;
    }
}
@media (max-width: 360px) {
    .topLogo {
        max-height: 50px;
    }
    .logospace img {
    height: 40px;
}
 .line-search {
    background-color: rgba(255,255,255, 0.7);
    border-radius: 5px;
    margin-left: 0px;
}
      .search-menu {
  width:42%; position:absolute; margin-left:40px; margin-right:5px; display:block !important;
  }
    #topS h1 {
        font-size:2.1em;
    }
    .formB {
        padding: 1em 2em;
    }
    #topS {
        padding: 2em 2em;
    }
    .testimonials {
        padding: 1em;
    }
    .rships {
        padding: 0 0em 4em;
    }
    .whyMA ul {
        padding: 0;
    }
    .whyMA {
        padding:2em 2em 4em;
    }
    .whyMA ul li {
        margin-bottom: 0.7em;
    }
    .principlesB {
        padding:1em 2em 3em;
    }
    .piramydTitle h2 {
        line-height:1.1;
        margin:2em 0;
    }
    .piramydTitle h2 span {
        line-height: 1.2;
        margin-top: 0.1em;
    }
  
  
}
@media (max-width: 380px) {
    .formB h2 {
        font-size: 2em;
    }
    .topM h1 {
        font-size:3em;
    }
    .logospace img {
    height: 40px;
}
      .search-menu {
 width:42%; position:absolute; margin-left:40px; margin-top:5px; margin-right:5px; display:block !important;
  }
  
   .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .dyno-image {
        width: 1px !important;
      margin-top:0px !important;
    }
      .advance-wrapper {
       
        width: 180px !important;
        margin-left: 2px !important;
    }
  .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body {
  
    width:400px !important;
  }
  
  .leadinModal.leadinModal-v3 .dyno-image {
  
    margin-right:1px !important;
  }
  
   }
@media (max-width: 340px) {
  .search-menu {
  width: 46%;
    position: absolute;
    /* margin-left: -100px; */
    margin-top: 4px;
    margin-right: 5px;
    display: block !important;
  }
  .line-search {
    background-color: rgba(255,255,255, 09);
    border-radius: 5px;
    margin-left: 0px;
}
  .logospace img {
    height: 40px;
}
}

/* Css Pagina Blog - 
Theme: Auxis Feb 2016 blog post (CLONE)
*/
.IN-widget{
    vertical-align: top !important;
}
.post-body{
font-size:18px;
}
body input[type="text"]:focus{
background-color: whitesmoke;
}

.hs-search-field__bar{
}

/*---------------------------------------CA-TESTIMONIAL-----------------------------------------------*/

.quotetext {
font-size:2.1rem;
  margin-top:15px;
  font-style: italic;
}

.contenTesti {
padding:56px 112px 0px 80px;
}

.moveArrown {
float: right;
  position: inherit;
  margin-top: -225px;
    margin-right: 5%;
}

.carousel-indicators li {
    background-color: #ccc;
}
.carousel-indicators .active {
    background-color:#FFCA07;
}

.namequote {
font-size:2rem;
     font-style: normal !important;
  text-align:center;
}
.quotetext a {
color:#333;
  -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.quotetext a:hover {
color:#646464;
  text-decoration:none;
}
.quote-only {
width:11%;
top: -23px;
  left: -23px;
}
@media  (min-width:1000px) and (max-width:1025px){
  .quote-only p {
  margin-left:-15px;
  }
}
.quote-only p {
font-size:20rem; 
  font-family: 'Poppins', 
    sans-serif; 
  color:#FFCA07 !important;
  font-weight:900;
}
#container-fluid {
  background-color:#F2F2F2;
-webkit-box-shadow: 1px 1px 10px 1px #C9C9C9;
box-shadow: 1px 1px 10px 1px #C9C9C9;
  height:400px !important;
}

#myCarousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    margin-left: 5px;
    width: 100%;
    top: 100%;
}

#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 50px;
    height: 15px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 15px;
}

#myCarousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 44px;
    left: 0;
    width: 120px;
}

#myCarousel .carousel-indicators .active img {
    border: 2px solid #39b3d7;
}
 /*---------Arrows------*/

.carousel-control {
     width: 60%;
}

.left i,.right i {
  border: solid #FFCA07;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 20px;
}
.Aright {
 transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.Aleft{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
input[type="submit" i]{
background-color: #46c4f2 !important;
}

@media (min-width:320px) and (max-width:767px) {
/*----------TESTIMONIAL-----------------*/
  .imgfondoblog{
    padding: 28% 0px 20% 0px;
  }
  .contenTesti {
padding:0px 0px 0px 0px;
}
  .quotetext {
    font-size: 1.8rem;
    margin-top: -143px;
    font-style: italic;
}
  .namequote {
font-size:1.8rem;
}
  #container-fluid {
  height:auto !important;
    min-height: 550px;
}

  .moveArrown {
  position: absolute;
    margin-top: 0;
    margin-right: 0;
    top: 30px;
    right: 60px;

  }
}


@media (min-width: 768px) and (max-width:990px){
    .contenTesti {
    padding: 26px 112px 0px 26px;
}
  .quotetext {
    font-size: 1.8rem;
    margin-top: -143px;
    font-style: italic;
}
  .namequote {
font-size:1.8rem;
}
  #container-fluid {
  height:auto !important;
    min-height: 450px;
}

  .moveArrown {
  position: absolute;
    margin-top: 0;
    margin-right: 0;
    top: 30px;
    right: 60px;

  }
}
}

#icon li:before{
content:"\f058";
font-family:"Font Awesome 5 Free";
  padding-right:8px;
  color:#46c4f2;
}
#icon li {
text-indent: -1.4em;
}