@font-face { 
  font-family: "EurostileEx";
  src: url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/EurostileExtended-Black-1.woff2) format("woff2"),
    font-style: normal;
  font-weight: bold;
  font-display: auto;
}

@font-face { 
  font-family: eicons;
  src: url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/eicons-new.eot) format("embedded-opentype"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/eicons-new.woff2) format("woff2"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/eicons-new.woff) format("woff"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/eicons-new.ttf) format("truetype"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/eicons-new.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/fa-solid-900-n.eot) format("embedded-opentype"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/fa-solid-900-n.woff2) format("woff2"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/fa-solid-900-n.woff) format("woff"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/fa-solid-900-n.ttf) format("truetype"),
    url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/fonts/fa-solid-900-new.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

:root{
  --font-awesom-5: "Font Awesome 5 Free";
  --EurostileEx: "EurostileEx", Sans-serif;
  --eicons: eicons;
  --FontAwesome-5-Brands: "Font Awesome 5 Brands";
  --Montserrat: "Montserrat", Sans-serif;
}














:root{
  
  --TitilliumWeb: Titillium Web, Sans-serif;
  
}


.child_theme body {
  font-family: var(--TitilliumWeb);
}
.child_theme h1,
.child_theme h2,
.child_theme h3,
.child_theme h4,
.child_theme h5,
.child_theme h6 {
  font-family: var(--EurostileEx);
}








.child_theme a {
  transition: all .2s linear;
}


.child_theme .contact_page_v2 .form-row.hs-secondary .hs-button {
  border-color: rgba(144, 24, 27, 1.0);
  color: rgba(144, 24, 27, 1.0);
}

.child_theme .servs-details-pg .hs-search-field button {
  top: 25px;
}

.child_theme .error-page:before {
  color: rgba(230, 230, 230, .8);
}

.child_theme .landing_pg_v6 .cm_single_media .btn_item a.hs-sec-btn {
  color: rgba(144, 24, 27, 1.0);
  border-color: rgba(144, 24, 27, 1.0);
}

.child_theme .home_page_v1_page .cm_single_media a.hs-sec-btn {
  border-color: rgba(144, 24, 27, 1.0);
  color: rgba(144, 24, 27, 1.0);
}

.child_theme .home_page_v5_page .cm_single_media a.hs-sec-btn {
  color: rgba(144, 24, 27, 1.0);
  border-color: rgba(144, 24, 27, 1.0);
}



/*  -------------------------------------form */


.span2 .hs-button,
.span3 .hs-button,
.span4 .hs-button,
.span5 .hs-button,
.span6 .hs-button{
  padding: 15px 30px;
  font-family:Titillium Web, sans-serif;
}
.span2 .hs-sec-btn,
.span3 .hs-sec-btn,
.span4 .hs-sec-btn,
.span5 .hs-sec-btn,
.span6 .hs-sec-btn{
  padding: 14px 60px;
  font-family:Titillium Web, sans-serif;
}

.child_theme .hs-form-field {
  margin-bottom: 15px;
  padding: 0;
}

.child_theme .hs-form-field > label,
.child_theme .field > label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.child_theme form input[type=email],
.child_theme form input[type=file],
.child_theme form input[type=number],
.child_theme form input[type=password],
.child_theme form input[type=search],
.child_theme form input[type=tel],
.child_theme form input[type=text],
.child_theme form select,
.child_theme form textarea {
  padding: 11.25px;
  border-width: 1px;
  border-style: solid;
  transition: all .2s linear;
  height: auto;
  line-height: 1.6px;
}

.child_theme form input[type=search]{
  padding-right: 45px;
}

.child_theme .hs-button, form input[type=submit], .child_theme .widget-type-google_search a.hs-button.primary{
  border-style: solid;
  border-width: 2px;
/*   text-transform: uppercase; */
  font-weight: 600;
  transition: .5s all;
  line-height: 1;
}

.child_theme .hs-form-field > label .hs-form-required {
  color: #da2128;
}

.child_theme .hs-form-field > ul{
  margin: 0;
  padding: 0;
}

.child_theme .hs-form-field > ul > li {
  margin: 0;
  padding: 0;
}

