







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1280px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 50px;
}
@media(max-width:1024px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 80px 25px;
  }
}
.dnd-section > .row-fluid {
  max-width: 1280px;
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #1E405A;
  font-weight: 400;
  font-family: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

/* Paragraphs */

p {
  color: #1E405A;
  font-weight: 400;
}
.global-css{
  font-size: 20.0px;
}
/* Anchors */

a {
  color: #095cf1;
}

a:hover,
a:focus,
a:active {
  color: #095cf1;
}

/* Headings */

h1 {
  font-family: 'Work Sans',sans-serif;
  font-size: 48px;
  color: #1E405A;
  font-weight: 600;
}
.h1{
  font-size:40px;
  font-family: 'Inter', sans-serif;
}

h2 {
  font-family: 'Work Sans',sans-serif;
  font-size: 34px;
  color: #1E405A;
  font-weight: 600;
}
.h2{
  font-size:38px;
  font-family: 'Inter', sans-serif;
}

h3 {
  font-family: 'Work Sans',sans-serif;
  font-size: 24px;
  color: #1E405A;
  font-weight: 600;
}

h4 {
  font-family: 'Work Sans',sans-serif;
  font-size: 20px;
  color: #1E405A;
  font-weight: 600;
}

h5 {
  font-family: 'Work Sans',sans-serif;
  font-size: 18px;
  color: #1E405A;
  font-weight: 600;
}

h6 {
  font-family: 'Work Sans',sans-serif;
  font-size: 16px;
  color: #1E405A;
  font-weight: 600;
}
.h6{
  font-size:14px;
  font-family: 'Inter', sans-serif;
  
}
.small-text{
 font-size:12px;
  font-family: 'Inter', sans-serif;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(9, 92, 241, 1.0)

;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 15px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(9, 92, 241, 1.0)

;
  border-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(49, 132, 255, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}

#hs-button_demo-button{
  border: none !important; 
  color: #002A76 !important;
  background-color: #B6E077 !important;
  border-radius: 6px !important;
}





form,
.submitted-message {
  font-size: 16px;
  color: #1E405A;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e405a;
}

/* Form label */

form label {
  color: #1e405a;
}

/* Form help text */

form legend {
  color: #bdc2da;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #f2f4f7;
  color: #1E405A;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: ;

}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1E405A;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1E405A;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #283a8a;
}

.fn-date-picker td .pika-button:hover {
  background-color: #283a8a !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #283a8a;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(9, 92, 241, 1.0)

;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 15px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(9, 92, 241, 1.0)

;
  border-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(49, 132, 255, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #1e405a;
}

th,
td {
  border-color: #1e405a;
  color: #1e405a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(30, 64, 90, 1.0)

;
  border-bottom-color: #1e405a;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #bec3db;
}




.flash-message{
  background-color:rgba(6, 52, 138, 1.0);
}
.flash-message .message p{
  color:rgba(255, 255, 255, 1.0);
}
.flash-message .cta a{
  color:rgba(0, 166, 255, 1.0);
}
header.main-header{
  background-color:rgba(255, 255, 255, 1.0);
}
.main-nav ul.submenu.level-1>li>a{
  color:rgba(7, 30, 84, 1.0);
}
.main-nav ul.submenu.level-1>li:hover>a{
  color:rgba(7, 30, 84, 1.0);
}
.main-nav ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li>a:hover{
  color:rgba(7, 30, 84, 1.0);
}
.main-nav ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li>a{
  color:rgba(7, 30, 84, 1.0);
}
.header-right a.login-link{
  color:rgba(9, 92, 241, 1.0);
}
.header-right .hs_cos_wrapper a{
  color:rgba(9, 92, 241, 1.0);
}




footer.main-footer{
  background-color:

  
  
    
  


  rgba(7, 30, 84, 1.0)

;
}

.company-about p{
  color:

  
  
    
  


  rgba(191, 196, 220, 1.0)

;
}

.main-footer .footer-right h3{
  color:

  
  
    
  


  rgba(191, 196, 220, 1.0)

;
}






/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}


