@font-face { font-family: ETmodules; src: 
  url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/modules.woff) format("woff"), 
  url("https://48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/Hoffman_June2025/Fonts/modules.eot") format("embedded-opentype"),
  url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/modules.ttf) format("truetype"); 
}

@font-face { 
  font-family: "Century Gothic"; 
  font-display: swap;
  src: url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/GOTHIC.ttf) format("truetype"); 
}

body, p {
  font-family: 'Century Gothic',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
}


p {
  margin: 0;
  padding-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding-bottom: 10px;
}

ul, ol {
  margin: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  line-height: 1.3;
}

ul li, ol li {
  margin-bottom: 0;
}

form input[type=search], 
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 {
  padding: 16px;
  border-width: 1px;
  font-size: 24px;
  line-height: normal;
  height: auto;
  font-family: 'Bebas Neue', display;
}

.cm_nv_wrp .cm_nv_inner .custom, 
.hs-button, 
.tabber .media-col .form-wrap input.hs-button, 
form input[type=submit] {
  font-size: 20px;
  border: 0;
}

form input[type=email]:focus, 
form input[type=file]:focus,
form input[type=number]:focus, 
form input[type=password]:focus, 
form input[type=search]:focus, 
form input[type=tel]:focus,
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  border-width: 1px;
  color: #3e3e3e;
  box-shadow: none;
}

/* == add arrow in form button == */
form .hs_submit.hs-submit {
  text-align: center;
  display: flex;
  justify-content: center;
}
form .actions {
  text-align: center;
  position: relative;
}


form .actions:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  border-bottom: 0;
  border-left: 0;
  right: 14px;
  border-color: rgba(255, 255, 255,1.0);
}

form .actions .hs-button {
    padding-right: 30px;
}
/* == end add arrow in form button == */

::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

form .hs-form-field {
  margin-bottom: 14.4px;
}

form.hs-custom-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.cm-footer.footer .col-section {
  padding: 0;
}

.cm-footer .page-center {
  padding-left: 50px;
  padding-right: 50px;
}

.cm-footer .cm-content .footer-menu .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: center;
  line-height: 1.7;
}

.cm-footer.footer .cm-content .hs-menu-wrapper>ul >li {
  margin: 0;
}

.cm-footer.footer .cm-content .hs-menu-wrapper>ul >li >a {
  text-decoration: underline;
}

footer.cm-footer {
  font-size: 14px;
}

.cm-footer.footer .cm-content .hs-menu-wrapper>ul >li:not(:last-child):after {
  content: "|";
  padding-right: 4px;
  color: #005d7d;
}

.cm-footer.footer .cm-content .hs-menu-wrapper>ul>li:not(:first-child):after {
  padding-left: 4px;
}

.cm-footer.footer .footer-section .footer-content p:last-child {
  padding-bottom: 0;
}

.cm-footer.footer .cm-content .hs-menu-wrapper>ul>li:not(:first-child)>a:after {
  padding-left: 4px;
}

.cm-footer.footer .footer-social .footer-social-item i{
  font-family: ETmodules;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  fill: #3b5998;
  color: #3b5998;
  font-weight: 400;
}

.cm-footer.footer .footer-social .footer-social-item i.facebook:before {
  content: "\e093";
}

.cm-footer.footer .footer-social .footer-social-item i.twitter:before {
  content: "\e094";
}

.cm-footer.footer .footer-social .footer-social-item i.linkedin:before {
  content: "\E09D";
}

.cm-footer.footer .cm-footer-icon .footer-social-item {
  height: 32px;
  width: 32px;
}

.cm-footer.footer .cm-footer-icon .footer-social {
  gap: 8px;
}
.cm-footer .cm-content .cm-copy-text p{
  line-height:1.7;
}



