kol
  /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

  /* @import url('http://example.com/example_style.css'); */

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

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


  /* GEnERAL CSS */


  /* @media screen and (max-width: 1730px) {
.banner_center_content {
    padding: 10% 30px 12% 0px;
}
} */


  /* FONT SETUP */
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.member-name {
font-weight: 600 !important;
}
.tech-modal-txt {
font-size: 16px;
 line-height: 22px;
  color: #000000;
}
.tech-dropdown-item .content {
      margin: 0 0 0 15px;
}
.tech-modal-title-1 {
color: #0E5AE0;
}
.tech-modal-title-2 {
color: #22A59A;
}
.tech-modal-title-1, .tech-modal-title-2 {
  font-size: 22px;
  font-weight: 600;
}
.tech.card-division {
    display: flex;
    align-items: center;
    margin: 0 0 0 25px;
}
  .tech-dropdown {
      color: #000;
    max-width: 760px;
    width: 760px !important;
 }
.tech-dropdown-row {
display: flex;
}

.tech-dropdown-img  img{
    width: 60px;
    max-width: 60px;
}

.tech-dropdown:hover {
    display: flex;
}
  .tech-dropdown-item {
      position: relative;
    display: block;
    width: 50%;
}
  .tech-dropdown-item:nth-child(1) {
border-right: 1px solid #4C4C52;
}
  .tech-modal-txt {
      white-space: normal !important;
}


.documentsExchangedCount {
font-weight: 900;
}

.above-footer {
background:  #0E5AE0;
text-align: center;
 display: block;
}
.site-footer {
    padding-top: 0;
}

 .above-footer   {
    padding: 14px 24px;
    color: #fff;
}
.above-footer p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}


h1,
  h2,
  h3,
  h4,
  h5,
  p,
  a,
  button,
  li,
  ul {
    font-family: proxima-nova;
    display: block;
  }
.blog-text h5 {

    font-family: proxima-nova;
    line-height: 1.2;
    font-weight: 700;
}

  h1 {
    font-weight: 700;
  }

  h2 {
    font-size: 48px;
  }

  h2,
  h3,
  h4,
  h5 {
    font-weight: 600;
  }

  p,
  a,
  button,
  li,
  ul {
    font-weight: 400;
    font-size: 20px;
    color: #4C4C53;
     line-height: 32px;
}

.p-size p, .all-engagements .smallest, .home-side-p{
font-size: 19px !important;
 line-height: 31px !important;
}

.home-hero-main {
font-size: 22px;
}


.atlanta-international {
    width: 50px !important;
}
.sticky>.site-header  {
  height: 88px;
  transition: all .5s ease;
}
.site-header  {
  transition: all .5s ease;
}


.content-footer h2 {
    font-size: 42px;
    font-weight: 700;
    font-family: proxima-nova;
    display: block;
  }

.content-footer p {
  margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: proxima-nova;
    display: block;
  }


input[type=text], input[type=email], input[type=password], input[type=Title], input[type=phone], textarea, .hbspt-form input, .site-footer, ::placeholder, .hbspt-form label span, .video-link{
    font-family: proxima-nova !important;
  }
.bottom-reserved ul li {

    font-size: 16px;
}
.hbspt-form input {
background: #EDF5FF;
}


.footer-input-act {
    padding: 11px 25px !important;
    border: 1px solid #0253e0;
    color: #fff !important;
    font-size: 17px;
    line-height: 18px;
    background: linear-gradient(to right,#0253e0 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
    font-weight: 600;
}

@media only screen and (max-width: 1450px) {
.content-footer h2{
line-height: 48px !important;
}
}

.actions:before, .actions, .actions:after {
 border-radius: 2px !important;
}
.actions {
    padding: 11px 40px;
}

.hbspt-form .actions input {
 font-size: 18px;
  font-weight: 600; 
}
  /** HOME NEW CSS  **/

.site-header ul.main-nav.form {
     padding: 22px 0 0;
    display: flex;
    right: 35px;
    position: relative;
}

 .nav-item:last-child a.nav-link {
         padding: 11px 25px !important;
    border: 1px solid #0253e0;
    color: #fff !important;
    font-size: 17px;
    line-height: 18px;
    background: linear-gradient(to right,#0253e0 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
   font-weight: 600;
    white-space: pre;
}


.nav-item:last-child a.nav-link:before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0%;
     height: 100%;
     background-color: #ffffff;
     transition: all 0.3s;
     border-radius: 2px;
     z-index: -1;
}

  

.site-header .nav-item:last-child a.nav-link:hover {
     color: #000 !important;
      background-position: left bottom;
}
.nav-item:last-child a.nav-link:hover:before {
     width: 100%;
}

.site-header .nav-item:last-child a.nav-link:after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
   background-color: #0253e0;
     border-radius: 2px;
     z-index: -2;
}
.site-header .nav-item:last-child a.nav-link {
    color: #000;
}
.site-header .nav-item:last-child a.nav-link:hover {
    color: #fff;
} 





  .main-sec {
    background: rgb(249, 250, 252);
    background: linear-gradient(0deg, rgba(249, 250, 252, 1) 0%, rgba(249, 250, 252, 1) 44%, rgba(255, 255, 255, 1) 45%);

  }

.BERDON {
    width: 160px !important;
}
.UHY {
    width: 52px !important;
    top: 5px;
    position: relative;
}
.SKITCH {
    width: 108px !important;
}
.arm-tax {
    width: 110px;
}

