/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

svg rect{
  display: none;
}




.child-theme .span2 .hs-button,
.child-theme .span3 .hs-button,
.child-theme .span4 .hs-button,
.child-theme .span5 .hs-button,
.child-theme .span6 .hs-button{
  padding:6px 20px;
}
.child-theme .span2 .hs-sec-btn,
.child-theme .span3 .hs-sec-btn,
.child-theme .span4 .hs-sec-btn,
.child-theme .span5 .hs-sec-btn,
.child-theme .span6 .hs-sec-btn{
  padding:6.6px 22px;
}


body.child-theme form input[type=email],
body.child-theme form input[type=file],
body.child-theme form input[type=number], 
body.child-theme form input[type=password],
body.child-theme form input[type=search],
body.child-theme form input[type=tel],
body.child-theme form input[type=text],
body.child-theme form select,
body.child-theme form textarea {
  font-size: 14px;
  padding: 16px;
  line-height: normal;
  height: auto;
  font-weight: 400;
  border: none;
}

.cnt-mid-sec form input:not(.hs-button) {
  padding: 16px;
}

body form input[type=email]::placeholder,
body form input[type=file]::placeholder,
body form input[type=number]::placeholder, 
body form input[type=password]::placeholder,
body form input[type=search]::placeholder,
body form input[type=tel]::placeholder,
body form input[type=text]::placeholder,
body form select::placeholder,
body form textarea::placeholder {
  color: rgb(117, 117, 117);
}

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

.hs-form-field,
.cnt-mid-sec form .hs-form-field {
  margin-bottom: 3%;
  padding: 0;
}

.child-theme form fieldset.form-columns-2 .input {
  margin: 0;
}

.child-theme form fieldset.form-columns-2 {
  padding-right: 8px;
  display: flex;
  column-gap: 3%;
}

body.child-theme form.hs-form .hs-fieldtype-textarea {
  margin-bottom: 3px;
}

form input[type="submit"] {
  background-position: 80% 50%;
  background-size: 12px 18px;
}

form input[type="submit"]:hover {
  content: '';
  background-image: url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/btn-arrow-removebg-preview.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

/*   primary button */
.child-theme .cm_nv_wrp .cm_nv_inner  .custom,
.child-theme form input[type=submit],
.child-theme .hs-button,
.child-theme .tabber .media-col .form-wrap input.hs-button {
  font-size: 20px;
  font-weight: 500;
  transition: all .2s linear;
  position: relative;
  line-height: 1.7em;
  font-family: Lato, sans-serif;
  padding: 6px 20px;
}

.child-theme .cm_nv_wrp .cm_nv_inner  .custom::after,
.child-theme form input[type=submit]::after,
.child-theme .hs-button::after,
.child-theme .tabber .media-col .form-wrap input.hs-button::after {
  font-family: ETmodules;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  transition: all .2s;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}

.child-theme .cm_nv_wrp .cm_nv_inner  .custom:hover::after,
.child-theme form input[type=submit]:hover::after,
.child-theme .hs-button:hover::after,
.child-theme .tabber .media-col .form-wrap input.hs-button:hover::after {
  opacity: 1;
  margin-left: 0;
}

.child-theme .cm_nv_wrp .cm_nv_inner  .custom:hover,
.child-theme form input[type=submit]:hover,
.child-theme .hs-button:hover,
.child-theme .tabber .media-col .form-wrap input.hs-button:hover {
  padding: .3em 2em .3em .7em;
}

form.hs-form .hs-input.invalid.error{
  border: 1px solid red;
}

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

body.child-theme .hs-form-field textarea {
  min-height: 150px;
}

body.child-theme form.hs-form .hs-submit {
  margin-top: 0px;
}

.cb-wrapper {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0.7) 100%), url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg);
}

/*   secoundary button */
.child-theme .hs-sec-btn,
.child-theme .contact-banner .form-row.hs-secondary input.hs-button,
.child-theme .contact-banner .form-row.hs-secondary .hs-button,
.child-theme .landing-banner .form-row.hs-secondary input.hs-button,
.child-theme .landing-banner .form-row.hs-secondary .hs-button,
.child-theme .hs_service .widget-type-form .hs-button,
.child-theme .form-row.secondary input[type="submit"],
.child-theme .popup_modal_box.bg_primary .hs-button,
.child-theme .hs-sec-btn,
.child-theme .systems-page .hs-search-results__next-page,
.child-theme .systems-page .hs-search-results__prev-page{
  font-size: 22px;
  line-height: 1.7em;
  position: relative;
  font-family: Lato, sans-serif;
  transition: all .2s linear;
  padding: 6.6px 22px ;
}

.child-theme .hs-sec-btn:hover,
.child-theme .contact-banner .form-row.hs-secondary input.hs-button:hover,
.child-theme .contact-banner .form-row.hs-secondary .hs-button:hover,
.child-theme .landing-banner .form-row.hs-secondary input.hs-button:hover,
.child-theme .landing-banner .form-row.hs-secondary .hs-button:hover,
.child-theme .hs_service .widget-type-form .hs-button:hover,
.child-theme .form-row.secondary input[type="submit"]:hover,
.child-theme .popup_modal_box.bg_primary .hs-button:hover,
.child-theme .hs-sec-btn:hover {
  padding: .3em 2em .3em .7em;
} 

.child-theme .hs-sec-btn::after,
.child-theme .contact-banner .form-row.hs-secondary input.hs-button::after,
.child-theme .contact-banner .form-row.hs-secondary .hs-button::after,
.child-theme .landing-banner .form-row.hs-secondary input.hs-button::after,
.child-theme .landing-banner .form-row.hs-secondary .hs-button::after,
.child-theme .hs_service .widget-type-form .hs-button::after,
.child-theme .form-row.secondary input[type="submit"]::after,
.child-theme .popup_modal_box.bg_primary .hs-button::after,
.child-theme .hs-sec-btn::after {
  font-family: ETmodules;
  font-size: 1.6em;
  line-height: 1em;
  content: "\35";
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  opacity: 0;
  margin-left: -1em;
  position: absolute;
}

.child-theme .hs-sec-btn:hover::after,
.child-theme .contact-banner .form-row.hs-secondary input.hs-button:hover::after,
.child-theme .contact-banner .form-row.hs-secondary .hs-button:hover::after,
.child-theme .landing-banner .form-row.hs-secondary input.hs-button:hover::after,
.child-theme .landing-banner .form-row.hs-secondary .hs-button:hover::after,
.child-theme .hs_service .widget-type-form .hs-button:hover::after,
.child-theme .form-row.secondary input[type="submit"]:hover::after,
.child-theme .popup_modal_box.bg_primary .hs-button:hover::after,
.child-theme .hs-sec-btn:hover::after {
  opacity: 1;
  margin-left: 0;
}



/* button */


