{
    % include "hubspot/styles/responsive/modules.css" %
}
{
    % include "hubspot/styles/patches/recommended.css" %
}

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

body {
    margin: 0;
  font-family: 'Montserrat', sans-serif;

  
}
.hs-search-results__pagination{
    margin-left: 41%;
    margin-right: 41%;
    margin-bottom: 8%;
}

.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);
}

input::placeholder{
color:whitesmoke;
}

.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;
}

/*--------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;

}




.fa{
    font-family: FontAwesome !important;
}


body.noScroll {
    overflow: hidden;
}

#hs_cos_wrapper_module_1554754066999285{
margin-bottom: 40px !important;
}

.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;
  
}

.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 h2 {
    font-weight: 400;
    margin-bottom: 0.3em;
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
}
.rpaSuccess h2::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://cdn2.hubspot.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://cdn2.hubspot.net/hubfs/1936453/New%20images/B16.jpg);
}
#topS.CR {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B22.jpg);
}
#topS.LA {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B23.jpg);
}
.atfP {
    width: 60%;
}
.topLogo {
    max-height: 70px;
}
.new> { }

#topS h1 {
    color: #fecb09;
    font-size: 46px;
    font-weight: 600;
    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 0 0 6%;
    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 "; */
    content: "\f058"; 
    color: #46c4f2;
    font-size: 20px;
    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: #383838;
    min-height: 500px;
    padding: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
}

.container-fluid{
 padding-left:0px !important;
   padding-right:0px !important;

}
#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% !important;
    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: #46c4f2 !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;
    margin-top: 10px;
    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://cdn2.hubspot.net/hubfs/1936453/New%20images/icons/left_arrow.png);
}
.carousel-control-next-icon {
    background-image: url(https://cdn2.hubspot.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://www.auxis.com/hubfs/about.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;
    font-family: 'Poppins', sans-serif;
}
.topM h1 {
    color: #ecbb07;
    font-size: 3.6em;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100%;
    text-transform:uppercase;
  
}
.topM p {
    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 p: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;
  font-family: 'Montserrat', sans-serif;
  
}

.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 p {
    font-size: 0.8em;
    display: block;
    font-weight: 500;
}
.piramydImg {
    width: 100%;
}
.piramydImg img {
    width: 100%;
}
.integrationPrinciples {
    background-color: gray;
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.integrationPrinciples h2 {
    width: 100%;
    text-align: center;
    color: #ecbb07;
    font-size: 3em;
    font-weight: 200;
    margin: 1.2em 0 0.8em;
    font-family: 'Poppins', sans-serif;
}
.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;
  font-family: 'Montserrat', sans-serif;
}
.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 h2 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    color: #333333;
    font-weight: 400;
    margin: 0.5em 0 1em;
}
.whyMA h2: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 h2 {
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    margin: 1em 0 0.5em 0;
}
.rships h2: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 h2 {
    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;
    transition: 0.3s ;
}
.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: center;
    align-items: center;
    position: relative;
    width:100%;
}
.top-link.oculto {
    display: none 
}
.top-link {
    cursor: pointer;
    border-right: 2px solid white;
}
.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;
    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: 1.1em;
    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;
}

#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 19px !important;
}
.topM.topAbout {
    position: relative;
    overflow: hidden;
 
    min-height: 500px;
}
.topAboutParall {

    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: 46px;
    text-transform: none;
    text-align: center;
    text-indent: 80px;
    text-transform: uppercase;
      font-weight: 600;
}
.topM.topAbout h2 {
    text-align: center;
    text-indent: 80px;
    font-size: 28px;
}
.purpose {
    height: auto;
    padding: 1em;
    text-align: center;
    color: #222;
    background: #f3f3f3;
    min-height: 200px;
}
.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: 4em 0 7em 0;
}
.leftDEL, .rightDEL2, .rightDEL3 {
    background-color: #e9e9e9;
}
.leftDEL h1, .rightDEL2 h1, .rightDEL3 h2 {
    font-size: 2.6em;
    font-weight: 500;
    color: #222;
    padding: 0 1em;
    line-height: 1.1;
    margin: 1.5em 0 0.8em;
}
.rightDEL3 h2::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://cdn2.hubspot.net/hubfs/1936453/New%20images/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.leftDEL2 {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/about2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.leftDEL3 {
    
    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://cdn2.hubspot.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 h2 {
    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: 25%;
    padding: 1em;
    min-height: 250px;
    position: relative;
}