/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #1E405A;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #095cf1;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #095cf1;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #283a8a;
}

.blog-pagination__link {
  color: #1E405A;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #283a8a;
}

.blog-post__title {
  color: #1E405A;
  font-family:'Work Sans',sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #095cf1;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #095cf1;
}

.blog-index__post-content--small h2 {
  font-size: 24px;
}

.blog-index__post-content a {
  color: #1E405A;
}

.blog-post__read-more svg {
  fill: #1E405A;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #1E405A;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #1E405A;
}

.blog-post__meta a:hover {
  color: #095cf1;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #1E405A;
}

.blog-post__back-to-blog svg {
  fill: #1E405A;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: 'Work Sans',sans-serif
    font-size: 24px;
  color: #1E405A;
  font-weight: 600
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/* landing pages redo rebrand - website templatge footer */
.web_page_lp p,
.web_page_lp h1,
.web_page_lp h2,
.web_page_lp h3,
.web_page_lp h4,
.web_page_lp h5,
.web_page_lp h6,
.web_page_lp li {
   color: #1B1C1C !important; 
}
footer.main-footer {
    background-color: #F2F4F8 !important;
}
.main-footer .footer-right h3 {
    color: #86888A !important;
}
footer .footer-right ul>li>a {
 color: #1B1C1C !important; 
}
footer .footer-right {
 border: none !important; 
}
.company-about p {
   color: #86888A !important;
}

footer .footer-right {
      padding-left: 30px !important;
}
footer .footer-left {
    padding-right: 50px !important;
}
.footer-social-wrapper>a>i {
  color: #1B1C1C !important; 
}
@media (max-width: 1200px) {
    .grid-item.footer-menu-block {
        width: 45%;
    }
}
@media (max-width: 767.5px) {
    .grid-item.footer-menu-block {
        width: 48%;
    }
  
 .header_module-v1 .mobile_submenu_list .solutions_megamenu_list > a,
  .header_module-v1 .mobile_list_link,
  .header_module-v1 .mobile_solutions_list_link {
    color: #1B1C1C !important; 
  }
  
  .header_module-v1 span.list-icon {
   display: none !important; 
  }
      .header_module-v1 .solutions_megamenu_content {
        margin-left: 0px !important;
        padding: 0 28px !important;
    }
}


/* theme template no header */
.hs-landing-page .no_head_lp h1,
.hs-landing-page .no_head_lp h2,
.hs-landing-page .no_head_lp h3,
.hs-landing-page .no_head_lp h4,
.hs-landing-page .no_head_lp h5,
.hs-landing-page .no_head_lp h6,
.hs-landing-page .no_head_lp li,
.hs-landing-page .no_head_lp a,
.hs-landing-page .no_head_lp p,
.hs-landing-page .no_head_lp p span {
      font-family: Inter, sans-serif !important;
}
.hs-landing-page .no_head_lp #banner-form {
  
/* background-image: url('https://go.workramp.com/hubfs/banner-bg.webp') !important; */
  background-image: none !important;
  background: #fff !important;

}
.hs-landing-page .no_head_lp .header-inner {
      position: relative;
}
.hs-landing-page .no_head_lp .header-inner svg {
   display: none !important;
}
.hs-landing-page .no_head_lp .logo-img::after {
    content: ' ';
    position: relative;
    z-index: 3;
    background: url(https://go.workramp.com/hubfs/workramp-logo-lp.svg);
    width: 180px;
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}


.hs-landing-page .no_head_lp .banner-section .span12 {
     min-height: 0 !important;
}
.hs-landing-page .no_head_lp .no_head_lp #main-content .row-fluid {
          min-height: 0;
}
.hs-landing-page .no_head_lp .logo_slider_module .subtitle * {
    text-align: left !important;
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .two-column-counter-module .section-title * {
     text-align: left !important;
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .rewards-module .section-title * {
   text-align: left !important;
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .testimonial .section-title * {
   text-align: left !important; 
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .four_column_box_module .section-title * {
   text-align: left !important; 
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .four_column_box_module .section-subtitle * {
  text-align: left !important; 
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .accordion_module .section-title * {
   text-align: left !important; 
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .two-column-video-module .section-title *,
.hs-landing-page .no_head_lp .two-column-video-module .section-subtitle *,
.hs-landing-page .no_head_lp .two-column-video-module .section-content *,
.hs-landing-page .no_head_lp .two-column-counter-module .content-title *,
.hs-landing-page .no_head_lp .two-column-counter-module .description *,
.hs-landing-page .no_head_lp .two-column-image-module .section-title *,
.hs-landing-page .no_head_lp .two-column-image-module .section-discription *,
.hs-landing-page .no_head_lp .two-column-image-module .section-title *,
.hs-landing-page .no_head_lp .two-column-image-module .section-discription *{
    color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .two-column-image-module .demo-btn a {
 background: #104ce4 !important;
}

.hs-landing-page .no_head_lp .two-column-image-module .demo-btn a * {
    color: #fff !important;
    font-weight: 500 !important;
}
.hs-landing-page .no_head_lp .accordion_module button.accordion {
    background-color: #F2F4F8 !important;
  
}
.hs-landing-page .no_head_lp .accordion_module button.accordion * {
   color: #1B1C1C !important;
}
.hs-landing-page .no_head_lp .accordion_module .accordion-content * {
  text-align: left !important; 
   color: #1B1C1C !important; 
}
.hs-landing-page .no_head_lp .accordion_module .accordion-wrapper.is-open .accordion-content * {
      padding: 0px 38px 52px 15px !important;
}

.hs-landing-page .no_head_lp .two_column_image_content {
      background: linear-gradient(to right, rgba(27, 28, 28, 0.9), rgba(27, 28, 28, 1)) !important;
}

.hs-landing-page .no_head_lp .testimonial .inner-wrapper-outter {
      background: #F2F4F8 !important;
}
.hs-landing-page .no_head_lp .testimonial .testimonial-review *,
.hs-landing-page .no_head_lp .testimonial .client-name *,
.hs-landing-page .no_head_lp .testimonial .client-designation * {
  color: #1B1C1C !important;
}
  .hs-landing-page .no_head_lp .rewards-module .inner-wrapper {
        justify-content: flex-start !important;
}
 .hs-landing-page .no_head_lp .two-column-counter-module .counter-unit *,
 .hs-landing-page .no_head_lp .two-column-counter-module .counter_content * {
  color: #1B1C1C !important;
}
  .hs-landing-page .no_head_lp .accordion_module button.accordion svg,
.hs-landing-page .no_head_lp .accordion_module button.accordion svg path {
  fill: #1B1C1C !important;
  color: #1B1C1C !important;
}
.hs-landing-page .no_head_lp .service-subtitle *, .hs-landing-page .service-title * {
   color: #1B1C1C !important;
}
.footer .terms_condition .rights {
    color: #86888a !important;
}
.footer .terms_condition p a {
    color: #1b1c1c !important;
}
.hs-landing-page .no_head_lp .accordion_module .accordion-wrapper.is-open button.accordion {
      background-color: #fff !important;
}
.hs-landing-page .no_head_lp .two_column_image_content .request-btn a h5 {
   color: #fff !important;
}
.hs-landing-page .no_head_lp .testimonial .quate-icons {
    display: none !important;
}

.hs-landing-page .no_head_lp .four_column_box_module .service-box {
    border-top: 10px solid #1B1C1C !important;
}
.hs-landing-page .no_head_lp .service-tag-icon img {
    filter: brightness(0);
}
.hs-landing-page .no_head_lp .two-column-counter-module .counter-box {
 display: flex !important; 
  flex-direction: column !important;
}
.hs-landing-page .no_head_lp .counter-icon {
      position: relative;
    right: unset;
    top: unset;
      order: 3;
    margin-top: 30px;
}

section.two-column-video-module {
    background-image: none !important;
}
.hs-landing-page .no_head_lp #hs_cos_wrapper_widget_1703196968047 .header .title *,
.hs-landing-page .no_head_lp #hs_cos_wrapper_widget_1703196968047 .header .banner-content * {
      color: #1b1c1c;
}