.child-theme .cnt-wit-tp-img-wrp .col-btn-grp a,
.child-theme .testimonials_slider .testmn_item .btn_item a,
.child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a,
.child-theme .card_gallery .card_inner .card_box .btn_item a,
.child-theme .career-opportunities .career_popup .popup-btn .btn_row a,
.child-theme .blog-feed .recent-post-item .post-btm .read-more a,
.child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
.child-theme .systems-page .hs-search-results__next-page,
.child-theme .systems-page .hs-search-results__prev-page{
  padding: 6px 20px;
  font-size: 20px;
  line-height: 1.7em;
}


.child-theme .cnt-wit-tp-img-wrp .col-btn-grp a:hover::after,
.child-theme .testimonials_slider .testmn_item .btn_item a:hover::after,
.child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a:hover::after,
.child-theme .card_gallery .card_inner .card_box .btn_item a:hover::after,
.child-theme .career-opportunities .career_popup .popup-btn .btn_row a:hover::after,
.child-theme .blog-feed .recent-post-item .post-btm .read-more a:hover::after,
.child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a:hover::after,
.child-theme .systems-page .hs-search-results__next-page:hover::after,
.child-theme .systems-page .hs-search-results__prev-page:hover::after{
  opacity: 1;
  margin-left: 0;
}

.child-theme .cnt-wit-tp-img-wrp .col-btn-grp a:hover,
.child-theme .testimonials_slider .testmn_item .btn_item a:hover,
.child-theme .feat-wrap .feat-item-wrp .right-content .btn_row a:hover,
.child-theme .card_gallery .card_inner .card_box .btn_item a:hover,
.child-theme .career-opportunities .career_popup .popup-btn .btn_row a:hover,
.child-theme .blog-feed .recent-post-item .post-btm .read-more a:hover,
.child-theme .accordion_wrap .acc-item .acc-content .acc-btn-wrap a:hover,
.child-theme .systems-page .hs-search-results__next-page:hover,
.child-theme .systems-page .hs-search-results__prev-page:hover{
  padding: .3em 2em .3em .7em;
}



/*=================== Header =====================*/
body {
  position: relative;
  left: 0;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

body.ch-menuActive {
  left: -320px;
}

.header-fix {
  position: fixed;
  z-index: 11;
  width: 100%;
  background-color: rgba(255, 255, 255,1.0);
}

.custom-header {
  padding-right: 32px;
  padding-left: 30px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.custom-header.scroll-active {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1)
}

.custom-header .ch-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-header .ch-logo-wrap {
  padding-left: 3px;
}

.custom-header .ch-logo {
  width: 135px;
  transition: width 300ms linear;
}

.custom-header.scroll-active .ch-logo {
  width: 112px;
}

.custom-header .ch-right-sec {
  padding: 13px 0;
  transition: padding 300ms linear;
}

.custom-header.scroll-active .ch-right-sec {
  padding: 6px 0;
}

.custom-header .ch-nav-trigger {
  cursor: pointer;
  color: #2EA3F2;
  width: 55px;
  height: 55px;
  margin-right: 7px;
  position: relative;
}

.custom-header .ch-nav-trigger::before,
.custom-header .ch-nav-trigger::after {
  font-family: 'ETmodules';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  transition: opacity 300ms;
}

.custom-header .ch-nav-trigger::before {
  content: "a";
  font-size: 55px;
  opacity: 1;
  transition: all .7s;
}

body.ch-menuActive .custom-header .ch-nav-trigger::before {
  opacity: 0;
}

body.ch-menuActive .custom-header .ch-nav-trigger::after {
  opacity: 1;
}

.custom-header .ch-nav-trigger::after {
  content: "\4d";
  opacity: 0;
  font-size: 32px;
  right: -30px;
  bottom: 1px;
}

.ch-nav-wrapper {
  padding: 28px 40px;
  background: #01589b;
  width: 320px;
  max-width: 75%;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 11;
  height: 100%;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

body.ch-menuActive .ch-nav-wrapper {
  right: 0;
  visibility: visible;
}

.ch-nav-wrapper .ch-nav .hs-menu-wrapper>ul {
  display: block;
}

.ch-nav-wrapper .ch-nav .hs-menu-wrapper>ul li {
  margin: 0;
}

.ch-nav-wrapper .ch-nav .hs-menu-wrapper a {
  font-size: 14px;
  padding: 10px 0;
  color: rgba(255, 255, 255,1.0);
  /*   line-height: 1.8em; */
  line-height: 30.6px;
  display: block;
}

.ch-nav-wrapper .ch-nav .hs-menu-wrapper a:hover {
  color: rgba(255, 255, 255,0.7);
  /*   opacity: 0.7; */
}

.ch-nav-wrapper .ch-nav .hs-item-has-children>a {
  position: relative;
  font-weight: bold;
}

.ch-nav-wrapper .ch-nav .hs-item-has-children>a>span {
  position: absolute;
  right: 0;
  transition: all .5s;
}

.ch-nav-wrapper .ch-nav .hs-item-has-children>a>span::before {
  content: '3';
  display: block;
  font-size: 21px;
  color: #fff;
  text-align: center;
  font-family: 'ETmodules';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 0.6;
}

.ch-nav-wrapper .ch-nav .hs-item-has-children>a:hover>span::before {
  opacity: 0.4;
}

.ch-nav-wrapper .ch-nav .hs-item-has-children.child-active>a>span {
  transform: rotate(180deg);
}

.ch-nav-wrapper .ch-nav .hs-menu-children-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 300ms;
}

.ch-nav-wrapper .ch-nav .hs-item-has-children.child-active>.hs-menu-children-wrapper {
  opacity: 1;
}

.ch-nav-wrapper .ch-nav .hs-menu-children-wrapper>li {
  padding-left: 5%;
}

.ch-nav-wrapper .ch-nav .hs-menu-children-wrapper a {
  color: rgba(255, 255, 255,0.6);
  /*   opacity: 0.6; */
}

.ch-nav-wrapper .ch-nav .hs-menu-children-wrapper a:hover {
  color: rgba(255, 255, 255,0.4);
  /*   opacity: 0.4; */
}

.custom-no-navigation .custom-header .ch-logo {
  padding: 16px 0;
}

.custom-no-navigation .custom-header.scroll-active .ch-logo {
  padding: 13px 0;
}

/*==================== Footer Styling ======================*/

.footer.cf-footer {
  font-size: inherit;
}

.cf-footer .cf-footer-col {
  padding: 15px 0 5px;
}

.cf-footer .page-center {
  width: 80%;
  padding: 0;
}

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

.cf-footer .cf-cp-text p {
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: 500;
}

.content-wrapper, .dnd-section>.row-fluid, .header .primary-section .page-center, .page-center {
  padding: 27px 0;
  width: 80%;
}

[class*=full-width-section].dnd-section>.row-fluid{
  width: 100%;
  padding: 0;
}

/*============== Error Page ================*/

.cm_404_page .content-wrapper {
  padding: 58px 0 0;
  position: relative;
}

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

}