@media (min-width: 981px){
  .cm-footer .page-center {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .cm-footer.footer .col-section:not(:last-child) {
    margin-right: 5.5%;
  }
}

@media (min-width: 1800px){
  .cm-footer .page-center {
    padding-top: 36px;
    padding-bottom: 36px;
  }

}

@media (max-width:980px){
  .cm-footer .page-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .cm-footer .cm-content .cm-menu {
    margin-bottom: 15px;
  }

  .cm-footer .cm-content .cm-copy-text {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .cm-footer .cm-content .cm-copy-text p {
    font-size: 13px;
  }

  .cm-footer .cm-content .cm-copy-text p {
    line-height: 1.85;
  }
}

@media (max-width:767px){
  .cm-footer.footer .flex_row .col-section:not(:first-child) {
    padding-top: 0;
  }
}

/*  header css  */

.cm-header .top-section .col12 {
  display: flex;
  justify-content: end;
  padding: 0;
}

.cm-header.header .top-section {
  padding: 0;
}

.cm-header.header hr {
  display: none;
}

.cm-header .cm-top-links a {
  color: #fff;
  text-decoration: underline;
  font-family: 'Bebas Neue', display;
  padding: .3em 1em;
  padding-top: 5px;
  display: inline-block;
}

.cm-header .cm-top-links a:hover {
  color: #b5d99a;
}

header.cm-header.header {
  font-size: 16px;
}

.cm-header .social-share i {
  font-family: ETmodules;
  font-style: normal;
  color: #fff;
}

.cm-header.header .social-share ul>li>a {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  margin-right:8px;
  display: inline-block;
}

.cm-header.header .social-share ul>li:not(:last-child) {
  margin-right: -15px;
}

.cm-header.header .social-share ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: -15px;
}

.cm-header .social-share i.Facebook:before {
  content: "\e093";
}

.cm-header .social-share i.twitter:before {
  content: "\e094";
}

.cm-header .social-share i.linkedIn:before {
  content: "\E09D";
}

.cm-header.header .page-center {
  padding-left: 50px;
  padding-right: 50px;
}

.cm-header.header .social-share ul {
  margin-top: 5px;
  margin-left: 7px;
}

.cm-header.header .primary-section {
  padding: 0;
  padding-bottom: 4px;
}

.cm-header.header .logo-section {
  width: 47.25%;
  margin-right: 5.5%;
}

.cm-header .nav {
  width: 47.25%;
  margin-top: 20px;
}

.cm-header .primary-section .container-wrapper {
  align-items: self-start;
  gap: 0;
}

.cm-header.header .logo-section>span {
  display: block;
  max-width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cm-header .header__menu--desktop > .header__menu-wrapper>li {
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 8px;
}

.cm-header .header__menu--desktop>.header__menu-wrapper>li>a {
  line-height: 1;
}

.cm-header .header__menu--desktop > .header__menu-wrapper {
  justify-content: end;
  gap: 0;
}

.cm-header .header__menu a:hover {
  opacity: .7;
}

.cm-header .nav nav.header__menu.header__menu--desktop {
  margin-left: -11px;
  margin-right: -11px;
}

.cm-header .primary-container {
  min-height: auto;
}

.cm-header .header__menu--desktop>.header__menu-wrapper>li.active>a {
  margin-top: -8px;
  padding-top: 5px;
}





@media (min-width:992px){
  .cm-header.header .right-section {
    display: none;
  }
}

@media (max-width:991px){

  .cm-header .header__menu--desktop>.header__menu-wrapper>li.active>a{
    margin-top: 0; 
  }

  .header-wrapper {
    min-height: 123px;
  }

  .cm-header.header .top-section {
    display: block;
    min-height: 48px;
  }

  .cm-header.header .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-header.header .social-share ul li{
    margin-bottom: 0; 
  }

  .cm-header.header .top-section .page-center{
    padding-top: 6px;
  }

  .cm-header.header .social-share ul>li>a {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .cm-header.header .social-share ul {
    margin: 0;
    justify-content: flex-end;
  }

  .cm-header.header .social-share {
    margin-top: 0;
  }

  .cm-header .cm-top-links a {
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
  }
  .cm-header .top-section .col12 {
    justify-content: center;
  }

  .cm-header .top-section .col12>div {
    width: 100%;
  }

  .cm-header .top-section .col12 .cm-top-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }

  .cm-header .cm-top-links a.link1 {
    width: 100%;
  }

  .cm-header .primary-section .container-wrapper {
    justify-content: flex-start;
  }

  .cm-header.header .logo-section {
    padding-right: 20%;
    margin-right: auto;
    width: auto;
  }

  .cm-header.header .right-section {
    max-width: 50%;
  }

  .cm-header.header .logo-section img {
    height: 75px !important;
    width: 100% !important;
    max-width: 367px;
  }

  .cm-header.header .logo-section>span {
    max-width: none;
    padding: 0;
  }

  .cm-header.header .primary-section {
    padding: 0;
  }

  .cm-header.header .cst-humburger-icon .trigger {
    display: none;
  }

  .cm-header.header .cst-humburger-icon:before {
    content: "a";
  }

  .cm-header.header .cst-humburger-icon {
    font-family: ETmodules !important;
    font-size: 46px;
    color: #FFFFFF;
    position: relative;
    margin: 0 6px;
    height: 58px;
    bottom: 3px;
  }

  header.cm-header.header .nav {
    top: 123px;
    background-color: #005d7d;
    width: 50%;
    margin: 0;
    padding: 5%;
    left: auto;
    right: 0;
    padding-top: 24px;
    padding-right: 32px;
  }

  header.cm-header .mobile-close-icon {
    display: none;
  }

  header.cm-header .nav .header__menu.header__menu--desktop> ul {
    padding: 0;
  }

  header.cm-header .nav .header__menu.header__menu--desktop> ul >li> a {
    display: inline-block;
    font-size: 36px;
    padding: 0;
    text-align: right;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop> ul >li {
    margin: 0 0 25px;
    padding: 0;
    text-align: right;
  }

  header.cm-header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border: 0;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop> ul li a {
    font-size: 36px;
    padding: 0;
    text-align: right;
    display: inline-block;
    width: auto;
    margin-left: auto;
  }

  .header.cm-header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  header.cm-header .nav nav.header__menu.header__menu--desktop {
    margin: 0;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
    left: 0;
    height: 36px;
  }

  header.header.cm-header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before {
    font-size: 40px;
    line-height: 1;
    margin-top: -9px;
  }

  header.header.cm-header .nav .header__menu.header__menu--desktop> ul >li> ul {
    width: 100%;
  }

  .cm-header.header .top-section {
    background-color: #333333;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop>ul li ul li a{
    font-size: 25px;
    padding: 5px 0px;
  }

}


.cm-careers .top_sec h1,
.cm-services .top_sec h1{
  font-size: 295px;
  color: rgba(0,93,125,0.1);
  line-height: 230px;
  text-align: right;
  letter-spacing: -6px;
}

.cm-careers .page-center {
  padding: 0 50px;
}

.cm-careers .col6 {
  padding: 0;
}

.cm-careers .top_sec.noButton,
.cm-services .top_sec.noButton{
  padding: 0;
  margin-bottom: 0px !important;
  width: 100%;
  position: absolute !important;
  top: 0px;
  bottom: auto;
  right: 50px;
  left: auto;
}

.cm-careers .content-col.col6 {
  width: 47.25%;
  margin-right: 5.5%;
  padding-right: 50px;
}

.cm-careers .media_column {
  width: 47.25%;
  padding-top: calc(100px + 2.82% + 23px);
}

.cm-careers.two-col-content .flex_row {
  padding-top: 55px;
}

.cm-careers .content-col.col6 hr,
.cm-pride .content-col.col6 hr,
.cm-services .content-col hr{
  width: 20%;
  position: relative;
  margin: 0 0 10px;
  height: 23px;
  display: block;
  background-color: transparent;
}

.cm-careers .content-col.col6 hr:before,
.cm-pride .content-col.col6 hr:before,
.cm-services .content-col hr:before{
  content: "";
  height: 1px;
  top: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  border-top: 10px solid #b7dd79;
  width: auto;
}

.cm-careers .content-col.col6 h3 {
  font-size: 32px;
  font-family: Helvetica, 'Century Gothic', Arial, Lucida, sans-serif;
  line-height: 1.2em;
  padding-right: 50px;
  padding-bottom: 15px;
}

.cm-careers .content-col.col6 p:last-of-type {
  letter-spacing: 2px;
  padding-bottom: 0;
}

.cm-careers .content-col.col6 a {
  text-decoration: underline;
}

.cm-content.cnt-wit-bg-wrp {
  padding-top: 25px;
}
.cm-content p {
  padding-bottom: 25px;
  line-height: 1.7;
}

.cm-content p:last-child {
  padding-bottom: 0;
}


.cm-pride .col6 {
  padding: 0;
}

.cm-pride .page-center,
.cm-content .page-center{
  padding: 0 50px;
}

.cm-pride .media_column.col6 {
  width: 47.25%;
  margin-right: 5.5%;
}

.cm-pride .content-col.col6 {
  width: 47.25%;
  padding-top: 25px;
}

.cm-pride.two-col-content .content-col .description {
  text-align: center;
}

.cm-pride .content-col.col6 hr {
  margin: 0 auto;
}

.cm-pride blockquote {
  border: none;
  padding: 15px 45px 15px 15px;
  margin: 0;
}

.cm-pride blockquote>p {
  font-size: 28px;
  line-height: 1.2;
  color: #2c7b80;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.cm-pride blockquote + p {
  font-size: 28px;
  text-align: right;
  line-height: 0.85;
  font-weight: 700;
  color: #2c7b80;
  padding: 0;
}

.cm-pride blockquote ~ blockquote {
  margin-top: 50px;
  padding-right: 15px;
}

/* .cm-pride .media_column img {
height: 610px;
}

.cm-pride .media_column .single-img {
width: 660px;
} */

.cm-services .col6 {
  padding: 0;
}

.cm-services .page-center {
  padding: 0 50px;
}

.cm-services .flex_row {
  padding-top: 65px;
}

.cm-services .content-col.col6 {
  width: 47.25%;
  margin-right: 5.5%;
}

.cm-services .media_column.col6 {
  width: 47.25%;
  margin-top: 176px;
}

.cm-services .content-col h3 {
    font-family: 'Century Gothic', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.35;
  margin-bottom: 5.82%;
  color: #2c7b80;
  margin-top: -8px;
}

.cm-services p {
  line-height: 1.55;
  padding: 0;
  margin-bottom: 5.82%;
}

.cm-services p:last-child {
  margin-bottom: 0;
}

.cm-services .content-col h1 {
  display: none;
}

.cm-services .content-col hr {
  display: none;
}

.cm-services.two-col-content .content-col .description {
  margin-bottom: 0;
}

.cm-service-sec .top_sec.noButton {
  padding: 0;
  text-align: left;
  width: 29.6667%;
  margin-bottom: 29px;
}

.cm-service-sec .page-center {
  padding: 0 50px;
}

.cm-service-sec  .content-col.col6 {
  width: 47.25%;
  margin-right: 5.5%;
  padding: 0;
}

.cm-service-sec  .media_column.col6 {
  width: 47.25%;
  padding: 0;
}

.cm-service-sec .top_content hr {
  width: 30%;
  margin: 0;
  height: 23px;
  background-color: transparent;
  position: relative;
}

.cm-service-sec .top_content hr:before {
  content: "";
  border-top: 10px solid #b7dd79;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
}

.cm-service-sec .content-col h3 {
  font-family: 'Century Gothic', Helvetica,  Arial, Lucida, sans-serif;
  line-height: 1.35em;
  color: #2c7b80;
  margin-bottom: 5.82%;
}

.cm-service-sec p {
  line-height: 1.55;
}

.cm-service-sec.two-col-content .content_box {
  margin-top: 30px;
}

.cm-service-sec.two-col-content .content-col .description {
  margin-bottom: 0;
}



.cm-service-sec p:last-child {
  padding-bottom: 0;
}

@media (min-width:992px){

  .cm-header .header__menu--desktop>.header__menu-wrapper>li.active>a {
    border-top: 3px solid;
  }

}


@media (min-width:981px){


  .cm-careers.two-col-content .flex_row,
  .cm-content.cnt-wit-bg-wrp {
    padding-bottom: 2%;
  }
}

@media (min-width:1800px){
  .cm-careers.two-col-content .flex_row,
  .cm-content.cnt-wit-bg-wrp  {
    padding-bottom: 36px;
  }
}


@media (max-width:980px){
  .cm-careers .content-col.col6 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .cm-careers .page-center,
  .cm-pride .page-center,
  .cm-content .page-center{
    padding: 0 20px;
  }

  .cm-careers.two-col-content .flex_row {
    padding: 30px 0;
  }

  .cm-careers .media_column {
    width: 100%;
    padding: 0;
  }

  .cm-careers.two-col-content .content-col .description {
    margin-bottom: 20px;
  }

  .cm-careers .content-col.col6 h3 {
    padding-right: 0;
  }

  .cm-pride .media_column.col6 {
    width: 100%;
    margin: 0;
  }

  .cm-pride .content-col.col6 {
    width: 100%;
    padding-top: 0;
  }

  .cm-pride.two-col-content .content-col .description {
    text-align: left;
    margin-bottom: 20px;
  }

  .cm-pride .content-col.col6 hr {
    margin: 0;
  }

  .cm-services .page-center {
    padding: 0 20px;
  }

  .cm-services .content-col h1, 
  .cm-services .content-col hr {
    display: block;
  }

  .cm-services .flex_row {
    padding-top: 30px;
  }

  .cm-services .content-col.col6 {
    width: 100%;
    margin-right: 0;
  }


  .cm-service-sec .content-col.col6 {
    width: 100%;
    margin-right: 0;
  }

  .cm-service-sec .media_column.col6 {
    width: 100%;
  }

  .cm-service-sec .page-center {
    padding: 0 20px;
  }

  .cm-service-sec .top_sec.noButton {
    width: 100%;
  }
}

@media (max-width:767px){

  .cm-services .media_column.col6 {
    width: 100%;
    margin-top: 0px;
  }


  .cm-careers .top_sec h1,
  .cm-services .top_sec h1{
    font-size: 90px;
    line-height: 70px;
  }

  .cm-careers .top_sec.noButton,
  .cm-services .top_sec.noButton{
    right: 0;
  }

  .cm-careers .content-col.col6 hr,
  .cm-pride .content-col.col6 hr,
  .cm-services .content-col hr{
    width: 30%;
    margin-top: -8px;
  }

  .cm-careers .content-col.col6 hr:before,
  .cm-pride .content-col.col6 hr:before,
  .cm-services .content-col hr:before{
    border-top: 5px solid #b7dd79;
  }

  .cm-careers .content-col.col6 h3,
  .cm-services .content-col h3{
    font-size: 20px;
  }

  .cm-pride blockquote>p {
    font-size: 20px;
  }

  .cm-pride blockquote {
    padding: 0 0 15px;
  }

  .cm-pride blockquote+p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .cm-pride blockquote~blockquote {
    margin: 0;
    padding-right: 0;
  }

  .cm-pride .content-col.col6 hr {
    margin-bottom: 10px;
  }

  .cm-careers.two-col-content .flex_row {
    gap: 0;
  }

  .cm-service-sec .content-col h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .cm-service-sec p {
    font-size: 16px;
  }

}


/*  blog css */
.cm-media-post .page-center {
  padding: 0 50px;
}

.cm-media-post .cm-back-btn {
  margin: 20px 0;
}

.cm-media-post .cm-back-btn a {
  background-color: #fdb71a;
  padding-right: 0.7em;
  padding-left: 2em;
  font-size: 18px;
  font-family: 'Bebas Neue', display;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5.4px;
  display: inline-block;
  position: relative;
}

.cm-media-post .cm-back-btn a:before {
  content: "4";
  font-family: ETmodules !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  display: inline-block;
  opacity: 1;
  position: absolute;
  right: auto;
  margin-left: -1.3em;
  margin-top: -2px;
}


.cm-media-post .cm-post-details {
  position: relative;
}

.cm-media-post .cm-post-tag {
  width: 100%;
  position: absolute;
  top: -20px;
  bottom: auto;
  right: 0px;
  left: auto;
}

.cm-media-post .cm-post-tag .water_mark{
  font-size: 265px;
  color: rgba(0, 93, 125, 0.1);
  letter-spacing: -6px;
  line-height: 233px;
  text-align: right;
  font-family: Bebas Neue, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.cm-media-post .post-title hr {
  width: 20%;
  position: relative;
  margin: 0px;
  height: 23px;
  display: block;
  background-color: transparent;
}

.cm-media-post .post-title hr:before {
  content: "";
  height: 1px;
  top: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  border-top: 12px solid #b7dd79;
  width: auto;
}

.cm-media-post .cm-flex{
  display:flex;
  padding-top: 36px;
  flex-wrap: wrap;
}

.cm-media-post .cm-flex .cm-left{
  width: 47.25%;
  margin-right: 5.5%;
  padding: 0;
}

.cm-media-post .cm-flex .cm-right{
  width: 47.25%;
  padding: 0;
}

.cm-media-post .cm-flex .cm-left h3 {
  font-size: 36px;
  font-family: 'Century Gothic', helvetica;
  color: #2c7b80;
  line-height: 1.16;
}

.cm-media-post .cm-flex .cm-left .cm-content-inner{
  max-width: 545px;
}

.cm-media-post .cm-left h6 {
  font-size: 20px;
  color: #72808a;
  line-height: 1.2;
}

.cm-media-post ol
{
  padding: 0 0 1em;
  list-style-position: inside;
}

.cm-media-post ul
{
  padding: 0 0 1em 1em;
}

.cm-media-post .cm-left p {
  line-height: 1.8;
}

.cm-media-post .cm-left p:last-child {
  padding-bottom: 0;
}



.cm-media-post .cm-left h4 {
  font-size: 30px;
  color: #333;
}

.post-btm-pane p:last-child{
  padding-bottom: 0; 
}
.cm-media-post .cm-top-section {
  padding-bottom: 35px;
}
@media(min-width: 1800px){
  .cm-media-post .cm-bottom-secton {
    padding-bottom: 37px;
  } 
}

@media(max-width: 1799px) and (min-width: 981px){
  .cm-media-post .cm-bottom-secton {
    padding-bottom: calc(4% - 35px);
  } 
}


@media (max-width:980px){
  .cm-media-post .cm-top-section {
    padding-bottom: 0px;
  }
  .cm-media-post .cm-bottom-secton {
    padding-bottom: 15px;
  } 

  .cm-media-post .cm-flex .cm-left{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .cm-media-post .cm-flex .cm-right{
    width: 100%;
  }

}

@media (max-width:767px){

  .cm-media-post .cm-flex .cm-left h3{
    font-size: 20px;
    line-height: 1.35;
  }

  .cm-media-post .page-center{
    padding:0 20px;
  }
  .cm-media-post .post-title hr:before {
    border-top-width: 5px;
  }

  .cm-media-post .cm-left p {
    line-height: 26px;
  }
  .cm-media-post .cm-left ol, 
  .cm-media-post .cm-left ul {
    line-height: 1.7;
  }
  .cm-media-post .cm-flex {
    padding-top: 0;
  }

  .cm-media-post .cm-post-tag .water_mark {
    font-size: 100px;
    line-height: 1;
  }

}

@media(max-width: 450px){
  .cm-media-post .cm-post-tag .water_mark {
    font-size: 80px;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop>ul li ul li a{
    font-size: 20px;

  }

}

@media(max-width: 375px){
  header.cm-header.header .nav .header__menu.header__menu--desktop>ul >li >a{
    font-size: 30px;
  }

  header.cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger {
    height: 30px;
  }


}

@media(max-width: 335px){
  .cm-header .cm-top-links a{
    line-height: 1; 
  }
  .cm-header.header .top-section .page-center {
    padding-top: 7px;
  }
  .cm-header.header .social-share ul li{
    margin-bottom: 0 
  }
  .cm-header.header .top-section .page-center{
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* //////// CSS 2 /////// */


/* .cm-media-post .cm-left h6{
margin-top: -20px;
padding-bottom: 0;
} 

.cm-media-post .cm-left hr{
margin-bottom: 15px; 
}*/

.cm_contact_sec .rich_text hr{
  margin: 0 auto calc(2.75% + 23px);
}

form ul.hs-error-msgs{
  display: none !important;
}

form .hs-input.invalid.error {
  color: #ff0000;
  background: #ff9292;
}

form fieldset.form-columns-2 .hs-form-field:not(:last-child) .input {
  margin-right: 3%;
}
form fieldset.form-columns-1 .hs-form-field .input,
form fieldset.form-columns-2 .hs-form-field:last-child .input{
  margin-right: 0;
}

.cm-tag-section{
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #d8dcdb; 
  position: relative;
  z-index: 9;
}

.cm-tag-section .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  column-gap: 25px;
}

.cm-tag-section .inner-wrap a {
  color: #72808a;
  font-family: 'Bebas Neue', display;
  text-transform: uppercase;
  display: inline-block;
  line-height: 26px;
  font-size: 24px;
  font-weight: 500;
  border-top: 5px solid RGBA(255, 255, 255, 0);
  padding-top: 10px;

}

.cm-tag-section .inner-wrap a:hover{
  border-top-color: #005D7D; 
}

.cm_back.cnt-wit-bg-wrp .page-center,
.cm_navigation .page-center{
  padding-right: 50px;
  padding-left: 50px;
}

.cm_navigation .cm_nv_inner .btn_row .btn_item .hs-button{
  padding: 10px 0.7em .3em 2em;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 1px;
  position: relative;
}

.cm_navigation .cm_nv_inner .btn_row .btn_item .hs-button:before{
  content: "4";
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  opacity: 1;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;
  font-family: ETmodules;
  font-weight: 400;
  margin-top: -2px;
  position: absolute;
}

.cm_back.cnt-wit-bg-wrp hr {
  background-color: transparent;
  display: block;
  height: 23px;
  margin: 0;
  position: relative;
  width: 20%;
}

.cm_back.cnt-wit-bg-wrp hr:before{
  border-top: 12px solid #b7dd79;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* .our-mission.cm-testimonial.two-col-content .content-col .description{
margin-bottom: 0;
padding: 65px;
}

.our-mission.cm-testimonial.our-mission .right_column{
margin-top: 45px;
} */


@media(max-width: 980px){
  .cm-tag-section{
    display: none;
  }

  .cm_contact_sec .rich_text hr{
    margin-bottom: : calc(10 + 23px);
  }

}


@media (max-width: 767px) {
  .cm_back.cnt-wit-bg-wrp hr:before {
    border-top-width: 5px;
  }

  .cm_back.cnt-wit-bg-wrp .page-center,
  .cm_navigation .page-center{
    padding-right: 20px;
    padding-left: 20px;
  }
  .cm_navigation.cm_nv_wrp .cm_nv_inner{
    padding-right: 0px;
    padding-left: 0px;
  }
}


@media(max-width: 480px){
  form fieldset.form-columns-2 .hs-form-field:not(:last-child) .input {
    margin-right: 0;
  } 
}

/* //////// CSS 3 /////// */

.cm-contact-banner .media_column {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-left: 35px;
}
.cm-contact-banner.two-col-content .content_box {
  background-image: url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/images/bg_contactBusinessCard.svg);
  min-height: 389px;
  padding-top: 175px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px !important;
  font-size: 21px;
  line-height: 1.3em;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.cm-contact-banner.two-col-content .description hr {
  background-color: #b7dd79;
  height: 10px;
  width: 127px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 8%;
}
.cm-contact-banner.two-col-content .description h3 {
  font-size: 30px;
  font-family: 'Century Gothic',Helvetica,Arial,Lucida,sans-serif;
}


.cm-contact-banner.two-col-content .description h2 a {
  margin-bottom: 0px;
  display:block;
}
.cm-contact-banner.two-col-content .description h2  {
  margin-bottom: 0px;

}

.cm-contact-banner.two-col-content .description p {
  line-height:1.55;
}

.cm-contact-banner.two-col-content .description a{
  margin-bottom: 60px;
  display:block;
} 

.cm-contact-banner.two-col-content  .media_column .text_block p {
  color: #ffffff;
}

.cm-contact-banner.two-col-content .description p:first-of-type {
  padding-bottom: 80px;
  line-height: 1.55;
}

.cm-contact-banner .content-col.col6 {
  width: 47.25%;
  margin-right: 5.5%;
  padding: 0;
}

.cm-contact-banner .media_column.col6 {
  width: 47.25%;
  padding: 0;
}

.cm-contact-banner .page-center {
  padding: 0 50px;
}

.cm-contact-banner .top_sec.noButton {
  padding: 0;
  margin-bottom: 0px;
  width: 100%;
  position: absolute;
  top: -55px;
  bottom: auto;
  right: 50px;
  left: auto;
  text-align: right;
}

.cm-contact-banner .top_sec h1 {
  font-size: 295px;
  color: rgba(0, 93, 125, 0.1);
  letter-spacing: -6px;
  line-height: 230px;
  text-align: right;
}

.cm_contact_sec .rich_text hr{
  position: relative;
  width: 10%;
  margin: 0  auto 2.75%;
  padding-bottom: 0px;
}

.cm_contact_sec .rich_text hr:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-top-color: #b7dd79;
  border-top-width: 10px;
}

.cm_contact_sec  .page-center {
  padding-left: 165px;
  padding-right: 165px;
}

.cm_contact_sec .rich_text h3 {
  font-family: 'Century Gothic', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3;
  color: #2c7b80;
}

.cm_contact_sec p {
  color: #2c7b80;
}

.cm_contact_sec p:last-child {
  padding-bottom: 0;
}

@media (max-width:980px){

  .cm-contact-banner .content-col.col6 {
    width: 100%;
    margin-right: 0;
  }

  .cm-contact-banner .media_column.col6 {
    width: 100%;
  }

  .cm-contact-banner.two-col-content .flex_row {
    gap: 0;
  }

  .cm_contact_sec .text_center {
    text-align: left;
  }
  .cm_contact_sec .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .cm_contact_sec .rich_text hr {
    margin: 0;
    margin-bottom: 7px;
    width: 30%;
    height: 23px;
    background-color: transparent;
  }
  .cm_contact_sec .rich_text hr:before {
    border-top-width: 5px;
  }

  .cm-contact-banner.two-col-content .description p:first-of-type {
    padding-bottom: 60px;
  }
}


@media (max-width:767px){
  .cm-contact-banner .page-center {
    padding: 0 20px;
  }

  .cm_contact_sec .rich_text h3 {
    font-size: 20px;
  }

  .cm-contact-banner .top_sec h1 {
    font-size: 90px;
    line-height: 70px;
  }

  .cm-contact-banner .top_sec.noButton {
    right: 0;
    top: -30px;
  }

  .cm-contact-banner.two-col-content .description h3 {
    font-size: 20px;
  }

  .cm-contact-banner.two-col-content .description hr {
    height: 5px;
    width: 30%;
    margin-bottom: 33px;
  }
  .cm-contact-banner.two-col-content .content-col .description {
    margin-bottom: 10px;
  }

  .cm-contact-banner.two-col-content .content_box {
    margin-top: 0;
  }

}

.password-prompt input[type=password], .systems-page form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  border-width: 1px;
}
.systems-page form .actions {
  text-align:left;
}
.logo_slider .logos_row .logo_item, .cm_tm_wrp .cm_tm_card.splide__slide {
  padding-left: 10px;
  padding-right: 10px;
}
.hs_service .hs-search-field button {
  top: 25%;
}
@media (min-width:768px) {
  .hs-blog-post .blog-feed .recent-post-item, .blog-feed .recent-post-item, .testimonials_slider .testmn_item, .gallery-section .bottom_roww .column, 
  .card_gallery .card_item, .hs_fillter_wrp .hs_fil_item, .blog-feedV2 .flex_row .recent-post-item2, .latest_projects .item, .testimonials_sliderv3 .testmn_item, 
  .pricing-table-gp .row.flex_row .pricing-table-itemsm, .hs_fillter_wrp .hs_fil_t2_item, .cm_tm_wrp .cm_tm_card  {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* //////// CSS 4 /////// */



@font-face {
  font-family: ETmodules; 
  src: url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/ETmodules.eot) format("embedded-opentype"), 
    url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/ETmodules.woff) format("woff"),
    url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/ETmodules.ttf) format("truetype"),
    url(//48532121.fs1.hubspotusercontent-na1.net/hubfs/48532121/raw_assets/public/Hoffman_June2025/fonts/ETmodules.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: block; 
}

.cm-testimonial.our-mission .content-col .cont-inner{
  padding: 0;
  height: auto;
}

.cm-testimonial.our-mission .right_column.col7{
  padding: 0;
}

.our-mission.cm-testimonial.two-col-content .content-col .description{
  padding: 65px;
  margin: 0;
}

.our-mission.cm-testimonial .bg-image{
  filter: none;
}

.our-value .top_sec h2.title {
  font-size: 72px;
  position: relative;
  letter-spacing: -2px;
}

.our-value .top_sec {
  text-align: left;
  padding: 0;
  width: 29.6667%;
  margin-bottom: 25px;
}

.our-value .top_sec h2.title:after {
  bottom: -11px;
  right: 0px;
  left: 0px;
  content: "";
  position: absolute;
  border-top: 10px solid #b7dd79;
  width: 30%;
}

.two-col-content.our-value .content-col .description h3 {
  font-family: 'Century Gothic', Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
  line-height: 1.35em;
}

.two-col-content.our-value .content-col .description {
  margin: 25px 0 15px;
}

.our-value .content-col.col4 {
  margin-right: 5.5%;
  width: 36.7%;
}

.our-value .media_column.col7 {
  width: 57.8%;
}

.our-value .page-center {
  padding: 0 50px;
}

.two-col-content.our-value .single_parallax{
  height: 100%;
}

.our-value.two-col-content.cm_single_media .para_imge{
  background-size: contain;
}

.wwa .page-center {
  width: 80%;
}

.wwa .top_sec {
  padding: 0;
  text-align: left;
  margin: 0;
  width: 29.6667%;
}

.wwa .top_sec h2 {
  font-size: 72px;
  letter-spacing: -2px;
  position: relative;
  margin-bottom: 10px;
}

.wwa .top_sec h2:after {
  bottom: -10px;
  right: 0px;
  left: 0px;
  content: "";
  position: absolute;
  border-top: 10px solid #b7dd79;
  width: 30%;
}

.cm-video .video_container {
  padding: 40px 20px 20px;
  border: 1px solid #d9d9d9;
}

.cm-video.adv_video_module .vid_trigger svg {
  color: #fff;
  fill: #fff;
}

.expertise .page-center {
  padding: 0 50px;
}

.expertise h1:not(:first-child) {
  font-size: 295px;
  color: rgba(0, 93, 125, 0.1);
  letter-spacing: -6px;
  line-height: 230px;
  text-align: right;
  top: -65px;
  position: absolute;
  right: 50px;
  z-index: -1;
}

.expertise h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.25;
  font-family: 'Century Gothic', Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 5.82%;
  margin-top: -8px;
}

.expertise p {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 2px;
}

.expertise p:last-child {
  padding: 0;
}

.expertise.two-col-content .content-col .description {
  margin: 0;
}

.expertise.two-col-content .media_column,
.expertise.two-col-content .content-col {
  width: 47.25%;
}

.expertise.two-col-content .content-col {
  padding-right: 10%;
  margin-right: 5.5%;
}

.expertise.two-col-content .single_parallax {
  padding: 0;
  min-height: 315px;
}

.expertise.two-col-content .media_column{
  margin-top: 175px;
}

.expertise h1:first-child {
  display: none;
}

.cm-home .footer_partial_wrapper{
  display: none;
}

.cm-home .row-fluid [class*=span] {
  min-height: auto;
}

.cm-home .header .primary-section{
  background-color: transparent;
}

.cm-home .cm-header .primary-container {
  position: absolute;
  left: 0;
  width: 100%;
}

.cm-home .cm-header .header__menu--desktop>.header__menu-wrapper>li>a {
  padding-bottom: 2px;
}

.cm-home .cm-header .nav {
  margin-top: 0px;
}

.our-mission.cm-testimonial .right_column .cm-name,
.our-mission.cm-testimonial .right_column .cm-designation{
  border-width: 16px;
}
.custom-no-navigation header.cm-header .container-wrapper {
  min-height: auto;
}


@media (min-width: 983px) {
  .cm-testimonial.our-mission .content-col.col4,
  .cm-testimonial.our-mission .right_column.col7{
    width: 47.25%;
  }
}

@media (min-width: 992px) {
  .cm-home .cm-header .primary-section .container-wrapper{
    align-items: center;
  }

  .cm-home .header .top-section{
    background-color: #000;
  }

  .cm-home .header .primary-section{
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .cm-home .header-wrapper {
    min-height: 48px;
  }

  .cm-home header.cm-header.header .nav{
    background-color: transparent;
  }
}
@media (max-width: 991px) { 
  .header-wrapper.custom-no-navigation {
    min-height: 75px;
  }
}
@media (max-width: 982px) {
  .cm-testimonial.our-mission .content-col .cont-inner {
    padding: 0 0 70px;
  }



  .our-value .media_column.col7,
  .our-value .content-col.col4 {
    width: 100%;
    margin: 0;
  }

  .our-value .top_sec {
    width: 100%;
    margin-bottom: 53px;
  }

  .wwa .top_sec {
    width: 100%;
  }

  .cm-video .page-center {
    width: 80%;
    max-width: 1440px !important;
  }

  .cm-video .video_container{
    margin-top: 15px;
  }

  .expertise.two-col-content .media_column, 
  .expertise.two-col-content .content-col {
    width: 100%;
  }

  .expertise.two-col-content .content-col{
    margin: 0;
  }

  .expertise.two-col-content .flex_row {
    row-gap: 0;
  }

  .expertise h3 {
    margin-bottom: 30px;
  }

  .expertise.two-col-content .content-col .description {
    margin-bottom: 30px;
  }

  .expertise h1:not(:first-child) {
    font-size: 150px;
    line-height: 150px;
    top: -80px;
  }

  .cm-testimonial.our-mission  .flex_row {
    row-gap: 0;
  }

}

@media (max-width: 767px) {
  .our-value .page-center{
    padding: 0 20px;
  }

  .our-value .top_sec h2.title{
    font-size: 42px;
  }

  .two-col-content.our-value .content-col .description h3{
    font-size: 20px;
  }

  .our-value .top_sec h2.title:after {
    border-width: 5px;
    bottom: -5px;
  }

  .our-value .top_sec {
    margin-bottom: 0;
  }

  .two-col-content.our-value .content-col .description {
    margin-top: 23px;
  }

  .our-value.two-col-content .flex_row {
    row-gap: 0;
  }

  .two-col-content.our-value .single_parallax {
    padding: 0;
  }

  .our-value .media_column.col7 {
    min-height: 150px;
  }

  .wwa .top_sec h2{
    font-size: 42px;
  }

  .wwa .top_sec h2:after{
    bottom: -5px;
    border-width: 5px;
  }

  .cm-video .page-center{
    width: 100%:    
  }

  .wwa .page-center {
    width: 100%;
  }

  .expertise h1:not(:first-child) {
    font-size: 90px;
    line-height: 70px;
    top: -30px;
    right: 0;
  }

  .expertise .page-center {
    padding: 0 20px;
  }

  .expertise.two-col-content .content-col {
    padding-right: 0;
  }

  .expertise h1:first-child {
    display: block;
    position: relative;
    margin-bottom: 23px;
  }

  .expertise h1:first-child:before {
    border-bottom: 5px solid #b7dd79;
    width: 30%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 5px;
    content: "";
    position: absolute;
  }

  .expertise h3 {
    font-size: 20px;
    color: #2c7b80;
    line-height: 1.35em;
  }

  .expertise.two-col-content .media_column {
    margin-top: 0;
  }

  .our-mission.cm-testimonial.two-col-content .content-col .description{
    padding: 65px 20px;
  }

  .cm-testimonial.our-mission .content-col .cont-inner {
    padding: 0 0 40px;
  }
}



.ctm_error .inner-wrapper {
  display: flex;
}

.ctm_error .cm-left {
  width: 79.125%;
  padding-right: 5.5%;
}

.ctm_error .content-wrapper {
  padding: 0;
  padding-top: 58px;
  position: relative;
  width: 80%;
}

.ctm_error .cm-left h2 {
  color: #333;
}

.ctm_error .cm-left p {
  color: #666;
  font-size: 14px;
  padding-bottom: 0;
}

.ctm_error .content-wrapper:before {
  right: 20.875%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}

.ctm_error .cm-right {
  width: 20.875%;
  padding-left: 30px
}

.ctm_error form input[type=search]{
  padding: .7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 3px;
}

.ctm_error form input[type=submit] {
  padding: .7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
  background-color: #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Century Gothic',Helvetica,  Arial, Lucida, sans-serif;
}

.ctm_error .cm-right .ctm-archives h3 {
  font-size: 25px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

.ctm_error .cm-right .ctm-archives ul{
  padding: 0 0 30px 0; 
}

.ctm_error .cm-right .ctm-archives ul li{
  margin-bottom: .5em;
  list-style: none;
}

.ctm_error .cm-right .ctm-archives ul li a{
  color: #666; 
  line-height: 1.7em;
  font-weight: 500;
  font-size: 14px;
}

.ctm_error .cm-right .ctm-archives .filter-link-count,
.ctm_error .cm-right .ctm-archives  .filter-expand-link{
  display: none; 
}




@media(max-width: 980px){
  .ctm_error .cm-left  {
    margin-bottom: 42px; 
    padding-right: 0;
  }

  .ctm_error .cm-left,
  .ctm_error .cm-right{
    width: 100%; 
  }
  .ctm_error .inner-wrapper {
    flex-wrap: wrap;
  }
  .ctm_error .content-wrapper:before{
    display: none;
  }

  .ctm_error .cm-right {
    padding-left: 0px;
  }

}