@font-face { font-family: "Gotham Book"; 
  src: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothambook-webfont.woff2) format("woff2"), 
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothambook-webfont.woff) format("woff"), 
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/Gotham-Book.ttf) format("truetype"); 
  font-style: normal;
  font-weight: normal;
  font-display: auto; 
}
@font-face { font-family: "Gotham Bold"; 
  src: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothambold-webfont.woff2) format("woff2"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothambold-webfont.woff) format("woff"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/Gotham-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: auto; 
}

@font-face {  font-family: "Gotham Medium";
  src: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothammedium-webfont.woff2) format("woff2"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/gothammedium-webfont.woff) format("woff"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/Gotham-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: auto; 
}

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

@font-face { 
  font-family: "Infinite Justice"; 
  src: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/Infinite-Justice.otf) format("embedded-opentype"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/infinite_justice-webfont.woff2) format("woff2"),
    url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/fonts/infinite_justice-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: auto; 
}

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

:root{
  --primary-font: "Gotham Book", Sans-serif;
  --secondary-font: "Gotham Bold", Sans-serif;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 16px;
  --grid-column-gap: 5px;
  --grid-row-gap: 0px;
  --e-nav-menu-horizontal-menu-item-margin: calc( 35px / 2 );
  --nav-menu-icon-size: 25px;
}

.child-theme body {
  font-family: var(--primary-font);
}

.child-theme h1,
.child-theme h2,
.child-theme h3,
.child-theme h4,
.child-theme h5,
.child-theme h6{
  font-family: var(--primary-font);
}

.child-theme .infinite-justice {
    font-family: "Infinite Justice", Sans-serif;
}

.child-theme h1{
  margin:19.92px 0px;
}

.child-theme h2{
  margin:19.92px 0px;
}

.child-theme h3{
  margin:18.72px 0px;
}
.child-theme .cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon {
  background-color: transparent;
  top: 10px;
  right: 14px;
}
.child-theme h4{
  margin:21.28px 0px;
}

.child-theme h5{
  margin:22.1776px 0px;
}

.child-theme h6{
  margin: 24.9776px 0px;
}

.child-theme blockquote {
  border: none;
  margin: 16px 40px;
  padding: 0;
}

.child-theme ul,
.child-theme ol  {
  margin-left: 40px;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 16px;
}

.child-theme ul li,
.child-theme ol li{
  margin: 0;
}


.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 {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 20px;
  height: auto;
}

.child-theme form input[type=email]:focus, 
.child-theme form input[type=file]:focus, 
.child-theme form input[type=number]:focus,
.child-theme form input[type=password]:focus,
.child-theme form input[type=search]:focus,
.child-theme form input[type=tel]:focus, 
.child-theme form input[type=text]:focus,
.child-theme form select:focus, 
.child-theme form textarea:focus {
  box-shadow:none;
}

.child-theme a.hs-button {
  -webkit-appearance: button;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  font-weight: 700;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  background-position: right;
  transition: all .3s ease;
  font-size: 16px;
  padding:17px 50px;
  line-height: normal;
}

.child-theme a.hs-button:hover {
  background-position: left;
}


.systems-page input.hs-button {
  margin: 20px 0px;
}

nav.hs-search-results__pagination {
  flex-wrap: wrap;
}

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=search] {
  outline: 1px;
  padding-right: 50px;
}

.child-theme .contact_page_v2 .form-section a.hs-button {
  color: #fff;
}

.child-theme .servs-details-pg form.hs-form.stacked a.hs-button {
  color: #fff;
}

.child-theme .footer_partial_wrapper {
  padding: 20px 0px 0px 0px;
  background-position: unset;
}

.ctm-footer .footer-section {
  background: inherit;
}