.cm_404_page .c-error {
  padding-right: 5.5%;
  width: 79.125%;
  padding-bottom: 23px;
}

.cm_404_page .error-content {
  margin-bottom: 60px;
}



.cm_404_page .error-content h3 {
  margin-bottom: 10px;
}

.cm_404_page .error-content p {
  margin-bottom: 0px;
}

/*============== Preview Page =================*/

.hs_service .left-dnd-area .hs_cos_wrapper .hs-search-field button {
  top: 25px;
}

.navbar_module_wrapper .cm_nv_wrp.header__area-module-4 .btn_row .btn_item a {
  color: white;
}

.navbar_module_wrapper .cm_nv_wrp.header__area-module-4 .btn_row .btn_item a:hover::after {
  display: none;
}

/* .card_gallery .card_inner .card_box .btn_item a::after {
display: none;
} */

/*==================== Blog Styling =====================*/

.custom-blog.blog-wit-sidbr {
  margin-bottom: 0;
}

.sidebar.three-col .blog-index .blog-index__post {
  flex: none;
}

.custom-blog.blog-wit-sidbr section.blog-index {
  margin: 0;
}

.custom-blog .blog-index__post {
  width: 29.667%;
  margin-right: 5.5%;
  padding: 0;
  margin-bottom: 0;
}

.custom-blog .blog-index .blog-index__post:last-child {
  margin: 0;
}

.custom-blog .blog-index__post-inner-card {
  box-shadow: none;
  margin-bottom: 30px;
}

.custom-blog.blog-wit-sidbr .post-btm {
  padding: 19px;
  border: 1px solid #d8d8d8;
  border-top: none;
}

.custom-blog.blog-wit-sidbr .blog-index__post-image .feature_img {
  /*   background-size: contain; */
  background-size: cover;
}

.custom-blog.blog-wit-sidbr h4.list-post-title {
  line-height: 26px;
}

.custom-blog.blog-wit-sidbr h4.list-post-title>a {
  color: #01589B;
  font-size: 26px;
}

.custom-blog.blog-wit-sidbr .meta_wrap {
  margin-bottom: 6px;
}

.custom-blog.blog-wit-sidbr .meta_wrap .blog-author {
  margin-right: 4px;
}

.custom-blog.blog-wit-sidbr .blog-index__post-inner-card {
  height: auto;
}

.custom-blog.blog-wit-sidbr .meta_wrap .author-link,
.custom-blog.blog-wit-sidbr .meta_wrap .item-date .value_m {
  color: #666;
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 600;
}

.custom-blog.blog-wit-sidbr .list-descrip {
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.8em;
}

.custom-blog.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
  padding-bottom: 62.5%;
}

.custom-blog.blog-wit-sidbr .cb-des .cb-text h4 {
  margin-bottom: 2.75%;
  padding-bottom: 10px;
}

.custom-blog.blog-wit-sidbr .cb-des .cb-text p {
  margin: 0;
  padding-bottom: 27px;
  font-size: 19px;
  line-height: 1.6;
}

.custom-blog.blog-wit-sidbr .cb-center {
  padding-bottom: 5px;
}

.custom-blog.blog-wit-sidbr .page-center {
  padding-bottom: 0;
}

/*===================== Blog Post ========================*/

.blog-main-post .blog-post__title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.blog-main-post .meta_wrap {
  display: block;
}

.body-container--blog-post .blog-post-container .meta_wrap>span,
.body-container--blog-post .meta_wrap>div.post-comment {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  /*   line-height: 1.8em; */
  line-height: 2.18571428571;
}

.body-container--blog-post .blog-post-container .meta_wrap {
  margin-bottom: 21px;
}

.body-container--blog-post .post-comment>a {
  display: inline;
}
.blog-main-post .featured_img_wrap>p {
  margin: 0;
}

.blog-main-post .blog-post__body p {
  margin-bottom: 0;
}

.pc-two-col-cnt.c-envirosnap .top_content p {
  padding-bottom: 0;
}

.pc-two-col-cnt.c-envirosnap .top_content img {
  width: 41%;
  margin-bottom: -19px;
}


.cm-btm-tags a {
  color: #fff;
}

.custom-blog-post .featured_img_wrap img {
  width: 100%;
}

.custom-blog-post .content-wrapper.blog-main-post {
  padding-top: 58px;
}

.custom-blog-post .body-container--blog-post .blog-post-container .meta_wrap a{
  color: #666666;
}

.custom-blog-post .blog-post__body{
  padding-top: 30px;
}

.pc-two-col-cnt-enviroliner.pc-two-col-cnt.two-col-content .content-col .description h6 {
  padding-bottom: 1em;
}

.landing-banner.cm-btmform-gp form input[type=submit] {
  background-image: none;
}

.custom-blog-post .body-container--blog-post .blog-post-container .meta_wrap a.author-link {
  text-transform: lowercase;
}

.custom-blog-post .blog-comments h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

.custom-blog-post .blog-comments p {
  margin: 0;
}

.blog-comments .hs-button {
  color: #2ea3f2;
  border-radius: 3px;
  border-color: #2ea3f2;
  padding: .3em 1em !important;
}

.blog-comments .hs-button:hover {
  color: #2ea3f2;
  background: rgba(0, 0, 0, .05);
  padding: .3em 1em;
}

.cm-homebanner-gp .simpleParallax_wrap .thumbnail{
  object-position: left top !important;
}

.tabber .tab-title-item .tab-title,
.tabber .tab-title-item .cont p {
  color: white !important;
}

.servs-details-pg .hs_service {
  padding: 0;
}

.servs-details-pg .hs_service .dnd-section>.row-fluid {
  width: 100%;
}

.cnt-wit-tp-img-wrp.cst-coming-soon {
  min-height: 980px;
}

/*===================== Responsive CSS ==========================*/

@media (max-width: 1349px) {
  .dnd-section {
    padding: 4% 0;
  }

  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    padding: 2% 0;
  }

  .cf-footer .page-center {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .cm_404_page .error-content {
    margin-bottom: 42px;
  }
}

@media (max-width: 980px) {

  .custom-blog .blog-index__post {
    width: 47.25%;
    margin: 0 5.5% 7.5% 0;
    margin-bottom: 0 !important;
  }

  .custom-blog .blog-index__post:nth-child(even){
    margin-right: 0;
  }

  .custom-blog.blog-wit-sidbr .cb-des .cb-text h4{
    margin-bottom: 30px;
  }

  .pc-two-col-cnt.c-envirosnap .top_content img{
    width: 58%;
  }

  .cf-footer .cf-cp-text p {
    text-align: center;
  }

  body h2 {
    font-size; 32px;
  }

  .dnd-section {
    padding: 50px 0;
  }

  .content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
    padding: 30px 0;
  }

  .custom-header .ch-right-sec {
    padding: 24px 0;
  }

  .header-fix {
    position: static;
  }

  .custom-header.scroll-active .ch-logo {
    width: 135px;
  }

  .custom-header.scroll-active .ch-right-sec {
    padding: 24px 0;
  }

  .custom-header {
    padding: 0;
  }

  .custom-header .ch-wrap {
    width: 80%;
    margin: auto;
  }

  .cf-footer .page-center {
    padding: 0;
  }

  .custom-no-navigation .custom-header .ch-logo {
    padding: 27px 0;
  }

  .cm_404_page .c-error {
    width: 100%;
    padding: 0;
  }

  .cm_404_page .content-wrapper::before {
    display: none;
  }

}