.child_theme .hs-form-field > ul > li > label, .child_theme .hs_error_rollup ul li label {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

.child_theme .hs_cos_wrapper_type_email_subscriptions,
.child_theme .hs_cos_wrapper_type_password_prompt,
.child_theme .hs-search-field__bar,
.child_theme .widget-type-form, 
.child_theme .widget-type-blog_subscribe,
.child_theme .widget-type-google_search,
.child_theme .widget-type-password_prompt.custom_error_message, 
.child_theme .widget-type-email_simple_subscription,
.child_theme .section.post-footer form,
.child_theme .hs_cos_wrapper_type_member_login,
.child_theme .hs_cos_wrapper_type_member_register,
.child_theme .hs_cos_wrapper_type_password_reset_request,
.child_theme .hs_cos_wrapper_type_password_reset{
  margin-bottom: 50px;
}

/*  -------------------------------------footer */
.cm-footer {
  font-size: 15px;
}


.cm-footer .footer-top .flex_row {
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.cm-footer .footer-top .flex_row .col-section {
  padding: 10px;
}

.cm-footer .footer-top .flex_row .col-section .menu-heading h5 {
  margin-bottom: 20px;
  font-family: var(--EurostileEx);
  font-size: 18.0px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.cm-footer .footer-top .flex_row .col-section .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
}

.cm-footer .footer-top .flex_row .col-section .hs-menu-wrapper>ul>li {
  margin: 0;
  font-size: 15px;
}

.cm-footer .footer-top .flex_row .col-section .hs-menu-wrapper>ul>li:not(:first-child) {
  margin-top: 6px;
}

.cm-footer .footer-top .flex_row .col-section .hs-menu-wrapper>ul>li:not(:last-child) {
  padding-bottom: 6px;
}

.cm-footer .footer-top .flex_row .col-section .hs-menu-wrapper>ul>li>a {
  font-size: 13.99999999995px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.cm-footer .footer-bottom .flex_row {
  padding: 0 10px;
}

.cm-footer .footer-bottom .flex_row .col-section {
  padding: 10px;
}

.cm-footer .footer-bottom .flex_row .copyright .footer-content span {
  font-size: 13.5px;
  line-height: 1;
}

.cm-footer .footer-bottom .bottom-menu .hs-menu-wrapper ul li {
  margin: 0;
  font-size: 15px;
}


.cm-footer .footer-bottom .bottom-menu .hs-menu-wrapper ul li a {
  font-size: 13.5px;
  line-height: 1;
}

.cm-footer .footer-bottom .bottom-menu .hs-menu-wrapper ul li a:hover {
  color: #c1c1c1 !important;
}

.footer-top .contact-col .footer-social {
  padding: 0;
  gap: 20px;
}

.footer-top .contact-col .footer-social .footer-social-item {
  line-height: 1;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 19.99999999995px;
}

.footer-top .contact-col .footer-social .footer-social-item i {
  color: #dd6465;
  font-family: var(--FontAwesome-5-Brands);
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.footer-top .contact-col .footer-social .footer-social-item i.fa-facebook-f:before {
  content: "\f39e";
}

.footer-top .contact-col .footer-social .footer-social-item i.fa-linkedin-in:before {
  content: "\f0e1";
}

.footer-top .contact-col .footer-social .footer-social-item i.fa-youtube:before {
  content: "\f167";
}

.cm-footer .footer-top .contact-col .footer-content p {
  margin-bottom: 20px;
  font-family: var(--EurostileEx);
  font-size: 18.0px;
  font-weight: bold;
  line-height: 1;
}

.cm-footer .footer-top .contact-col .footer-content span {
  color: #da2128;
  font-size: 13.5px;
  text-transform: uppercase;
  line-height: 1;
}

.cm-footer .footer-top .contact-col .footer-content p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cm-footer .footer-top .contact-col .footer-content p a:hover {
  color: #da2128;
  transition: all .2s linear;
}

.footer-top .contact-col .footer-social .footer-social-item a:hover i {
  color: #da2128;
}

.cm-footer .back_to_top svg:first-child{
  display:none;

}

.cm-footer .back_to_top svg{
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 24px;
  height: 9px;
  position: relative;
}

.backtotop_show .cm-footer .back_to_top{
  display: block;
}

.cm-footer .back_to_top {
  margin-bottom: 60px;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 31.5px;
  height: 31.5px;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  font-size: 15px;
  right: 30px;
  bottom: 30px;
  display: none;
}

/* ---------------------------Header  */
.lp-header .cm-header .header-content .header-logo>.widget-type-logo {
  padding: 23.4px 10px;
}

.cm-header {
  background-image: linear-gradient(180deg, #DA2128 0%, #90181B 100%);
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255,0.0);
}

.cm-header .page-center{
  padding: 0;
}

.cm-header .header-content .header-logo {
  width: 25%;
  background: #fff;
  position: relative;
}

.cm-header .header-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.cm-header .header-content .header-logo>.widget-type-logo {
  align-content: center;
  align-items: center;
  display: flex;
  padding: 10px;
  height: 100%;
}

.cm-header .header-content .right {
  width: 75%;
}

.cm-header .header-content .header-logo img {
  width: auto !important;
}

.cm-header .header-content .header-logo:after {
  background-image: url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/images/header-swoop.svg);
  background-size: cover;
  width: 54px;
  height: 100%;
  content: "";
  position: absolute;
  right: -54px;
  top: 0;
  background-repeat: no-repeat;
}

.cm-header .header-content .right .right-wrp {
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0px 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.cm-header .contact-info h2 {	
  color: #FFFFFF;
  font-family: var(--Montserrat);
  font-size: 24.0px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.cm-header .contact-info h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cm-header .contact-info {
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 10px;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  width: auto;
}

.cm-header .search-wrp {
  width: 380px;
}

.cm-header .search-wrp form {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
}

.cm-header .search-wrp form input {
  color: #2e3c48;
  font-weight: 500;
  font-size: 13.99999999995px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  max-width: 450px;
  outline: none !important;
  appearance: none;
  background-color: #f0f0f0;
  width: 100%;
  margin: 0 15px 0 0;
  padding: 3px 5px 4px 38px;
  border: none;
  background-image: url(//5875309.fs1.hubspotusercontent-na1.net/hubfs/5875309/raw_assets/public/NCEquipment_August2024/images/magnify.svg);
  line-height: 1.5;
}

.cm-header .cart-wrp .cart-icon {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  font-size: 18.0px;
  color: #fff;
  cursor: pointer;
}

.cm-header .cart-wrp .cart-icon:hover {
  color: #4d4d4f;
}

.cm-header .cart-wrp .cart-icon .quantity {
  display: block;
  position: absolute;
  min-width: 16px;
  height: 16px;
  line-height: 1.5;
  top: 3px;
  right: 13px;
  border-radius: 100%;
  color: #fff;
  background-color: #868686;
  text-align: center;
  font-size: 9.9999999999px;
}

.cm-header .cart-wrp .cart-icon .icon {
  display: inline-block;
  font-family: var(--eicons);
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cm-header .cart-wrp .cart-icon .icon:before {
  content: "\e8eb";
}

.cm-header .cart-wrp {
  width: auto;
}

.cm-header .menu-wrp {
  width: 100%;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul {
  justify-content: flex-end;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  width: 100%;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li {
  display: flex;
  margin: 0
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down {
  opacity: 0;	
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.1s linear;
  transition: opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.1s linear;
  width: 100%;
  position: absolute;
  z-index: 999;
  pointer-events: auto;
  top: 100%;
  left: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 86, 88,1.0);

}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li:hover>.drop-down {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li.active>a{
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(255, 255, 255,0.0);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 0px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 16.8px;
  color: rgba(255, 255, 255,1.0);
  font-size: 14px;
  background-color: rgba(255, 255, 255,0.0);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(147, 149, 152,1.0);
  background-color: rgba(255, 255, 255,0.0);
}


.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li{
  width: 25%;
  text-align: center;
  display: block ;
  transition: 0.3s ease-out;
  margin-bottom: 0;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li.active>a {
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(218, 33, 40,1.0);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>a{
  font-weight: bold;
  font-size: 12.9999999999px;
  padding: 5px 15px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(255, 255, 255,0.0);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>a:hover {
  background-color: rgba(218, 33, 40,1.0);
  color: rgba(255, 255, 255,1.0);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li>ul>li>ul>li,
.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li{
  width: 25%;
  text-align: left;
  position: relative;
  font-size: 12.0px;
  margin-bottom: 0;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  height: 32px;
  margin: -8px 0;
  font-size: 18.0px;
  font-weight: bolder;
  color: #da2128;
  transition: all .2s linear;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>a:hover {
  color: #939598;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li {
  width: 22.5%;
  text-align: left;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>a {
  display: block;
  font-size: 18.0px;
  font-weight: bolder;
  height: auto;
  margin:0!important;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>ul {
  padding-left: 0;
  margin: 5px 0 0;
  display: block;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>ul>li {
  margin: 0;
  padding: 3px 0;
  position: relative;
  font-size: 12.0px;
  line-height: 14.4px;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>ul>li>a {
  color: #222;
  margin-left: 15px;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>ul>li>a:hover {
  color: #939598;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li:nth-child(2)>ul {
  flex-wrap: wrap;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li:nth-child(2)>ul>li {
  width: 33.33%;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li:nth-child(2)>ul>li>a {
  margin: 0;
  font-size: 18.0px;
  font-weight: bolder;
  margin-left: 15px;
  display: block;
  height: auto;
  line-height: 21.59px;
}


.cm-header .header-content .header-logo:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 500%;
  background-color: #fff;
  right: 100%;
  top: 0;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li>a i {
  align-self: center;
  display: flex;
  order: 2;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: var(--font-awesom-5);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li>a i:before{
  content: "\f107";
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul {
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 20px 0;
  transition: 0.3s ease-out;
  display: flex;
  max-height: 300px;
  max-width: 1300px;
  width: 100%;
  visibility: hidden;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.25);
  text-align: left;
  justify-content: center;
  flex-wrap: column wrap;
  row-gap: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul:before {
  right: 100%;
  left: auto;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul:after{
  left: 100%;
  right: auto;
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul:after,
.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.25);
}

.cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.cm-header .contact-info h2 a:hover {
  color: #939598;
}

.cm-header .mobile-menu-wrp .mobile-menu {
  display: none;
}

.cm-header .mobile-menu-wrp {
  display: none;
}

.cm-blog-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.body-container--blog-post{
  background-color: #f5f5f5;
}

section.ast-archive-description {
  padding: 45px;
  background: #fff;
}

section.ast-archive-description h1 {
  font-size: 40px;
  margin-top: 26.8px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.cm-blog-post .wrapper {
  padding: 60px 0;
  width: 100%;
}

.cm-blog-post .wrapper .article-post {
  padding: 45px;
  background-color: #ffffff;
}

.cm-blog-post .wrapper .article-post .post-header {
  margin-bottom: 30px;
}

.cm-blog-post .wrapper .article-post .post-header .featured-section {
  margin-bottom: 30px;
}

.cm-blog-post .wrapper .article-post .post-header .featured-section img{
  width: 100%;
}

.cm-blog-post .wrapper .article-post .post-header h1 {
  margin-top: 17.42px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #3a3a3a;
  line-height: 1.2;
  text-transform: none;
}

.cm-blog-post .wrapper .article-post .post-header .entry-header {
  line-height: 1.45;
  color: #da2128;
}

.blog-post-body blockquote{
  margin: 24.75px;
  border-color: rgba(0, 0, 0, 0.05);
}

.blog-post-body{
  color: #4b4f58;
}

.blog-post-body p{
  margin-bottom: 24px;
}

.blog-post-body h2{
  margin-bottom: 22.4px;
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.3;
  font-size: 32px
}

.blog-post-body h1 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 26.8px;
}

.blog-post-body h4{
  margin-bottom: 20px;
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px
}


.cm-header .menu-wrp .child-1 ul {
  flex-flow: initial;
  flex-wrap: wrap;
  justify-content: start;
}

.cm-header .menu-wrp .child-2 ul,.cm-header .menu-wrp .child-4 ul {
  flex-flow: initial;
}

.cm-header .menu-wrp .child-2 ul li,.cm-header .menu-wrp .child-4 ul li {
  text-align: center !important;
}


@media (max-width: 992px) {
  .cm-blog-post {
    max-width: 1240px;
    display: flex;
  }
}


@media (max-width: 1024px) {
  .cm-header .header-content{
    flex-wrap: wrap;
    padding: 5px 0px 0px 0px;
  }
  .cm-header .header-content .header-logo>.widget-type-logo{
    justify-content: center;
  } 

  .cm-header .header-content .right:before{
    display:none;
  }

  .cm-header .header-content .right .right-wrp{
    justify-content: center;
    padding: 10px 10px 0px 10px;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul{
    justify-content: center;
  }

  .cm-header .menu-wrp{
    margin-top: 10px;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul>li>a{
    margin: 0px 15px 0px 15px;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul>li>a{
    padding-bottom: 30px;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>a{
    white-space: normal;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>a {
    line-height: 1; 
  }

  .cm-header .header-content .header-logo{
    width: 100%;
  }

  .cm-header .header-content .right{
    width: 100%;
  }

  .cm-header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>a{
    font-size: 16px !important;
  }

  .lp-header .cm-header .header-content .header-logo>.widget-type-logo {
    padding: 10px 10px 10px 10px;
  }
}

@media (max-width: 921px) {

  .blog-post-body h2{
    font-size: 25px;
  }

  .blog-post-body p{
    font-size: 13.68px;
  }

  .cm-blog-post .wrapper {
    padding: 20.52px 0;
  }

  .cm-blog-post .wrapper .article-post{
    padding: 41.04px;  
  }

  .cm-blog-post .wrapper .article-post .post-header{
    margin-bottom: 27.36px;
  }

  .cm-blog-post .wrapper .article-post .post-header .featured-section{
    margin-bottom: 27.36px;
  }

  .cm-blog-post .wrapper .article-post .post-header h1{
    margin-top: 15.887px;
    font-size: 23.712px;
  }

  .cm-blog-post .wrapper .article-post .post-header .entry-header{
    font-size: 13.68px;
  }

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

  html {
    font-size: 85.5%;
  }

  .cm-header .cart-wrp .cart-icon{
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .cm-header .cart-wrp .cart-icon .quantity{
    top: 7px;
  }

  .cm-footer .back_to_top svg{
    width: 13.67px;
  }
}


@media (max-width: 767px) {
  .cm-footer .footer-top .flex_row{
    flex-wrap: wrap;
  } 
  .systems-page h1 {
    font-size: 23px;
  }

  .systems-page h2 {
    font-size: 18px;
  }

  .systems-page h3 {
    font-size: 16px;
  }
  .cm-header .search-wrp form input{
    padding-left: 60px;
    max-width: 100%;
    margin-right: 0;
  }

  .cm-header .header-content .right .right-wrp{
    justify-content: flex-end;
    padding: 10px;
  }

  .cm-header .contact-info{
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .cm-header .contact-info{
    margin-bottom: 10px;
  }

  .cm-header .menu-wrp{
    display:none;
  }

  .cm-header .mobile-menu-wrp  {
    display: block;
  }

  .cm-header .mobile-menu-wrp .menu-trigger i {
    font-size: 19.99999999995px;
    font-family: var(--font-awesom-5);
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffff;
  }

  .cm-header .mobile-menu-wrp .menu-trigger i:before {
    content: "\f0c9";
  }

  .cm-header .mobile-menu-wrp .trigger-wrp {
    min-width: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
  }

  .cm-header.open-menu .mobile-menu-wrp .overlay{
    visibility: visible;
    opacity: 1;
  }

  .cm-header .mobile-menu-wrp .overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    visibility: hidden;
    opacity: 0;
  }

  .cm-header .mobile-menu-wrp .mobile-menu {
    display: flex;
    width: 400px;
    align-items: stretch;
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 100%;
    justify-content: flex-start;
    right: 0;
    z-index: 999;
    background-color: transparent;
    background-image: radial-gradient(at center center, #da2128 0%, #90181b 82%);
    flex-direction: column;
    transition: .3s ease;
    transform: translateX(100%);
    overflow: hidden;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cm-header.open-menu .mobile-menu-wrp .mobile-menu {
    transform: translateX(0);
    transition: .3s ease;
  }

  .cm-header .mobile-menu-wrp .mobile-menu .close-btn {
    align-items: center;
    min-height: 35px;
    justify-content: flex-end;
    display: flex;
    width: 100%;
    padding: 0 20px;
  }

  .cm-header .mobile-menu-wrp .mobile-menu .close-btn i {
    font-family: var(--font-awesom-5);
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffff;
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .cm-header .mobile-menu-wrp .mobile-menu .close-btn i:before {
    content: "\f00d";
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul {
    display: block;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul li:not(.custom-parent-link) {
    line-height: 1.2;
    padding: 10px 0;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
    margin-bottom: 0;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul  .custom-parent-link{
    margin-bottom: 0;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul>li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 13.8px;
    line-height: 16.41px;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul li.hs-item-has-children>a span,
  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul  .custom-parent-link span{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul li.hs-item-has-children>a span i,
  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul  .custom-parent-link i{
    font-family: var(--font-awesom-5);
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul>li:not(.hs-item-has-children) a {
    line-height: 16.41px;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul li.hs-item-has-children>a span i:before{
    content: "\f105";
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper>ul  .custom-parent-link i:before{
    content: "\f104";
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper > ul > li ul {		
    transform: translateX(100%);
    position: absolute;
    right: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 0;
    padding: 0 20px;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper > ul li.child-open > ul {
    visibility: visible;
    opacity: 1;
  }
  .cm-header .header-content .header-logo>.widget-type-logo{
    padding: 10px 50px 10px 10px;
  }

  .cm-header .contact-info{
    margin-right: 0;
  }

  .cm-header .cart-wrp .cart-icon .quantity {
    top: 1px;
    right: 9px;
  }

  .cm-header .header-content{
    padding-bottom: 10px;
  }

  .cm-header .cart-wrp .cart-icon{
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .mobile-menu-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
  }

  .mobile-menu-breadcrumbs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-back {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
  }

  .mobile-menu-breadcrumb {
    line-height: 1.2em;
  }

  .breadcrumb-label {
    color: #fff;
    font-size: 13.68px;
    line-height: 16.416px;
  }

  .cm-header .mobile-menu-wrp .hs-menu-wrapper {
    padding: 0 20px;
    transition: transform .3s ease;
    transform: translateX(0);
  }
  .firstLevelActive > .cm-header .mobile-menu-wrp .hs-menu-wrapper{
    transform: translateX(-100%);
  }

  .secondLevelActive > .cm-header .mobile-menu-wrp .hs-menu-wrapper{
    transform: translateX(-200%);
  }

  .secondLevelActive > .cm-header .mobile-menu-wrp .mobile-menu .close-btn,
  .firstLevelActive > .cm-header .mobile-menu-wrp .mobile-menu .close-btn{
    display: none;
  }

  header.header.cm-header {
    position: static !important;
  }
  .cm-header-wrapper {
    min-height: auto !important;
  }

  .lp-header .cm-header .header-content .header-logo>.widget-type-logo {
    padding: 10px 50px 10px 10px;
  }

  .mobile-menu-back i {
    font-family: var(--font-awesom-5);
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

}

@media (max-width: 544px) {
  .cm-blog-post .wrapper .article-post{
    padding: 20.52px 13.68px;
  }

  .cm-blog-post{
    padding: 0 7.387px;
  }

  .child_theme .cm_backup_unsubscribe .systems-page h1 {
    font-size: 27px;
  }

  .child_theme .cm_subscriptions_confirmation .systems-page h2 {
    font-size: 17px;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .cm-header .menu-wrp .hs-menu-wrapper>ul>li>a{
    font-size: 13px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .cm-footer .footer-top .flex_row .col-section{
    width: 50% !important;
  }

  .cm-footer .footer-top .flex_row{
    flex-wrap: wrap;
  }
}
#header .child-4 li {
    text-align: center;
}
@media(min-width:1024px){
  #header .child-4{
    flex-direction:row;
    flex-wrap:wrap;
  }
}
#header .menu-wrp .hs-menu-wrapper>ul>li .drop-down>ul>li>ul>li>a{
  margin:0!important;
}
#header .hs-menu-item .hs-menu-depth-4 > a {
    margin-left: 0;
    pointer-events: auto;
}
#header .hs-menu-depth-2 .hs-menu-depth-4 > a {
    display:none;
}
#header .hs-menu-depth-2:hover .hs-menu-depth-4 > a {
    display: inline-block;
}