.logos-desktop {
     display: flex;
    justify-content: space-between;
    max-width: 1220px;
}
  .main-container {
    margin: auto;
    display: block;
    max-width: 1080px;
    width: 100%;
    text-align: center;
    padding: 60px 24px 80px 24px;
  }

  .main-container h1 {
    max-width: 900px;
    margin: auto;
    font-size: 60px;
  }

  .main-container p {
    margin-top: 15px;
  }

  .main-sec-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
flex-wrap: wrap;
}


.cta-blue-button {
    font-size: 20px;
    color: #fff !important;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(to right,#0253e0 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
} 

  .cta-green-button {
    font-size: 20px;
    color: #fff !important;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(to right,#22A59A 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
} 
.card-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-badge{
    display: inline-block;
    border: 2px solid #26BCB0;
    border-radius: 2px;
    padding: 4px 22px;
    font-weight: 700;
    color: #22A59A;
    text-transform: uppercase;
    font-size: 14px;
}

  .hero-cta {
    margin: 20px auto 0 auto;
    font-size: 20px;
    color: #fff !important;
    font-weight: 600;
    padding: 17px 27px;
    color: #fff !important;
    line-height: 18px;
    background: linear-gradient(to right,#0253e0 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
}
  .hero-cta:hover, .cta-blue-button:hover, .cta-green-button:hover {
    background-position: left bottom;
}

.hero-cta:hover:before, .cta-blue-button:hover:before, .cta-green-button:hover:before, .cta-baby-blue:hover:before{ 
    width: 100%;
}






.cta-baby-blue {
    font-size: 18px;
    color: #0E5AE0 !important;
    font-weight: 600;
    padding: 7px 27px;
    border-radius: 2px;
    line-height: 2.0;
    background: linear-gradient(to right,#0253e0 50%,transparent 50%);
    display: inline-block;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
}
.cta-baby-blue:before {
   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #C1CFFF;
    transition: all .3s;
    border-radius: 2px;
    z-index: -1;
}
.cta-baby-blue:after {
      content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAEEFC;
    border-radius: 2px;
    z-index: -2;
}


.hero-cta:before, .cta-blue-button:before, .cta-green-button:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    transition: all .3s;
    border-radius: 2px;
    z-index: -1;
}
.cta-green-button:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0E5AE0;
    transition: all .3s;
    border-radius: 2px;
    z-index: -1;
}

.hero-cta:after, .cta-blue-button:after {
      content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0253e0;
    border-radius: 2px;
    z-index: -2;
}

.cta-green-button:after{
      content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22A59A;
    border-radius: 2px;
    z-index: -2;
}
  .main-sec-list-item {
    margin: 0 45px;
    display: flex;
  }

  .main-sec-list-item a {
    margin-bottom: 0px;
      opacity: 0.6;
     font-size: 18px;
    font-weight: 500;
}
.main-sec-list-item:hover a { 
  opacity: 1;
  color: #0D5ADF;
  transition: all .2s ease-in;
}
 
.main-sec-list-item:hover:before { 
    content: '';
    display: inline-block;
    width: 16px;
    height: auto;
    background: url(https://5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/blue-check-marck.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px 0 0;
  transition: all .2s ease-in;
}

.main-sec-list-item:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: auto;
    background: url(https://www.suralink.com/hubfs/raw_assets/public/my-website-theme/images/svg/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px 0 0;
    transition: all .2s ease-in;
}

  .cta-cards {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0 auto;
    display: flex;
  }

  .cta-cards .column {
    -webkit-box-shadow: 0px 2px 10px 0px rgb(111 111 111 / 25%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(111, 111, 111, 0.25);
    box-shadow: 0px 2px 10px 0px rgb(111 111 111 / 25%);
    width: 50%;
    padding: 20px;
    border-radius: 8px;
    margin: 14px;
    background: #fff;
    text-align: start;
  }

  .cta-cards .column-blue h3,
  .cta-cards .column-green h3 {
    font-size: 30px;
    margin-top: 20px;
  }

  .cta-cards .column-blue h4,
  .cta-cards .column-green h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }


  .cta-cards .column-blue h3,
  .cta-cards .column-blue h4 {
    color: #0E5AE0;
    font-weight: bold;
  }

  .cta-cards .column-green h3,
  .cta-cards .column-green h4 {
    color: #22A59A;
    font-weight: bold;
  }

  .side-row {
    max-width: 1220px;
    width: 100%;
    margin: 140px auto 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 9px;
}

  .why-banner-sec {
  background: url(//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/banner-bg.png);
    max-width: 1220px;
    width: 100%;
    background-size: auto;
    margin: 110px auto;
    display: flex;
    background-repeat: no-repeat;
    background-position: bottom;
    align-items: center;
  }
.banner-side-img 
{
    max-width: 100%;
    width: 460px;
}
  .cta-card-header {
    padding: 10px 20px;
  }
.cta-card-header p {
  font-size: 18px;
  line-height: 30px;
}
  .card-content {
    background: #F7F9FD;
    padding: 30px 20px;
    border-radius: 4px;
  }

  .card-content a {
    text-align: center;
  }

  .card-content .list {
    list-style: none;
    /* Remove default bullets */
    font-size: 16px;
  }

  .card-content .list li {
    font-size: 17px;
    margin: 17px 0;
    font-weight: 500;
  }

  .card-content .blue-list li::before {
    content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/check-blue.svg');
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
    top: 2px;
  }

  .card-content .green-list li::before {
    content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/check-green.svg');
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
    top: 2px;
  }

  .cta-card {
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    padding: 9px 45px;
    border-radius: 2px;
}

.cta-card-side {
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    padding: 7px 27px;
    border-radius: 2px;
    line-height: 2.1;
}



 




  .cta-btn-sec {
    display: flex;
    margin: 25px 0 0 0;
    justify-content: center;
    width: 100%;
  }


  .logos-sec {
    background: #f9fafc !important;
    padding: 25px 0px 80px 0 !important;
  }

  /**  SIDE BY SIDE SECTION **/
.list-management{
    position: relative;
    z-index: -1;
    left: 73px;
}

  .col-img-r {
      position: relative;
}

  .col-img-l {
  position: relative;
}
  .blue-text {
    color: #0E5AE0;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .col-text-r {
    padding-right: 80px;
    margin-top: -120px;
}
  .col-text-l {
    padding-right: 115px;
     padding-left: 0;
}
  .btn-section {
    display: inline-flex;
    margin-top: 20px;
  }

  .btn-section a {
    margin-right: 28px;
  }

.experience-sec {
    max-width: 1370px;
}
#eBX18V2HakR1 {
position: absolute;
    max-width: 570px;
    height: auto;
    top: -70px;
    left: 70px;
}
.experience-img {
position: relative;
    left: -70px;
    z-index: -1;
    max-width: 654px;
}





/** SLIDER SECTION **/

#trail-main h1 {
font-size: 46px;
}
  .slider-column {
    width: 50%;
    margin: 0 0 0 auto;
  }

  .slider-container {
    display: flex;
    flex-direction: row-reverse;
    color: white
  }

  .trail {
    width: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.box-slider-head h3 {
color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
  .box-slider-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 60px 44px 0px 44px;
}

#box-1 .box-slider-head {
    border-top: 0px solid #D9D9D9;
}
#box-2  .box-slider-head.active .box-btn {
content: url ('//f.hubspotusercontent40.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/green-arrow.svg');
}
#box-3  .box-slider-head.active .box-btn {
content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/blue-arrow-2.svg');
}
#box-4  .box-slider-head.active .box-btn {
content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/blue-arrow-2.svg');
}


  .box-slider-head.active .box-btn {
    content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/purple-arrow.svg') ;
    transform: scaleY(1);
    transition: all 0.7s ease;
     position: relative;
    top: -5px;
}

  .box-slider-head.active+.box-slider-content {
    display: block;   

    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }
  
  .box-slider-content {
    display: none;
    color: white;
    padding: 93px 44px 44px 44px;
    border-radius: 6px;
    margin-top: -91px;
}
  .box-slider-content p {
    color: white;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    max-width: 392px;
}