@media (max-width: 767px) {

  .custom-blog .blog-index__post-inner-card {
    margin-bottom: 9.5%;
  }

  body h2 {
    font-size; 23px;
  }

  .custom-blog.blog-wit-sidbr section.blog-index{
    padding: 0;
  }

  /*   .pc-tp-sec.cnt-wit-tp-img-wrp.c-enviro .tp-img {
  width: 100%;
} */

  .custom-blog .blog-index__post {
    margin-right: 0;
    margin-bottom: 9.5%;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .cm_subscriptions_confirmation h2,
  .cm_subscription_preferences h2,
  .cm_subscription_preferences h1 {
    font-size: 25px;
  }

  .cm_tmw .cm_tmw_content h3 {
    font-size: 22px;
  }
}

@media(max-width: 479px){
  .custom-blog .blog-index__post {
    width: 100%;
    margin-bottom: 11.5%;
    margin-right: 0;
  }

  .custom-blog .blog-index__post-inner-card {
    margin: 0;
  }
}


@media (max-width: 444px) {
  body.ch-menuActive {
    left: -75%;
  }

  .cm_backup_unsubscribe h1 {
    font-size: 30px;
  }

}

@media (max-width: 350px) {
  .feat-wrap .feat-item-wrp .right-content h4,
  .card_gallery .card_box .it_title {
    font-size: 28px;
  }

  .career-opportunities .designation h4 {
    font-size: 27px;
  }
}

.systems-page form {
  max-width: 767px;
}


/* child2 */
/* Techpub Page */
.cnt-wit-bg-wrp.cm-techpub-banner .rich_text h3 {
  color: #D68117;
  letter-spacing: 8px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 36px;
  margin-bottom: 1em;
}
.cnt-wit-bg-wrp.cm-techpub-banner .rich_text h3:last-child {
  margin-bottom: 0;
}

/* Home Page */
.cnt-wit-bg-wrp.cm-bluetitle-sec .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.cm-bluetitle-sec p {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  line-height: 30.6px;
}

.cnt-wit-bg-wrp.cm-homebanner-gp .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.cm-homebanner-gp p {
  width: 33%;
  margin: 0 auto 13px;
}

.cnt-wit-bg-wrp.cm-homebanner-gp p:has(span) {
  width: 22%;
}

.cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p {
  width: 32%;
}

.cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p:has(span) {
  width: 22%;
}

.cnt-wit-bg-wrp.cm-fullwidthtext-sec .page-center {
  max-width: 100%;
}
.cnt-wit-bg-wrp.cm-fullwidthtext-sec h2 {
  font-weight: 700;
  letter-spacing: 2px;
  /*   line-height: 45px; */
  line-height: 1.2em;
}


.simple-banner.cm-homebanner-gp {
  padding-left: 0;
  padding-right: 0;
}
.simple-banner.cm-homebanner-gp .flex_row {
  row-gap: 0;
  justify-content: space-between;
}
.simple-banner.cm-homebanner-gp .top_sec {
  padding-top: 61px;
  margin-bottom: 5px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.simple-banner.cm-homebanner-gp .top_sec h2 {
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 18px;
  font-weight: 700;
}
.simple-banner.cm-homebanner-gp .btn_row {
  margin-top: 14px;
}

.simple-banner.cm-homebanner-gp .hs-button {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7em;
  padding: .3em 1em;
}

.simple-banner.cm-homebanner-gp .hs-button:after{
  left: auto;
  margin-left: .3em;
  line-height: inherit;
  font-size: inherit;
}
.simple-banner.cm-homebanner-gp .hs-button:hover {
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}

.card_gallery.cm-homecard-sec .card_item.text_center .icon_inner {
  width: 40.5%;
  max-width: none;
  max-height: none;
  height: auto;
}
.card_gallery.cm-homecard-sec .flex_row {
  margin-left: -2.75%;
  margin-right: -2.75%;
}
.card_gallery.cm-homecard-sec .bottom_row {
  padding-top: 29px;
  padding-bottom: 112px;
}
.card_gallery.cm-homecard-sec .card_item {
  width: 33.33%;
  padding-left: 2.75%;
  padding-right: 2.75%;
}
.card_gallery.cm-homecard-sec .card_inner {
  padding: 0;
}
.card_gallery.cm-homecard-sec .icon_box {
  margin-bottom: 30px;
}
.card_gallery.cm-homecard-sec .card_box .it_title {
  color: #01589b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.card_gallery.cm-homecard-sec .card_content {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 9.27%;
  line-height: 30.6px;
}
.card_gallery.cm-homecard-sec .card_content+.btn_row {
  margin-top: 0;
}

.card_gallery.cm-homecard-sec .card_inner .card_box .btn_item a {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  padding: .3em 1em;
}
.card_gallery.cm-homecard-sec .card_inner .card_box .btn_item a:hover {
  padding: .3em 2em .3em .7em;
}
.card_gallery.cm-homecard-sec .hs-button:hover:after {
  opacity: 1;
  margin-left: 0;
}


.two-col-content.cm-home-twocolumn-sec {
  background-position: center bottom 0px;
}
.two-col-content.cm-home-twocolumn-sec .page-center {
  width: 85%;
  max-width: 85%;
}
.two-col-content.cm-home-twocolumn-sec .description h2 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5.82%;
  font-weight: 800;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3em;
}
.two-col-content.cm-home-twocolumn-sec .description {
  font-size: 22px;
  letter-spacing: 1px;
}
.two-col-content.cm-home-twocolumn-sec .description ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
  padding-bottom: 1em;
  padding-left: 50px;
  margin-bottom: 0;
}

.two-col-content.cm-home-twocolumn-sec .description ul li {
  line-height: 1.2em;
  margin: 0;
  letter-spacing: 1px;
}
.two-col-content.cm-home-twocolumn-sec .media_column.col6 {
  padding-left: 0;
  padding-right: 0;
}
.two-col-content.cm-home-twocolumn-sec .mediaimg .single-img img {
  max-width: 700px;
}