.one{
    width: 33.3%;
    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: 80px;
    height: 150px;
    width: 150px;
    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: 0em 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 h2 {
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
    margin-bottom: 1em;
}
.someClients h2: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;
  margin-bottom: 1.5em;
}
.valuesCore {
    background: #e2e2e2;
    padding: 2em 4em 4em;
    color: #222;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.valuesCore h2 {
    font-weight: 500;
    margin-bottom: 1.5em;
    width: 100%;
    font-size: 2.6em;
    color: #222;
    margin-top: 0.7em;
    text-transform: uppercase;
}
.valuesCore h2: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://cdn2.hubspot.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 h2 {
    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://cdn2.hubspot.net/hubfs/1936453/logoslidenew.png);
}
.imagesSlider {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/logoslidenew.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200%;
    -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: 70px 0 70px;
    background: whitesmoke;
}
.rpaSuccess h1 {
    font-weight: 400;
    margin-bottom: 0.3em;
    width: 100%;
    font-size: 2.6em;
    color: #222;

}
.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 h2 {
    font-size: 2.6em;
    margin-bottom: 2rem;
    color: gold;
}
.parallaxAuxis .ourStory h2 {
    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: top;
    background-size: cover;
}
.paralour {
    background-image: url(https://www.auxis.com/hubfs/4-2.jpg);
    /*height:330%;*/
    opacity:0.9;
}
.paralapp {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/CA-whyauxis_2.jpg);
    opacity: 0.8;
    height:230%;
}
.paralTeam {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B8.jpg);
    opacity: 1;
    z-index: -1;
    height: 160%;
}
.paralPerf {
    background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B15.jpg?t=1522177845138);
    opacity: 1;
    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;
}
.zUp2 p{
font-size:25px;
}

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: #383838;
   /* background-image: url(https://cdn2.hubspot.net/hubfs/1936453/New%20images/B2.jpg?t=1522090741996);*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px;
}
.rightDEL3 h2, .ourStory h2, .teamResults h2, .performance h2 {
    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: cover;
  background-position: center;
}
.finalCTA h2 {
    font-size: 3em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.related-image {
    height: 180px;
    overflow: hidden;
    margin-bottom: 1em;
}
.related-image a {
    display: block;
    height: 100%;
}
.related-image a img {
    width: 100%;
    height: 100%;
}
@media(max-width: 767px) {
  .related-image {
    height: auto;
  }
}
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://cdn2.hubspot.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://cdn2.hubspot.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: 70px 2em 70px 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://cdn2.hubspot.net/hubfs/1936453/CA-RPA_1.jpg);
    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 h2 {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    text-align: left;
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.proBanner h2::after {
    content: "";
    height: 5px;
    background: #ecbb07;
    width: 30%;
    display: block;
    margin-top: 10px;
}
.proBanner h3 {
    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: 16px;

    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;
}
.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://cdn2.hubspot.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) ".";
}

@media (min-width: 768px) and (max-width: 992px) {
    .modal_body {
        height: 40vh;
    }
}
@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 h3 {
        text-align:center;
    }
    .proBanner h2 {
        text-align:center;
        width: 100%;
    }
    .proBanner p {
        text-align:center;
        width:100%;
    }
    .proBanner h3::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;
    }
    .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;
    }
}
.footer-main{
    background:#383737;
    padding:3% 0% 2%;
    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:#fff;
  -webkit-text-fill-color: rgb(255, 255, 255); 
  color: rgb(255, 255, 255); 

}
.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;
}

@media (min-width:1200px) and (max-width:3000px){

  .Banner-sec.padding-top1.landing-page-ban .banner-img {
  
    background-position:top;
  
  }

}

@media (min-width:1350px) {
    .valueBlock_2 {
        max-width: none;
    }
}
@media (min-width: 1200px){
    .leftMA {
        max-height:550px;
    }
}
@media (max-width: 1200px) {
    .valueBlock_2 .front h5 {
        font-size: 1.1em;
    }
    .atfF {
        padding: 1em 0 1em 1em;
    }
    .formB {
        padding: 1em 2em;
    }
    ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 0.7em;
    }
    .main-nav {
        padding: 0 3em 0 0;
    }
    .testimonials {
        margin-bottom:-3px;
        min-height: 550px;
    }
}
@media (max-width: 1000px) {
}
@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;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 10%;
    }
    .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 !important;
    }
    .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%;
}
        
        .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 h2 {
        padding: 0 47px;
    }
    .zUp {
        padding:2em 3em;
        padding-top: 140px;
    }
    .footer-main{
        text-align:center;
        padding: 6% 0% 5%;
    }
    .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%;
    }
    .firstPeak .peakBlock, .firstPeak div + div + div + div + div.peakBlock {
        width: 50%;
    }
    .valueBlock {
        width: 100%;
    }
    .valuesCore h2 br {
        display: none;
    }
    .someClients h2,.valuesCore h2, .performance h2 {
        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: 480px) {
    .rships h1, .whyMA h1 {
        font-size:2.3em;
    }
}

@media (max-width: 400px) {
    .memberSlider {
        min-height: 630px;
    }
    .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 h2 {
        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;
    }
    #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;
    }
  
   .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 (min-width:300px) and (max-width:1024px){
  .clientsList img{
            max-width: 150px;
  }

  #responsive{
   
    display:inline !important;
    
  }



}



@media (max-width:2700px){
    .top-link{
  margin-left:40px;
  }
      .line-search {
  width:100%;
  margin-left: 20px !important;
}
       ul.main-nav>li>.mega-menu, .cont-boton a {
        font-size: 1.1em;
    }
}
@media (max-width:2500px){
    .top-link{
  margin-left:10px;
  }
      .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:25px;
  }
    .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.8em;
    }
}
@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: 10%;
    margin-left: -15px;
    position: absolute;
    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: 144% !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 (min-width: 600px) {
  .bloque-flex{
   display: flex;
  }
  
  .bloque-interno {
    flex: 1; 
  }
  
}

#hs_cos_wrapper_widget_1507620635560{
padding-top:15px !important;
}