#box-1 .box-slider-content a{
color: #AF39E2;
}
#box-2 .box-slider-content a{
color: #004242;
}
#box-3 .box-slider-content a{
color: #22A59A;
}

#box-4 .box-slider-content a{
color: #0E5AE0;
}


.box-slider-content a {
     margin-top: 20px;
    padding: 7px 31px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'proxima-nova';
    font-weight: 600;
}
  .toggleable {
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }

  .trail-container {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 0 0 auto;
    padding-right: 20px;
}


  /** BANNER SECTION **/

  .video-link img {
    position: relative;
    top: -3px;
    margin-right: 5px;
  }

.video-link {
  cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c53;
    line-height: 32px;
}

  .banner-col {
    padding-top: 120px;
  }

#modalAbout.someClass, #modal-popLaptop.someCLass {
    display: block !important;
}
#modalAbout, #modal-popLaptop {
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


#modalAbout .video-container, #modal-popLaptop .video-container{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
  background: #fff;
  padding: 15px;
}

#modalAbout .video-link, #modal-popLaptop .video-link {
    transform: translate(0px, 0px);
    opacity: 1;
    position: relative;
    margin: 0 10px 0 auto;
    background: none;
    border-color: #fff;
    border-width: 0px;
    opacity: 0.7;
    color: #aaa;
  bottom: 10px;
}



#modal-pop {
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#modal-pop.someClass{
  display: block !important;
}

#modal-pop .video-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
  background: #fff;
  padding: 15px;
}

#modal-pop .video-link {
    transform: translate(0px, 0px);
    opacity: 1;
    position: relative;
    margin: 0 10px 0 auto;
    background: none;
    border-color: #fff;
    border-width: 0px;
    opacity: 0.7;
    color: #aaa;
  bottom: 10px;
}

@media only screen and (max-width: 667px) {
  .video-box {
      max-width: 90%;
}
}



  /** TESTIMONIAL **/
  .testimonial-sec {
    margin-top: 230px;
    text-align: center;
  }




  /** PARTNERS **/

.partners-sec {
    display: flex;
    flex-direction: column;
margin-bottom: -45px;
}

.partner-logos {
     display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    padding: 60px 24px;
}



/* FOOTER */

.bottom-content-footer h1 {
color: #A5CEFF;
  font-size: 17px;
}

.bottom-content-footer ul {
  margin-top: 20px;
}
.bottom-content-footer ul li a {
  font-size: 17px;
}

footer {
  background:#0F1A2B ;
}