.two-col-content.cm-home-twocolumn-sec.fullwidth .content-col.col6 {
  margin-right: 0;
  padding-right: 10%;
}
.two-col-content.cm-home-twocolumn-sec.lastcol .description img {
  width: 70%;
  margin-bottom: 16px;
}
.landing-banner.cm-btmform-gp .col6.right-content {
  padding: 0;
  width: 100%;
  justify-content: flex-start;
  display: block;
}
.landing-banner.cm-btmform-gp .form-section {
  padding: 0;
  max-width: 100% !important;
}

.landing-banner.cm-btmform-gp .form-top {
  margin-bottom:30px;
}
.landing-banner.cm-btmform-gp h2 {
  font-size: 45px;
  line-height: 1em;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.landing-banner.cm-btmform-gp form .hs-form-field {
  margin: 0;
  margin-bottom: 3%;
  padding: 0 1.5% 0;
}
.landing-banner.cm-btmform-gp form .hs-form-field input,
.landing-banner.cm-btmform-gp form .hs-form-field textarea{
  border-width: 2px;
  border-color: #01589B;
  background-color: RGBA(255, 255, 255, 0);
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
  margin: 0;
  display: block;
  border-style: solid;
}

.landing-banner.cm-btmform-gp form .hs-form-field input:focus{
  color: #3e3e3e;
}

.landing-banner.cm-btmform-gp form fieldset.form-columns-1 .input {
  margin-right: 0;
}
.landing-banner.cm-btmform-gp form ::-webkit-input-placeholder {
  font-style: italic;
}
.landing-banner.cm-btmform-gp .form-row .hs-form-field>label {
  margin: 0;
  display: block;
}
.landing-banner.cm-btmform-gp form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 1.5%;
}
.landing-banner.cm-btmform-gp form {
  margin: 0 -1.5%;
}
.landing-banner.cm-btmform-gp form .hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 1.5%;
}
.landing-banner.cm-btmform-gp fieldset.form-columns-2 .input {
  margin-right: 0;
}
.landing-banner.cm-btmform-gp form .hs-form-field input::placeholder {
  font-style: italic;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
.landing-banner.cm-btmform-gp form .hs-submit {
  margin: 0;
  text-align: right;
  padding: 0 1.5%;
}
.landing-banner.cm-btmform-gp form .grecaptcha-badge {
  margin-right: 0;
}
.child-theme .cm-btmform-gp .form-row.hs-secondary .hs-button,
.child-theme .cm-btmform-gp .form-row.hs-secondary input.hs-button{
  background-color: #01589b !important;
  border: 2px solid;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  padding: .3em 1em;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  width: auto;
  min-height: 53px;
}
.child-theme .cm-btmform-gp .form-row.hs-secondary input.hs-button:hover, 
.child-theme .cm-btmform-gp .form-row.hs-secondary .hs-button:hover{
  border: 2px solid transparent;
  padding: 0.3em 1em;
}

@media(min-width:981px){
  .simple-banner.cm-homebanner-gp .img_wrap.col6,
  .simple-banner.cm-homebanner-gp .banner-content-inner.col6{
    width: 48.5%;
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-content.cm-home-twocolumn-sec .content-col.col6 {
    padding-left: 0;
    padding-right: 0;
    width: 47.25%;
    margin-right: 5.5%;
  }
  .two-col-content.cm-home-twocolumn-sec .media_column.col6 {
    width: 47.25%;
  }
  .two-col-content.cm-home-twocolumn-sec .description img {
    width: 62%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5.82%;
  }
  .two-col-content.cm-home-twocolumn-sec.fullwidth .description img {
    width: 65%;
  }
  .landing-banner.cm-btmform-gp {
    padding: 4% 0;
  }
  .landing-banner.cm-btmform-gp .form-top {
    margin-bottom: 2.75%;
  }
  .two-col-content.cm-home-twocolumn-sec.fullwidth .page-center {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1350px) {
  .landing-banner.cm-btmform-gp {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

@media(max-width:980px){
  .simple-banner.cm-homebanner-gp .img_wrap.col6,
  .simple-banner.cm-homebanner-gp .banner-content-inner.col6{
    width:100%;
    padding-left: 0;
    padding-right: 0;
  } 
  .cnt-wit-bg-wrp.cm-bluetitle-sec {
    padding-bottom: 16px;
  }
  .cnt-wit-bg-wrp.cm-fullwidthtext-sec h2 {
    font-size: 32px;
  }

  .cnt-wit-bg-wrp.cm-fullwidthtext-sec{
    padding-top: 171px;
    padding-bottom: 24px;
    margin-top: 54px;
  }
  .two-col-content.cm-home-twocolumn-sec .description h2,
  .two-col-content.cm-home-twocolumn-sec .description img{
    margin-bottom:30px;
  }
  .two-col-content.cm-home-twocolumn-sec .media_column,
  .two-col-content.cm-home-twocolumn-sec .content-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-content.cm-home-twocolumn-sec .description img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 58%;
  }
  .two-col-content.cm-home-twocolumn-sec .flex_row {
    row-gap: 0;
  }
  .two-col-content.cm-home-twocolumn-sec .media_column {
    margin-bottom: 30px;
  }
  .two-col-content.cm-home-twocolumn-sec.fullwidth .content-col.col6 {
    margin-right: 0;
    padding-right: 0;
  }
  .two-col-content.cm-home-twocolumn-sec.fullwidth .description {
    margin-bottom: 0;
  }
  .two-col-content.cm-home-twocolumn-sec.fullwidth {
    padding-bottom: 190px;
  }

  .card_gallery.cm-homecard-sec .card_item {
    width: 100%;
  }

  .card_gallery.cm-homecard-sec .card_inner {
    max-width: 550px;
    margin: 0 auto;
  }

  .card_gallery.cm-homecard-sec .card_content {
    margin-bottom: 30px;
  }

  .card_gallery.cm-homecard-sec .card_item.text_center .icon_inner {
    width: 36.7%;
  }

  .card_gallery.cm-homecard-sec .bottom_row {
    padding-bottom: 26px;
  }

  .cnt-wit-bg-wrp.cm-homebanner-gp p,
  .cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p {
    width: 75%;
  }

  .cnt-wit-bg-wrp.cm-homebanner-gp p:has(span),
  .cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p:has(span) {
    width: 56%;
  }

}


@media (max-width: 767px) {

  .cnt-wit-bg-wrp.cm-homebanner-gp .rich_text p img,
  .cnt-wit-bg-wrp.cm-homebanner-gp .rich_text p+p img{
    margin: 0 auto;
    max-width: 100% !important;
    width: auto !important;
  }
  .cnt-wit-bg-wrp .content_widget h2 {
    font-size: 23px;
    line-height: 1.2em;
  }
  .simple-banner.cm-homebanner-gp .img_wrap_inner {
    width: 58%;
    margin: 0 auto;
  }
  .simple-banner.cm-homebanner-gp .top_sec h2 {
    font-size: 23px;
  }
  .card_gallery.cm-homecard-sec .flex_row {
    margin-left: 0;
    margin-right: 0;
  }
  .card_gallery.cm-homecard-sec .card_item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 83px;
  }

  .card_gallery.cm-homecard-sec .card_content {
    margin-bottom: 30px;
  }

  .landing-banner.cm-btmform-gp .form-section {
    padding: 0 !important;
  }

  .simple-banner.cm-homebanner-gp .top_sec {
    margin-top: 30px;
  }

  .simple-banner.cm-homebanner-gp .btn_row {
    margin-top: 15px;
  }

  .cnt-wit-bg-wrp.cm-homebanner-gp p,
  .cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p {
    width: 80%;
  }

  .cnt-wit-bg-wrp.cm-homebanner-gp p:has(span),
  .cnt-wit-bg-wrp.cm-homebanner-gp.cm-homeoldbnr p:has(span) {
    width: 75%;
  }


}

@media(max-width:479px){
  .landing-banner.cm-btmform-gp form .hs-fieldtype-textarea.field.hs-form-field {
    margin-bottom: 15px;
  }  
  .landing-banner.cm-btmform-gp form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 15px;
  }

  .cnt-wit-bg-wrp.cm-techpub-banner .rich_text h3 {
    font-size: 30px;
  }

  .card_gallery.cm-homecard-sec .card_item.text_center .icon_inner {
    width: 40%;
  }
}

/* child3 */



.simple-banner.custom-banner{
  min-height: auto;
  padding-top: 143px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
}

.custom-banner .page-center{
  padding-top: 24px;
  padding-bottom: 11px;
  margin-top: -3px;
}

.custom-banner .top_sec{
  padding-bottom: 17px;
}

.custom-banner .top_sec h1{
  margin: 0;
  padding-bottom: 10px;                        
  text-align: center;
}

.about-tp-heading {
  padding-bottom: 0 !important;
}

.about-tp-heading .title {
  margin: 0;
  font-family: Lato, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #D68117;
  letter-spacing: 2px;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.about-tp-heading .page-center {
  padding-top: 15px !important;
  margin-right: auto !important;
  margin-bottom: 16px !important;
  margin-left: auto !important;
}

.about-mdl-sec {
  padding: 0;
}

.about-mdl-sec .title {
  margin-bottom: 2.75%;
  padding-bottom: 10px;
}

.about-mdl-sec .title span {
  color: #d68117;
}

.about-bottom-card {
  padding: 0;
}

.about-bottom-card .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 27px;
  margin: 0;
  padding-top: 0;
  text-align: start;
}

.about-bottom-card.cnt-wit-tp-img-wrp .tp-img{
  margin-bottom: 30px;
}

.about-bottom-card.cnt-wit-tp-img-wrp .title {
  margin: 0;
  padding-bottom: 10px;
}

.about-bottom-card .cnt-col {
  width: 47.25%;
  padding: 0;
}

.about-bottom-card .cnt-col .inner_spacing{
  max-width: 550px; 
  margin: 0 auto; 
  position: relative; 
  word-wrap: break-word; 
  width: 100%;
}

.about-bottom-card .tp-img-cnt .col-title {
  text-transform: uppercase;
  font-size: 21px;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
}

.about-bottom-card .tp-img-cnt-inner p:first-child{
  margin: 0;
  padding-bottom: 1em;
}

.about-bottom-card .bottom_row{
  padding-top: 3px;
}

.about-mdl-sec .rich_text {
  padding-bottom: 27px;
}

.about-mdl-sec .rich_text h6:first-child {
  padding-bottom: 1em;
  margin: 0;
}

.about-mdl-sec .rich_text h6:last-child {
  margin: 0;
}

.cst-contact-content .page-center {
  padding: 0;
}

.cst-contact-content .top_cnt h4 {
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 2.75%;
  text-align: center;
}

.cst-contact-content .top_cnt h6{
  margin: 0;
}

.cst-contact-content.contact-details-wrap .top_cnt{
  padding-bottom: 27px !important;
}

.cnt-mid-sec form .hs_submit {
  display: block;
  text-align: right;
  margin: 0;
}


.cst-contact-page {
  padding: 0; 
  overflow: unset;
}


.cst-contact-page .bg_img {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.54) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/innovations-background.jpg) !important;
}

