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


/******************************************/
/* Temp styles – Remove before going live */
/******************************************/

#onetrust-consent-sdk {
  display: none;
}
/******************************************/

@font-face {
  font-family: 'HRTenon';
  src: url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Bold.woff2') format('woff2'),
    url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Bold.woff') format('woff');
      font-weight: 700;
      font-style: normal;
      font-stretch: normal;
      }

@font-face {
  font-family: 'HRTenon';
  src: url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Medium.woff2') format('woff2'),
    url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      }

@font-face {
  font-family: 'HRTenon';
  src: url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Regular.woff2') format('woff2'),
    url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/Tenon-Regular.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      }

@font-face {
  font-family: 'HR';
  src: url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/HRDuo0.4-Bold.woff2') format('woff2'),
    url('//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/HRDuo0.4-Bold.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      }


/******************************************/

body {
  font-family: 'HRTenon', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal;
  letter-spacing: 0px !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}


p *,
p, li, ul, ol {
  font-family: 'HRTenon', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: #2c303f;

}

footer p,
footer p *,
footer li, 
footer ul, 
footer ol {
  color: #ffffff !important;
}

h1 {
    font-family: 'HRTenon', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #004737;
    letter-spacing: 1px;
}

h2 {
  font-family: 'HR', sans-serif;
  line-height:1.2;
}

h3 {
  font-family: 'HR', sans-serif;
}

h4, 
h5, 
h6 {
  font-family: 'HRTenon', sans-serif !important;
}

.hs-button,
.hs-sec-btn,
.primary-button {
  /* font-family: Montserrat; */
  font-family: 'HRTenon';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding: 5px 20px !important;
  text-align: center;
}

.hs-form-private .hs-button {
  /* font-family: Montserrat; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding: 5px 20px !important;
  text-align: center;
}

.cnt-btm-sec .form-title {
  text-align: center;
}

form input:focus {
  border: 2px solid #004737 !important;
}

form .inputs-list li {
  margin-top: 0 !important;
}

form .inputs-list li label {
  margin: 0 !important;
  font-size: 13px !important;
}

.cnt-btm-sec form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117) !important;
  font-family: 'Montserrat'!important;
  font-size: 14px !important;
}

.cnt-btm-sec form input[type=checkbox] {
  margin-top: 3px !important;
}



.cm-home-banner {
  padding: 6% 0 !important;
  /* min-height: unset !important; */
  min-height: 50vh !important;
}

.cm-home-banner .bg_img {
  height: 100%;
  background-position-y: 30% !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.cm-home-banner .banner-content-inner {
  max-width: 100% !important;
}


.cm-home-banner .top_sec {
  text-align: left !important;
}

body .cm-home-banner .top_sec h1 {
  font-family: 'HR', sans-serif;
  line-height: 1;
  margin-bottom: 3px;
  color: #004737 !important;
}

.cm-home-banner .top_sec span {
  line-height: 1.4;
  display: block;
  letter-spacing: 0;
  color: #004737 !important;
}


.cm-home-banner .btn_row {
  /* display: inline-block !important; */
  display: flex;
  text-align: left;
  /* margin-top:47px; */
}

.cm-home-banner .text_center .btn_row {
  justify-content: initial;
}

.cm-home-banner .btn_row .btn_item a {
  /* font-family: Montserrat; */
  font-family: 'HRTenon', sans-serif;
  font-weight: normal !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  /* max-width: 250px; */
  min-width: 200px;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0;
}

.cm-home-banner .btn_row .btn_item a.hs-sec-btn {
  background: transparent;
  border-color: #004737;
  color: #004737;
}

.cm-home-banner .btn_row .btn_item a.hs-sec-btn:hover {
  font-size: 15px;
  background-color: #004737;
  color: #fff;
  border-color: #004737;
}

.cm-two-hr-col .btn_item a {
  min-width: 250px;
}

.cm-two-hr-col .btn_item a.hs-sec-btn {
  min-width: 200px;
}

.cm-two-hr-col .description {
  margin-bottom: 10px !important;
}

.cm-two-hr-col .btn_item:first-of-type {
  margin-right: 20px;
}

.cm-bp h3 {
  text-align: center;
}
.cm-bp .orangeText {
  color: #004737;
}

.cm-hm-dn h2 {
  color: #004737 !important;
}

.cm-hm-dn .btn_item a {
  min-width: 250px;
}

.cm-test-slider .testmn_inner.text_center {
  box-shadow: none;
  padding: 0;
}

.cm-test-slider p {
  color: #004737;
  text-align: center;
  line-height: 30px;
  font-size: 23px;
  margin-bottom:30px;
}


.cm-test-slider .card_content {
  margin-top: 0;
}

.cm-test-slider .card_content>* {
  color: #004737;
  display: block !important;
  /* font-family: Montserrat; */
  font-size: 13px;
  padding: 0px;
  line-height: 16px;
  text-align: center;
  font-weight:400;
}


.cm-test-slider .seperator {
  display: none !important;
}

.cm-test-slider .glide__bullet {
  background: #fff;
  border-radius: 100px!important;
  height: 10px!important;
  width: 10px!important;
  opacity: .25;
  margin: 0 10px;
  padding: 5px;
  margin-top:0 !important;
}

.cm-test-slider .glide__bullet:hover{
  background: #fff;
  opacity:1;
}

.cm-test-slider .glide__bullet.glide__bullet--active {
  background: #fff;
  opacity: .75;
}

.cm-test-slider .glide__slides > * {
  margin-top: 0;
  padding: 0;
}

.dnd_padd.cm-test-slider {
  padding-bottom: 0px;
}

.cm-test-slider .glide__bullets {
  margin-top: 0 !important;
}

.cm-test-slider .icon_img.icon_sp {
  border-radius: 50% !important;
  height: 70px !important;
  margin: 0 auto 30px;
  position: relative;
  width: 70px !important;
}

.cm-test-slider .icon_inner {
  margin-bottom: 0;
}

.cm-lg-slide .logos_row.glide__slides.flex_row {
  gap: 2em;
  row-gap:28px;
}


.cm-lg-slide .logo_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 276px;
}

.cm-lg-slide img {
  vertical-align: bottom !important;
}

.cm-lg-slide .it8 .logo_inner {
  justify-content: center !important;
  padding-left: 14%;
  padding-right: 14%;
  padding-top: 7%;
}

.simple-banner.cm-about-banner {
  min-height: unset;
  padding-left: 0;
  padding-right: 0;
}

.cm-about-banner h1 {
  margin-bottom:50px !important;
}

.cm-about-banner .breadcrumb {
  margin-top: 50px;
}


.simple-banner.cm-about-banner .banner-breacrumb ul.hs-breadcrumb-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.simple-banner.cm-about-banner  .banner-breacrumb ul.hs-breadcrumb-menu li {
  margin-bottom: 0;
}

.simple-banner.cm-about-banner .banner-breacrumb ul.hs-breadcrumb-menu li:after {
  content: "-" !important;
  font-family: 'Montserrat' !important;
  line-height:16px !important;
}


.simple-banner.cm-about-banner .banner-breacrumb ul.hs-breadcrumb-menu li a,
.simple-banner.cm-about-banner .banner-breacrumb ul.hs-breadcrumb-menu li.last-crumb span{
  font-family: 'Montserrat' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

.simple-banner.cm-about-banner .banner-breacrumb ul.hs-breadcrumb-menu li {
  line-height: 16px !important;
}

.simple-banner.cm-about-banner .banner-breacrumb {
  position: static;
}


.cm-timeline .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 0;
}

.cm-timeline h3 {
  color: #004737;
  margin-bottom: 0;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd) {
  margin-left: 0!important;
  margin-right: auto!important;
  padding: 10px 40px 0px 0px;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(even) {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd) .cm_tmw_col {
  margin-right: 40px;
  margin-left: 0;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(even) .cm_tmw_col {
  margin-left: 40px;
  margin-right: auto;
}


.cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd) .cm_tmw_bullet {
  left: auto;
  right: -54px;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(even) .cm_tmw_bullet {
  right: auto;
  left: -54px;
}

.cm_tmw.cm-timeline .cm_tmw_item:nth-child(2n) .cm_tmw_col{
  text-align: left;
}


.cm-timeline.cm_tmw_bullet svg {
  color: #004737 !important;
}


.cm-timeline .cm_tmw_bullet svg circle{
  fill:#004737 !important;
}

.cm_tmw.widget_1681107294796.cm-timeline .cm_tmw_bullet svg{
  color: #004737 !important;
}

.cm_tmw.cm-timeline .cm_tmw_col {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  max-width: 560px;
}

.cm_tmw.cm-timeline  .cm_tmw_item:nth-child(odd):before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}



.cm_tmw.cm-timeline  .cm_tmw_item:nth-child(even):before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.cm-timeline h5 {
  margin-bottom: 0 !important;
}

.cm_tmw.cm-timeline .cm_tmw_item {
  margin-bottom: 10px;
}

.dnd_padd.cm-timeline {
  padding-bottom:0;
}


.cm_tmw.cm-timeline .flex_row {
  padding-top: 60px;
  padding-bottom: 60px;
}


.cm-timeline h5 {
  line-height: 1 !important;
}


.about-page thead td, .about-page thead th {
  border-color: transparent !important;
  border: 1px solid;
  padding: 0.5em;
  word-break: break-word;
  text-align: left;
  background: transparent !important;
  color: #004737;
}

.about-page td {
  border-color: transparent !important;
  border: 1px solid;
  padding: 0.5em;
}


.about-page tbody tr:nth-child(odd){
  background-color: #f0f0f0 !important;
}

.about-page thead {
  border-bottom: 3px solid  #000 !important;
}

.about-page table {
  overflow-x: auto;
  display: block;
}


.cm-2-col-bg .section-btn {
  margin-bottom: 40px;
}

.two-column-section.ab-us .section-title {
  margin-top: 40px;
}

.ab-us .section-btn {
  margin-bottom: 80px;
}

.ab-us.right .two-column-section-image>div {
  background-position: 100% 16%;
}


.lib.left .two-column-section-image>div {
  background-position: 100% 18%;
}


.cm-lib-card .card_item {
  padding: 15px 15px 0px;
  background-color: #fff;
  width: 100%;
}

.cm-lib-card .flex_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}


.card_gallery.cm-lib-card .icon_box .icon_inner {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

.cm-lib-card .it_title {
  padding-top: 20px;
  margin-bottom:20px !important;
  text-align: center;
}

.cm-lib-card .card_content {
  padding-bottom: 0px;
  text-align: left;
}

.card_gallery.cm-lib-card .card_inner {
  border-radius: 0;
  padding: 0;
  margin-bottom: 1.75em;
}

.cm-lib-card .btn_item a {
  width: auto;
  font-size: 13px !important;
  padding: 5px 0 !important;
  display: block !important;
}

.cm-lib-card .btn_item{
  width: 100%;
}

.cm-lib-card .btn_row {
  margin-top: 45px !important;
}

.cm-lib-card .it1 .btn_row {
  margin-top: 48px !important;
}

.cm-lib-card .it3 .btn_row {
  margin-top: 15px !important;
}

.cm-lib-card .it4 .btn_row {
  margin-top: 20px !important;
}

.card_gallery.cm-lib-card .card_box {
  margin-bottom: 1.75em;
}


.cm-lt-bl h4.title {
  text-align: left;
  margin-bottom: 30px !important;
}

.cm-lt-bl .top_sec {
  margin: 0 !important;
}

.blog-feed.theme2.cm-lt-bl .hs-featured-wrp:hover .overlay_icon {
  opacity: 0;
}

.cm-lt-bl .item_inner {
  background: #fff;
}

.cm-lt-bl .item-date {
  order: 2;
}

.blog-feed.cm-lt-bl .meta_wrap span {
  background: transparent !important;
  color: #004737;
}


.blog-feed.cm-lt-bl .icon_img {
  display: none !important;
}

.cm-lt-bl .read-more a {
  background: transparent !important;
  color: #004737;
  border: none !important;
  line-height: 1;
  padding: 0 !important;
  font-size: 13px !important;
}
.cm-lt-bl .read-more {
  line-height: 1;
  padding-top: 20px;
}

.blog-feed .meta_wrap span {
  padding-left: 0 !important;
}


.blog-feed.theme2.cm-lt-bl .item_inner {
  border-radius: 0px;
}

.blog-feed.theme2.cm-lt-bl .meta_wrap .meta_tags {
  padding: 0;
  padding-bottom: 5px;
  margin-right:5px !important
}


.blog-feed.theme2.cm-lt-bl .meta_wrap .item-date {
  padding: 0 !important;
  margin: 0;
}

.blog-feed.cm-lt-bl .recent-post-title a:hover {
  color: #004737;
}

.blog-feed.cm-lt-bl .recent-post-title{
  margin-bottom: 0 !important;
}

.cm-two-maps .btn-items .btn_row {
  flex-wrap: nowrap !important;
}

.cm-two-maps a {
  display: inline-block;
  max-width: 197px !important;
  min-width: 197px !important;
}


.cm-two-maps a.hs-sec-btn {
  border: 1px solid rgb(87 87 86) !important;
  color: rgb(87 87 86) !important;
  background: transparent !important;
}


.cm-two-maps a.hs-sec-btn:hover {
  background-color: rgb(87 87 86) !important;
  color: #fff !important;
  border-color: rgb(87 87 86) !important;
}

.cm-two-maps p {
  line-height: 2;
}

.cm-two-maps h4 {
  margin-bottom: 0 !important;
  line-height: 1;
}


.cm-two-maps .description {
  margin-bottom: 50px !important;
}

.cm-two-maps img {
  width: 150px;
}

.dnd_padd.cm-map {
  padding: 0;
}


.whitepaper .section-btn {
  margin-bottom: 89px !important;
}

.cm-ban-doc h3 {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.cm-ban-doc .left_col.col12 {
  text-align: left !important;
  padding: 0 !important;
}

.cm-ban-doc .text_center {
  text-align: left !important;
}

.cm-doc-2 p {
  line-height: 2;
  margin-bottom: 0;
  padding-top: 20px;
}

.cm-doc-2 .btn_item a {
  min-width: 250px;
  margin-bottom: 30px;
}
.fancybox-stage .fancybox-slide:before {
  content: none;
}

.cm-doc-2 .content-col {
  padding-left: 0 !important;
  padding-right: 20px !important;
}

.simple-banner.cm-ban-docr .banner-breacrumb ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  color: #004737 !important;
}

.simple-banner.cm-ban-docr .banner-breacrumb ul.hs-breadcrumb-menu li:after{
  color: #004737 !important;
}

.simple-banner.cm-about-banner.cm-ban-docr .banner-breacrumb ul.hs-breadcrumb-menu {
  justify-content: flex-start;
}


.only-btn .section-btn {
  margin-bottom: 35px !important;
  margin-top:20px !important;
}

.only-btn .two-column-section-image {
  display: none !important;
}

.cm-doc-2  .img-col {
  padding-right: 0 !important;

}


.cm-service-card .service-container a {
  padding: 0;
  padding-bottom: 15px;
}


.hs-cta-node img{
  display: none;
}


.cm-service-card .service-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.cm-service-card .service-image {
  margin-bottom:0 !important;
}

.cm-service-card .service-title {
  padding: 0;
  padding-top: 15px;
}

.custom-service-card-section.cm-service-card {
  padding: 0 !important;
}


.cnt-btm-sec .hs-submit {
  display: block !important;
  text-align: center !important;
}


.cm-carr .section-title {
  margin-top: 100px;
  margin-bottom:30px;
}

.cm-carr .section-btn a {
  background-color: rgb(87 87 86)!important;
  border-color: rgb(87 87 86) !important;
}

.cm-carr .section-btn a:hover {
  background-color: rgb(65 65 64) !important;
  border-color: rgb(87 87 86) !important;
}

.cm-carr .section-btn {
  margin-bottom: 28px;
}

.right.cm-carr .two-column-section-image>div {
  background-position: 50% 10%;
  background-size: auto;
}

.cm-lib-card .card_content span {
  line-height: 20px !important;
}

.cm-ban-doc .banner-breacrumb {
  display: none !important;
}


.two-column-section .section-btn a {
  font-weight: bold !important;
}

.cm-two-maps a.hs-sec-btn {
  font-weight: bold !important;
}


.form-content h3 span {
  color: #004737 !important;
}

.fancybox-close-small:hover:before {
  color: #555;
  background: #eee;
}

.demo-form .actions {
  margin: 0 auto;
  text-align: center;
}

.cm-ban-doc,
.cm-ban-docr{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.whitepaper .cta_button {
  background: #004737;
  border-radius: 30px;
  color: #fff;
  display: block;
  max-width: 250px;
  /* font-family: Montserrat; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
}

.whitepaper .cta_button:hover {
  background: #00bb53;
  border-color: #00bb53;
}

.cta_button {

  border-radius: 30px;
  display: block;
  max-width: 250px;
  font-weight: bold !important;
  /* font-family: Montserrat; */
  font-size: 13px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
}


.cta_button {
  background: #004737;
  border-radius: 30px;
  color: #fff;
  display: block;
  max-width: 250px;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
  /* font-family: Montserrat; */
  font-size: 13px;
}

.cm-e-no-pop .cta_button:hover {
  background: #00bb53;
  border-color: #00bb53;
}

.custom-service-card-section.cm-service-card.hr-duo .service-container a {
  padding: 0;
}

.custom-service-card-section.cm-service-card.hr-duo img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.custom-service-card-section.cm-service-card.hr-duo .service-inn-wrap {
  padding-bottom: 15px;
}


/* ------Responsive----- */

@media(min-width:320px) and (max-width:1300px){
  .left.cm-bg-new .two-column-section-image>div {
    background-position: center !important;
    position: static !important;
    background-size: contain !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
  }
}



@media (min-width: 768px) and (max-width: 950px){
  .cm_tmw .cm_tmw_col {
    max-width: 330px !important;
  }
}
@media(min-width:992px) and (max-width:1225px){
  .cm_tmw .cm_tmw_item:nth-child(2n) .cm_tmw_col {
    max-width: 450px !important;
  }
}
@media(min-width:992px) and (max-width:1225px){
  .cm-bg-2-col .two-column-section-content {
    padding-left: 20px !important;
  }
}
@media(min-width:1198px) and (max-width:1225px){
  .cm-home-banner {
    padding: 6% 10px !important;
    min-height: unset !important;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .cm-lib-card .flex_row .col3{
    width:100% !important;
  }
}
@media (max-width: 1100px) and (min-width: 992px){
  .cm-lib-card .flex_row .col3{
    width:100% !important;
  }
}
@media(max-width:1200px){
  .page-center {
    max-width: 960px !important;
  }

  .cm-lib-card .flex_row {
    grid-template-columns: repeat(2, 1fr);
  }

  .servs-details-pg .widget-type-header {
    max-width: 960px;
    margin: 0 auto;
  }
  .cm-ban-docr .banner-breacrumb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}
@media(max-width:1024px){
  .page-center {
    max-width: 720px !important;
  }
  .cm-lg-slide .logo_inner{
    width: 156px;
  }

  .servs-details-pg .widget-type-header {
    max-width: 720px;
    margin: 0 auto;
  }

  .servs-details-pg .cm-doc-2 .col6 {
    width: 100% !important;
  }
  .custom-service-card-section .service-title {
    padding: 20px 0 !important;
  }
  .custom-service-card-section .service-title h4 {
    font-size: 20px !important;
  }
  .cm-service-card .service-inn-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0 !important;
    padding-top: 20px !important;
  }

  .custom-service-card-section .service-title {
    padding: 20px 0 !important;
  }

  .custom-service-card-section .service-title h4 {
    font-size: 20px !important;
  }

  .cm-service-card .service-inn-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0 !important;
    padding-top: 20px !important;
  }

}
@media(max-width:781px){
  .page-center {
    max-width: 540px !important;
  }

  .cm-ban-doc .page-center,
  .cm-ban-docr .page-center{
    max-width:100% !important;
  }

  .servs-details-pg .cm-doc-2 .page-center,
  .servs-details-pg .widget-type-header{
    max-width: 100% !important;
  }

}
@media(max-width:767px){
  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd) {
    padding-left: 70px;
    padding-right: 0px;
  }

  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd):before {
    transform: rotate(180deg);
    left: 60px;
    top: 14px;
  }

  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(odd) .cm_tmw_bullet {
    left: -60px;
    right: auto;
  }

  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(2n) {
    padding-left: 70px;
    padding-right: 0;
  }


  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(2n) .cm_tmw_col {
    margin-left: 0;
  }

  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(2n):before {
    left: 60px;
  }

  .cm_tmw.cm-timeline .cm_tmw_item:nth-child(2n) .cm_tmw_bullet {
    left: -60px;
    right: auto;
  }

  .blog-feed.cm-lt-bl .recent-post-item {
    padding: 0;
  }

  .cm-map{
    margin-bottom:30px !important;
  }

  .cm-map .page-center.full_width {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .cm-doc-2  .img-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cm-doc-2 .content-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .cm-home-banner .banner-content-inne{
    max-width:320px; !important;
  }
  .two-col-content.left.cm-two-hr-col .cont-inner {
    max-width: 320px;
  }

  .cm-timeline .flex_row {
    padding-right: 0 !important;
  }

  .simple-banner.cm-about-banner {
    padding-bottom: 2.5% !important;
  }

  .about-page .two-column-section-content{
    max-width: 100%!important;
    padding: 0 20px!important;
  }

  .cm_tmw .cm_tmw_item:nth-child(2n) .cm_tmw_col, .cm_tmw .cm_tmw_item:nth-child(odd) .cm_tmw_col {
    max-width: 100% !important;

  }

  .cm-two-maps .full_width {
    max-width: 100%  !important;
  }

  .hs-phone, .hs_firstname {
    width: 100%;
  }

  .hs_company, .hs_lastname {
    width: 100%;
  }


  .cm-doc-2 .page-center {
    max-width: 100% !important;
    padding: 0 10px !important;
  }

  .cm-ban-docr {
    padding-bottom: 3% !important;
    padding-top: 3% !important;
  }

  .about-page .two-column-section .inner-section>div {
    max-width: 100% !important;
  }

  .servs-details-pg .cm-doc-2 .page-center {
    padding: 0 !important;
  }

  .lib.left .two-column-section-image>div {
    background-position: center;
  }

}
@media(max-width:600px){
  .page-center {
    max-width: 410px !important;
  }

  .cm-home-banner .banner-content-inner {
    max-width: 280px!important;
  }

  .cm-lib-card .flex_row {
    grid-template-columns: repeat(1, 1fr);
  }

}
@media(max-width:450px){
  .page-center {
    max-width: 360px !important;
  }

}
@media(max-width:400px){
  .left.cm-bg-new .two-column-section-image>div {
    background-position: center !important;
    position: static !important;
    background-size: cover !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
  }

  .cm-home-banner {
    padding: 6% 10px !important;
  }

}
@media(max-width:376px){
  .page-center {
    max-width: 335px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cm-lg-slide .logo_inner {
    width: 134px;
  }

  .two-column-section .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


}
@media(max-width:340px){
  .cm-lg-slide .glide__slides {
    justify-content: center !important;
  }
}


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

/* Typography */


@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url(//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/fa-brands-400s.ttf),
    url(//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/fa-brands-400.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url(//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/fa-solid-900s.ttf),
    url(//6160003.fs1.hubspotusercontent-na1.net/hubfs/6160003/raw_assets/public/HrDuo_April2023/fonts/fa-solid-900s.woff2);
  font-weight: normal;
  font-style: normal;
}


/* Header  */
header .custom-header {
  /* background: #fff; */
}
.custom-header-wrapper {
  min-height: 60px;
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  /* background-color: #ffffff; */
  z-index: 1002;
}

.custom-header-wrapper header.header{
  padding:  0 10px;
}

.container {
  padding: 0px;
  margin: 0px auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  position: relative;
}

.header-container-wrapper img,
header .header-logo img {
  width: auto !important;
  height: 40px !important;
}

header .header-menu .hs-menu-wrapper > ul {
  padding: 0;
}

header .header-btns {
  display: flex;
  margin-left: auto;
}

header .header-menu .hs-menu-wrapper > ul > li {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #575756;
  display: flex;
  padding-right: 4px;
}

header .header-menu {
  padding: 0px 10px 0px 40px;
}

header .header-menu .hs-menu-wrapper > ul > li > a {
  margin-right: 1rem;
  margin-left: 1rem;
  display: flex;
  line-height: 30px;
  padding-top: 25px;
  border-bottom: 5px solid #fff;
  letter-spacing: 0;
}

header .request-demo a {
  background: #004737;
  border: 1px solid #004737;
  border-radius: 4px;
  padding: 5px 0px !important;
  min-width: 250px;
  font-size: 13px;
  display: block;
  font-weight: bold;
  font-family: 'Montserrat';
  line-height: 30px;
  letter-spacing: 0;
}

header .login a {
  border: 1px solid #575756;
  background: #fff;
  border-radius: 4px;
  min-width: 100px !important;
  color: #575756;
  /* font-family: Montserrat; */
  padding: 5px 0 !important;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

header .login {
  margin-left: 20px;
}

header .navbar-toggler {
  display:none;
}

header .bar1,
header .bar2,
header .bar3 {
  width: 30px;
  height: 2px;
  background-color: #707070;
  margin: 6px 0;
  transition: 0.4s;
}

header .request-demo a:hover {
  background: #C3FFC1;
  border-color: #C3FFC1;
  color: #004737 !important;
}

header .login a:hover {
  background-color: #575756;
  border-color: #575756;
  color: #fff;
}


header .custom-header .container {
  justify-content: space-between;
}

.mobile-menu {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  pointer-events: all !important;
}


@media (max-width:1200px) and (min-width:1025px){
  header .header-menu .hs-menu-wrapper>ul>li>a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px){
  .container{
    max-width: 960px !important;
  }
}

@media screen and (max-width: 1024px){
  header .header-menu {
    display: none;
  }
  .custom-header-wrapper {
    min-height: 40px;
  }

  header .header-btns {
    display: none;
  }
  .container{
    max-width: 720px !important;
  }
  header .navbar-toggler {
    display: block;
    cursor: pointer;
    margin-top: -10px;
  }

  header .mobile-menu{
    display: block;
  }

  header .mobile-menu .mobile-menu-wrpr {
    clear: both;
    padding: 50px 0px 0px 0px;
    margin-top: 3px;
    width: 100%;
    overflow-y: hidden;
    height: 0;
    transition: height 1s ease;
  }

  .menu-open header .mobile-menu .mobile-menu-wrpr {
    overflow-y: auto;
  }

  header .mobile-menu .hs-menu-wrapper > ul {
    padding: 0;
    display: block !important;
  }

  header .mobile-menu .hs-menu-wrapper > ul > li {
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    position: relative !important;
  }

  .menu-open ::-webkit-scrollbar {
    background: none;
    width: 0;
  }
  header .mobile-menu .hs-menu-wrapper > ul > li > a {
    padding: 10px 0;
    min-height: unset;
    margin: 0px;
    display: block;
    color: #575756;
    line-height: 30px;
    position: relative;
  }

  a.more-childs {
    display: inline-block !important;
    text-align: center;
    position: absolute !important;
    top: 8px;
    right: 0;
  }

  .active a.more-childs {
    transform: rotatex(180deg);
  }

  header .mobile-menu .hs-menu-wrapper > ul > li {
    border-bottom: 3px solid #004737 !important
  }

  header .mobile-menu .hs-menu-wrapper > ul > li > a {
    width:10%;
  }

  header .mobile-menu .hs-menu-wrapper > ul > li > a:first-child {
    width:90%;
  }

  header .mobile-menu li.hs-menu-item.hs-item-has-children {

    width: 100%;
  }

  .main-footer ul:first child li.hs-menu-item.hs-item-has-children {
    display: flex;
    align-items: center;
    width: 100%;
  }


  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px !important;
    opacity: 0 !important;
    position: absolute !important;
    transition: all .2s;
  }


  header .mobile-menu .hs-menu-wrapper ul ul.active {
    padding: 0;
    position: relative !important;
    opacity: 1 !important;
    left: 0 !important;
    display: block;
  }

  #hs_menu_wrapper_mobile_menu{
    padding-bottom: 50px;
  }

  header .mobile-menu .hs-menu-wrapper ul ul li {
    padding: 5px 0;
    margin: 10px 0;
  }

  header .mobile-menu .hs-menu-wrapper ul ul li a {
    font-weight: bold;
  }
  header .headerMobileSection #hs-button_request_demo {
    margin-bottom: 20px;
    display: block;
    width: 250px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #004737;
  }



  header .headerMobileSection #hs-button_login,
  header .desktopHide > a{
    display: block;
    width: 250px;
    border-radius: 4px;
    background: #575756;
    margin: 20px 0;
  }

  header .desktopHide p {
    line-height: 20px !important;
    letter-spacing: 0;
    font-size: 13px;
    margin: 0;
    padding-top: 20px;
  }

  header .desktopHide {
    margin-bottom: 30px;
  }
  header .social-follow a {
    display: inline-block;
    margin-bottom: 20px;
  }

  header .social-follow a i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 30px;
    color: #575756;
  }

  header .social-follow a.linkedin i:before {
    content: "\f08c";
  }

  header .social-follow a.twitter i:before {
    content: "\f081";
  }

}

.menu-open header .mobile-menu .mobile-menu-wrpr {
  height: 88vh;
}

@media screen and (max-width: 781px){
  header .custom-header {
    padding-top: 15px;
  }

  .container{
    max-width: 540px !important;
  }
}

@media screen and (max-width: 767px){
  .simple-banner.cm-about-banner {
    padding-bottom: 2.5% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 600px){
  .container{
    max-width: 410px !important;
  }
}

@media screen and (max-width: 450px){
  .container {
    max-width: 360px !important;
  }
}

@media screen and (max-width: 376px){
  .container {
    max-width: 335px !important;
  }
}















/* Footer */

footer .hs-menu-wrapper ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

footer.footer {
  background-color: #004737;
  padding-bottom: 30px;
  -webkit-font-smoothing: auto;
  position: relative;
  z-index: 9;
}

footer .main-footer {
  padding: 0 10px;
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  flex-direction: column;
  align-items: normal;
}

footer .container .rows {
  display: flex;
  justify-content: space-between;
}


footer .container .rows p {
  color: #fff;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 25px !important;
  font-family: 'Montserrat';
  margin: 0;
  padding-top: 20px;
  letter-spacing: 0;
}

footer .container ul li {
  color: #fff;
  font-size: 13px !important;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

footer .container ul li a:hover {
  color: #C3FFC1;
}

footer .container ul li a {
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.5px !important;
  font-size: 13px !important;
}

footer .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .hs-menu-wrapper > ul > li > a {
  font-size: 13px !important;
  font-weight: bold;
  padding-top: 20px;
  display: block;
  letter-spacing: 0;
  line-height: 25px;
}


footer .hs-menu-wrapper ul ul li a {
  font-weight: 400;
  letter-spacing: 0;
}

footer #copyright p {
  margin: 0;
  font-size: 10px;
  line-height: 1 !important;
  color: #fff;
  margin-top: 30px;
  font-family: 'Montserrat';
  letter-spacing: 0;
}

footer .backtop {
  padding: 20px;
  background-color: #cccccc;
  margin: 0px auto;
  text-align: center;
}
footer .backtop i {
  background-color: #fff;
  border-radius: 4px;
  color: #004737;
  font-family: Font Awesome\ 6 Free;
  font-size: 26px;
  font-weight: 900;
  padding: 5px 8px;
  vertical-align: middle;
}
footer .social-follow i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 5px;
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
}

footer .social-follow a.linkedin {
  margin-right: -2px;
}

footer .social-follow a.linkedin i:before {
  content: "\f08c";
}

footer .social-follow a.twitter i:before {
  content: "\f081";
}

@media screen and (max-width: 781px){
  footer .container .rows {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 20px;
  }
}


@media screen and (max-width: 600px){
  footer .container .rows {
    grid-template-columns: repeat(1, 1fr) !important;
    display: grid;
    grid-gap: 20px;
  }
}



/* explore */

.smarter-way .content-col.col5 {
  padding: 0;
  width: 40%;
  padding-right: 10px;
}

.smarter-way .col6{
  padding: 0;
}
.smarter-way .flex_row.flex_center {
  align-items: normal !important;
}
.smarter-way .mediaimg .single-img img {
  width: 660px !important;
  max-width: 660px;
}
.smarter-way.dnd_padd {
  overflow: visible !important;
}
.smarter-way {
  padding: 0;
}

.smarter-way .content-col .description {
  margin: 0 !important;
}

.smarter-way .btn-items a {
  border-radius: 30px;
  display: block;
  padding: 5px 0;
  min-width: 250px;
}

.body-container--home li {
  list-style: none;
  position: relative;
}

.body-container--home li:before {
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 18px;
  content: "\2022";
  color: #004737;
}

.re-imagine .content-col.col5 {
  padding-right: 11px;
}

.smarter-way .btn_row {
  margin-top: 0 !important;
}

.body-container--home .hs-button {
  min-width: 250px;
  display: block;
  padding: 5px 0;
  border-radius: 30px;
}



@media screen and (max-width: 781px){
  .smarter-way .mediaimg .single-img img {
    max-width: 100%;
    width: 100%;
  }

  .smarter-way .content-col.col5 {
    width: 100%;
  }

  .cell_16808672861422-background-image {
    height: 500px;
  }

  .span6.widget-span.widget-type-cell.cell_1680867314824-vertical-alignment.cell_1680867314824-padding.dnd-column {
    padding-left: 24px !important;
  }

}




/* Form Styling */

.hs-form-field {
  /* float: left; */
  min-height: 87px;
  width: 100%;
  clear: both;
  margin: 0;
}

.hs_firstname, .hs-phone {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

.hs_lastname, .hs_company {
  width: 50%;
  display: inline-block;
}

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 {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0px 20px;
  border-radius: 0;
  /* font-family: Montserrat; */
}

label#label-firstname-8abdc6e5-db57-4633-a8fa-3fc942d547d1_1202 {
  display: none;
}

.hs-form-field > label {
  display: none;
}

.hs-form-field textarea {
  width: 100%;
  resize: none;
  border: none;
  padding: 20px;
  height: 270px;
}
.legal-consent-container .field.hs-form-field {
  margin: 0;
}

.actions input {
  margin: 0 auto;
  min-width: 200px !important;
  margin-top: 30px;
}
form .hs-richtext p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2;
  margin: 0;
  padding-top: 20px;
}

form .inputs-list > li {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
  display: block;
  margin-bottom: 0;
}

.hs-dependent-field .hs-form-field {
  min-height: auto !important;
}

.hs-form-booleancheckbox:before {
  content: none !important;
}

header .header-menu .hs-menu-wrapper ul ul {
  background-color: #fff;
  border-top: 0px solid #eee;
  flex-direction: row!important;
  left: -20px!important;
  padding: 20px;
  position: absolute;
  right: -20px;
  top: 100%;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
}

header .header-menu .hs-menu-wrapper ul ul li {
  width: 25%;
  padding: 5px 0px;
  margin: 0;
}
header .header-menu .hs-menu-wrapper ul ul li a {
  /* font-weight: bold; */
  letter-spacing: 0;
  display: inline-block;
}

header .header-menu .hs-menu-wrapper ul ul li a:hover {
  color: #004737;
}

header .header-menu .hs-menu-wrapper>ul>li:hover>a {
  border-bottom: 5px solid #004737;
}

.hs-menu-wrapper.flyouts .hs-item-has-children{
  position: static;
}


footer .container ul li a:hover {
  color: #C3FFC1;
}

footer .social-follow i:hover {
  color: #C3FFC1;
}


footer .backtop i:hover {
  color: #ffffff;
  /* background-color: rgb(242 146 0); */
}

footer .hs-menu-wrapper>ul>li>a {
  color: #fff !important;
}

footer .hs-menu-wrapper>ul>li>a:hover {
  color: #fff!important;
}


.lists ul li:before {
  content: none;
}



.cm-service-card.tech-car-wrapper {
  padding-bottom: 90px!important;
  padding-top: 60px!important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.cm-service-card.tech-car-wrapper a {
  padding: 24px 15px;
}

.fancybox-container.find-out {
  display: none !important;
}
.find-out-open .fancybox-container.find-out {
  display: block !important;
}

.header {
  background-color: #fff !important;
  padding: 14px 0 !important;
}

.cm-home-banner {

  min-height: 80vh;
}

.cm-home-banner .bg_el {
  background-size: contain;
}

.content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center, .container {
  max-width: 1380px !important;
  padding-left: 30px;
  padding-right: 30px;
}

.home_dnd_area_Top{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px !important ;
  padding-bottom: 100px !important ;
}

#hs_cos_wrapper_copyright_ p{
  font-size: 12px !important;
  line-height: 1.4;
}

.two-col-content.cm-two-hr-col {
  padding-top: 200px;
  padding-bottom: 200px;
}

.glide__slides.flex_row {
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.card_quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left: 14vw;
  padding-right: 15vw; */
}

.logos_row.glide__slides.flex_row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion_wrap.dnd__area_2-module-3, .dnd__area_2-module-3, .dnd__area_2-module-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media(min-width: 1380px){

  .main-footer .container,
  header.header .custom-header {
    max-width: 1380px !important;
    margin: 0 auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-footer .container{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}


@media(min-width: 990px){
  .cm-lib-card .flex_row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cm-lib-card .flex_row .card_item {
    max-width: 25%;
  }
}

header .header-menu .hs-menu-wrapper ul ul li:hover a{
  color: #C3FFC1 !important;
}

@media(max-width: 768px){
  body .banner_area-row-0-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

h3,
h3 *,
h2,
h2 * {
  color: #004737;
}

.content-flex {
  display: flex;
  align-items: center;
  width: 100%;
}

.hs-search-field.hs-search-field--initialized {
  max-width: 500px;
  margin: 0 auto;
}

.hs-search-field.hs-search-field--initialized input {
  padding: 10px 5px;
}

.blog-comments button.comment-reply-to:before, .cm-btm-tags a, .hs_fillter_wrp .type_3 .hs_fil_cat_item.is-checked {
  color: #004737;
}

.blog-header__author-social-links svg, .social_share_inner svg {
  fill: #004737;
}


.section.post-footer .hs-form-field > label {
  display: block;
}

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-bottom: 1px solid !important;
  margin-bottom: 20px;
  padding-top: 0 !important;
}

.hs-button.sp-primary:hover{
  background-color: #fff !important;
  color: #004737;
  border-color: #fff;
}

.requestDemo-pop-gp form .hs-richtext a,
.requestDemo-pop-gp form .hs-richtext p {
  font-size: 13px !important;
}

.body-container--blog-index .banner-content-inner p{
  color: #fff !important;
}

span.item-date, span.blog-author {
  background-color: unset !important;
  color: #004737 !important;
}

.system_page_banner h1{
  color: #004737 !important;
}

.hs-menu-wrapper ul{
  display: flex !important;
}

@media(max-width: 768px){
  body .page-center,
  body .dnd-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  @media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
}

form input[type=submit]{
  font-family: 'HRTenon';
}

.legal-consent-container a {
  text-decoration: underline;
}

.contact_page .row-fluid {
  display: flex;
  flex-flow: column;
}

.contact_page .row-number-4 .row-fluid > div:first-child {
  order: 2;
}

header .header-menu .hs-menu-wrapper ul ul {
  display: block !important;
  width: auto;
  left: unset !important;
  right: unset;
}

.hs-menu-children-wrapper li {
  width: auto !important;
}

header.header.fixed {
  box-shadow: 0 4px 5px rgba(0,0,0,.05);
}

span.meta_date.h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #003F2F;
  font-family: 'HRTenon', sans-serif !important;
}

.post-item-cnt h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #003F2F;
}


span.meta_tags .h6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  flex: none;
  flex-grow: 0;
}

span.meta_tags .h6 a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #003F2F;
  padding: 3px 16px;
  gap: 8px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 31px;
  font-family: 'HRTenon', sans-serif !important;
}

.blog-index__post .blog-post-item{
  height: calc(100% - 239px );
}


@media(max-width: 768px){
  header .mobile-menu .hs-menu-wrapper ul ul li a{
    font-size: 16px;
  }

  header .mobile-menu .hs-menu-wrapper ul ul li a{
    font-weight: 400;
  }
}

article.blog-post a {
  text-decoration: underline;
}


@media(max-width: 1260px){
  header .request-demo a{
    min-width: auto;
    padding: 5px 10px !important;
    text-wrap: nowrap;
  }
  header .login a {
    min-width: auto !important;
    padding: 5px 15px !important;
    text-wrap: nowrap;
  }
  header .header-menu {
    padding-left: 10px;
  }
  
  .header-container-wrapper img, header .header-logo img {
    height: 35px !important;
}
}