#hs-link-Footer_logo {
    display: contents;
}

  .log-in-section-sticky {
    max-width: 370px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sticky-lock {
    font-size: 23px !important;
    top: 2px !important;
  }

  .Headerli_color {
    color: #29cec1 !important;
  }

  .nav-item:last-child a.nav-link:hover {
    color: #fff !important;
  }

  .request-demo-btn {
    top: 4px;
  }


  .hbspt-form label.hs-error-msg {
    font-size: 10px;
    color: red;
  }

  .blog-icon {
    width: 32px !important;
    margin-right: 8px !important;
  }

  .library-icon {
    margin-right: 13px !important;
    width: 21px !important;
  }

  .only-logo {
    padding: 11px 0 0 26px;
  }

  ul.navbar-nav li a {
    color: #000;
    font-weight: 600;
    padding: 2px 30px !important;
    font-size: 17px;
}
ul.main-nav li a {
    font-weight: 600;
font-size: 17px;
    white-space: pre;
}

  .bg-dark {
    background-color: transparent !important;
  }

  .dineuron-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .nav-open .dineuron-menu {
    opacity: 1;
    visibility: visible;
    background: #fff;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }

  .dineuron-menu {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }

  .dineuron-menu .nav li a {
    color: #FFF;
    font-size: 5vh;
    font-weight: 600;
  }

  .dineuron-menu .nav li {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    animation-timing-function: cubic-bezier(.45, .005, 0, 1);

  }

  .nav-open .dineuron-menu .nav li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
  }

  .dineuron-menu .nav li.delay-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .dineuron-menu .nav li.delay-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .dineuron-menu .nav li.delay-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .dineuron-menu .nav li.delay-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .dineuron-menu .nav li.delay-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .dineuron-menu .nav li.delay-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .dineuron-menu .nav li.delay-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .dineuron-menu .nav li.delay-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .dineuron-menu .nav li.delay-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .nav-button {
    position: relative;
    z-index: 1111;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
  }

  .nav-button #nav-icon3 {
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0E5ADF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }

  .nav-button #nav-icon3 span:nth-child(1) {
    top: 0
  }

  .nav-button #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 7px
  }

  .nav-button #nav-icon3 span:nth-child(4) {
    top: 14px
  }

  .nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
  }

  .nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
  }

  .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
  }

  /* Header changes */


.site-logo  {
    padding: 30px 0px 0 20px;
}