.cst-contact-page .right-content,
.cst-contact-page .left-content{
  width: 100%;
  padding: 0;
}

.cst-contact-page.contact-banner form .hs-form-field {
  margin-bottom: 3%;
}

.cst-contact-page .form-section {
  box-shadow: none !important;
}

.cst-contact-page .cnt-bnr-content h4 {
  margin-bottom: 2.75%;
  padding-bottom: 10px;
  text-align: center;
}

.cst-contact-page .cnt-bnr-content h4 span {
  color: #d68117;
}

.cst-contact-page .cnt-bnr-content h6 {
  margin-bottom: 2.75%;
  padding-bottom: 27px !important;
}

.cst-contact-page.contact-banner  .cnt-bnr-content {
  margin-bottom: 0;
}

.cst-contact-page.contact-banner .page-center {
  padding-top: 7px !important;
  margin-top: -2px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.cst-contact-page .form-section {
  padding: 0 !important;!i;!;
}

.cst-contact-page .left-content {
  margin-bottom: 0;
}

.cst-contact-page.contact-banner form .hs-form-field input:not(.hs-button), 
.cst-contact-page.contact-banner form .hs-form-field textarea{
  padding: 16px;
  font-size: 14px;
  height: auto;
  border: none;
}

.cqsg-top{
  padding-top: 42px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.62) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg) !important;
}

.cqsg-top .page-center{
  padding-top: 6px !important;
  padding-bottom: 105px !important;
}


.cqsg-top .inner_spacing {
  display: flex;
  flex-direction: column;
}

.cqsg-top .tp-img {
  order: 2;
}

.cqsg-top .tp-img-cnt {
  min-height: 75.2px;
  margin-bottom: 2.75%;
}

.cqsg-top .tp-img-cnt p {
  margin: 0;
}

.cqsg-top .cnt-col {
  padding: 0;
}

.cqsg-top .top_sec {
  padding-bottom: 27px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.cqsg-top .top_sec .title {
  margin: 0;
  padding-bottom: 27px !important;
}

.cqsg-top .bottom_row {
  padding-top: 3px;
}

.cqsg-top .cnt-col:first-child .inner_spacing .tp-img {
  margin-bottom: 2.75%;
}

.cqsg-top .cnt-col:last-child .inner_spacing .tp-img img{
  max-height: 555px;
  width: auto;
}

.cqsg-top.cnt-wit-tp-img-wrp  .flex_row {
  row-gap: 0;
}

.custom-banner-faq .bg_el.overlay_bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 88, 155, 0.66) 100%);
}