.child-theme .ctm-footer .footer-section-2 .num1 {
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row {
  width: 50%;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social {
  text-align: right;
  justify-content: end;
  column-gap: 0;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social a {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) +(2* var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) +(2* var(--icon-padding, .5em)));
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social a i {
  color: #FFFFFF;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.footer-social-item {
  width: auto;
  height: auto;
  font-size: 16px;
}

.footer-social-item.tycustom_icon {
  font-size: 16px;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social a i::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social a {
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: flex;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social {
  padding: 0;
}

.child-theme .ctm-footer .footer-section-2 .flex_row {
  padding: 10px;
  padding-bottom: 0;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social {
  display: block;
}

.footer-social-item.tycustom_icon {
  display: inline-block;
}

.footer-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.child-theme .ctm-footer .footer-section-2 .flex_row {
  padding: 10px;
  padding-bottom: 0;
}

.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social {
  display: block;
}

.footer-social-item.tycustom_icon {
  display: inline-block;
}

.footer-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.ctm-footer .footer-section.footer-section-1 {
  padding: 0 !important;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .hs-menu-wrapper > ul ul {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num1 {
  padding: 10px;
  padding-left: 10px;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row2 ul li {
  margin: 0;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row2 ul li a {
  line-height: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-grow: 1;
  margin: 0px 10px;
  font-size: 14px;
  font-weight: 400;

}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 {
  padding: 0 !important;
}


.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper> ul > li {
  margin: 0;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper> ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 20px;
  transition: .4s;
  white-space: nowrap;
  flex-grow: 1;
  -webkit-margin-end: var(--e-nav-menu-horizontal-menu-item-margin);
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
  font-family: "Gotham Bold", Sans-serif;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1,
.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row2{
  margin-bottom: 20px;
}

.ctm-footer .footer-section.footer-section-1 {
  padding-bottom: 0px!important;
}
.child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social a {
  width: 32px;
  height: 32px;
}

.child-theme .ctm-footer .footer-section-2 .flex_row {
  padding-top: 0;
  margin-top: 10px;
}


.footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1 ul {
  justify-content: flex-end;
}

.footer.footer_section__2 .footer-section-1 .flex_row {
  border-bottom: 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.child-theme .ctm-footer .footer-section-2 {
  padding: 10px !important;
  padding-top: 10px!important;
}

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


span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .hs-menu-wrapper>ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  z-index: 99;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}


.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .hs-menu-wrapper>ul ul li a {
  padding: 13px 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-family: Roboto, Sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .hs-menu-wrapper>ul ul li a:hover {
  color: #d94127;
  background: #33373d;
}

.ctm-header {
  background-color: #FFFFFF00;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 10;
  position: relative;
}

.ctm-header .row {
  min-height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}


.logo-wrp {
  width: 33.333%;
  align-self: inherit;
  cursor: default;
}

.nav-wrp {
  width: 54.332%;
  align-self: inherit;
  cursor: default;
}

.img-wrp {
  width: 12%;
  align-self: inherit;
  cursor: default;
}

.partners-wrp {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0px 15px 0px 0px;
  flex-wrap: wrap;
}

.partners-wrp .item:first-child img {
  width: 75px;
  max-width: 75px;
}

.partners-wrp .item:last-child img {
  width: 85px;
  max-width: 85px;
}

.partners-wrp {
  justify-content: center;
}


nav {
  align-content: center;
  align-items: center;
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.top-menu {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  z-index: 9;
  margin-top: 4px;
}

.btm-menu {
  width: 100%;
}
span.sub-arrow i.fas.fa-caret-down {
  font-family: "Font Awesome 5 Free";
}
.top-menu .menu {
  display: flex;
  justify-content: end;
}

.top-menu .menu .hs-menu-wrapper > ul {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  width: 100%;
}

.top-menu .menu .hs-menu-wrapper > ul li > a {
  padding: 13px 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
  transition: .4s;
  white-space: nowrap;
  flex-grow: 1;
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
  font-family: "Gotham Bold", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222a2e;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btm-menu .menu {
  display: flex;
  justify-content: flex-end;
}


.btm-menu .menu .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
}

.btm-menu .menu .hs-menu-wrapper > ul > li >a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #222a2e;
  padding: 13px 20px;
  transition: .4s;
  white-space: nowrap;
  flex-grow: 1;
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-menu .menu .hs-menu-wrapper > ul li.hs-item-has-children > ul {
  background-color: #020101;
  display: none;
  font-size: 13px;
  left: 0 !important;
  margin: 0;
  opacity: 0;
  padding: 0;
  right: 0;
  visibility: hidden;
  position: absolute;
  left: 0 !important;
  top: 100%;
  width: 190px;
  z-index: 99;
}

.top-menu .menu .hs-menu-wrapper > ul li.hs-item-has-children > ul > li a {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #ffff;
  padding: 13px 20px;
  white-space: nowrap;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li>a {
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin); font-size: 16px;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li:last-child>a {
  margin-right: 0;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 0;
}

.top-menu .menu .hs-menu-wrapper>ul .hs-item-has-children {
  position: relative;
}
.cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon svg {
  display: none;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon:before {
  content: "\e87f";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 15px;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .popup_modal_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 100vw;
  max-height: 100vh;
}

.partners-wrp .item:last-child {
  margin: 0px 0px 0px 10px;
}


.top-menu .menu .hs-menu-wrapper>ul li>a {
  margin: 0;
}

.btm-menu .menu .hs-menu-wrapper>ul>li>a {
  margin: 0;
}

.top-menu .menu .hs-menu-wrapper > ul >li.hs-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.overlay.request-pop {
  background-color: rgba(0, 0, 0, 0.12);
}
.top-menu .menu .hs-menu-wrapper>ul>li > ul {
  pointer-events: none;
}

.top-menu .menu .hs-menu-wrapper>ul>li:hover ul  {
  pointer-events: all;
}

.top-menu .menu .hs-menu-wrapper>ul li>a {
  position: relative;
}

.top-menu .menu .hs-menu-wrapper>ul  > li>a::after {
  display: block;
  position: absolute;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  z-index: 2;
  content: "";
  width: 30px;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  opacity: 0;
  background-color: #d94127;
}

.top-menu .menu .hs-menu-wrapper>ul  >li>a:hover::after {
  opacity: 1;
}

.mobile-header{
  display:none;
}

.scoll-logo-wrp{
  display:none;

}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field .input {
  margin-right: 0 !important;
}
.popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:first-child {
  padding-right: 10px;
}
.popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:last-child {
  padding-left: 10px;
}
.ctm-header.slideUp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000C2;
  z-index: 99;
}

.ctm-header.slideUp .header-logo {
  display: none;
}

.ctm-header.slideUp .scoll-logo-wrp {
  display: block;
}

.scoll-logo-wrp img {
  width: 450px !important;
  max-width: 450px !important;
  height: 75px !important;
}

.ctm-header.slideUp .top-menu .menu .hs-menu-wrapper>ul li>a {
  color: #fff;
}

.ctm-header.slideUp .btm-menu .menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
}

.ctm-header.slideUp .btm-menu .menu .hs-menu-wrapper>ul>li>a:hover {
  color: #d94127;
}

.ctm-header.slideUp .top-menu .menu .hs-menu-wrapper>ul li>a:hover {
  color: #d94127;
}

.ctm-header.slideUp  .partners-wrp .item:first-child img {
  filter: invert(1);
}

.ctm-header.slideUp   .partners-wrp .item:last-child img {
  width: 80px;
  max-width: 80px;
}

.ctm-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}


.home-header .header {
  min-height: 115px;
}

.home-header .header .top-menu .menu .hs-menu-wrapper>ul li>a,
.home-header .header .btm-menu .menu .hs-menu-wrapper>ul>li>a {
  color: #222a2e;
}

.home-header .header .top-menu .menu .hs-menu-wrapper>ul li>a:hover, 
.home-header .header .btm-menu .menu .hs-menu-wrapper>ul>li>a:hover {
  color: #d94127;
}

.home-header .header .top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul>li a {
  color: #fff;
}

.home-header .header .top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul>li a:hover {
  color: #d94127;
}



.home-header .header .ctm-header.slideUp .btm-menu .menu .hs-menu-wrapper>ul>li>a, 
.home-header .header .ctm-header.slideUp .top-menu .menu .hs-menu-wrapper>ul li>a {
  color: #fff;
}

.home-header .header .ctm-header.slideUp .btm-menu .menu .hs-menu-wrapper>ul>li>a:hover, 
.home-header .header .ctm-header.slideUp .top-menu .menu .hs-menu-wrapper>ul li>a:hover {
  color: #d94127;
}


.child-theme .cnt-bg .bg_el.bg_img {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.child-theme .cnt-bg  .theme_center {
  min-height: 1100px;
  padding: 0;
}

.child-theme .cnt-bg .theme_center .text_center {
  padding: 0;
  display: flex;
  text-align: right;
  padding: 10px;
  flex-direction: column;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
}

.child-theme .cnt-bg .theme_center .text_center h2.title {
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
  color: #d94127;
  font-family: "Infinite Justice", Sans-serif;
  font-size: 70px;
  font-weight: 400;
  margin-top: 0;
}

.child-theme .cnt-bg .theme_center .text_center p {
  margin: 0;
  color: #222A2D !important;
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 470px;
  margin: 18px 0px;
  margin-top: 0;
  text-indent: 0px;
  mix-blend-mode: inherit;
}

.child-theme .cnt-bg .theme_center .text_center h2.title {
  margin-bottom: 8px;
}

.child-theme  .ctm-card {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -200px;
  margin-bottom: 0px;
}

.child-theme  .ctm-card .bottom_row {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 150px 0px 150px;
  background-image: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/USP-Shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  flex: unset;
  align-self: inherit;
  display: flex;
}

.child-theme  .ctm-card .theme_center {
  min-height: 451px;
}

.child-theme  .ctm-card .bottom_row .flex_row {
  row-gap: 0;
}

.child-theme  .ctm-card .bottom_row .flex_row .cnt-col {
  padding: 0;
}

.child-theme  .ctm-card .bottom_row .flex_row .cnt-col .theme {
  padding: 10px;
  margin: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.child-theme  .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img {
  margin: 0;
  width: 50%;
}

.ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img-cnt h3.col-title {
  margin-bottom: 0px;
  color: #ffffff;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.child-theme .ctm-card .theme_center {
  display: flex;
}

.child-theme .ctm-card .bottom_row .splide__track {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.child-theme .ctm-card .bottom_row .flex_row {
  width: 100%;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme {
  padding-top: 11px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img {
  margin-bottom: 5px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(2) img {
  width: 101px;
  height: 101px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(4) img {
  height: 85px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(2), 
.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(3) {
  margin-top: 12px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(4) {
  margin-top: 30px;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(1) {
  margin-top: 2px;
}

.logo_slider.ctm-logo-slider {
  margin-top: -40px;
  margin-bottom: 0px;
}

.logo_slider.ctm-logo-slider .noButton {
  padding: 0;
  margin-bottom: 20px;
}

.logo_slider.ctm-logo-slider .noButton h2.title {
  color: #222a2e;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.logo_slider.ctm-logo-slider .splide .splide__track {
  padding: 0;
  margin: 0;
}

.logo_slider.ctm-logo-slider .splide__arrows--ltr 
button.splide__arrow.splide__arrow--prev {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  transform: translateY(-50%);
  transition: all 0.25s ease;
  left: -5% !important;
  width: 34px;
  height: 49px;
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-left.png) no-repeat;
  padding: 10px;
  margin-top: unset;
  top: calc(50%);
  right: unset;
  align-items: unset;
  border-radius: 0;
}

.logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--prev svg {
  display: none;
}
.child-theme .bnr-form .popup_modal_inner {
  position: relative;
}
.logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--next  {
  display: none;
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  transition: all 0.25s ease;
  right: -5% !important;
  width: 34px;
  height: 49px;
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-right.png) no-repeat;
  padding: 10px;
  margin-top: unset;
  top: calc(50%);
}


.logo_slider.ctm-logo-slider .page-center {
  padding: 10px;
}

.logo_slider.ctm-logo-slider .page-center .logo_inner {
  justify-content: flex-start;
}

.logo_slider.ctm-logo-slider .splide .splide__track {
  width: calc(100% - 60px);
}

.logo_slider.ctm-logo-slider .splide .splide__track .flex_row .col2 {
  padding: 0px 30px;
}

.child-theme .two-col-content.ctm-two-col {
  background-position: 0px 151px;
  background-repeat: no-repeat;
  background-size: cover;
}

.child-theme .two-col-content.ctm-two-col::before {
  opacity: 0.29;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: unset;
}

.child-theme .two-col-content.ctm-two-col .theme_center {
  max-width: 100%;
}

.child-theme .two-col-content.ctm-two-col .theme_center .media_column {
  background-image: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/home-shape-3.png);
  background-position: 0px 66px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col {
  width: 50%;
}

.child-theme .two-col-content.ctm-two-col .theme_center .media_column img {
  width: 100%;
  max-width: 500px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .media_column .mediaimg {
  text-align: center;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner {
  display: flex;
  padding: 10px;
  flex-direction: column;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description {
  margin: 0;
  max-width: 540px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description p:first-child {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin: 28px 0px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description p:last-child {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 18px 0px;
  max-width: 560px;
  margin-top: 15px;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item.col4 .icon_box span.icon_img.icon_sp {
  height: auto;
}
.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description p:first-child {
  margin-bottom: 0;
  max-width: 540px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner {
  justify-content: center;
  padding: 0;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .btn-items .oneButton {
  margin: 0;
  margin-top: 27px;
}

.child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .btn-items .oneButton a {
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 45px 17px 45px;
}

.child-theme p {
  margin: 16px 0px;
}
.cnt-wit-tp-img-wrp.ctm-logo .top_sec.noButton {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.cnt-wit-tp-img-wrp.ctm-logo .top_sec.noButton .title {
  writing-mode: inherit;
  transform: rotate(0deg);
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #222A2E;
  line-height: 1;
  margin: 0;
}

.cnt-wit-tp-img-wrp.ctm-logo .top_sec.noButton .content_widget {
  margin-bottom: 30px;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row {
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col {
  width: 16.666%;
  padding: 10px;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .inner_spacing {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .inner_spacing .tp-img-cnt {
  width: 100%;
}
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .inner_spacing .tp-img-cnt h2 {
  margin-top: 30px;
  writing-mode: inherit;
  transform: rotate(0deg);
  font-family: "Gotham Book", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .inner_spacing .tp-img-cnt h2 a {
  color: #222A2E;
  line-height: 1;
}
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(2) .inner_spacing .tp-img-cnt h2 {
  margin: 12px 0px 0px 0px;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(3) .inner_spacing .tp-img-cnt h2 {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(4) .inner_spacing .tp-img-cnt h2 {
  margin: 32px 0px 0px 0px;
}
.testimonials_sliderv3.ctm-test .top_sec.noButton .content_widget .title {
  margin-top: 0;
}
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(5) .inner_spacing .tp-img-cnt h2 {
  margin: 0;
}

.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(6) .inner_spacing .tp-img-cnt h2 {
  margin: 25px 0px 0px 0px;
}
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(4) .tp-img, 
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(5) .tp-img,
.cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(6) .tp-img {
  margin-top: 70px;
}

.logo_slider.companies {
  margin: 0;
}
.testimonials_sliderv3.ctm-test {
  background-repeat: no-repeat;
  background-position: 27% 50%;
}

.testimonials_sliderv3.ctm-test .top_sec.noButton {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.testimonials_sliderv3.ctm-test .page-center {
  padding: 10px;
}

.testimonials_sliderv3.ctm-test .top_sec.noButton .content_widget {
  margin-bottom: 30px;
}

.testimonials_sliderv3.ctm-test .top_sec.noButton .content_widget .title {
  writing-mode: inherit;
  transform: rotate(0deg);
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #D94127;
  line-height: 1;
}
.logo-white .partners-wrp .item img {
  filter: invert(1);
}
.testimonials_sliderv3.ctm-test .page-center .splide_track {
  margin-top: 0;
}
[lang='en-us'].hs-inline-edit .banner-slide .slider-item:nth-child(3) .background-overlay {
  background-position: 80% 0;
}
.testimonials_sliderv3.ctm-test .page-center .splide .splide__track {
  margin-top: 0;
}

.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item {
  width: 50% !important;
  margin-top: 0;
  padding: 20px 25px 20px 40px;
  margin-bottom: 0;
}

.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .testmn_inner {
  box-shadow: none;
  transform: none;
  border: 1px solid #CFCFCF;
  border-radius: 20px;
  padding: 40px;
  background: #ffffff;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .card_content {
  margin: 0;
  opacity: 2;
}

.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .icon_box {
  order: 3;
  margin-top: 25px;
  text-align: right;
}

.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .card__text_wrap {
  order: 1;
  overflow: hidden;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .card__text_wrap p {
  margin: 0;
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  overflow: hidden;
  color: #222A2E;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .card__text_wrap p:before {
  content: '"';
  display: block;
  font-size: 90px;
  color: #D94127;
  font-weight: bold;
  line-height: .7;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .icon_box .icon_inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  justify-content: end;
  align-items: end;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .icon_box .icon_img {
  width: auto;
  height: 40px;
  border-radius: 0 !important;
}
.testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .card_box.custom .icon_box .icon_img img {
  width: auto !important;
  height: auto !important;
  max-width: 160px !important;
}
.testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--prev {
  top: 34%;
  transform: translateY(0);
  width: 34px;
  height: 49px;
  border-radius: 0;
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-left.png) no-repeat;
  left: -2%;
}

.testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--prev svg {
  display: none;
}

.testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--next {
  top: 34%;
  transform: translateY(0);
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-right.png) no-repeat;
  width: 34px;
  height: 49px;
  border-radius: 0;
  right: -2% !important;
}
.cnt-wit-bg-wrp.btm-sec.video-bg.margin {
  margin-bottom: 0;
}
.margin .bnr_vid {
  height: 100%;
  width: 100%;
}
.top-menu .menu .hs-menu-wrapper>ul li.active>a::after {
  opacity: 1;
}
.testimonials_sliderv3.ctm-test .page-center .splide .splide__track {
  margin-bottom: 0;
}
[lang='en-ca'] .banner-slide .slider-item:nth-child(3) .background-overlay {
  background-position: 75% 112%;
}
[lang='en-us'] .cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(4) .tp-img,
[lang='en-us'] .cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(5) .tp-img, 
[lang='en-us'] .cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col:nth-child(6) .tp-img {
  margin-top: 0px;
}
.home-header .lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link {
  color: #222a2e;
}
.home-header .lang_switcher_class .globe_class:before {
  color: #222a2e;
}
.child-theme .slideUp .lang_switcher_class .globe_class:after {
  color: #fff!important;
}
.home-header .lang_switcher_class .globe_class:hover:before {
  color: #D94127;
}
.home-header .lang_switcher_class .globe_class:before {
  transition: .4s;
}
.child-theme .home-header .lang_switcher_class .globe_class:hover:after {
  color: #D94127;
}

.child-theme .home-header .lang_switcher_class .globe_class:after {
  transition: .4s;
}
.home-header .slideUp .lang_switcher_class .globe_class:before{
  color: #fff;
}
.child-theme .home-header  .lang_switcher_class .globe_class:after {
  color: #222a2e;
  font-size: 14px;
}
[lang='en-us'] .cnt-wit-tp-img-wrp.ctm-logo .flex-row {
  row-gap: 0;
  align-items: center;
}
[lang='en-us'] .banner-slide .slider-item:nth-child(3) .background-overlay {
  background-position: 75% 112%;
}
.simple-banner.about-bnr.about .flex_row .banner-content-inner span {
  display: block;
  position: absolute;
  left: -10px;
  top: -18px;
  z-index: 9999;
}
.simple-banner.about-bnr.about .flex_row .banner-content-inner .top_sec {
  position: relative;
}
.simple-banner.about-bnr.about {
  overflow: visible;
}
.testimonials_slider.ctm-about {
  margin-top: 40px;
}
.testimonials_slider.ctm-about .top_sec .top_content p {
  line-height: 24px;
}

.testimonials_slider.ctm-about .bottom_row {
  padding-top: 20px;
}

.testimonials_slider.ctm-about .bottom_row .testmn_row {
  row-gap: 0;
  padding: 10px;
}

.testimonials_slider.ctm-about .bottom_row .testmn_item {
  padding: 0;
}

.testimonials_slider.ctm-about .bottom_row .testmn_item .card_box {
  padding: 0px 70px 0px 70px;
}

.testimonials_slider.ctm-about .bottom_row .testmn_item .testmn_inner {
  box-shadow: none;
}

.testimonials_slider.ctm-about .bottom_row .testmn_item .card_box .card_quote p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #D94127;
  margin: 30px 0;
}
.testimonials_slider.ctm-about .top_sec .top_content span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 16px;
  left: 0;
}
.testimonials_slider.ctm-about .bottom_row .testmn_item .card_box .card_content {
  margin: 0;
}

.testimonials_slider.ctm-about .bottom_row .testmn_item .card_box .card_content h4 {
  margin: 30px 0;
  font-family: "Gotham Book", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #D94127;
}

.testimonials_slider.ctm-about .top_sec {
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
}


.our-products-wrp.ctm-team .mid-section .mid-section-column {
  flex-direction: column;
  padding: 10px;
  margin-bottom: 20px;
}

.our-products-wrp.ctm-team .page-center {
  max-width: 1280px;
  padding: 10px;
}

.our-products-wrp.ctm-team .top-section .top-section-title {
  margin-bottom: 40px;
}

.our-products-wrp.ctm-team .middle-section-wrp .mid-section-flip-box__front {
  background-position: center center;
}

.our-products-wrp.ctm-team .middle-section-wrp .mid-section-flip-box__back {
  background-position: 96% 3%;
  background-repeat: no-repeat;
  background-color: #0000004F;
}

.our-products-wrp.ctm-team .mid-section .mid-section-column .mid-section-widget-wrap {
  margin-bottom: 20px;
}

.our-products-wrp.ctm-team .mid-section .mid-section-column .mid-section-widget-wrap .mid-section-flip-box {
  height: 380px;
}

.our-products-wrp.ctm-team .mid-section .mid-section-column .member-title-wrp h3 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #D94127;
  line-height: 1;
}

.our-products-wrp.ctm-team .mid-section .mid-section-column .member-designation-wrp h4 {
  margin: 0;
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #222A2E;
  line-height: 1;
}
.our-products-wrp.ctm-team .middle-section-wrp .mid-section-flip-box__back > a {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.our-products-wrp.ctm-team .middle-section-wrp .mid-section {
  justify-content: center !important;
}

.timeline-slider-wrap .timeline-slide-row .timeline-casestudy .item:nth-child(even) p.year {
  background-image: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/line-sg-history1.png) !important;
}
.cnt-wit-bg-wrp.ctm-careers .page-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cnt-wit-bg-wrp.ctm-careers .page-center .title {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #D94127 !important;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
  , list-style: kannada;
  , list-style: kannada;
  display: inline-block;
  width: 100%;
}

.cnt-wit-bg-wrp.ctm-careers .page-center .rich_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.cnt-wit-bg-wrp.ctm-careers .page-center .rich_text p a {
  color: #d94127 !important;
}

.cnt-wit-bg-wrp.ctm-careers .page-center .rich_text {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
}

.cnt-wit-bg-wrp.ctm-careers .page-center .btn_row {
  margin-top: 0;
}
.testimonials_slider.ctm-about .top_sec .top_content i {
  display: none;
}
.cnt-wit-bg-wrp.ctm-careers .page-center .btn_row a {
  padding: 17px 45px 17px 45px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham Medium", Sans-serif;
  line-height: 1;
}
.form-with-background.ctm-survey {
  background-color: transparent;
  padding: 60px 0px 60px 0px;
}

.form-with-background.ctm-survey .background-overlay {
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.74;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.form-with-background.ctm-survey .right-spacer {
  display: none;
}

.form-with-background.ctm-survey .left-content {
  width: 100%;
}

.form-with-background.ctm-survey .page-center {
  max-width: 1000px;
  padding: 10px;
}

.form-with-background.ctm-survey .left-content .form-section {
  padding: 0;
}

.form-with-background.ctm-survey .left-content .form-section form .hs-richtext p {
  color: #222a2e;
  font-family: 'Gotham Book', sans-serif;
  font-size: 18px;
  margin: 18px 0;
  line-height: normal;
}
.form-with-background.ctm-survey .left-content .form-section form .hs-richtext > p:first-of-type {
  margin-top: 0;
}

.form-with-background.ctm-survey .left-content fieldset.form-columns-0:first-child {
  padding-bottom: 15px;
}

.form-with-background.ctm-survey .left-content fieldset.form-columns-0:first-child .hs-richtext p:last-of-type {
  padding-bottom: 7px;
}

.form-with-background.ctm-survey .left-content .hs-form-field {
  padding-bottom: 7px;
}

.form-with-background.ctm-survey .left-content .hs-form-field > label {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.form-with-background.ctm-survey .left-content fieldset.form-columns-1 .hs-form-field input[type='email'] {
  width: 100%;
}

.form-with-background.ctm-survey .left-content .hs-form-field .input {
  margin-right: 0;
  padding-bottom: 8px;
}

.form-with-background.ctm-survey .left-content fieldset.form-columns-0:nth-child(4) .hs-main-font-element > p {
  padding-bottom: 7px;
  margin: 0;
  font-family: "Gotham Book", sans-serif;
  color: inherit;
  font-size: 14px;
  font-style: italic;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 label {
  text-transform: math-auto;
}
.form-with-background.ctm-survey .left-content  .hs-form-field:first-child {
  padding-right: 15px;
}

.form-with-background.ctm-survey .left-content  .hs-form-field:last-child {
  padding-right: 15px;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container {
  padding: 0;
  margin: 0;
  display: flex;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label {
  margin-bottom: 0;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio'] + span:before {
  content: '';
  width: 45px;
  height: 50px;
  background: #cdcdcd;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-family: "Gotham Bold", sans-serif;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio'] {
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 45px;
  opacity: 0;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio'] + span:after {
  content: counter(section);
  font-size: 20px;
  font-family: "Gotham Bold", sans-serif;
  position: absolute;
  top: 6px;
  left: 16px;
  right: 0;
  z-index: 0;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li {
  counter-increment: section;
  position: relative;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio'] + span {
  font-size: 0;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio']:checked {
  color: #fff;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio']:checked + span:before {
  background: #D94127;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li > label input[type='radio']:checked + span {
  color: #fff;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li:hover > label input[type='radio'] + span:before {
  background: #D94127;
}

.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li:hover > label input[type='radio'] + span:after {
  color: #fff;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1:nth-child(5) .hs-form-field,
.form-with-background.ctm-survey .left-content fieldset.form-columns-1:nth-child(6) .hs-form-field {
  margin-bottom: 0;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1:nth-child(6) .hs-form-field {
  padding-bottom: 0;
}
.form-with-background.ctm-survey .left-content .form-section form textarea {
  min-height: 130px;
  width: 100%;
}
.form-with-background.ctm-survey form .no-list.hs-error-msgs.inputs-list {
  width: 100%;
}
.form-with-background.ctm-survey .left-content .form-section form .hs_submit.hs-submit {
  width: 100%;
  margin-top: 10px;
}

.form-with-background.ctm-survey .left-content .form-section form .hs_submit.hs-submit input[type='submit'] {
  padding: 17px 50px !important;
  line-height: normal;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li:last-child span::after {
  left: 11px !important;
}
.form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li:first-child span::after {
  left: 18px !important;
}
.form-with-background .left-content .hs-form-field ul.no-list.hs-error-msgs.inputs-list,
.form-with-background form .no-list.hs-error-msgs.inputs-list{
  width: 100%;
}
.form-with-background .left-content .hs-submit {
  margin-top: 10px!important;
}
.form-with-background.ctm-survey.type .hs-submit {
  text-align: left;
}
.our-products-wrp.products-item.prod .our-products {
  margin-bottom: 10px;
  margin-top: 0;
}
.our-products-wrp.products-item.prod .mid-section .mid-section-column:last-child .mid-section-flip-box__front {
  background-position: unset;
}
.cnt-wit-bg-wrp.popup-sec {
  padding: 0;
  overflow: visible;
}
.hs-form-field .hs-input.invalid.error {
  border: 1px solid #c02b0a;
}

.form-with-background .left-content .hs-form-field ul.no-list.hs-error-msgs.inputs-list,
form .no-list.hs-error-msgs.inputs-list > li > label {
  font-size: 15px;
  line-height: normal;
}
.form-with-background .left-content .hs-form-field ul.no-list.hs-error-msgs.inputs-list,
form .no-list.hs-error-msgs.inputs-list{
  padding: 13px 24px 12.992px;
}
.cnt-wit-bg-wrp.popup-sec .page-center {
  max-width: 1000px;
  min-height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
}

.cnt-wit-bg-wrp.popup-sec .bg_el {
  background-position: 0px -22px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.cnt-wit-bg-wrp.popup-sec .text_center {
  width: 59.2%;
  align-self: inherit;
  cursor: default;
  position: relative;
  min-height: 1px;
  display: flex;
  text-align: left;
  padding: 10px;
  justify-content: flex-start;
}

.cnt-wit-bg-wrp.popup-sec .text_center .moreButton {
  margin: 0;
  row-gap: 0 !important;
  margin-top: 20px;
  column-gap: 25px;
}

.cnt-wit-bg-wrp.popup-sec .text_center .moreButton .btn_item {
  padding: 10px;
}

.cnt-wit-bg-wrp.popup-sec .moreButton {
  justify-content: flex-start;
}

.cnt-wit-bg-wrp.popup-sec .text_center .moreButton .btn_item a {
  display: inline-block;
  line-height: 1;
  padding: 17px 45px 17px 45px;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cnt-wit-bg-wrp.popup-sec .text_center .moreButton .btn_item.index3 {
  margin-top: 40px;
}


.cnt-wit-bg-wrp.popup-sec .popup_modal {
  top: 0;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .popup_modal_inner {
  padding: 0;
  display: block;
  overflow: visible;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .custom.theme {
  height: auto;
  max-width: 1220px;
  border-radius: 0;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
  height: 100vh;
  margin: 0;
  display: block;
}
.bnr-form .popup_modal {
  background: rgba(0,0,0,.8);
}
.cnt-wit-bg-wrp.popup-sec .popup_modal h2 {
  text-align: center;
  margin: 0;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #d94127;
  line-height: 1;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .custom.theme .popup_modal_box_inner {
  padding: 20px 20px 20px 20px;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .custom.theme .popup_modal_box_inner .form__box {
  padding: 10px;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .popup_modal_inner input.hs-button {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  padding: 17px 50px;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  background-position: right;
  transition: all .3s ease;
  font-size: 16px;
  font-family: "Gotham Book", Sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #d94127;
  line-height: 1;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .popup_modal_inner input.hs-button:hover {
  background-position: left;
}


.cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon {
  top: 0;
  margin-top: 0;
  right: 370px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  width: 28px;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon svg path {
  fill: #000;
}


.cnt-wit-bg-wrp.popup-sec .popup_modal .custom.theme form label {
  font-size: 16px;
}

.cnt-wit-bg-wrp.popup-sec .popup_modal .custom.theme .popup_modal_box_inner form 
.input .hs-input {
  width: 100%;
}


.child-theme .bnr-form {
  padding: 0;
}

.child-theme .bnr-form .landing-banner-row {
  align-items: flex-start;
}

.child-theme .bnr-form .landing-banner-row .left-content {
  width: 35%;
}

.child-theme .bnr-form .landing-banner-row .right-content {
  width: 65%;
  display: block;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section {
  max-width: 100%;
  backdrop-filter: unset;
}

.child-theme .bnr-form .landing-banner-row .left-content .landing-content {
  margin: 0;
}

.child-theme .bnr-form .landing-banner-row .left-content .landing-content h1 {
  margin: 0;
  line-height: 1;
  color: #d94127;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.child-theme .bnr-form .landing-banner-row .left-content .landing-content p {
  margin: 0;
  margin: 20px 0px;
  font-family: "Gotham Book", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.child-theme .bnr-form .landing-banner-row .left-content .oneButton {
  margin: 0;
}

.child-theme .bnr-form .landing-banner-row .left-content .oneButton a {
  padding: 17px 45px 17px 45px;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}


.child-theme .bnr-form .landing-banner-row .right-content .form-section {
  padding: 0;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section .form-top {
  margin-bottom: 38px;
  margin-top: 10px;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section .form-top h2 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #d94127;
  line-height: 1;
  margin: 0;
}

.child-theme .bnr-form .landing-banner-row .right-content form label {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}

.child-theme .bnr-form .landing-banner-row .left-content .landing-content p {
  margin-top: 0;
}

.child-theme .bnr-form .landing-banner-row .left-content .landing-content h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}


.child-theme .bnr-form .landing-banner-row .right-content .form-section  form .hs-form-field {
  margin-bottom: 30px;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section form .hs-form-field input.hs-input {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
  padding: 12px 20px !important;
}

.child-theme .bnr-form .landing-banner-row .right-content {
  padding-right: 0;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section form input.hs-button {
  display: inline-block;
  width: auto;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  border: none !important;
  padding: 17px 50px !important;
  transition: all .3s ease;
  font-size: 16px;
  font-family: "Gotham Book", Sans-serif;
  font-weight: 700;

  background-size: 201% 100%;
  color: #ffffff;
  background-color: #d94127;
  border-radius: 0;
  line-height: 1;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section form .hs_submit {
  text-align: center;
  margin: 0;
}

.child-theme .bnr-form .landing-banner-row .right-content .form-section form input.hs-button:hover {
  background-position: left;
}

.child-theme .bnr-form .popup_modal_inner {
  top: 0;
  padding: 0;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  display: flex;
  height: 100vh;
  width: 750px;
  height: auto;
  margin: 0 auto;
}


.child-theme .bnr-form .popup_modal_inner .theme {
  border-radius: 0;
  transition: none;
  transform: none;
}
.bnr-form .popup_modal {
  padding-top: 30px;
}
.child-theme .bnr-form .popup_modal_inner .theme h2 {
  margin: 0;
  text-align: center;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #d94127;
}


.child-theme .bnr-form .popup_modal_inner .theme form label span {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 24px;
}

.child-theme .bnr-form .popup_modal_inner .theme form label {
  margin: 0;
}

.child-theme .bnr-form .popup_modal_inner .theme form input.hs-input {
  width: 100%;
  padding: 12px 20px !important;
}

.child-theme .bnr-form .popup_modal_inner .theme form .hs-form-field {
  margin-bottom: 30px;
}

.child-theme .bnr-form .popup_modal_inner .theme form .hs-submit {
  text-align: center;
}

.child-theme .bnr-form .popup_modal_inner .theme form .hs-submit input.hs-button {
  display: inline-block;
  width: auto;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  border: none !important;
  padding: 17px 50px !important;
  transition: all .3s ease;
  font-size: 16px;
  font-family: "Gotham Book", Sans-serif;
  font-weight: 700;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  line-height: 1;
}

.child-theme .bnr-form .popup_modal_inner .theme form .hs-submit input.hs-button:hover {
  background-position: left;
}


.child-theme .bnr-form .popup_modal_inner .form__box {
  padding-bottom: 40px;
}

.btm-menu .menu {
  align-items: center;
}

.child-theme .lang_switcher_class .globe_class:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  content: "\f078";
  color: #fff;
}

.child-theme .lang_switcher_class .globe_class ul.lang_list_class li::after {
  display: none;
}

.child-theme .lang_list_class:after {
  display: none;
}

.child-theme .lang_list_class:before {
  display: none;
}

.child-theme .lang_switcher_class .globe_class ul.lang_list_class {
  top: 100%;
  min-width: 200px;
}

.child-theme .lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link:hover {
  color: #d94127 !important;
}
.child-theme .bnr-form .popup_modal_inner .closeIcon svg {
  display: none;
}

.child-theme .bnr-form .popup_modal_inner .closeIcon:before {
  content: "\e87f";
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
.child-theme .bnr-form .popup_modal_inner .closeIcon {
  right: 0;
  left: auto;
  top: 10px;
  background-color: transparent;
}

.child-theme .bnr-form .popup_modal_inner .closeIcon svg path {
  fill: #000;
}


.child-theme .blog-listing {
  padding: 10px;
}

.child-theme .blog-listing .blog-index__post.largeCard.col12 {
  padding: 0;
}


.child-theme .ctm-listing-wrp .sidebar.span8 {
  width: 75%;
}

.child-theme .ctm-listing-wrp .blog-sidebar.span4 {
  width: 25%;
}

.child-theme .content-wrapper.lising-main-cnt-sidbr.ctm-listing-wrp section.blog-index article {
  width: 46%;
  margin-right: 4%;
  flex: unset !important;
}

.sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard.col12{
  margin-bottom: 30px !important;

}

.child-theme .sidebar.hs_ld.blog-wit-sidbr.cm_blog_listingV2.two-col.blog-listing {
  padding: 10px;
}

.child-theme .sidebar.hs_ld.blog-wit-sidbr.cm_blog_listingV2.two-col.blog-listing .flex_row .col6 {
  padding: 0;
}

.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card {
  border-radius: 0;
  box-shadow: none;
}

.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .hs-featured-wrp {
  padding-bottom: 56.7%;
}

.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .post-btm {
  padding: 0;
}

.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .post-btm .list-post-title {
  font-family: "Gotham Bold", Sans-serif;
  color: #d94127;
  font-size: 24px;
  margin-bottom: 0;
}

.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .post-btm .list-descrip {
  color: #6A6A6A;
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin: 16px 0px !important;
  padding: 0;
}


.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .post-btm a.hs-button {
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 17px 45px 17px 45px;
}


.child-theme .sidebar.hs_ld.blog-wit-sidbr.cm_blog_listingV2.two-col.blog-listing .flex_row .col6 {
  flex: unset;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block {
  box-shadow: none;
  padding: 0px 0px 0px 25px;
  border-radius: 0;
  padding-top: 48px;
}

.child-theme .ctm-listing-wrp .blog-sidebar.span4 .dnd-module {
  padding: 0;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block h3 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  color: #d94127;
  line-height: 1;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul li {
  padding: 0;
  margin: 0;

}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul li a {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0px;
  position: relative;
  margin-left: 10px;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul {
  padding-top: 13px;
  padding-left: 20px;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul li a:after {
  display: none;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul li a:hover {
  color: #000;
}

.lising-main-cnt-sidbr.ctm-listing-wrp .block ul li a::before {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 15px;
}



.post-main-con-wrp {
  padding: 60px 0px 0px 0px;
}

.post-main-con-wrp .row {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  flex-direction: row;
}

.post-main-con-wrp .row .cont-wrp {
  width: 50%;
}

.post-main-con-wrp .row  .img-wrp {
  width: 50%;
  text-align: right;
}

.post-main-con-wrp .row .img-wrp .img-sec {
  margin: 30px 0px 0px 0px;
}

.post-main-con-wrp .row .img-wrp .img-sec img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.post-main-con-wrp .row .cont-wrp .cont-inner {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}

.post-main-con-wrp .row .cont-wrp .cont-inner .blog-post__body {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

.post-btn-wrp {
  margin-bottom: 50px;
}

.post-btn-wrp  .btn-inner {
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
}

.post-btn-wrp .btn-inner a.hs-button {
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #ffffff;
  color: #ffffff;
  background-color: #D94127;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 45px 17px 45px;
}

.post-main-con-wrp .row .cont-wrp .cont-inner .blog-post__body {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
footer.footer.footer_section__2.ctm-footer .page-center .flex_row {
  padding: 10px 0px 15px 0px;
}

footer.footer.footer_section__2.ctm-footer .footer-section-2 {
  padding: 0 !important;
}

footer.footer.footer_section__2.ctm-footer .footer-section-2 .flex_row {
  padding: 0 10px 10px 10px;
}

.ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row2 ul li:last-child a {
  margin-right: 0;
}
html.child-theme.no-banner .ctm-header {
  background-color: #000000C2;
}

@media (max-width:1690px){
  .testimonials_sliderv3.ctm-test {
    background-position: 11% 50%;
  }
}

@media (min-width:1025px){
  .cnt-wit-tp-img-wrp.ctm-logo.ca .cnt-col {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .home-header .header {
    min-height: 80px;
  }

  .content-wrapper,
  .dnd-section > 
  .row-fluid {
    max-width: 1024px;
  }
  .child-theme  .footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row2 {
    display: none;
  }
  .child-theme  .footer.footer_section__2 .footer-section-1 .flex_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .child-theme .ctm-footer .footer-section-2 .flex_row {
    padding: 0;
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num1 {
    width: 100%;
    text-align: center;
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1 ul {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .child-theme  .footer.footer_section__2 .footer-section-1 .num1 .row1 .footer-image img {
    max-width: 280px;
  }
  .child-theme .ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num1 {
    padding-left: 10px;
  }
  .child-theme  .ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1 {
    margin: 0;
    margin-bottom: 15px;
  }
  .ctm-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header .inner-row {
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile-header .logo {
    width: 50%;
  }
  .mobile-header .nav {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .mobile-header .logo .mobile-logo {
    padding: 0px 0px 0px 10px;
  }
  .mobile-header .logo .mobile-logo img {
    max-width: 300px;
    vertical-align: middle;
    display: inline-block;
  }
  .mobile-header .nav .language_switcher {
    margin-bottom: 20px;
  }
  .nav .mobile-trigger {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nav .mobile-trigger .elementor-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nav-menu-icon-size, 22px);
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    margin-left: auto;
    background-color: #02010100;
    color: #FFFFFF;
  }
  i.elementor-menu-toggle__icon--open.eicon-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  i.elementor-menu-toggle__icon--open.eicon-menu-bar::before {
    content: "\e816";
  }


  span.elementor-screen-only {
    display: none;
  }
  .mobile-wrp {
    background-color: #fff;
    font-size: 13px;
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    position: absolute;
    z-index: 9997;

  }
  .mobile-menu i.elementor-menu-toggle__icon--open.eicon-menu-bar {
    display: none;
  }

  .mobile-menu  i.elementor-menu-toggle__icon--close.eicon-close {
    display: block;
  }

  i.elementor-menu-toggle__icon--close.eicon-close {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  i.elementor-menu-toggle__icon--close.eicon-close::before {
    content: "\e87f";
  }

  .mobile-header .nav {
    position: relative;
  }
  .mobile-wrp {
    width: 100%;
    position: fixed;
    left: 0;
    top: 79px;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  i.elementor-menu-toggle__icon--close.eicon-close {
    display: none;
  }
  .mobile-wrp .hs-menu-wrapper > ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }

  .mobile-wrp .hs-menu-wrapper > ul > li  > a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    justify-content: center;
    font-family: "Gotham Bold", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #33373d;
  }

  .mobile-wrp .hs-menu-wrapper > ul > li:hover > a {
    background-color: #3f444b;
    color: #fff;
  }
  .mobile-wrp {
    display: none;
  }
  .child-theme .ctm-card .bottom_row {
    padding: 0px 50px 020px 50px;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col {
    width: 25%;
  }
  .testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item {
    width: 100% !important;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--prev {
    left: 0%;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--next {
    right: -8px !important;
  }
  .cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col {
    width: 50%;
  }


  .cnt-wit-tp-img-wrp.ctm-logo .flex-row .inner_spacing .tp-img {
    width: 100%;
  }
  .cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon {
    right: 100px;
  }
  .cnt-wit-bg-wrp.popup-sec .bg_el {
    background-position: 0px 0px !important;
  }
  .mobile-header:after {
    display: none;
  }

}

@media(max-width:991px){
  .cnt-wit-bg-wrp.popup-sec .text_center .moreButton .btn_item.index3 {
    margin: 0;
  }
  .cnt-wit-bg-wrp.popup-sec .popup_modal .closeIcon {
    right: 0;
  }
}

@media (max-width:900px) and (min-width:768px){

  .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img-cnt h3.col-title {
    font-size: 12px;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme {
    padding-top: 0;
  }
  .logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--prev {
    left: 0 !important;
  }

  .logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    right: 0 !important;
  }
}

@media(max-width:767px){
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1 {
    margin-bottom: 0;
  }
  .popup-section a.dialog-close-button {
    right: 20px!important;
  }
  .bnr-form .popup_modal {
    padding-top: 0;
  }

  .child-theme .bnr-form .popup_modal_inner .closeIcon {
    top: 21px;
    left: 86%;
  }
  .logo_slider.ctm-logo-slider .splide .splide__track {
    width: 100%;
  }
  .child-theme .bnr-form .landing-banner-row .right-content {
    padding-right: 10px;
  }
  .logo_slider.ctm-logo-slider .page-center .logo_inner {
    justify-content: center;
  }
  .child-theme .footer_partial_wrapper {
    padding: 30px 0px 0px 0px;
  }
  .child-theme .ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li:first-child>a {
    margin-left: 0;
  }
  .logo_slider.ctm-logo-slider .splide .splide__track {
    width: 100%;
  }
  .logo_slider.ctm-logo-slider .page-center .logo_inner {
    padding: 0 50px;
  }
  .logo_slider.ctm-logo-slider .splide .splide__track .flex_row .col2 {
    padding: 0px;
  }
  .logo_slider.ctm-logo-slider .splide .splide__track .flex_row .col2 {
    width: 100% !important;
  }

  .logo_slider.ctm-logo-slider .page-center .logo_inner {
    justify-content: center;
  }
  .child-theme form.hs-form.stacked {
    margin-bottom: 30px;
  }
  .content-wrapper,
  .dnd-section > 
  .row-fluid {
    max-width: 767px;
  }
  .child-theme .ctm-footer .footer-section-2 .num1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .child-theme .ctm-footer .footer-section-2 .num1 .footer-row .footer-social {
    text-align: center;
  }
  .child-theme .ctm-footer .footer-section.footer-section-1 .flex_row .col-section.num2 .row1 .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .child-theme .ctm-footer .footer-section-2 .num1 .footer-row {
    width: 100%;
    text-align: center;
  }
  .footer-social-item:not(:first-child) {
    margin: 0;
  }
  .mobile-header .logo .mobile-logo img {
    max-width: 250px;
  }

  .mobile-header .logo .mobile-logo {
    padding: 0;
  }

  .child-theme .cnt-bg .theme_center .text_center {
    width: 100%;
    min-height: 600px;
    justify-content: center;
  }

  .child-theme .cnt-bg .bg_el.bg_img {
    background-position: bottom center !important;
    background-size: contain;
  }

  .child-theme .cnt-bg {
    padding: 0;
  }

  .child-theme .cnt-bg .theme_center .text_center h2.title {
    font-size: 35px;
  }

  .child-theme .cnt-bg .theme_center .text_center p {
    font-size: 16px;
    line-height: 28px;
  }

  .child-theme .cnt-bg .theme_center {
    min-height: auto;
    height: 600px;
  }

  .child-theme .cnt-bg .theme_center .text_center .rich_text {
    padding: 0px 10px 100px 0px;
  }
  .child-theme .ctm-card {
    margin: 0;
    padding: 0;
    background-size: cover;
  }

  .child-theme .ctm-card .theme_center {
    min-height: auto;
  }

  .child-theme .ctm-card .bottom_row {
    background-size: cover;
    padding: 30px 50px 30px 50px;
  }

  .child-theme .ctm-card .bottom_row .flex_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img {
    width: 30%;
    margin-bottom: 0;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col {
    width: 100%;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img img {
    width: revert;
    max-width: 78px;
    object-fit: cover;
    max-height: 78px;
    height: auto;
  }

  .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img-cnt h3.col-title {
    font-size: 16px;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme {
    padding: 10px;
  }

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(2), .child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(3) {
    margin: 0;
  }
  .logo_slider.ctm-logo-slider .noButton h2.title {
    font-size: 30px;
  }

  .logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--prev {
    left: 0 !important;
  }

  .logo_slider.ctm-logo-slider .splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    right: 0 !important;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .media_column img {
    max-width: 280px;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .media_column {
    background-position: 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .child-theme .two-col-content.ctm-two-col {
    background-position: 0;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .content-col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description {
    padding-top: 0;
    margin: 24px 0 0 0;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description p:first-child {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .flex_row.flex_center {
    row-gap: 0;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .description p:last-child {
    font-size: 16px;
  }

  .child-theme .two-col-content.ctm-two-col .theme_center .content-col .cont-inner .btn-items .oneButton {
    margin-top: 16px;
  }
  .cnt-wit-tp-img-wrp.ctm-logo .top_sec.noButton .title {
    font-size: 35px;
  }

  .cnt-wit-tp-img-wrp.ctm-logo .flex-row .cnt-col {
    width: 100%;
  }
  .testimonials_sliderv3.ctm-test {
    background-position: unset;
  }

  .testimonials_sliderv3.ctm-test .top_sec.noButton .content_widget .title {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    margin-top: 0;
  }

  .testimonials_sliderv3.ctm-test .top_sec.noButton .content_widget {
    padding-top: 0px;
  }

  .testimonials_sliderv3.ctm-test .top_sec.noButton {
    margin-bottom: 0;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item {
    padding: 20px 40px;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide .splide__track .testmn_row {
    position: relative;
  }
  .testimonials_sliderv3.ctm-test .page-center .splide .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide__arrows {
    display: block;
  }

  .testimonials_sliderv3.ctm-test .page-center .splide__arrows .splide__arrow--next {
    right: 0 !important;
  }
  .ctm-logo .tp-img img {
    width: 100%;
    height: 100%;
    max-width: 290px;
  }
  .logo_slider.ctm-logo-slider .splide__arrows {
    display: block;
  }
  .simple-banner.about-bnr.about .page-center {
    min-height: 300px;
  }

  .simple-banner.about-bnr.about {
    margin-top: -35px;
  }

  .simple-banner.about-bnr.about .flex_row .banner-content-inner span {
    display: none;
  }
  .testimonials_slider.ctm-about .bottom_row .testmn_item .card_box {
    padding: 0px 30px 0px 30px;
  }

  .testimonials_slider.ctm-about .bottom_row .testmn_item .card_box .card_quote p {
    font-size: 22px;
    line-height: 35px;
    margin: 22px 0;
  }

  .testimonials_slider.ctm-about .bottom_row .testmn_item .card_box .card_content h4 {
    font-size: 22px;
    line-height: 35px;
    margin: 22px 0;
  }

  .testimonials_slider.ctm-about .top_sec .top_content span svg {
    width: 1em;
    height: 1em;
    position: relative;
  }

  .testimonials_slider.ctm-about .top_sec .top_content span {
    font-size: 90px;
    bottom: 50px;
  }
  .testimonials_slider.ctm-about .top_sec .top_content i {
    display: block;
    position: absolute;
    bottom: 126px;
    font-size: 90px;
    left: -1px;
  }

  .testimonials_slider.ctm-about .top_sec .top_content i svg {
    width: 1em;
    height: 1em;
    position: relative;
  }
  .ctm-team .our-porducts {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .our-products-wrp.ctm-team .top-section .top-section-title h2 {
    font-size: 40px;
  }

  .our-products-wrp.ctm-team .middle-section-wrp .mid-section-flip-box__back {
    background-position: 0% 0%;
  }
  .our-products-wrp.ctm-team .middle-section-wrp .mid-section .mid-section-column {
    margin-bottom: 0;
  }
  .our-products-wrp.ctm-team .middle-section-wrp .mid-section .mid-section-column {
    width: 45%;
  }
  .our-products-wrp.ctm-team .middle-section-wrp .mid-section {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  .simple-banner.about-bnr.survey .page-center {
    min-height: 400px;
  }

  .simple-banner.about-bnr.survey {
    margin-top: -35px;
  }

  .simple-banner.about-bnr.survey .flex_row h1 {
    font-size: 50px;
  }
  .form-with-background.ctm-survey .left-content .form-section form {
    margin-bottom: 0;
  }
  .form-with-background.ctm-survey .left-content .form-section form {
    margin-bottom: 0;
  }

  .form-with-background.ctm-survey .left-content .hs-form-field .input input[type='text'] {
    width: 100%;
    line-height: 2;
    min-height: 32px;
  }

  .form-with-background.ctm-survey .left-content .form-section form .form-columns-2 .hs-form-field {
    width: 100%;
    margin-bottom: 0;
  }

  .form-with-background.ctm-survey .left-content .hs_email.hs-form-field input[type='email'] {
    width: 100%;
  }

  .form-with-background.ctm-survey .left-content fieldset.form-columns-0:first-child {
    padding-bottom: 8px;
  }
  .form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li {
    height: 50px;
  }
  .form-with-background.ctm-survey .left-content .hs_email.hs-form-field input[type='email'] {
    line-height: 2;
    min-height: 32px;
  }
  .form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .form-with-background.ctm-survey .left-content fieldset.form-columns-1 ul.inputs-list.multi-container > li {
    height: 50px;
  }
  .cnt-wit-bg-wrp.popup-sec .text_center {
    width: 100%;
  }
  .child-theme .bnr-form .popup_modal_inner {
    padding: 0;
  }

  .child-theme .bnr-form .popup_modal_inner {
    height: 100vh;
    display: block;
  }

  .child-theme .bnr-form .popup_modal_inner .theme {
    overflow: visible;
    height: 100%;
  }
  .child-theme .bnr-form .landing-banner-row .left-content {
    width: 100%;
  }

  .child-theme .bnr-form .landing-banner-row .right-content .form-section {
    width: 100%;
    max-width: 100%;
  }

  .child-theme .bnr-form .landing-banner-row .right-content {
    width: 100%;
  }

  .child-theme .bnr-form .landing-banner-row .left-content .landing-content h1 {
    font-size: 35px;
  }
  .child-theme .bnr-form .popup_modal_inner .theme {
    height: 100vh;
  }

  .child-theme .bnr-form .popup_modal_inner .form__box {
    background: #fff;
  }
  .child-theme .bnr-form .landing-banner-row .right-content .form-section {
    padding: 0 !important;
  }
  .child-theme .bnr-form form {
    margin: 0 !important;
  }
  .child-theme .content-wrapper.lising-main-cnt-sidbr.ctm-listing-wrp section.blog-index article {
    width: 100%;
  }

  .child-theme .ctm-listing-wrp .sidebar.span8 {
    width: 100%;
  }

  .child-theme .ctm-listing-wrp .blog-sidebar.span4 {
    width: 100%;
  }

  .lising-main-cnt-sidbr.ctm-listing-wrp .block {
    padding: 0;
  }
  .post-main-con-wrp .row .cont-wrp {
    width: 100%;
  }

  .post-main-con-wrp .row .cont-wrp .cont-inner {
    display: block;
  }

  .post-main-con-wrp .row .img-wrp {
    width: 100%;
    text-align: center;
  }


  .mobile-header .nav {
    width: 35%;
  }

  .mobile-header .logo {
    width: 65%;
  }
}

@media (max-width:450px){

  .child-theme .ctm-card .bottom_row .flex_row .cnt-col .theme .tp-img img {
    max-width: 100%;
  }
  .testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item {
    padding: 20px 20px;
  }
  .testimonials_sliderv3.ctm-test .page-center .splide .testmn_row .testmn_item .testmn_inner {
    padding: 20px;
  }
  .simple-banner.about-bnr.survey .flex_row h1 {
    font-size: 35px;
  }
  .mobile-header .logo .mobile-logo img {
    max-width: 100%;
    width: 250px !important;
  }
}





.ctm-header{
  background-color: rgba(255, 255, 255,0.0);
}

.top-menu .menu .hs-menu-wrapper>ul li>a{
  font-size:16px;
}

.top-menu .menu .hs-menu-wrapper>ul li>a,
.btm-menu .menu .hs-menu-wrapper>ul>li>a{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.top-menu .menu .hs-menu-wrapper>ul li:hover>a,
.btm-menu .menu .hs-menu-wrapper>ul>li:hover>a{
  color:rgba(217, 65, 39,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.top-menu .menu .hs-menu-wrapper>ul li.active>a,
.btm-menu .menu .hs-menu-wrapper>ul>li.active>a{
  color:rgba(217, 65, 39,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul{
  background-color:rgba(2, 1, 1,1.0);
}
.top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul>li a{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul>li:hover a{
  color:rgba(217, 65, 39,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.top-menu .menu .hs-menu-wrapper>ul li.hs-item-has-children>ul>li.active a{
  color:rgba(217, 65, 39,1.0);
  background-color:rgba(2, 103, 128,0.0);
}



.simple-banner.about-bnr {
  padding: 0;
  min-height: unset;
}
.simple-banner.about-bnr .page-center {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.child-theme ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.simple-banner.about-bnr .flex_row {
  width: 100%;
  text-align: left;
  padding: 10px;
}
.simple-banner.about-bnr .flex_row h1 {
  margin: 0px 0px 40px 0px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Infinite Justice", Sans-serif;
  line-height: 1;
}
.simple-banner.about-bnr .flex_row .banner-content-inner {
  padding: 0;
}
.simple-banner.about-bnr.sml-size h1 {
  font-size: 45px;
}
.advanced-tabber .main-items .card-section .promo-box:hover .promo-box-image:after {
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/download.png) no-repeat;
}
.product-popup ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}
.no-list.hs-error-msgs.inputs-list {
  clear: both;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  margin-top: 8px;
  padding: 12.992px 24px;
  background: #fff9f9;
  border: 1px solid #c02b0a;
}
.no-list.hs-error-msgs.inputs-list label {
  margin: 0;
  color: #c02b0a;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field .input {
  margin-right: 0 !important;
}
.popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:first-child {
  padding-right: 10px;
}
.popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:last-child {
  padding-left: 10px;
}
.simple-banner.about-bnr.roi h1 {
  font-family: "Infinite Justice", Sans-serif;
  font-size: 64px;
  font-weight: 400;
}
.simple-banner.about-bnr.roi .page-center {
  min-height: 515px;
}
.cnt-wit-bg-wrp.roi_cntnt {
  padding: 200px 0;
}
.cnt-wit-bg-wrp.roi_cntnt .page-center {
  padding: 10px;
}
.cnt-wit-bg-wrp.roi_cntnt h2.title {
  font-family: "Infinite Justice", Sans-serif;
  font-size: 120px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.cnt-wit-bg-wrp.btm-sec {
  padding: 0;
}
.cnt-wit-bg-wrp.btm-sec .page-center {
  min-height: 570px;
  display: flex;
  align-items: center;
}
.cnt-wit-bg-wrp.btm-sec .content_widget {
  width: 100%;
}
.cnt-wit-bg-wrp.btm-sec h2.title {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 64px;
  font-weight: 400;
}
.cnt-wit-bg-wrp.btm-sec .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.btm-sec .content_widget {
  width: 41.946%;
  text-align: left;
  padding: 10px;
}
.cnt-wit-bg-wrp.btm-sec h2.title {
  font-family: Gotham Bold, Sans-serif;
  font-size: 64px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.cnt-wit-bg-wrp.btm-sec .btn_row {
  justify-content: flex-start;
}
.cnt-wit-bg-wrp.btm-sec .btn_row a.hs-button {
  font-size: 18px;
  padding: 17px 45px 17px 45px;
  font-family: "Gotham Medium", Sans-serif;
  font-weight: 500;
  line-height: 1;
}
.our-products-wrp.products-item {
  padding: 30px 0px 0px 0px;
}
.our-products-wrp.products-item .our-porducts {
  margin: 0;
}
.our-products-wrp.products-item .page-center {
  max-width: 1280px;
}
.our-products-wrp.products-item .mid-section .mid-section-column {
  width: 33.333% !important;
}
.our-products-wrp.products-item .mid-section .mid-section-widget-wrap {
  padding: 30px;
}
.our-products-wrp.products-item .mid-section .mid-section-column .mid-section-flip-box__front {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #02010175;
  background-position: center center;
  background-size: cover;
}
.our-products-wrp.products-item .mid-section .mid-section-flip-box__back {
  background-position: center center;
}
.our-products-wrp.products-item .our-porducts {
  margin: 0;
  margin-bottom: 30px;
}
.our-products-wrp.products-item .mid-section-element .mid-section-flip-box .mid-section-flip-box__back .mid-section-flip-box__layer__inner a.hs-button {
  padding: 15px 30px;
  transition: all .3s ease;
  clip-path: unset;
  background: #d94127 !important;
  color: #fff !important;
}
.our-products-wrp.products-item a.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.simple-banner.about-bnr .top_sec img {
  vertical-align: middle;
  display: inline-block;
  width: 230px;
  margin: 0px 0px 40px 0px;
}
.two-col-content.procuret_two_col {
  padding: 0;
}
.two-col-content.procuret_two_col .page-center {
  padding: 10px 10px 0;
}
.two-col-content.procuret_two_col .flex_row {
  gap: 0 !important;
  justify-content: flex-start !important;
  flex-direction: row;
  align-items: unset !important;
}
.two-col-content.procuret_two_col .flex_row .content-col {
  padding: 0;
  width: 64%;
}
.two-col-content.procuret_two_col .flex_row .media_column {
  width: 36%;
  align-self: inherit;
  cursor: default;
  padding: 0;
}
.two-col-content.procuret_two_col .flex_row .content-col .description {
  margin: 0;
}
.two-col-content.procuret_two_col .flex_row .content-col .description h3 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.two-col-content.procuret_two_col .flex_row .content-col .description img {
  width: 230px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
}
.two-col-content.procuret_two_col .flex_row .content-col .description h5 {
  margin: 0 0 60px;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.two-col-content.procuret_two_col .flex_row .content-col .description p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.two-col-content.procuret_two_col .flex_row .media_column .mediaimg {
  margin: -100px 0px 0px 0px;
}
.request-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.pop-open .request-popup {
  opacity: 1;
  visibility: visible; 
}
.request-popup .request-inner {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  position: absolute;
}
.request-popup .request-inner a.dialog-close-button {
  display: flex;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
}
.request-popup .request-inner a.dialog-close-button i.eicon-close {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
.request-popup .request-inner a.dialog-close-button i.eicon-close:before {
  content: "\e87f";
  color: #000;
}
.request-popup .request-inner .dialog-message.dialog-lightbox-message {
  width: 1200px;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
  line-height: 1.5;
}
.request-popup .request-inner .dialog-message .dialog-message-inner {
  width: 100%;
  padding: 30px;
}
.request-popup .request-inner h2 {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #d94127;
  line-height: 1;
}
.request-popup .request-inner form .hs-form-field>label {
  font-size: 16px;
}
.request-popup .request-inner form .hs-form-field {
  margin-bottom: 35px;
}
.request-popup .request-inner form .hs-form-field>label .hs-form-required,
.child-theme .bnr-form .popup_modal_inner .theme form label span.hs-form-required,
.post-popup-wrp .form-wrp form .hs-form-field span.hs-form-required{
  font-size: 0;
}
.request-popup .request-inner form .hs-form-field>label .hs-form-required:before,
.child-theme .bnr-form .popup_modal_inner .theme form label span.hs-form-required:before,
.post-popup-wrp .form-wrp form .hs-form-field span.hs-form-required:before{
  content: "(Required)";
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.225em;
  font-style: italic;
  font-weight: 400;
}
.request-popup .request-inner form .hs-form-field textarea {
  width: 100%;
}
.request-popup .request-inner form .hs_submit {
  text-align: center;
  margin: 3px 0 0;
  padding: 0 0 16px;
}
.request-popup .request-inner form .hs_submit .hs-button {
  line-height: normal;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  background-position: right;
  transition: all .3s ease;
  font-size: 16px;
  font-family: "Gotham Book", Sans-serif;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  border: none !important;
  padding: 17px 50px !important;
}
.request-popup .request-inner form .hs_submit .hs-button:hover {
  background-position: left;
}
.two-col-content.industries_two_col {
  padding: 80px 0;
}
.two-col-content.industries_two_col .page-center {
  max-width: 100%;
}
.two-col-content.industries_two_col .content-col {
  padding: 0;
}
.two-col-content.industries_two_col .media_column {
  padding: 0;
}
.two-col-content.industries_two_col .content-col {
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.two-col-content.industries_two_col .content-col .cont-inner {
  max-width: 640px;
  padding: 0 10px;
}
.two-col-content.industries_two_col .content-col .cont-inner h2 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  color: #d94127;
  line-height: 1;
}
.two-col-content.industries_two_col .content-col .cont-inner p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.two-col-content.industries_two_col .content-col .cont-inner ul {
  margin: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.two-col-content.industries_two_col .content-col .cont-inner ul li {
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.two-col-content.industries_two_col .content-col .description {
  margin: 0;
}
.two-col-content.industries_two_col .content-col .btn_row {
  margin: 0;
}
.two-col-content.industries_two_col .content-col .btn_row a {
  padding: 17px 45px 17px 45px;
  line-height: 1;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.two-col-content.right.industries_two_col .single-img {
  margin: 0px 50px 0px 0px;
}
.two-col-content.right.industries_two_col .content-col {
  justify-content: flex-start;
}
.cnt-wit-bg-wrp.btm-sec.video-bg h2.title {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
.cnt-wit-bg-wrp.btm-sec.video-bg .page-center {
  min-height: 500px;
}
.cnt-wit-bg-wrp.btm-sec.video-bg {
  margin-bottom: 20px;
}

.simple-banner.about-bnr.sml-height .page-center {
  min-height: 355px;
}
.cnt-wit-bg-wrp.engineer-section {
  padding: 40px 0px 70px 0px;
}
.cnt-wit-bg-wrp.engineer-section .content_widget {
  text-align: left;
}
.cnt-wit-bg-wrp.engineer-section h1 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #d94127 !important;
  margin: 0 0 46px;
  line-height: 1;
}
.cnt-wit-bg-wrp.engineer-section .content_widget {
  padding: 10px;
}
.cnt-wit-bg-wrp.engineer-section .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.engineer-section p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.cnt-wit-bg-wrp.engineer-section .bg_el.bg_img {
  background-position: 100% 0px !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.cnt-wit-bg-wrp.engineer-section ul li {
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.cnt-wit-bg-wrp.engineer-section .rich_text {
  margin-bottom: 36px;
}
.cnt-wit-bg-wrp.engineer-section .btn_row .btn_item a.hs-button {
  font-family: "Gotham Medium", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 45px 17px 45px;
  display: inline-block;
  line-height: 1;
}
.cnt-wit-bg-wrp.engineer-section .btn_row {
  margin: 0;
  gap: 0 !important;
  margin-left: -16px;
}
.cnt-wit-bg-wrp.engineer-section .btn_row .btn_item {
  padding: 30px;
}
.about-page .hs_cos_wrapper_type_simple_menu ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  justify-content: center;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li:nth-child(1) {
  width: 22%;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li:nth-child(2) {
  width: 23%;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li:nth-child(3) {
  width: 27%;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li:nth-child(4) {
  width: 28%;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li a {
  color: #A6B3BB;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.about-page .hs_cos_wrapper_type_simple_menu ul li:not(:first-child) {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #A6B3BB;
}
.about-page .hs_cos_wrapper_type_simple_menu ul {
  max-width: 700px;
  margin: 40px auto 10px;
}
.video-slider-wrapper .video-slider .slick-prev {
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-left.png) no-repeat;
}
.video-slider-wrapper .video-slider .slick-next {
  background: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/sg-arrow-right.png) no-repeat;
}
.download-form-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 991;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.video-slider-wrapper.type2.transparent {
  background: transparent;
}
.video-slider-wrapper.type2.transparent .video-slider-inner {
  margin: 0;
}
.video-slider-wrapper.mb0 .video-slider-inner {
  margin: 0;
}
.popup-items.active .overlay {
  visibility: visible;
  opacity: 1;
}
.download-form-popup a.dialog-close-button.dialog-lightbox-close-button {
  display: flex;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
}
html.form-active .download-form-popup {
  visibility: visible;
  opacity: 1;
}
html.form-active .overlay {
  visibility: visible;
  opacity: 1;
}
.download-form-popup .download-form_in .download-form {
  max-width: 100vw;
  max-height: 100vh;
  padding: 15px;
  overflow: auto;
  display: flex;
  width: 1000px;
  height: auto;
}
.download-form-popup .download-form_in .download-form .dialog-message {
  width: 100%;
  padding: 10px;
}
.download-form-popup .download-form_in .top-section {
  text-align: center;
}
.download-form-popup .download-form_in .top-section h2 {
  font-family: "Gotham Book", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  color: #d94127;
}
.download-form-popup .download-form_in .top-section p {
  line-height: 1;
  margin: 0 0 20px;
  font-size: 18px;
}
.download-form-popup .download-form_in {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  position: absolute;
}
.download-form-popup .download-form_in h3.form-title {
  display: none;
}
.download-form-popup .download-form_in form .hs-form-field>label {
  font-size: 16px;
  color: #222a2e;
  font-weight: 400;
  font-family: "Gotham Book", Sans-serif;
  line-height: 24px;
}
.download-form-popup .download-form_in form .hs-form-field>label .hs-form-required {
  font-size: 0;
}
.download-form-popup .download-form_in form .hs-form-field>label .hs-form-required:before {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.325em;
  content: "(Required)";
  font-style: italic;
  font-weight: 400;
}
.download-form-popup .download-form_in form .hs-form-field {
  margin-bottom: 30px;
}
.download-form-popup .download-form_in form .hs_submit.hs-submit {
  text-align: center;
}
.download-form-popup .download-form_in form .hs_submit .hs-button {
  font-size: 16px;
  padding: 17px 50px;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  font-family: Roboto;
  font-weight: 500;
  line-height: normal;
}
.download-form-popup .download-form_in form .hs_submit {
  padding-bottom: 20px;
}
.download-form-popup .download-form_in .form {
  padding-top: 14px;
}
.cnt-wit-tp-img-wrp.ctm-logo.type2 .flex-row .cnt-col {
  width: 25%;
}
.cnt-wit-tp-img-wrp.ctm-logo.type2 .flex-row .cnt-col .inner_spacing.theme .tp-img {
  width: 100%;
}

.overlay {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.pop-active .overlay {
  opacity: 1;
  visibility: visible;
}
.popup-section {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  visibility: hidden;
  opacity: 0;
}
.pop-active .popup-section{
  opacity: 1;
  visibility: visible;
}
.popup-section .popup-inner {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  background: #fff;
  max-width: 1100px;
  position: absolute;
  width: 1000px;
  padding: 15px 15px 15px 15px;
  overflow: auto;
}
.popup-section a.dialog-close-button {
  display: flex;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
}
.popup-section a.dialog-close-button i.eicon-close {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup-section a.dialog-close-button i.eicon-close:before {
  content: "\e87f";
  color: rgb(0, 0, 0);
}
.popup-section .popup-inner .popup-form-wrapper {
  padding: 10px;
}
.popup-section .popup-inner .popup-form-wrapper h3 {
  text-align: center;
  font-family: "Gotham Book", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0px;
  color: #d94127;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.popup-section .popup-inner .popup-form-wrapper p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field>label {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: normal;
}
.popup-section .popup-inner .popup-form-wrapper form .hs_submit {
  margin: 6px 0 0;
  padding: 16px 0;
  text-align: center;
}
.popup-section .popup-inner .popup-form-wrapper form .hs_submit .hs-button {
  font-size: 16px;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  background-position: right;
  padding: 17px 50px;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  line-height: normal;
  font-family: "Roboto";
  font-weight: 500;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field {
  margin-bottom: 40px;
}
.popup-section .popup-inner .popup-form-wrapper form .hs_email,
.popup-section .popup-inner .popup-form-wrapper form .hs_company {
  margin-bottom: 20px;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field>label .hs-form-required {
  font-size: 0;
}
.popup-section .popup-inner .popup-form-wrapper form .hs-form-field>label .hs-form-required:after {
  content: "(Required)";
  font-style: italic;
  font-weight: 400;
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.325em;
}
.popup-section .popup-inner .popup-form-wrapper form .hs_submit .hs-button:hover {
  background-position: left;
} 
body.header-type2 .ctm-header:not(.slideUp) {
  background-image: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5px;
}
.our-products-wrp.type2 {
  margin-top: 100px;
}
.our-products-wrp.type2 .our-porducts {
  margin-bottom: 0;
}
.video-slider-wrapper.type2.eliminate {
  padding-top: 100px;
}
.video-slider-wrapper.type2.eliminate .video-slider-inner {
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.content-with_bg {
  padding: 60px 0px 60px 0px;
}
.cnt-wit-bg-wrp.content-with_bg .bg_el {
  background-position: 0px -34% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cnt-wit-bg-wrp.content-with_bg .page-center {
  padding: 10px;
}
.cnt-wit-bg-wrp.content-with_bg .rich_text {
  text-align: center;
}
.cnt-wit-bg-wrp.content-with_bg .rich_text img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}
.cnt-wit-bg-wrp.content-with_bg .btn_row {
  margin: -20px 0px 0px 0px;
}
.cnt-wit-bg-wrp.content-with_bg .btn_row a.hs-button {
  padding: 17px 45px 17px 45px;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.cnt-wit-bg-wrp.btm-sec.small-font h2.title {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
.cnt-wit-bg-wrp.btm-sec.small-font .page-center {
  min-height: 500px;
}
.popup-section.small-width .form .top-content {
  text-align: center;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #d94127;
  line-height: 1;
  margin-bottom: 40px;
}
.popup-section.small-width .popup-inner {
  width: 753px;
}
.lang_switcher_class .globe_class {
  background: transparent !important;
  width: auto;
  height: auto;
  padding: 0 20px;
}
.lang_switcher_class .globe_class:before {
  content: "Regions";
  color: #ffffff;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.lang_switcher_class .globe_class li:first-child {
  display: none;
}
.child-theme .lang_switcher_class .globe_class:after{
  margin-left: 0 !important;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang="en-ca"]:after {
  content: "Canada";
  display: block;
  font-family: Gotham Book, Sans-serif;
  font-size: 16px;
  text-align: left;
  margin-left: .4em;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang=en-us]:after {
  color: #fff !important;
  content: "USA";
  margin-left: .4em;
  display: block;
  font-family: Gotham Book, Sans-serif;
  font-size: 16px;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang=en-us]:hover:after,
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang="en-ca"]:hover:after{
  color: #d94127 !important;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link{
  font-size: 0 !important;
}
.lang_switcher_class .globe_class ul.lang_list_class li {
  text-align: left;
}
.child-theme .lang_switcher_class .globe_class ul.lang_list_class {
  min-width: 124px !important;
  top: 80%;
  left: 40px;
}
.lang_switcher_class .globe_class ul.lang_list_class {
  width: auto;
  margin: 0;
  background: #3a3a3a;
  padding: 6px 5px;
  min-width: 100px;
  transform: unset;
  left: 0;
}
.lang_switcher_class .globe_class ul.lang_list_class li {
  padding: 0;
  border: 0;
  background: transparent;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link {
  color: #fff !important;
  font-family: "Gotham Book", Sans-serif;
  padding: 5px 10px;
  line-height: 1;
  display: flex;
  font-size: 16px;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang="en-us"]:after {
  content: "USA";
  display: block;
  color: #fff !important;
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang="en"]:after {
  margin-left: .4em;
}
.lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link[lang="en"]:after {
  content: "Australia";
  font-size: 16px;
}
.lang_list_class:after {
  display: none;
}
.cnt-wit-bg-wrp.calibration {
  padding: 80px 0px 80px 0px;
}
.cnt-wit-bg-wrp.calibration .bg_el {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  opacity: 0.48;
  background-size: unset;
}
.cnt-wit-bg-wrp.calibration .page-center {
  padding: 10px;
}
.cnt-wit-bg-wrp.calibration .content_widget {
  width: 41.14%;
}
.cnt-wit-bg-wrp.calibration .content_widget .rich_text {
  text-align: left;
}
.cnt-wit-bg-wrp.calibration .content_widget .rich_text h2 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  color: #d94127 !important;
}
.cnt-wit-bg-wrp.calibration .content_widget .rich_text p {
  margin: -20px 40px 0 0px;
  margin-block-start: -14px;
  margin-block-end: 1em;
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.cnt-wit-tp-img-wrp.service-inclusions {
  padding: 70px 0px 70px 0px;
}
.cnt-wit-tp-img-wrp.service-inclusions .page-center {
  max-width: 100%;
  padding: 10px;
}
.cnt-wit-tp-img-wrp.service-inclusions .top_sec {
  margin: 0 0 20px;
  padding: 0;
}
.cnt-wit-tp-img-wrp.service-inclusions .top_sec h2.title {
  margin: 0;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #d94127;
  line-height: 1;
}
.cnt-wit-tp-img-wrp.service-inclusions .bottom_row {
  max-width: 1700px;
  margin: auto;
}
.cnt-wit-tp-img-wrp.service-inclusions .bottom_row .cnt-col {
  padding: 0;
}
.cnt-wit-tp-img-wrp.service-inclusions .bottom_row .inner_spacing {
  padding: 20px;
}
.cnt-wit-tp-img-wrp.service-inclusions .bottom_row .tp-img-cnt h3.col-title {
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Gotham Bold", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #d94127;
  margin-top: 40px;
}
.cnt-wit-tp-img-wrp.service-inclusions .bottom_row .tp-img-cnt p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.cnt-wit-tp-img-wrp.ctm-logo.support {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .page-center {
  padding: 10px;
}
.cnt-wit-bg-wrp.btm-sec .bg_el.bg_img {
  background-position: center center !important;
}
.cnt-wit-tp-img-wrp.ctm-logo.support h2.title {
  color: #d94127 !important;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .flex-row {
  max-width: 600px;
  margin: auto;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col {
  width: 50%;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:first-child .inner_spacing {
  justify-content: center;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:first-child img {
  max-width: 150px;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:first-child h2 {
  margin: 0;
}
.cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:first-child {
  margin-top: -10px;
}
.cnt-wit-tp-img-wrp.ctm-logo.support {
  padding-bottom: 0;
  margin-bottom: 52px;
}
.popup-section.card .hs-richtext h2 {
  margin-bottom: 38px !important;
}
.post-popup-wrp.warranty-policy .form-columns-0 .hs-richtext {
  display: none;
}
.post-popup-wrp.warranty-policy .post-container {
  width: 1200px;
}
.our-products-wrp.type2.press .our-products {
  margin-bottom: 0;
}
.popup-section.brochure-sec .top-content {
  text-align: center;
}
.popup-section.brochure-sec .top-content h2 {
  font-family: "Gotham Book", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #d94127;
  margin: 0;
}
.post-popup-wrp.warranty-policy h2 {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 35px;
  font-weight: 400;
}
.overlay{
  z-index: 99 !important;
}
.our-products-wrp.press .bottom-section {
  margin: 0;
}
.logo_slider.ctm-logo-slider.type2 .page-center .logo_inner {
  justify-content: center !important;
}
.logo_slider.ctm-logo-slider.type2 .splide .splide__track {
  width: 100% !important;
}
.no-list.hs-error-msgs.inputs-list label {
  margin: 0 !important;
}

@media(max-width: 1024px){
  .two-col-content.procuret_two_col .flex_row .media_column .mediaimg {
    margin: 0;
  }
  .mobile-header:after {
    position: absolute;
    content: "";
    background-image: url(//7817391.fs1.hubspotusercontent-na1.net/hubfs/7817391/raw_assets/public/SafeGauge_April2024/images/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 85px;
    top: 0;
    z-index: -1;
  }
  .mobile-header .inner-row {
    background-color: #000000C2 !important;
  }
  html.child-theme.scrol_top .mobile-header:after {
    background: transparent;
  }

  .cnt-wit-tp-img-wrp.service-inclusions .bottom_row .cnt-col {
    width: 50%;
  }
  .cnt-wit-bg-wrp.calibration {
    padding: 60px 0;
  }
  .cnt-wit-bg-wrp.calibration .bg_el {
    background-position: center right;
    background-size: contain;
  }
  .popup-section .popup-inner {
    max-width: 87vw !important;
  }
  .popup-section .popup-inner .popup-form-wrapper h3 {
    line-height: 1 !important;
  }
  .popup-section{
    z-index: 9999 !important;
  }
  .child-theme .lang_switcher_class .globe_class:after{
    display: none;
  }
  .lang_switcher_class .globe_class:before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: #d94127 !important;
  }
  .lang_switcher_class .globe_class {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 4px;
  }
  .child-theme .lang_switcher_class .globe_class ul.lang_list_class {
    display: none;
  }
  .child-theme .lang_switcher_class .globe_class ul.lang_list_class {
    left: -49px;
    min-width: 124px !important;
    top: 49px;
  }
  .lang_switcher_class .globe_class ul.lang_list_class li a.lang_switcher_link{
    font-weight: 400;
  }
}

@media(max-width: 991px){
  .our-products-wrp.products-item .mid-section .mid-section-column {
    width: 50% !important;
  }
}

@media(max-width: 767px){
  .child-theme .bnr-form .popup_modal_inner .theme form .hs-form-field {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:first-child {
    width: 100%;
    padding: 0;
  }
  .child-theme fieldset.form-columns-2 .hs-form-field:last-child {
    padding: 0!important;
  }
  .child-theme fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }
  .child-theme fieldset.form-columns-2 .hs-form-field:first-child {
    padding: 0!important;
  }
  .popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2 > .hs-form-field:last-child {
    width: 100%;
    padding: 0;
  }
  .our-products-wrp.type2 {
    margin-top: 200px;
  }
  .about-page .hs_cos_wrapper_type_simple_menu ul {
    align-items: center;
  }
  .about-page .hs_cos_wrapper_type_simple_menu ul li {
    width: 100% !important;
  }
  .simple-banner.about-bnr .page-center {
    min-height: 265px;
  }
  .request-popup .request-inner form .hs-form-field .hs-input {
    line-height: 2;
    min-height: 32px;
  }
  .request-popup .request-inner form .hs-form-field .input {
    margin: 0;
  }
  .request-popup .request-inner form .hs-form-field {
    width: 100% !important;
    margin-bottom: 17px;
  }
  .simple-banner.about-bnr .flex_row h1 {
    font-size: 40px;
  }
  .simple-banner.about-bnr.roi h1 {
    font-family: Infinite Justice, Sans-serif;
    font-size: 64px !important;
    font-weight: 400;
  }
  .cnt-wit-bg-wrp.btm-sec .content_widget {
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  .our-products-wrp.products-item .mid-section .mid-section-column {
    width: 100% !important;
  }
  .two-col-content.procuret_two_col .flex_row {
    flex-direction: column-reverse;
  }
  .two-col-content.procuret_two_col .flex_row .content-col {
    padding: 0;
    width: 100%;
  }
  .two-col-content.procuret_two_col .flex_row .media_column {
    width: 100%;
  }
  .two-col-content .mediaimg .single-img img {
    display: block;
    margin: auto;
    width: 83% !important;
  }
  .two-col-content.procuret_two_col .flex_row .media_column .mediaimg {
    margin: -80px 0px 0px 0px;
  }
  .simple-banner.about-bnr.procuret {
    margin-top: -35px;
  }
  .simple-banner.about-bnr.procuret .page-center {
    min-height: 400px;
  }
  .two-col-content.industries_two_col.left .flex_row {
    flex-direction: column-reverse !important;
  }
  .two-col-content .mediaimg .single-img img {
    display: block;
    margin: auto;
    width: 100% !important;
  }
  .two-col-content.industries_two_col {
    padding: 40px 0;
  }
  .two-col-content.industries_two_col .content-col .cont-inner h2 {
    font-size: 35px;
  }
  .cnt-wit-bg-wrp.btm-sec.video-bg h2.title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .cnt-wit-bg-wrp.btm-sec.video-bg .page-center {
    min-height: 300px;
  }
  .simple-banner.about-bnr.sml-height {
    margin-top: -35px;
  }
  .video-slider-wrapper .video-slider ul.slick-dots li {
    margin: 0px 2px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }
  .video-slider-wrapper .video-slider ul.slick-dots li button {
    height: 10px;
    width: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    position: relative;
    padding: 0;
    border-radius: 50%;
    background: #b1b1b1;
    display: block;
    font-size: 1px;
  }
  .video-slider-wrapper .video-slider ul.slick-dots li button {
    z-index: 999;
    cursor: pointer;
    border: 0;
    position: relative;
    padding: 0;
    border-radius: 50%;
    background: #b1b1b1;
    font-size: 1px;
    justify-content: center;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
  }
  .video-slider-wrapper .video-slider ul.slick-dots {
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .cnt-wit-bg-wrp.btm-sec.small-font .page-center {
    min-height: 300px;
  }
  .cnt-wit-bg-wrp.btm-sec.small-font h2.title {
    font-size: 20px;
  }
  .cnt-wit-bg-wrp.btm-sec.small-font h2.title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .cnt-wit-bg-wrp.btm-sec.small-font .bg_el {
    background-position: center center !important;
  }
  .cnt-wit-bg-wrp.calibration .content_widget .rich_text h2 {
    font-size: 35px;
  }
  .cnt-wit-bg-wrp.calibration .content_widget {
    width: 100%;
  }
  .cnt-wit-tp-img-wrp.service-inclusions .top_sec h2.title {
    font-size: 35px;
  }
  .cnt-wit-tp-img-wrp.service-inclusions .bottom_row .cnt-col {
    width: 100%;
  }
  .cnt-wit-tp-img-wrp.service-inclusions .bottom_row .cnt-col img {
    max-width: 100px;
  }
  .cnt-wit-tp-img-wrp.service-inclusions .bottom_row .tp-img-cnt h3.col-title {
    font-size: 24px;
  }
  .cnt-wit-tp-img-wrp.service-inclusions .bottom_row .flex-row.flex_row {
    gap: 0;
  }
  .cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col {
    width: 100%;
  }
  .cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:first-child img {
    max-width: 100px;
  }
  .cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:last-child img {
    max-width: 140px;
  }
  .cnt-wit-tp-img-wrp.ctm-logo.support .cnt-col:last-child h2 {
    margin: 0 !important;
  }
}

@media(max-width: 575px){
  .simple-banner.about-bnr.roi h1 {
    font-size: 30px !important;
  }
  .simple-banner.about-bnr.roi .page-center {
    min-height: 480px;
  }
  .cnt-wit-bg-wrp.roi_cntnt h2.title {
    font-size: 40px;
  }
  .cnt-wit-bg-wrp.btm-sec .bg_el.bg_img {
    background-position: center center !important;
  }
  .cnt-wit-bg-wrp.btm-sec h2.title {
    font-size: 54px;
  }
  .our-products-wrp.products-item .mid-section .mid-section-column .mid-section-widget-wrap .mid-section-element .mid-section-flip-box {
    height: 470px;
  }
  .popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2>.hs-form-field:first-child {
    padding-right: 0;
  }
  .popup-section .popup-inner .popup-form-wrapper form fieldset.form-columns-2>.hs-form-field:last-child {
    padding-left: 0;
  }
}



.cnt-wit-bg-wrp.ctm-bg {
  min-height: 900px;
  padding-top: 40px;
}

.cnt-wit-bg-wrp.ctm-bg .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.ctm-bg .rich_text {
  width: 50%;
  padding: 10px;
  text-align: left;
}

.cnt-wit-bg-wrp.ctm-bg .rich_text h2 {
  font-family: "Infinite Justice", Sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #D94127 !important;
  line-height: 1;
  margin: 0 0 20px 0;
}

.cnt-wit-bg-wrp.ctm-bg .rich_text p {
  color: #222a2e !important;
  font-family: Gotham Book, Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: -17px 0 15px 0;
  max-width: 450px;
}
.cnt-wit-bg-wrp.ctm-bg .bg_el.bg_img {
  height: 100%;
  width: 100%;
  top: 40px;
  left: 0;
  position: absolute;
  background-size: 42% auto;
}
.two-col-content.ctm-work {
  margin-top: 50px;
  margin-bottom: 50px;
}

.two-col-content.ctm-work .top_sec.noButton {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.two-col-content.ctm-work .page-center {
  padding: 10px;
}

.two-col-content.ctm-work .top_sec.noButton .title {
  font-family: "Gotham Bold", Sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  color: #D94127;
  margin-bottom: 20px;
}

.two-col-content.ctm-work .top_sec.noButton .top_content {
  padding-top: 1px;
}

.two-col-content.ctm-work .top_sec.noButton .top_content p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin: 18px 0;
}

.two-col-content.ctm-work .flex_row.flex_top {
  row-gap: 0;
}
.two-col-content.ctm-work .flex_row.flex_top .content-col .description {
  margin-bottom: 20px;
}

.two-col-content.ctm-work .flex_row.flex_top .content-col .description p {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.two-col-content.ctm-work .flex_row .media_column {
  position: relative;
}

.two-col-content.ctm-work .flex_row .media_column .content_box {
  margin: 0;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.two-col-content.ctm-work .flex_row .media_column .content_box p {
  color: #FFFFFF;
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(4) .tp-img {
  width: 55%;
}

.child-theme .ctm-card .bottom_row .flex_row .cnt-col:nth-child(4) .tp-img img {
  height: auto;
}


.post-bnr-wrp  .simple-banner.about-bnr .flex_row h1 {
  line-height: 60px;
}

.post-main-con-wrp .row .cont-wrp .cont-inner .blog-post__body{
  width: 100%;
}

.post-main-con-wrp .row .cont-wrp .cont-inner .blog-post__body p {
  margin: 18px 0px;
}

.post-btn-wrp {
  padding-top: 20px;
  padding-bottom: 0;
}

.post-btn-wrp .elementor-button-wrapper {
  margin-bottom: 19px;
}


.post-main-con-wrp .row .cont-wrp .cont-inner .blog-post__body p {
  color: #222a2e;
}

.content-wrapper.lising-main-cnt-sidbr.ctm-listing-wrp p.secondary-header {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #222a2e;
  line-height: 1;
  margin-bottom: 8px;
}

.post-popup-wrp {
  z-index: 9999;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  user-select: auto;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}


.post-form .post-popup-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-popup-wrp .post-main-wrp {
  position: absolute;
  animation-duration: 1.25s;
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

.post-popup-wrp .post-container {
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
  width: 1000px;
  height: auto;
}

.post-popup-wrp .post-container .post-inner-wrp {
  width: 100%;
  padding: 15px 15px 15px 15px;
}

.post-popup-wrp .post-container .post-inner-wrp .section-main {
  display: flex;
  width: 100%;
  padding: 10px;
}

.post-popup-wrp .post-container .post-inner-wrp .section-main .row {
  width: 100%;
}

.post-popup-wrp .title-wrp {
  margin-bottom: 20px;
}

.post-popup-wrp .title-wrp h2 {
  margin: 0;
  text-align: center;
  font-family: "Gotham Book", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #d94127;
  line-height: 1;
}

.post-popup-wrp .cont-wrp {
  margin-bottom: 20px;
  text-align: center;
}

.post-popup-wrp .cont-wrp p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #222a2e;
}


.post-popup-wrp .form-wrp form {
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
}

.post-popup-wrp .form-wrp form label {
  font-size: 16px;
  margin-bottom: 8px;
}

.post-popup-wrp .form-wrp form .hs-form-field {
  margin-bottom: 30px;
}

.post-popup-wrp .form-wrp form .actions {
  text-align: center;
}

.post-popup-wrp .form-wrp form .actions input.hs-button {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  cursor: pointer;
  padding: 17px 50px;
  font-size: 16px;
  line-height: 1;
  font-family: Roboto, sans-serif;
  background: linear-gradient(to left, #d94127 50%, #222a2e 50%) right;
  background-size: 201% 100%;
  background-position: right;
}

.post-popup-wrp .form-wrp form .actions input.hs-button:hover {
  background-position: left;
}

.post-popup-wrp a.close-btn {
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}

.post-popup-wrp a.close-btn i.eicon-close {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-popup-wrp a.close-btn i.eicon-close::before {
  content: "\e87f";
  color: #000;
}


.post-form .overlay {
  opacity: 0.2;
  visibility: visible;
}


.child-theme .blog-listing.blog-wit-sidbr .blog-index__post-inner-card .post-btm .list-post-title {
  line-height: normal;
}

.child-theme fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 10px;
}

.child-theme fieldset.form-columns-2 .hs-form-field:last-child {
  padding-left: 10px;
}

.child-theme .hs-form .input {
  margin-right: 0 !important;
}

.hs_error_rollup {
  margin-bottom: 15px;
}

.post-main-con-wrp .blog-bottom-cont {
  max-width: 1280px;
  margin: 0 auto;
}

.post-main-con-wrp .blog-bottom-cont p {
  margin: 18px 0px;
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  color: #222a2e;
}

.post-main-con-wrp .blog-bottom-cont {
  padding: 0px 10px;
}


.post-form {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0px 20px;
}



.ctm-system-wrp {
  margin-top: 131px;
}

.ctm-system-wrp p {
  font-size: 16px;
  font-family: Times New Roman;
  line-height: 18px;
}

.no-banner .header {
  position: relative;
  z-index: 99;
  min-height: 115px;
}

.child-theme body.no-banner .ctm-header {
  background-color: #000000C2;
}

.child-theme .systems-page ul#hsresults {
  padding-left: 0;
  margin-left: 0;
}

.child-theme .contact_page_v2 form.hs-form.stacked a.hs-button,
.child-theme .portfolio-detail-pg a.hs-button{
  clip-path: unset;
}

.systems-page ul.no-list.hs-error-msgs {
  margin-left: 0;
}


.servs-details-pg form.hs-form.stacked a.hs-button {
  clip-path: unset;
}

@media (max-width:1024px){
  .cnt-wit-bg-wrp.ctm-bg {
    min-height: 600px;
  }
  .lising-main-cnt-sidbr.ctm-listing-wrp .block {
    padding-left: 0;
  }
  .lising-main-cnt-sidbr.ctm-listing-wrp .block h3 {
    padding: 0;
  }

  .lising-main-cnt-sidbr.ctm-listing-wrp .block ul {
    padding-left: 0;
  }
  .lising-main-cnt-sidbr.ctm-listing-wrp .block ul li a {
    margin: 0;
    white-space: pre;
  }
  .no-banner .header {
    min-height: 80px;
  }
}

@media (max-width:767px){
  .simple-banner.about-bnr.bnr {
    margin-top: -35px;
  }
  .simple-banner.about-bnr.bnr .page-center {
    min-height: 300px;
  }

  .simple-banner.about-bnr.bnr .page-center .flex_row {
    padding: 0;
  }
  .right-section-btn-row {
    flex-direction: column;
  }

  .about-page .main_area-row-0-background-image {
    background-position: bottom center !important;
    background-size: contain !important;
  }

  .cnt-wit-bg-wrp.ctm-bg .rich_text {
    width: 100%;
    padding-top: 0;
  }

  .cnt-wit-bg-wrp.ctm-bg {
    padding-top: 0;
  }

  .cnt-wit-bg-wrp.ctm-bg .rich_text h2 {
    font-size: 35px;
  }

  .cnt-wit-bg-wrp.ctm-bg .rich_text p {
    font-size: 16px;
    line-height: 28px;
  }

  .cnt-wit-bg-wrp.ctm-bg .bg_el.bg_img {
    top: 0;
  }

  .post-bnr-wrp  .simple-banner.about-bnr {
    min-height:500px;
  }

  .child-theme .post-bnr-wrp .simple-banner.about-bnr h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
  .post-main-con-wrp {
    padding: 40px 0px 20px 0px;
  }
  .child-theme .sidebar.hs_ld.blog-wit-sidbr.cm_blog_listingV2.two-col.blog-listing {
    margin-bottom: 0;
  }
  .content-wrapper.lising-main-cnt-sidbr.ctm-listing-wrp p.secondary-header {
    text-align: center;
  }
  .ctm-system-wrp {
    margin-top: 95px;
  }
}