@media (max-width: 993px) {
    .slider-column {
   display: none;
}
  .trail {
       width: 100%;
    padding: 50px 24px;
}
      .trail-container {
    width: 100%;
      max-width: 100%; 
    }
     .image-responsive {
    display: inherit;
    padding-top: 40px;
}
}


  @media (min-width: 1920px) {

.m-auto {
    margin: 10px auto auto auto !important;
} 
}

  @media (min-width: 992px) {
   
    
     .image-responsive {
    display: none;
   }

    
    
    .animate {
      animation-duration: 0.8s;
      -webkit-animation-duration: 0.8s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
  }

  @keyframes slideIn {
    0% {
      -webkit-transform: translateY(1rem);
      transform: translateY(1rem);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0rem);
      transform: translateY(0rem);
      opacity: 1;
    }

    0% {
      -webkit-transform: translateY(1rem);
      transform: translateY(1rem);
      opacity: 0;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }

  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }




  .m-auto {
   margin: 10px auto auto auto !important;
    right: 15px;
    position: relative;
}

  .dropdown-toggle:after {
    content: '';
  }

  li:hover .dropdown-toggle .arrow-lines .arrow-line.right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  li:hover .dropdown-toggle .arrow-lines .arrow-line.left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .arrow-lines {
    position: absolute;
       bottom: 34px;
    right: 25px;
    width: 10px;
    z-index: 4;
}
  .arrow-lines .arrow-line.right {
    right: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .arrow-lines .arrow-line.left {
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow-lines .arrow-line {
    position: absolute;
    top: 3px;
    width: 9px;
    height: 2px;
    border-radius: 10px;
    background-color: #3d5afe;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  }

  .dropdown-toggle:hover .arrow-lines .arrow-line {
    position: absolute;
    top: 3px;
    width: 9px;
    height: 2px;
    border-radius: 10px;
    background-color: #3d5afe;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  }

  .dropdown-toggle:hover:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .dropdown-toggle:after {
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .tablet-menu-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .tablet-menu-container .menu-tablet {
    padding: 0 !important;
  }

  .hero-image-sec {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-image-vector {
    padding: 20px;
  }

  .hero-sec {
    background: url(https://5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/map-background.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-home-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-sec-sidebar {
    -webkit-box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.17);
  }

  .dropdown-toggle::after {
    vertical-align: 0px;
    font-size: 9px;
    margin-left: 10px;
  }

  #navbarSupportedContent>ul>li>a {
    color: #000;

  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 25px !important;
  }

  .banner_center_content {
    background-image: none;
  }

  .banner-header {
    background: #fff;
  }

  .banner_center_content h2 {
    color: #000;
  }

  .banner_center_content p {
    color: #59595D;
  }

  .testimonials p.smallest {
    font-size: 16px !important;
    line-height: 26px !important;
}
  .automated p.smallest {
    font-size: 16px;
    line-height: 30px;
  }

  .top-menu {
    position: absolute;
   width: 100%;
    right: 0;
}





  @media only screen and (max-width: 1199px) {
    .BERDON {
        max-width: 110px !Important;
    }
    .ellios-davis {
      max-width: 110px !important;
    }
    
    .nav-open .sticky>.hidden-menu {
      height: 100%;
    }

    .sticky>.hidden-menu {
      height: 100px;
    }

    ul.navbar-nav li a:hover {
      color: #0253e0 !important;
      background: transparent;
    }

    .form .menu-tablet {
      padding-top: 2px !important;
    }

    .navbar-dark,
    .d-flex {
      padding: 0;
    }

    .nav-button {
      margin: 0 !important;
      padding: 0 !important;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .top-menu {
        padding: 15px 0 15px 0px;
    }
    .top-menu .navbar-toggler {
      display: none !important;
    }

    .banner-header .dropdown-menu {
      margin: 10px 20px;
    }

    .social-section {
      padding: 30px 0px;
      width: 100%;
      display: flex;
}

    .social-section img {
      width: 30px;
      margin-right: 15px;
    }

    .m-auto {
      padding: 0;
      width: 100%;
    }

    .extra-mobile-menu {
      padding: 15px 0px 10px 0px;
      border-top: 2px solid rgba(255, 255, 255, 0.34);
      width: 100%;
    }

    .extra-mobile-menu a {
      color: #fff;
      border: 1px solid #2a5bd8;
      border-radius: 88px;
      padding: 10px 27px;
      font-size: 15px;
    }

    .extra-mobile-menu a:nth-child(1) {
      margin-right: 20px;
    }

    .hero-sec-sidebar {
      display: none;
    }

    .fa-bars:before {
      content: "\f0c9";
      color: #0E5AE0;
    }

    div#navbarSupportedContent {
      position: absolute;
      background: #fff;
      right: 0;
      top: 100%;
      padding: 0;
      z-index: 99;
      left: -20px;
      width: 110%;
      height: 80vh;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
    }

    #navbarSupportedContent>ul>li>a {
      color: #000 !important;
    }

    .dropdown-menu.dropdown3,
    .dropdown-menu.dropdown1,
    .dropdown-menu.dropdown-menu-2 {
      width: auto;
      padding: 10px;
    }

    .dropdown-menu.dropdown3,
    .dropdown-menu.dropdown1,
    .dropdown-menu.dropdown-menu-2 {
      width: auto;
      padding: 10px;
    }

    .banner_center_content {
      padding: 12% 0 12% 0;
      margin: 0 20px;
    }

    .dropdown-toggle::after {
      color: #fff;

    }

    .collapsed .in {
      z-index: 99;
      position: absolute;
      right: 0;
    }

    .collapsed .hidden-md-up {
      content: url('https://5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/cross.svg');
    }

    .arrow-lines {
      position: absolute;
      right: 0;
      width: 10px;
      z-index: 4;
      left: 150px;
      top: 19px;
    }

    .banner-header .dropdown-menu {
      width: 100%;
    }

    .dropdown-menu.dropdown3 li {
      width: 100%;
    }

    .flex-center {
      padding: 3rem 3rem 3rem 30px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
    }

    ul.navbar-nav li a {
      font-size: 15px;
      padding: 2px 20px !important;
    }

    #LOGINBUTTONID {
      color: #29CEC1;
    }

    .top-menu .dropdown-menu-3.dropdown3 li a,
    .top-menu .dropdown-menu-2 a,
    .top-menu .dropdown-menu-1 a {
      padding: 5px 0 !Important;
    }

    .flex-center {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }


  }

  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .transfer-more h2 {
      font-size: 20px;
    }
  }



  @media only screen and (max-width: 1450px) {
    ul.navbar-nav li a {
        padding: 2px 20px !important;
      }
    .arrow-lines { 
    right: 17px;
}
    
     .header2 {
      display: block !important;
    }
.m-auto {
    margin: 10px 40px auto auto !important;
}
    
  .top-menu {
    padding: 15px 0px 15px 0;
}

    .hbspt-form {
      padding: 50px 30px 40px 30px
    }

    .banner_center_content {
      padding: 7% 0 16% 0;
    }

    .hero-home-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 805px;
    }

    .banner_center_content h2 {
      font-size: 40px;
    }

    

    .menu-left {
      max-width: 100%;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }

  @media only screen and (min-width: 1280px) {

    .hero-sec-sidebar {
      max-width: 405px;
    }

    .row-home-hero {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .hero-sec {
      max-width: 100%;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

    .hbspt-form {
      padding: 100px 40px 0 40px;
    }

  }


  @media screen and (max-width: 1280px) {
    .banner_center_content {
      margin: 0 0%;
    }

  }

  @media screen and (max-width: 1200px) and (min-width: 768px) {
    img.track-progres-1 {
      position: absolute;
      top: -275px;
      right: 0;
      width: 170px;
    }

    img.track-progres-2 {
      left: -70px;
      width: 280px;
    }

    img.track-progres-3 {
      position: absolute;
      right: 0;
      bottom: -220px;
      width: 180px;
    }



  }

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

    .site-logo img,
    .site-logo img.hs-image-widget {
      width: 192px !important;
    }
  }


  @media only screen and (min-width: 1199px) {
    .hero-sec-sidebar {
      z-index: 100;
    }

    .nav-open .dineuron-menu {
      display: none;
    }

    .menu-tablet {
      display: none !important;
    }

    .extra-mobile-menu {
      display: none;
    }

    .social-section {
      display: none;
    }

    .navbar-dark {
      display: none;
    }
  }

  @media only screen and (min-width: 921px) {
    .indus-cont {
      padding: 40px 20px 13px 20px;
      left: 20px;
    }

    .indus-cont-row {
      margin-bottom: -20px;
    }

    .cont-layout {

      margin-bottom: 30px;
      position: relative;
    }

    .cont-layout-second-column {
      margin-bottom: -10px;
      margin-top: 10px;
    }
  }

  @media screen and (max-width: 991px) and (min-width: 768px) {
    section.all-engagements {
      margin-top: 200px;
    }

    .indust-img {
      left: 0%;
    }

    .cont-layout-second-column {
      margin-bottom: -10px;
      margin-top: 10px;
    }

    .cont-layout-left-margin {
      margin-left: 25%;
    }

    .carousel-caption .col-sm-5 {
      padding: 40px 30px;
      top: 0px;
    }

    .carousel-caption .col-sm-5::before {
      top: 15px;
    }

    .UHY {
      width: 56px !important;
      top: 3px;
      position: relative;
    }

    .top-menu {
      display: block;
    }

  }

  @media screen and (min-width: 768px) {
    .logos-desktop {
      display: FLEX;
    }

    .logos-mobile {
      display: none;
    }
  }


  @media screen and (max-width: 767px) {

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only {
      padding: 20px;
      max-width: 360px;
      height: 100%;
      display: block;
      padding: 1px 1px 1px 1px !important;
      position: relative;
      margin-top: -20px !important;
      top: -40px !important;
      margin-bottom: -70px !important;
    }
  }

  @media screen and (max-width: 767px) {
    
    .site-header ul.main-nav.form {
    DISPLAY: none;
    }
    
    .hero-image-vector {
      padding: 20px;
      max-width: 360px;
      height: 100%;
      display: block;
      padding: 1px 1px 20px 1px;
      position: relative;
    }

    .banner_center_content {
      padding: 7% 0 7% 0;
    }

    .testimonials .testimonial-txt {
      font-size: 18px;
    }

    img.track-progres-1 {
      position: absolute;
      top: -275px;
      right: 0;
      width: 170px;
    }

    img.track-progres-2 {
      left: -70px;
      width: 280px;
    }

    img.track-progres-3 {
      position: absolute;
      right: 0;
      bottom: -220px;
      width: 180px;
    }

    .banner_center_content h2 {
      font-size: 32px !important;
      line-height: 42px;
    }


    .top-menu {
      display: block;
    }


    .logos-desktop {
      display: none;
    }

    .logos-mobile {
      display: block;
    }

    .testimonials .carousel-caption .col-sm-5 {
      padding: 40px 15px 20px;
    }

    .testimonials .carousel-caption .col-sm-5::before {
      width: 30px;
      height: 19px;
      top: 15px;
    }

    .main-nav {
      padding: 0 10px;
    }

    .only-logo {
      padding: 22px 0 0 36px;
    }

    .UHY {
      width: 45px !important;
      top: 3px;
      position: relative;
    }
.BERDON {
    width: 160px !important;
    max-width: 120px !important;
}
    
    .ellios-davis {
        max-width: 100px !important;
}
  }

  @media screen and (max-width: 576px) {
    .sticky .top-menu {
      padding: 15px 25px;
    }

    .main-nav {
      padding: 0px;
    }

    section.partner {
      padding: 150px 0 20px;
    }

    .partner-logos li {
      width: 49%;
    }

    .navbar-toggler {
      font-size: 2rem;
    }

  }

  @media screen and (max-width: 767px) {
    
    .MNP {
        max-width: 55px !important;
      }
    
    .flex-center {
        background: #fff;
    height: 100vh;
      }
    .m-auto {

    margin-bottom: 0px !important;
}
    
    
    .navbar-toggler {
      line-height: inherit;
    }

    .backgrond {
      background-image: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .hero-home-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .tablet-menu-container .menu-tablet {
      display: none;
    }

    .container-logos-slider {
      max-width: 100%;
      padding: 0;
    }

    .logos-sec {
      padding: 13px 0px 13px !Important;
    }

    .logos-layout img {
      max-width: 85px ;
    }


    .sticky .top-menu {
      position: absolute;
      width: 100%;
      background: transparent !important;
      transition: .5s ease-out;
    }

    .top-menu .site-logo img {
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      opacity: 1;
    }


    .sticky .site-logo img {
      width: 192px !important;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
    }


    .sticky .nav-button {
      background: #fff;
      filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .05));
      display: flex;
      justify-content: center;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      transition: .5s ease-out;
    }

    .sticky .nav-button #nav-icon3 {
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      transform: rotate(0deg);
      cursor: pointer;
      transition: .5s ease-out;
    }

    .nav-button {
      display: flex;
      justify-content: center;
    }
  }

  @media screen and (max-width: 500px) {
    .logos-sec {
      padding: 9px 0px 5px !Important;
    }

  }

  /** HOME PAGE ANIMATION **/

  :root {
    --marquee-width: 100%;
    --marquee-height: 8vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }

  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow: hidden;
    zoom: 110%;
    position: relative;
  }

  .marquee:before,
  .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }

  .marquee-content {
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }

  /* .marquee-content:hover {
  animation-play-state: paused;
} */
  @-webkit-keyframes scrolling {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
  }

  @keyframes scrolling {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
  }

  .marquee-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* text-align: center; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    /* 5rem; */
    white-space: nowrap;
  }

  .marquee-content li img {
    width: 100%;
    /* height: 100%; */
  }

  @media (max-width: 600px) {
    .arm-tax {
      top: -6px !important;
    }

    html {
      font-size: 12px;
    }

    :root {
      --marquee-width: 140vw;
      --marquee-height: 8vh;
      --marquee-elements-displayed: 5;
    }

    .marquee:before,
    .marquee:after {
      width: 5rem;
    }
  }

  /** STICKY MENU CSS **/

  body {
    overflow-X: hidden;
  }

  .hidden-menu {
    display: none;
  }

  @media only screen and (min-width: 1200px) {

    .hidden-menu {
      display: block;
      position: fixed;
      width: 100%;
      transform: translateY(-130px);
      will-change: transform;
      opacity: 0%;
      transition: .5s ease-out;
    }

    .sticky>.hidden-menu {
      background: #fff;
      display: block;
      position: fixed;
      transform: translateY(0px);
      opacity: 100%;
      will-change: transform;
      transition: 0.5s ease-out;
      z-index: 99999;
    }

    .hero-sec {
      z-index: 99;

    }

    .desktop-header {
      transform: translateY(0px);
      opacity: 100%;
      will-change: transform;
      z-index: 9999;
      transition: .8s ease-out;
      position: relative;
    }

    .sticky .desktop-header {
      transform: translateY(-130px);
      will-change: transform;
      opacity: 0%;
      transition: .8s ease-in;

    }
  }

  @media only screen and (max-width: 1199px) {
   /* #nav-icon3 {
    filter: brightness(0) invert(1);
    }  */
    .sticky #nav-icon3 {
    filter: inherit;
    }
    .nav-open .sticky .top-menu, .nav-open .top-menu {
    height: 100vh;
    background: #fff;
}
    .nav-open .sticky #nav-icon3 {
     filter: inherit !important;
    }
    .nav-open #nav-icon3 {
     filter: inherit !important;
    }
      .sticky .HeaderRemove_color {
      color: #29cec1 !important;
}
    
    .nav-open .HeaderRemove_color {
    color: #29cec1 !important;
}
    .header2 {
      display: none !important;
    }
    .site-logo {
    padding: 0;
}
    .sticky .top-menu {
      background: #fff;
      transition: 0.5s ease-out;
    }

    .top-menu {
      transition: 0.5s ease-out;
      padding: 25px;
    }


    .log-in-section-sticky {
      display: none;
    }

    .fixed-top {
      position: relative;
    }

    .nav-open .dineuron-menu {
      background: none;
    }

    .nav-open>.hidden-menu {
      background: #fff;
    }

    .only-logo {
      padding: 33px 0 0 16px;
    }


    .nav-open .hidden-menu {
      height: 100%;
    }

    .hidden-menu {
      display: block;
      position: fixed;
      width: 100%;
      transform: translateY(0px);
      will-change: transform;
      opacity: 100%;
      transition: .5s ease-out;
      z-index: 999;
      height: 100px;
    }

    .sticky>.hidden-menu {
      display: block;
      position: fixed;
      transform: translateY(0px);
      opacity: 100%;
      will-change: transform;
      transition: 0.5s ease-out;
      z-index: 999;
    }

    .hero-sec {
      z-index: 99;
      transition: .3s linear;
      padding-top: 110px;
    }



    .desktop-header {
      display: none;
    }




    .sticky {
      background: url(https://5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/map-background.svg);
    }

    ul.navbar-nav li a {
      padding: 2px 6px !important;
    }

    .arrow-lines {
      left: 120px;
    }
  }


  /** SLIDER STYLE **/

  @media only screen and (max-width: 1000px) {
    .container {
      border-radius: 0;
    }
  }

  .slider {
    display: flex;
    width: 500%;
    height: 55rem;
    transition: all 0.25s ease-in;
    transform: translateX(0);
    padding-left: 20px;
}

  @media only screen and (max-width: 1000px) {
    .slider {
      height: 100vh;
    }
  }

  .slider .box {
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    overflow: hidden;
    position: relative;
     padding-top: 110px;
}

  @media only screen and (max-width: 650px) {
    .slider .box {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(2, 1fr);
    }
  }

  .slider .box .bg {
    padding: 2rem;

    width: 55%;
    transform: skewX(7deg);
    position: absolute;
    height: 100%;
    left: -10%;
    padding-left: 20rem;
    transform-origin: 0 100%;
  }

  @media only screen and (max-width: 800px) {
    .slider .box .bg {
      width: 65%;
    }
  }

  @media only screen and (max-width: 650px) {
    .slider .box .bg {
      width: 100%;
      left: 0;
      bottom: 0;
      height: 54%;
      transform: skewX(0deg);
    }
    
    
    
  }

  .slider .box .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: inherit;
    pointer-events: none;
    transform: skewX(10deg);
  }

  @media only screen and (max-width: 650px) {
    .slider .box .bg::before {
      width: 120%;
      bottom: 0;
      transform: skewX(0deg);
    }
  }

  .slider .box .details {
    z-index: 100;
    width: 600px;
    max-width: 100%;
  }

  @media only screen and (max-width: 650px) {
    .slider .box .details {
      grid-row: 2 / span 1;
      grid-column: -1;
      text-align: center;
      padding: 2rem;
      transform: translateY(-9rem);
    }
  }

  .slider .box .details h1 {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  @media only screen and (max-width: 800px) {
    .slider .box .details p {
      margin-right: 0;
    }
  }

  .slider .box .details button {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 2rem;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .slider .box .details button:hover {
    opacity: 0.8;
  }

  .slider .box .details button:focus {
    outline: none;
    border: none;
  }

  .slider .box1 {
    background-color: #500033;
  }

  .slider .box1 .illustration .inner {
    background-color: #f07;
  }

  .slider .box1 .illustration .inner::after,
  .slider .box1 .illustration .inner::before {
    background-color: rgba(255, 0, 119, .4);
  }

  .slider .box1 button {
    background-color: #f07;
  }

  .slider .box2 {
    background-color: #000050;
  }

  .slider .box2 .illustration .inner {
    background-color: #03f;
  }

  .slider .box2 .illustration .inner::after,
  .slider .box2 .illustration .inner::before {
    background-color: rgba(0, 51, 255, .4);
  }

  .slider .box2 button {
    background-color: #03f;
  }

  .slider .box3 {
    background-color: #00501d;
  }

  .slider .box3 .illustration .inner {
    background-color: #0f4;
  }

  .slider .box3 .illustration .inner::after,
  .slider .box3 .illustration .inner::before {
    background-color: rgba(0, 255, 68, .4);
  }

  .slider .box3 button {
    background-color: #0f4;
  }

  .slider .box4 {
    background-color: #554d00;
  }

  .slider .box4 .illustration .inner {
    background-color: #ff4e00;
  }

  .slider .box4 .illustration .inner::after,
  .slider .box4 .illustration .inner::before {
    background-color: rgba(255, 78, 0, .4);
  }

  .slider .box4 button {
    background-color: #ff4e00;
  }

  .slider .box5 {
    background-color: #300050;
  }

  .slider .box5 .illustration .inner {
    background-color: #8000ff;
  }

  .slider .box5 .illustration .inner::after,
  .slider .box5 .illustration .inner::before {
    background-color: rgba(128, 0, 255, .4);
  }

  .slider .box5 button {
    background-color: #8000ff;
  }



  @media only screen and (max-width: 800px) {
    .slider .illustration div {
      height: 20rem;
      width: 15rem;
    }
  }

  .slider .illustration div::after,
  .slider .illustration div::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: 0;
    left: 0;
  }

  .slider .illustration div::after {
    transform: translate(4rem, -1rem);
  }

  .slider .illustration div::before {
    transform: translate(2rem, -2rem);
  }

  .trail {
    z-index: 10000;
    display: flex;
  }

  .prev,
  .next {
    width: 4rem;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s ease;
  }

  @media only screen and (max-width: 650px) {

    .prev,
    .next {
      display: none;
    }
  }

  .prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
  }

  .next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }

  @media only screen and (max-width: 650px) {

  }

  .trail .box-btn {
    content: url('//5851840.fs1.hubspotusercontent-na1.net/hubfs/5851840/raw_assets/public/my-website-theme/images/svg/blue-arrow-2.svg');
    transform: scaleY(-1);
    transition: all .3s ease;
    /* position: relative; */
    /* top: -40px; */
    /* right: -80%; */
    /* right: 0; */
    /* z-index: 1000; */
  }

  .trail .box-btn:hover {
    opacity: 0.6;
  }

  @media only screen and (max-width: 650px) {
    .trail-container {
    padding-right: 0px; 
    }
    .box-slider-head {
    display: flex;
    padding: 60px 15px 0px 15px;
    }
 .box-slider-head h3 {
    font-size: 21px;
}
    
    .box-slider-content {
     padding: 95px 15px 44px 15px;
    margin-top: -92px;
}
    
    .trail .box-btn {
      padding: 1rem;
    }
    
    .card-content .list li {
      font-size: 16px;
    }
    .cta-card-header p {
       font-size: 18px;
    }
    
    .btn-section {
    display: inline-flex;
    margin-top: 20px;
    flex-direction: column;
}
    .btn-section a {
    margin-right: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}
    
    .experience-img {
    position: relative;
    left: -85px;
    z-index: -1;
    max-width: 120%;
}


 #eBX18V2HakR1 {
    max-width: 100%;
    top: -50px;
    left: 60px;
}   
    
    
  }