.cst-faq-heading {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.cst-faq-heading .page-center {
  padding-top: 9px !important;
  padding-bottom: 3px !important;
  margin-top: -6px !important;
  margin-right: auto !important;
  margin-bottom: -1px !important;
  margin-left: auto !important;
}

.cst-faq-heading .rich_text {
  padding-top: 11px !important;
  margin-top: -3px !important;
}

.cst-faq-heading .rich_text p {
  font-size: 24px;
  /*   line-height: 1.275; */
  line-height: 1.39958333333;
}

.cst-faq-ques-ans {
  /*   padding-top: 32px;
  padding-bottom: 29px;
  padding: 0;
  margin-bottom: -1px;  */
  margin-bottom: -1px;
  padding-top: 29px;
  padding-bottom: 29px;
}

.cst-faq-ques-ans .page-center {
  padding-top: 37px;
}

.cst-faq-ques-ans .rich_text h4 {
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.cst-faq-ques-ans .rich_text p {
  margin-bottom: 2.75%;
  padding-bottom: 27px !important;
  font-size: 19px;
  line-height: 1.61;
}

.cst-faq-ques-ans .rich_text p:last-child{
  margin-bottom: 0;
}

.faq-btm-pane .hs-sec-btn {
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
}

.faq-btm-pane .hs-sec-btn:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .05);
}

.faq-btm-pane .hs-sec-btn::after{
  line-height: inherit;
  font-size: inherit;
}

.faq-btm-pane .page-center{
  padding-top: 29px !important;
  width: 100%;
}

.faq-btm-pane .content-col{
  padding: 0;
  width: 48.5%;
}

.faq-btm-pane .content-col .cont-inner .description{
  /*   padding-top: 61px; */
  padding-top: 26px;
  padding-bottom: 18px;
  margin-bottom: 5px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq-btm-pane .content-col .cont-inner .description h2 {
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin: 0;
}

.faq-btm-pane .content-col .btn-items .btn_item{
  width: 100%;
  text-align: center;
}

.faq-btm-pane .content-col .btn-items .btn_row{
  margin: 0;
}

.faq-btm-pane .media_column{
  padding: 0;
  width: 48.5%;
  margin-right: 3%;
} 



.products-cards-cst .title {
  padding-bottom: 10px;
}

.products-cards-cst .title span {
  color: #d68117;
}

.products-cards-cst .top_content {
  padding-bottom: 27px;
}

.products-cards-cst .top_content p {
  font-size: 19px;
  line-height: 1.61;
}

.products-cards-cst {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.62) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg) !important;
}

.products-cards-cst .bottom_row {
  padding-top: 3px !important;
  padding-bottom: 112px !important;
}

.products-cards-cst.cnt-wit-tp-img-wrp .tp-img {
  margin-bottom: 30px;
  display: inline-block;
}

.products-cards-cst .cnt-col:not(:first-child) .inner_spacing {
  margin: 0 auto;
}


.products-cards-cst .cnt-col .inner_spacing .tp-img{
  width: 95%;
  transition: width 300ms ease 0ms;
}

.products-cards-cst .cnt-col .inner_spacing .tp-img:hover{
  width: 100%;
}

.products-cards-cst .page-center {
  padding: 0;
}

.products-cards-cst .top_sec {
  padding-top: 6px !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.products-cards-cst .tp-img-cnt-inner h3 a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #01589B;
}

.products-cards-cst.cnt-wit-tp-img-wrp .col-btn-grp .hs-sec-btn {
  display: inline-block;
  font-size: 22px;
  padding: .3em 1em;
}


.products-cards-cst .cnt-col{
  cursor: pointer;
}

.ctm-bnr-2 .top_sec h5 {
  color: #d68117 !important;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
}

.simple-banner.custom-banner.ctm-bnr-2{
  padding-top: 104px;
  padding-bottom: 3px;
}



.pc-two-col-cnt .page-center {
  padding: 0;
}

.pc-two-col-cnt.two-col-content .flex_row {
  gap: 0;
}

.pc-two-col-cnt .content-col {
  padding: 0;
  width: 47.25%;
  margin-right: 5.5%;
}

.pc-two-col-cnt .description h6 {
  margin: 0;
  letter-spacing: 0.5px;
}

.pc-two-col-cnt .description ul {
  padding: 0 0 0 50px;
  margin: 0;
}

.pc-two-col-cnt .description ul li {
  margin: 0;
  padding-bottom: 25px;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  font-family: Lato, sans-serif;
  font-size: 19px;
}

.pc-two-col-cnt .media_column {
  width: 47.25%;
  margin-right: 0;
  padding: 0;
}

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

.pc-two-col-cnt .btn-items .btn_row .btn_item {
  text-align: center;
  width: 100%;
}

.pc-two-col-cnt .btn-items .btn_row {
  margin: 0;
}

.pc-two-col-cnt .btn-items .btn_row .btn_item .hs-button {
  font-size: 22px;
  padding: .3em 1em;
}

.pc-two-col-cnt .btn-items .btn_row .btn_item .hs-button::after{
  font-size: 1.6em;
  line-height: 1em;
}

.pc-two-col-cnt .btn-items .btn_row .btn_item .hs-button:hover{
  padding: .3em 2em .3em .7em;
  color: #D68117;
  border-width: 2px;
  background-image: initial;
  background-color: #FFFFFF;
  border-color: #D68117;
}

.ctm-banner-sec {
  padding-bottom: 42px;
}

.ctm-banner-sec .page-center {
  padding-bottom: 19px !important;
  margin-top: 5px !important;
}

.ctm-banner-sec 
.rich_text {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.8px;
  padding-bottom: 27px !important;
  line-height: 1.33043478261;
}

.ctm-banner-sec .rich_text p {
  margin: 0;
}

.ctm-banner-sec .rich_text p:not(:last-child){
  padding-bottom: 1em;
}

.ctm-btm-sec-cv {
  padding-top: 35px;
  padding-bottom: 0;
  background-position: center bottom 0px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.67) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg) !important;
}

.ctm-btm-sec-cv .rich_text {
  padding-bottom: 83px;
}

.ctm-btm-sec-cv .rich_text p {
  letter-spacing: 0.25px;
  line-height: 1.61052631579;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}

.ctm-btm-sec-cv .rich_text p:not(:last-child) {
  padding-bottom: 1em;
}

.pc-tp-sec.pc-enviro-ctm.cnt-wit-tp-img-wrp  .tp-img {
  padding-bottom: 0 !important;
  width: 41%;
  margin-bottom: -19px;
}

.cst-gts{
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.62) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg) !important;
  padding: 36px 0 70px 0;
}

.cst-gts .cnt-col {
  padding: 0;
}

.pc-two-col-cnt {
  padding-top: 35px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.62) 100%), 
    url(//47160977.fs1.hubspotusercontent-na1.net/hubfs/47160977/raw_assets/public/Innovations_Amplified_October2024/images/triangles.jpg) !important;
  background-position: center bottom 0px;
}