#ea1TO3NMUA61 {
position: absolute;
    left: 50px;
}


@media only screen and (max-width: 1220px) {


.col-text-r {
    padding-right: 0px;
}
  .col-text-l {
    padding-right: 0px;
    padding-left: 0;
} 
]
@media only screen and (max-width: 1080px) {
.col-text-l {
    padding-right: 25px;
    padding-left: 0;
}
  
} 

 @media only screen and (max-width: 992px) {

.experience-sec {
    max-width: 1370px;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 60px;
}
    
   
 .efficiency-sec {
        flex-direction: column;
    margin-top: 60px;

}
    
    .col-text-l {
        padding: 0;
} 
   
   .col-img-l {
    position: relative;
    margin-top: 70px;
}
   .col-img-r {
      text-align: end;
    margin-top: 60px;
}
    #ea1TO3NMUA61 {
     position: absolute;
    right: -20%;
    width: 70%;
    left: inherit;
} 
   
.list-management {
    position: relative;
    z-index: -1;
    left: 73px;
    max-width: 625px;
    width: 100%;
} 
   
}
 @media only screen and (max-width: 722px) {

.marquee {
    overflow: hidden;
    zoom: 85%;
    position: relative;
    max-width: 100%;
}
   
   .list-management {
   position: relative;
    z-index: -1;
    left: 0;
    max-width: 100%;
    width: 100%;
}
   
   .marquee:before, .marquee:after {
    width: 100%;
}
   
   .why-banner-sec {
     background-repeat: repeat;
   }
   
  .main-sec-list-item {
    margin: 0 10px;
}

   .main-sec-list-item p {
    font-size: 16px;
}
   
   .partners-sec {
    display: flex;
    flex-direction: column;
      margin-bottom: -40px;
}
   
   .partner-logos {
 flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    flex-wrap: wrap;
    justify-content: center;
}
     .partner-logos img {
    padding: 15px 14px;
    transform: scale(.8);
}
   .owl-carousel {
    margin-top: 0px;
   }
   
   .user-text {
      padding: 40px 10px 0 10px;
}
   .card-description {
    font-size: 16px;
    line-height: 24px;
}
   
   h2 {
    font-size: 36px;
   }
   .testimonial-sec {
    padding: 20px 24px;
   }
   
   .main-container {
       padding-bottom: 30px;
}
   .cta-cards {
       margin-top: 60px;
    flex-direction: column;
}
.cta-cards .column {
    width: 100%;
    padding: 17px;
    margin: 15px auto;
}   
   
   .main-container h1 {
    font-size: 32px;
}

  #ea1TO3NMUA61 {
     right: inherit;
    bottom: 0;
}
   
   .col-img-r {
    text-align: end;
    margin-top: 100px;
}
 #eBX18V2HakR1 {
    max-width: 330px;
    top: -30px;
    left: inherit;
    right: 0;
}  
     .experience-img {
    position: relative;
    left: 0px;
    z-index: -1;
    max-width: 100%;
}
    .col-text-r {
    padding-right: 0px;
    margin-top: 0px;
} 
   
   
   
   .banner-col {
    padding-top: 100px;
}
   .why-banner-sec {
       flex-direction: column-reverse;
    padding: 0 24px;
}
   
  .testimonial-sec {
    margin-top: 100px;
    text-align: center;
} 
   
  }


  
  /** LIBRARY CSS **/