.pc-two-col-cnt .bottom_row {
  padding-bottom: 63px !important;
  /*   padding-bottom: 128px !important; */
  margin-top: -15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.pc-two-col-cnt .top_content h2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 37px !important;
  /*   margin-top: 12px !important;  */
  margin-top: 8px !important;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  font-family: Lato, sans-serif;
  line-height: 1.3em;
}

.pc-two-col-cnt .top_sec {
  padding: 0;
  margin: 0;
} 


.cst-coming-soon.cnt-wit-tp-img-wrp {
  padding: 70px 0 235px 0;
}

.cst-coming-soon.cnt-wit-tp-img-wrp .page-center {
  width: 100%;
}

.cst-coming-soon.cnt-wit-tp-img-wrp .tp-img {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.cst-coming-soon.cnt-wit-tp-img-wrp .cnt-col {
  padding: 0;
}

.cst-coming-soon.cnt-wit-tp-img-wrp .tp-img-cnt h1 {
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;  
}

.pc-two-col-cnt.c-envirosnap .bottom_row {
  padding-bottom: 128px !important;
}

.products-cards-cst .tp-img-cnt h3 {
  margin-bottom: 20px;
}

.cnt-wit-tp-img-wrp.cst-coming-soon .bottom_row {
  padding-top: 157px;
}
.cst-coming-soon.cnt-wit-tp-img-wrp .page-center {
  width: 80%;
}

.portfolio-detail-pg .cm_pg_wrp .left-col .hs-button:hover {
  padding: 11.5px 16.5px;
}
.portfolio-detail-pg .cm_pg_wrp  .hs-button:hover::after {
  display: none;
}

.portfolio-detail-pg .cm_pg_wrp .left-col .hs-button {
  height: auto;
  line-height: 1.2;
}
.pricing_page .pricing-table-gp .pricing-area.popular-item a.hs-sec-btn {
  padding: 6px 20px;
}
.pricing_page .pricing-table-gp .pricing-area.popular-item a.hs-sec-btn:hover {
  padding:6px 2em 6px .7em;
}

/* Media Queries */


@media(min-width: 981px){

  .pc-two-col-cnt .top_content img{
    width: 37%;
    margin: 0 auto;
  }

  .pc-two-col-cnt.pc-two-col-cnt-enviroliner .top_content img{
    width: 44%;
  }

  .pc-two-col-cnt .top_content p{
    padding: 2% 0;
    margin: 0;
  }


  .products-cards-cst .top_sec{
    padding: 2% 0;
  }


  .products-cards-cst.cnt-wit-tp-img-wrp .title {
    margin-bottom: 2.75%;
  }

  .products-cards-cst .cnt-col {
    padding: 0;
    width: 29.6667%;
  }

  .products-cards-cst .cnt-col:not(:last-child){
    margin-right: 5.5%;
  }

  .cst-contact-content.contact-details-wrap .top_cnt{
    margin-bottom: 2.75%;
  }

  .about-bottom-card .cnt-col:first-child {
    margin-right: 5.5%;
  }

  .pc-two-col-cnt .top_content h2,
  .pc-two-col-cnt .bottom_row{
    padding: 2% 0;
  }
}


@media(min-width: 1350px){

  .pc-two-col-cnt .top_content h2{
    padding: 27px 0;
  }

  .pc-two-col-cnt .bottom_row{
    padding: 27px 0;
  }

  .pc-two-col-cnt .top_content p {
    padding: 27px 0;
    margin: 0;
  }

  .products-cards-cst .top_sec{
    padding: 27px 0;
  }
}

@media (min-width:2150px){
  .two-col-content.cm-home-twocolumn-sec {
    padding-bottom: 12.5%;
  }
}

@media (min-width:981px) and  (max-width:1340px){
  .two-col-content.cm-home-twocolumn-sec {
    padding-bottom: 13%;
  }
}

@media(min-width: 981px) and (max-width: 1349px){
  .about-tp-heading{
    padding: 4% 0;
  }
}

@media(max-width: 980px){

  .pc-two-col-cnt .top_content img{
    width: 58%;

  }


  .pc-two-col-cnt.pc-two-col-cnt-enviroliner .top_content img{
    width: 67%;
  }

  .pc-two-col-cnt .top_content p{
    padding: 30px 0;
    margin: 0;
  }

  .pc-two-col-cnt .top_content h2,
  .pc-two-col-cnt .bottom_row{
    padding: 30px 0;
  }

  .cst-contact-page .cnt-bnr-content h6 {
    margin-bottom: 30px;
  }

  .cst-contact-page .cnt-bnr-content h4 {
    margin-bottom: 30px;
  }

  .products-cards-cst.cnt-wit-tp-img-wrp  .title {
    margin-bottom: 30px;
  }

  .products-cards-cst.cnt-wit-tp-img-wrp .tp-img {
    max-width: 550px;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
  }

  .products-cards-cst.cnt-wit-tp-img-wrp .cnt-col {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0;
  }

  .products-cards-cst .top_sec{
    padding: 30px 0;
  }

  .faq-btm-pane .content-col{
    padding: 0;
    width: 100%;
  }

  .faq-btm-pane .content-col .cont-inner .description h2 {
    font-size: 32px;
  }

  .faq-btm-pane .media_column {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq-btm-pane .media_column .mediaimg {
    width: 58%;
    margin: 0 auto;
  }

  .cst-faq-ques-ans .rich_text p {
    margin-bottom: 30px;
  }

  .cqsg-top .cnt-col:first-child .inner_spacing .tp-img{
    margin-bottom: 30px;
  }

  .cst-contact-content .top_cnt h4{
    margin-bottom: 30px;
  }

  .about-tp-heading{
    padding-top: 50px;
  }

  .about-mdl-sec .title{
    margin-bottom: 30px;
  }

  .about-bottom-card .cnt-col{
    width: 100%;
  }

  .pc-two-col-cnt .content-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pc-two-col-cnt .media_column {
    width: 100%;
  }

  .pc-two-col-cnt.two-col-content .mediaimg .single-img img{
    width: auto;
  }

  .cnt-wit-tp-img-wrp.products-cards-cst .flex-row{
    row-gap: 0;
  }

}

@media(max-width: 767px){
  .faq-btm-pane .content-col .cont-inner .description h2 {
    font-size: 23px;
  }

  #enviroliner-banner .top_sec h1,
  #envirosnap-banner .top_sec h1{
    font-size: 34px;
  }

  .cnt-wit-tp-img-wrp.products-cards-cst .flex-row{
    row-gap: 0;
  }


  .contact-banner.cst-contact-page .form-section {
    padding: 0 !important;
  }

  .contact-banner.cst-contact-page .left-content {
    margin: 0; 
  }
}

@media(max-width: 479px){
  .pc-two-col-cnt.pc-two-col-cnt-enviroliner .top_content img{
    width: 100%;
  }

  .products-cards-cst .bottom_row{
    padding-bottom: 80px !important;
  }

  .pc-two-col-cnt .top_content h2{
    font-size: 36px;
  }
}