.hs-button, .hs-trans-btn, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, form input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hs-button, .hs-trans-btn, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, form input[type=submit]{
    padding: 10px 30px;
  }
}


.hs-sec-btn{
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: -0.5px;
}

.hs-sec-btn:hover{
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.hs-input{
  font-family: 'Open Sans', sans-serif
}

.hs-input.invalid.error {
  border-color: #ccc;
}

.content-wrapper, .dnd-section>.row-fluid, .page-center{
  padding: 0 15px;
}

.hs-fieldtype-textarea.hs-input{
  min-height: 64px;
}

form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password], 
form input[type=search], 
form input[type=tel], 
form input[type=text], 
form select, 
form textarea {
  line-height:1.5;
  padding:0px 15px;
  min-height: 40px;
  height: auto;
  font-size:14px;
  font-weight: 500;
}
.hs-form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #36454f;
  font-weight: 700;
}

.hs-error-msg{
  font-size: 12px !important;
  margin-top: 2px;
}
.hs-form-required {
  color: red;
  padding-left: 2px;
}

.hs-form{
  font-family: "Roboto", sans-serif;
  line-height:1.5;
}
ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
  font-weight: 700;
}

@media(max-width: 1299px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center, .header .page-center, .footer .page-center{
    max-width: 1170px;
  }
}

@media(max-width: 1199px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center, .header .page-center, .footer .page-center{
    max-width: 970px;
  }
}

@media(max-width: 991px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center, .header .page-center, .footer .page-center{
    max-width: 750px;
  }
}


.header-wrapper{
  position: relative;
  z-index: 999;
  background-color: rgba(54, 69, 79,1.0);
  transition: background-color .3s;
}

.cs-homepage .header-outer-wrapper{
  min-height: auto !important;
}

.cs-homepage .header-wrapper{
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.scrolled .header-wrapper{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
  animation: stickySlideDown .65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background-color: rgba(54, 69, 79,1.0);
}
.solutions-page{
   opacity: 0;
    transition: opacity 1s ease;
}
.loaded .solutions-page {
    opacity: 1;
  }
@keyframes stickySlideDown{
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }

}

@keyframes stickyFadeDown{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}
.site-header .page-center{
  padding-left: 0;
  padding-right: 0;
}

.site-header .lqd-hide-onstuck{
  background-color: rgba(54, 69, 79,1.0);
}

.site-header .lqd-hide-onstuck, .site-header .lqd-head-sec-wrap{
  padding-right: 30px;
  padding-left: 30px;
}


.scrolled .site-header .lqd-hide-onstuck{
  display: none;
}

.site-header .lqd-hide-onstuck .lqd-head-col{
  display: flex;
  width: 100%;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  align-items: stretch;
  text-align: end;
  max-width: 100%;
  justify-content: flex-end;
}


.site-header .header-module {
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-header .lqd-hide-onstuck .header-module {
  align-items: flex-end;
}


.site-header .header-module~.header-module {
  margin-inline-start: 25px;
}

.site-header .header-module .liner{
  width: 2px;
  flex-flow: row wrap;
  align-items: stretch;
  flex: 1 auto;
  position: relative;
  display: flex;
}

.site-header .header-module .liner .ld-v-sep-inner{
  background: rgba(248, 248, 248, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.site-header .lqd-hide-onstuck .header-module a{
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 18px;
  color: rgba(255, 255, 255,1.0);
}

.site-header .lqd-hide-onstuck .header-module a:hover{
  color: rgba(53, 198, 195,1.0);
}

.site-header .lqd-head-sec-wrap .page-center{
  display: flex;
  align-items: stretch;
}

.site-header .lqd-head-sec-wrap .col.lqd-head-col{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  width: 100%;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  align-items: stretch;
}

.site-header .ld_header_image{
  padding: 30px 0;
  flex-shrink: 0;
  padding-top: 20px;
  padding-inline-end: 40px;
  padding-bottom: 20px;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-header .ld_header_image .navbar-brand-inner{
  max-width: 180px;
  display: grid;
  position: relative;
  place-items: center;
}

.site-header .ld_header_image .sticky-logo{
  display: none;
}


.scrolled .site-header .ld_header_image .sticky-logo{
  display: block;
}

.scrolled .site-header .ld_header_image .default-logo{
  display: none;
}

.site-header .header-module-primary-nav {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-header .lqd-submenu-default-style {
  flex: 1 auto;
  display: inline-flex ;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  flex-basis: 0;
  padding: 0;
  overflow: visible;
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li{
  margin-bottom: 0;
  min-height: 81.171875px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.scrolled .site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li{
  min-height: 97px;
}


.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li>a{
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255,1.0);
  position: relative;
  align-items: center;
  flex: 1 auto;
  flex-direction: row;
  padding: 10px 22px;
  white-space: nowrap;
  display: flex;
}


.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(53, 198, 195,1.0);
}

header.header.site-header .hs-sec-btn{
  padding: 20.7px 37.8px;
  margin: 0;
}

header.header.site-header .hs-sec-btn .btn-txt{
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  white-space: nowrap;
  text-transform: uppercase;
}


.site-header .lqd-head-sec-wrap .col.lqd-head-col .header-module.module-button{
  margin-inline-start: 25px;
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li>ul{
  min-width: 232px;
  padding: 1.0625em 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  text-align: start;
  transform: translateY(10px);
  transition: all .85s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, opacity, visibility;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .07);
  background-color: rgba(255, 255, 255,1.0);
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li:hover>ul{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul ul li{
  position: relative;
  font-size: 1em;
  line-height: normal;
  margin-bottom: 0;
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul ul li a{
  display: block;
  padding: .75em 1.75em;
  width: 100%;
  color: rgba(54, 69, 79,1.0);
}

.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul ul li a:hover{
  color: rgba(241, 103, 34,1.0);
}

.site-header .lqd-mobile-sec{
  display: none;
}

@media(max-width: 991px){
  .site-header .lqd-head-sec-wrap, .site-header .lqd-hide-onstuck{
    display: none;
  }

  .site-header .lqd-mobile-sec{
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .site-header .lqd-mobile-sec-nav{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse{
    background-color: #f9f9f9;
    color: #000;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper>ul{
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 0;
    text-align: start;
    width: 100%;
    display: block;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper>ul>li{
    min-height: 54px;
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 0;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 0, 0,1.0);
    display: flex;
    align-items: center;
    padding: 15px 25px;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper>ul>li>a:hover{
    color: rgba(0, 0, 0,1.0);
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper ul ul{
    display: none;
    padding: 15px 0;
    font-size: 14px;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper ul ul li{
    position: relative;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 0;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper ul ul li a{
    padding: 8px 35px;
    color: rgba(0, 0, 0,1.0);
    display: block;
    width: 100%;
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper ul ul li a:hover{
    color: rgba(0, 0, 0,1.0);
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner{
    background-color: rgba(54, 69, 79,1.0);
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
    display: flex;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner>* {
    flex: 0 0 33.3333333333%;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu{
    justify-content: flex-end;
    order: 2;
    margin-inline-start: 20px;
    position: relative;
    align-items: center;
    display: flex;
    transition: z-index .3s .7s, opacity .3s;
    cursor: pointer;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars{
    transition: all .45s .2s cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
    height: 18px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner{
    width: 100%;
    height: 100%;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    display: flex;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner .bar{
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    display: inline-block;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner .bar:first-child{
    transition: all .45s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .15s;
    opacity: 1;
    visibility: visible;
    transform: none;

  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner .bar:nth-child(2){
    width: 16px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .1s;

    margin-inline-end: auto;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner .bar:last-child{
    transition: all .45s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .15s;
    opacity: 1;
    visibility: visible;
    transform: none;

  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .mobile-navbrand{
    padding: 22px 0;
    display: flex;
    line-height: normal;
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .mobile-navbrand a{
    margin-inline-end: -20px;
    display: grid;
    position: relative;
    place-items: center;
  }
  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu.active .bars-inner .bar:first-child{
    transform: translateY(-3px);
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu.active .bars-inner .bar:nth-child(2){
    width: 22px;
    margin-inline-end: auto;
    transform: rotate(45deg);
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu.active .bars-inner .bar:last-child{
    transform: translateY(3px);
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu .bars-inner .bar:nth-child(2)::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    transform: rotate(0) translate(0, 0);
  }
  .site-header .lqd-mobile-sec .lqd-mobile-sec-inner .hamburger-menu.active .bars-inner .bar:nth-child(2)::before{
    transform: rotate(-90deg);
  }

  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .child-trigger{
    left: auto;
    border-radius: 3px;
    flex: 0 0 36px;
    background-color: rgba(0, 0, 0, .05);
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 18px;
    display: inline-flex;
    top: 1.5px;
    right: 25px;
    position: absolute;
    width: 36px;
    height: 36px;
    margin-inline-start: 18px;
    cursor: pointer;
  }

}

.ambyint-footer .ambyint-footer-sec1 .page-center{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}


.ambyint-footer .ambyint-footer-sec1 .flex_row{
  margin-inline-start: -35px;
  margin-inline-end: -35px;
  width: auto;
}

.ambyint-footer .ambyint-footer-sec1 .flex_row .col-section{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col1{
  padding-right: 95px;
}

.ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col1{
  width: 100%;
}
.ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col2{
  width: 100%; 
}
.ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col3{
  width: 100%; 
}

@media (min-width: 992px) {
  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col1{
    width: 33.33333333%;
  }
  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col2{
    width: 41.66666667%; 
  }
  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col3{
    width: 25%; 
  }
}


.ambyint-footer .ambyint-footer-sec1 .ambyient-footer-logo{
  margin-bottom: 32px;
}


.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social{
  font-size: 32px;
  gap: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social-item.tycustom_icon{
  margin-inline-end: 1em;
  font-size: 1em;
  line-height: 1em;
  height: auto;
  width: auto;
  border-radius: 0;
}

.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social-item a{
  color: inherit;
  display: inline;
}

.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social-item a:hover i{
  color: #f16722;
}

.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social-item i{
  color: inherit;
}


.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu{
  margin-left: -15px;
  margin-right: -15px;
}


.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper>ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper>ul>li{
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper>ul>li>a{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
  width: 100%;
  align-items: center;
  display: flex;
}

.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper ul ul li:not(:last-child){
  margin-bottom: 20px;
}

.ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper ul ul li a{
  font-size: 18px;
  line-height: 1.5em;
  width: 100%;
  align-items: center;
  display: flex;
}

.ambyint-footer .ambyint-sec1-col3 .ambyint-footer-add:first-child{
  margin-bottom: 15px;
  position: relative;
  bottom: 5px;
}

.ambyint-footer .ambyint-sec1-col3 .ambyint-footer-add .footer-content h5{
  color: rgba(255, 255, 255,1.0);
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.22;
  position: relative;
  bottom: 1px;
}

.ambyint-footer .ambyint-sec1-col3 .ambyint-footer-add .footer-content p{
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.3em;
  font-size: 18px;

}
.ambyint-footer .ambyint-sec1-col3 .ambyint-footer-add .footer-content p a span{
  color: rgba(255, 255, 255,1.0);
}

.footer.footer_section__2.ambyint-footer .ambyint-footer-sec2 .flex_row{
  border-top: 1px solid #ffffff1f;
}

.ambyint-footer .ambyint-footer-sec2 .flex_row .col-section{
  margin-top: 40px;
}

.ambyint-footer .ambyint-footer-sec2 .flex_row .ambyint-sec2-col1{
  padding-left: 0;
  padding-right: 15px;
}

.ambyint-footer .ambyint-footer-sec2 .flex_row .ambyint-sec2-col2{
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.ambyint-footer .ambyint-footer-sec2 .flex_row .footer-row{
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.ambyint-footer .ambyint-footer-sec2 .ambyient-copyright p{
  line-height: 1.785em;
  margin-bottom: 0;
  font-size: 16px;
  white-space: nowrap;
}

.ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link{
  margin-inline-start: -26px;
  margin-inline-end: -26px;
}

.ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: end;  
}
.ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul li:first-child{
  margin-inline-end: 22px;
}


.ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul li{
  margin-inline-start: 26px;
  margin-inline-end: 26px;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  display: inline-flex;
  margin-bottom: 0;
  bottom: 4px;
}

.ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul li a{
  font-size: 16px;
  width: 100%;
  align-items: center;
  display: inline-flex;
  line-height: 1.3em;  
}

.ambyint-footer .footer-menu .hs-menu-wrapper ul,.ambyint-footer .footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  position: static;
}

@media screen and (min-width: 1200px) {

  .ambyint-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .body-container-wrapper, .banner-section, .banner_area{
    position: relative;
    z-index: 1;
    background-color : rgba(255, 255, 255,1.0)
  }

  .popup-open .body-container-wrapper, .popup-open .banner-section, .popup-open .banner_area{
    position: relative;
    z-index: 999;
  }

}
.ambyint-footer .ambyint-footer-sec1 .ambyint-footer-social .footer-social-item.tycustom_icon .fa-linkedin:before{
  content: "\f08c" !important;
}

.custom-no-navigation{
  height: auto;
}


@media(max-width: 991px){
  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col1{
    margin-bottom: 30px;
  }
  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col2{
    margin-bottom: 14px;
  }
}

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

  .ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul{
    text-align: left;
  }
  .ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul li:first-child{
    margin-inline-start: 10px;
  }

  .ambyint-footer .ambyint-footer-sec2 .flex_row .footer-row.ambyient-copyright{
    margin-bottom: 0;
  }
  .ambyint-footer .footer-social-item:not(:first-child){
    margin: 0;
  }

  .ambyint-footer .ambyint-sec1-col2 .ambyint-footer-menu .footer-menu .hs-menu-wrapper ul ul li:last-child{
    margin-bottom: 10px;
  }

  .ambyint-footer .ambyint-footer-sec1 .flex_row .ambyint-sec1-col1, .ambyint-footer .ambyint-footer-sec1 .ambyient-footer-logo{
    margin-bottom: 10px;
  }
}

.scrolled .custom-no-navigation .site-header .lqd-head-sec-wrap .col.lqd-head-col{
  min-height: 97px;
}

.footer.footer_section__2.ambyint-footer.lp-ambyint-footer .ambyint-footer-sec2 .flex_row{
  border: 0;
}


.site-header .lqd-submenu-default-style .hs-menu-wrapper>ul>li.active-branch>a{
  color: rgba(53, 198, 195,1.0); 
}

@media (max-width: 991px) {
  .site-header .lqd-mobile-sec-nav .mobile-navbar-collapse .hs-menu-wrapper>ul>li.active-branch>a{
    color: rgba(0, 0, 0,1.0); 
  } 
}


.whitepaper-form .columns_rowo_wrap{
  margin-left: -15px;
  margin-right: -15px;
}

.two-col-content.whitepaper-form .flex_row{
  gap: 0;
}

.two-col-content.whitepaper-form .flex_row .col6, .two-col-content.whitepaper-form .flex_row .col5{
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .two-col-content.whitepaper-form .flex_row .content-col{
    margin-left: 8.33333333%;
  }
}
.two-col-content.whitepaper-form .content-col .description{
  margin-bottom: 0;
}
.two-col-content.whitepaper-form .content-col .form_wrap{
  padding-top: 0;
  margin-bottom: 35px;
}

.two-col-content.whitepaper-form .content-col .form_wrap h3{
  margin-bottom: 1.5em;
  letter-spacing: -0.01em;
  line-height: 1.666em;
  font-size: 18px;
  font-family: inherit;
}

.whitepaper-form .flex_row .content-col .cont-inner .description h2{
  margin-top: 38.41px;
  margin-bottom: 0.35em;
  line-height: 1.1em;
  font-size: 35px;
}


.whitepaper-form .flex_row .content-col .cont-inner .description p{
  letter-spacing: -0.01em;
  line-height: 1.666em;
  margin-bottom: 1.5em;
}

.whitepaper-form .hs-input{
  width: 90%;
}

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

.anamolies{
  padding-left: 20px;
  overflow: unset;
}

.anamolies .page-center{
  padding-left: 0px;
  padding-right: 0;
  margin-left: -35px;
}

.anamolies-button{
  padding-right: 20px;
  overflow: unset;
}

.anamolies-button .page-center{
  padding-left: 0px;
  padding-right: 0;
  margin-right: -35px;
}

.anamolies .top_sec{
  margin-bottom: 72px;
  text-align: left;
}

.anamolies .top_sec, .anamolies .bottom_row{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  margin-right: 5%
}

.anamolies .title{
  margin-bottom: .5em;
  text-align: left;
  line-height: 1.2em;
  font-size: 44px;
}

.anamolies .top_sec .top_content p{
  margin-bottom: .5em;
}

.card_gallery.anamolies .bottom_row.notshadow .rowGap15{
  gap: 0;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: start;
}  

.anamolies .bottom_row .flex_row .col4{
  padding-left: 15px;
  padding-right: 15px;
}

.card_gallery.anamolies .card_inner{
  padding: 0;
  margin-bottom: 35px;
  border-radius: 0;
}


.card_gallery.anamolies .card_inner .btn_row{
  margin: 0;
}

.card_gallery.anamolies .icon_box.large_sz .icon_inner{
  width: auto;
  height: auto;
  margin: 0;
}

.anamolies-button .content_widget{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.anamolies-button .hs-button{
  white-space: nowrap;
  padding: 1.15em 2.1em;
  line-height: 1.25em;
  font-size: 18px;
  letter-spacing: 1px;
}
.anamolies-button .hs-button:hover{
  background-color: #0f5a64;
  border-color: #0f5a64;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}


@media(max-width: 1300px){
  .anamolies-button .hs-button{
    padding: 1em 1.5em;
    font-size: 16px;
  }
}

@media(max-width: 1200px){
  .anamolies-button .content_widget {
    padding-inline-start: 0px;
  }
}

@media(max-width: 992px){
  .anamolies .title{
    font-size: 40px;
  }
  .anamolies .bottom_row .flex_row .col4{
    width: 33.33%;
  }

  .anamolies-button .content_widget{
    padding-inline-end: 45px;
  }

  .anamolies-button .hs-button {
    font-size: 14px;
    padding: 1em 1em;
  }
}


@media(max-width: 767px){
  .anamolies .page-center {
    margin-right: -15px;
  }

  .anamolies .bottom_row .flex_row .col4 {
    width: 100%;
  }
  .card_gallery.anamolies .icon_box.large_sz .icon_inner{
    justify-content: start;
  }

  .anamolies .top_sec {
    margin-bottom: 80px;
  }

  .anamolies-button .btn_row{
    justify-content: start;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .anamolies-button .hs-button{
    padding: 1.15em 2.1em;
    font-size: 18px;
  }
  .anamolies-button .content_widget{
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }

}

@media(max-width: 479px){
  .anamolies-button .hs-button {
    font-size: 14px;
    padding: 1em;
  } 
}


@media(max-width: 992px){
  .two-col-content.whitepaper-form .flex_row .col5, .two-col-content.whitepaper-form .flex_row .col6{
    width: 100%;
  }

  .whitepaper-form .flex_row .content-col .cont-inner .description h2{
    font-size: 50px;
  }
}


.anamolies-button .popup_modal .popup_modal_box{
  max-width: 80vw;
}

.anamolies-button .popup_modal .content_box{
  padding: 0;
}

.anamolies-button .popup_modal iframe{
  width: 100% !important;
  height: 80vh !important;
}

.ai-accordion{
  margin-left: -15px;
  margin-bottom: 35px;
}

.ccs-image{
  margin-right: -15px;
}

.ai-accordion .top_sec.noButton {
  padding-left: 0px;
  padding-right: 0px;
}

.ai-accordion .content_widget{
  text-align: left;
}

.ai-accordion .title{
  font-size: 40px;
  margin-bottom: 45px;
}

.ai-accordion .top_content{
  margin-bottom: 34px;
}

.ai-accordion .top_sec{
  margin: 0;
}

.ai-accordion .top_content p{
  line-height: 1.666;
}


.accordion_wrap.ai-accordion .acc-item .acctitle h4{
  font-size: 16px;
}


.accordion_wrap.ai-accordion .acc-item .carrortwrap{
  right: 30px;
}

.accordion_wrap.ai-accordion .accord_outer .acc-item:hover{
  background-color: #fff;
}
.accordion_wrap.ai-accordion.cm-accord .accord_outer .acc-item:hover .acctitle *{
  color: unset;
}
.accordion_wrap.ai-accordion.cm-accord .accord_outer .acc-item.activeaccord:hover .acctitle *{
  color: #fff;
}

.accordion_wrap.ai-accordion .acc-item:not(:last-child){
  margin-bottom: 20px;
}

.accordion_wrap.ai-accordion .acc-item .acc-content, .accordion_wrap.ai-accordion .acc-item .acctitle{
  box-shadow: none;
}

.accordion_wrap.ai-accordion .acc-item .acctitle{
  border-radius: 4px;
  border: 1px solid #fff;
}

.accordion_wrap.ai-accordion .acc-item.activeaccord .acctitle{
  border: 1px solid #313c49;
}

.ai-accordion .hs-button{
  padding: 1.15em 2.1em;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 1.15px;
  border-radius: 7em;
  font-weight: 700;
}

.ai-accordion .hs-button:hover{
  background-color: #0f5a64;
  border-color: #0f5a64;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.ai-accordion .btn_row{
  justify-content: start;
  margin-top: 35px;
}


.ccs-image .media_column{
  padding-left: 0;
  padding-right: 0;
}

.ccs-image{
  margin-left: 17.333333%;
  overflow: unset;
}

.ccs-image .flex_row{
  margin-right: -12%;
}

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

.two-col-content.ccs-image .flex_row.flex_center{
  gap: 0;
}

@media(max-width: 1350px){
  .ccs-image .flex_row {
    margin-right: 0;
  }
}

@media(max-width: 767px){
  .ai-accordion{
    margin-right: -15px;
  }

  .ccs-image{
    margin-left: -15px;
  }

  .ai-accordion .btn_row{
    margin-bottom: 50px;
  }

  .ai-accordion{
    margin-bottom: 0;
  }
}



.comment-date {
  display: block !important;
}

button.comment-reply-to.hs-button.secondary:hover {
  color: #fff;
}

.infinityrl{
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .infinityrl{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .infinityrl{
    padding-left: 100px;
    padding-right: 100px;
  }

}

.infinityrl .bottom_row{
  margin-left: -15px;
  margin-right: -15px;
}

.infinityrl .flex_row .col6{
  padding-left: 15px;
  padding-right: 15px;
}

.infinityrl .media_column .single-img{
  display: flex;
  flex-direction: column-reverse;;
}

.infinityrl .media_column .content_box{
  margin-top: 0;
}

.infinityrl .media_column .content_box h2{
  font-size: 44px;
  margin-bottom: .5em;
}

.infinityrl .media_column .content_box p{
  margin-bottom: .5em;
}

.two-col-content.infinityrl .flex_row.flex_center{
  align-items: unset;
  gap: 0;
}
.infinityrl .content-col .cont-inner{
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  .infinityrl .content-col .cont-inner{
    padding-top: 30px;
    padding-right: 6%;
    padding-bottom: 0px;
    padding-left: 6%;
  }
}

@media (min-width: 1200px) {
  .infinityrl .content-col .cont-inner{
    padding-right: 8%;
    padding-left: 8%;  
  }

}

.infinityrl .content-col .cont-inner .description{
  margin-bottom: 20px;
}

.infinityrl .content-col .cont-inner .description h4{
  margin-bottom: .5em;
  font-size: 32px;
  line-height: 1.2em;
}


.infinityrl .content-col .cont-inner .description p{
  margin-bottom: .5em;
}


.infinityrl .content-col .cont-inner .form_wrap{
  padding-top: 0;
  margin-bottom: 35px;
}

.infinityrl .content-col .cont-inner .form_wrap h3{
  margin-bottom: 0;
}

.infinityrl .content-col .cont-inner .form_wrap .hs-input{
  width: 90%;
}

.infinityrl .content-col .cont-inner .form_wrap .form-columns-1 .hs-input{
  width: 95%;
}

.infinityrl .media_column .mediaimg{
  margin-bottom: 35px;
}


@media screen and (max-width: 992px) {
  .infinityrl .media_column .content_box h2{
    font-size: 40px;
  }   

}

@media(max-width: 767px){
  .two-col-content.infinityrl .mediaimg .single-img img{
    width: auto;
  }
}

.cnt-wit-bg-wrp.infinity-advantage .title{
  margin-bottom: 40px;
  line-height: 1.2em;
  font-size: 32px;
}

.demo-schedule{
  padding-left: 20px;
  margin-inline-start: -35px;
}

.improve-icon{
  padding-right: 20px;
  margin-inline-end: -35px;
}

.improve-icon .page-center, .demo-schedule .page-center{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.demo-schedule .btn_row{
  margin-top: 35px;
  justify-content: start;
}
.demo-schedule .btn_row .hs-sec-btn{
  padding: 1.15em 2.1em;
  padding-left: calc(2.1em + 20px);
  padding-right: calc(2.1em + 20px);
  margin: 0;
}


.feat-wrap.improve-icon .feat-item-wrp{

  gap: 0
}

.feat-wrap.improve-icon .feat-item-wrp .col12{
  padding-left: 0;
  padding-right: 0;
}

.feat-wrap.improve-icon .feat-item-wrp .featitem .outer_wrap{
  gap: 0;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

.feat-wrap.improve-icon .feat-item-wrp .left-media{
  margin-inline-end: 30px;
  max-width: 19%;
}

.feat-wrap.improve-icon .feat-item-wrp .left-media img{
  max-width: unset;
}

.feat-wrap.improve-icon .feat-item-wrp .right-content h3{
  color: #000;
  margin: 0;
  line-height: 1.2em;
}

.feat-wrap.improve-icon .feat-item-wrp .right-content p{
  margin: 0;
}
.feat-wrap.improve-icon .feat-item-wrp .right-content .btn_row{
  margin: 0;
}


.feat-wrap.improve-icon .feat-item-wrp .featitem.col12 .outer_wrap{
  align-items: start;
}

@media(max-width: 767px){
  .demo-schedule{
    margin-inline-end: -15px;
  }

  .improve-icon{
    margin-inline-start: -15px;
  }
}

@media(max-width: 479px){
  .demo-schedule .btn_row{
    justify-content: center;
  }

  .demo-schedule .btn_row .hs-sec-btn{
    padding: 1.15em 2em;
    font-size: 16px;
  }

}

.demo-schedule .hs-responsive-embed{
  min-width: unset !important;
}

.testimonials_sliderv2.customer-impact .testmn_inner_outer{
  justify-content: center;
}

.customer-impact .splide__arrows{
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.customer-impact .splide__arrow{
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  margin-inline-start: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}


.testimonials_sliderv2.customer-impact .bottom_row{
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.customer-impact .top_sec, .customer-impact .bottom_row {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials_sliderv2.customer-impact .top_sec.noButton{
  padding: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;

}

@media(min-width: 992px){
  .customer-impact .page-center{
    width: 66.66666667%;
  }
}


.customer-impact .title{
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 44px;
}

.testimonials_sliderv2.customer-impact .bottom_row{
  padding: 0;
}

.customer-impact .splide .splide__track{
  margin: 0;
  padding: 0;
}

.customer-impact .splide__list>.splide__slide{
  margin-bottom: 0px;
  margin-top: 0px;
}


.testimonials_sliderv2.img_al_right.customer-impact .left_col{
  padding: 0;
}

.testimonials_sliderv2.customer-impact .left_inner{
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}

.testimonials_sliderv2.customer-impact .text_box{
  margin-bottom: 7px;
}

.testimonials_sliderv2.customer-impact .text_box > *:last-child{
  margin-bottom: 1em;
}

.customer-impact .name{
  margin-bottom: 28px;
  letter-spacing: 0.075em;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.customer-impact button.splide__arrow.splide__arrow--prev {
  transform: none;
  margin-inline-end: 5px;
  transform: rotateZ(180deg);
}


.customer-impact .splide__arrow svg{
  display: none;
  fill: rgb(255, 255, 255);
  width: auto;
  height: auto;
}

.customer-impact .splide__arrow svg.arrow{
  display: block;
}

@media (max-width: 479px) {
  .customer-impact .splide .splide__arrows {
    display: flex;
  }
}


@media screen and (max-width: 992px){
  .customer-impact .title{
    font-size: 40px;
  }
}

@media screen and (max-width: 767px){
  .testimonials_sliderv2.customer-impact .bottom_row{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  .testimonials_sliderv2.customer-impact .top_sec.noButton{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.chord-energy .page-center{
  padding-left: 25px;
  padding-right: 25px;
}

.chord-energy .bottom_row{
  margin-inline-start: -25px;
  margin-inline-end: -25px;
}

.chord-energy .flex_row .col6{
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}


.two-col-content.chord-energy .content-col .description{
  margin-bottom: 0;
  padding-bottom: 5%;
}

.chord-energy .content-col .description h2{
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 44px;
}

.chord-energy .content-col .description p{
  margin-bottom: .5em;
  line-height: 1.3em;
}


.chord-energy .content-col .description h5{
  margin-bottom: .5em;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  line-height: 1.2em;
  font-size: 28px;
}

.two-col-content.chord-energy .flex_row.flex_center{
  align-items: start;
}

.chord-energy .btn_row{
  margin-top: 0;
  gap: 20px;
}

.chord-energy .btn_row .hs-sec-btn{
  padding: 1.15em 2.1em;
  padding-left: calc(2.1em + 20px);
  padding-right: calc(2.1em + 20px);
}

.chord-energy .mediaimg{
  margin-bottom: 35px;
}

@media screen and (max-width: 992px){
  .chord-energy .content-col .description h2{
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .two-col-content.chord-energy .flex_row {
    row-gap: 0px;
  }
}

@media (max-width: 479px) {
  .chord-energy .btn_row .hs-sec-btn{
    font-size: 16px;
    padding: 1.15em 2em;
  }
}


.free-assessment .media_column .single-img{
  display: flex;
  flex-direction: column-reverse;
}

.free-assessment .page-center{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.free-assessment .bottom_row{
  margin-inline-start: -35px;
  margin-inline-end: -35px;
}

.free-assessment .flex_row .col6{
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}

.two-col-content.free-assessment .flex_row.flex_center {
  align-items: unset;
  gap: 0;
}

.free-assessment .media_column .content_box{
  margin-top: 0;
  margin-bottom: 9px;
}

.free-assessment .media_column .content_box h2{ 
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 44px;
}

.free-assessment .media_column .mediaimg{
  margin-bottom: 35px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  max-width: 100%;
  padding-top: 10px;
}

.free-assessment .media_column .single-img img {
  padding: 0 40px;
}

.two-col-content.free-assessment  .content-col .description{
  margin-bottom: 0;
}


.two-col-content.free-assessment  .content-col .form_wrap{
  padding-top: 0;
  margin-bottom: 35px;
}


.two-col-content.free-assessment  .content-col .form_wrap h4{
  padding: 2.5% 0;
  margin-bottom: .5em;  
  color: rgb(239, 102, 34);
  line-height: 1.2em;
  font-size: 28px;
  text-align: center;
}

.two-col-content.free-assessment  .content-col .form_wrap .hs-input{
  width: 90%;
}


.two-col-content.free-assessment  .content-col .form_wrap .hs-button{
  font-weight: 700;

}

.two-col-content.free-assessment  .content-col .form_wrap h3{
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .free-assessment .media_column .content_box h2{
    font-size: 40px;
  }

  .ambyint-footer .ambyint-footer-sec2 .ambyint-sec2-link ul li{
    bottom: 0;
  }
}
.customer-impact ul.splide__pagination .splide__pagination__page{
  background: #fff;
  transform: none;
  border-radius: 10px;
  height: 6px;
  opacity: 1;
  margin: 0;
  width: 6px;
  transition: .3s;
}

.customer-impact ul.splide__pagination .splide__pagination__page.is-active {   
  margin: 0 6px;
  width: 15px;
  background: #fff;
}

.customer-impact ul.splide__pagination{
  padding-top: 40px;
  display: none;
}


@media(max-width:767px){
  .customer-impact ul.splide__pagination{
    display: flex;
  }
  .customer-impact .splide__arrows{
    display: none;
  }
}


.gas-svg svg{
  transform: rotateZ(180deg);
  height: 100%;
}


.simple-banner.gas-lift-banner2{
  min-height: auto;
  padding: 80px 0;
}

.simple-banner.gas-lift-banner2 .flex_row{
  margin-left: -15px;
  margin-right: -15px;
}


.gas-lift-banner2 .banner-content-inner{
  padding-left: 15px;
  padding-right: 15px;
}


.gas-lift-banner2 .top_sec h2{
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 44px;
}   

.gas-lift-banner2 .top_sec p{
  margin-bottom: .5em;
}

.gas-infinity .page-center{
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.gas-infinity .bottom_row{
  margin-inline-start: -30px;
  margin-inline-end: -30px;
}


.gas-infinity .flex_row .col6{
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.two-col-content.cm-infinty .content-col .btn_row .hs-button{
  white-space: nowrap;
}

.two-col-content.cm-infinty .content-col .btn_row .hs-button:hover{  
  background-color: #0f5a64;
  border-color: #0f5a64;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.gas-infinity .popup_modal .popup_modal_box{
  max-width: 700px;
  border-radius: 0;
}

.gas-infinity .popup_modal .content_box{
  padding: 30px;
  padding-bottom: 0;
}

.gas-infinity .popup_modal .form__box{
  padding: 30px;
  padding-top: 0;
}

.gas-infinity .popup_modal .content_box h2{
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
  color: #253342;
}


.gas-infinity .popup_modal_box_inner .legal-consent-container .hs-richtext a{
  color: #0000EE;
  text-decoration: underline;
}


@media screen and (max-width: 992px) {
  .gas-lift-banner2 .top_sec h2{
    font-size: 28px;
  }
  .simple-banner.gas-lift-banner2{
    padding-bottom: 200px;
  }
}


@media screen and (max-width: 1200px) {
  .cm-bottom-section.two-col-content .flex_row .col3{
    width: 100%;
  }
  .cm-bottom-section.two-col-content .flex_row .col9{
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .two-col-content.cm-infinty .content-col .btn_row .hs-button {
    font-size: 14px;
    padding: 1.15em 1.15em;
    white-space: normal;
  }
}

.anamolies .title{
  font-family: Roboto, sans-serif;
}

.anamolies p{
  line-height: 1.3;
}


.simple-banner.cm-esp.cm-banner.cm-esp .top_sec h2{
  font-weight: 700;
}

.simple-banner.cm-esp.cm-banner.cm-esp .top_sec h1{
  font-weight: 700;
}

.rod-lift-boost .one-row_top_divider svg{
  fill: #f7f8f8;
}






.ai-accordion.rod-lift-accordian{
  margin: 0;
  margin-inline-start: -30px;
  margin-inline-end: -30px;
}

.ai-accordion.rod-lift-accordian .page-center{ 
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}


.ai-accordion.rod-lift-accordian .top_sec, .ai-accordion.rod-lift-accordian .accord_outer, .ai-accordion.rod-lift-accordian .btm-btn{
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding-left: 10px;
  padding-right: 10px;
}


.ai-accordion.rod-lift-accordian .title{
  margin-bottom: .5em;
  font-size: 46px;
  color: rgb(54, 69, 79) !important;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}



.ai-accordion.rod-lift-accordian .content_widget{
  padding-bottom: 32px;
}

.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item .acctitle h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45em;
  font-family: 'Roboto', sans-serif;
}

.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item .acctitle{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #dadde1;
}


.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item .acc-content ul {
  margin-left: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
}

.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item .acc-content ul li{
  margin-bottom: 0;
  line-height: 1.3em;
  font-size: 18px;
}

.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item{
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, .05)
}

.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item:not(:last-child){
  margin-bottom: 15px;
}

.accordion_wrap.cm-lift.rod-lift-accordian .accord_outer .acc-item:hover .acctitle *{
  color: #36454f;
}

.accordion_wrap.ai-accordion.rod-lift-accordian .accord_outer .acc-item:hover{
  background-color: #f7f8f8;
}

.accordion_wrap.cm-lift.rod-lift-accordian .accord_outer .acc-item.activeaccord:hover .acctitle *{
  color: #fff;
}


.accordion_wrap.rod-lift-accordian .btm-btn{
  padding-top: 0;
}

.ai-accordion.rod-lift-accordian .btn_row{
  justify-content: center;
}

.ai-accordion.rod-lift-accordian .hs-button{
  padding-left: calc(2.1em + 30px);
  padding-right: calc(2.1em + 30px);
  letter-spacing: .1em;
}


.comment-date {
  display: block !important;
}

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

@media(max-width: 992px){
  .ai-accordion.rod-lift-accordian .accord_outer, .ai-accordion.rod-lift-accordian .btm-btn, .ai-accordion.rod-lift-accordian .top_sec{
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .ai-accordion.rod-lift-accordian .title{
    font-size: 28px;
  }
}

.accordion_wrap.rod-lift-accordian .acc-item .acctitle .down.arrow {
  transform: rotate(-90deg);
}
.accordion_wrap.rod-lift-accordian .acc-item.activeaccord .acctitle .down.arrow {
  transform: rotate(0deg);
}


@media(max-width: 767px){
  .two-col-content.rod-infinity .content-col .btn-items .btn_row{
    margin-top: 50px;
  }

  .ai-accordion.rod-lift-accordian{
    margin-inline-end: 0px;
    margin-inline-start: 0px;
  }
}

@media(max-width: 479px){
  .ai-accordion.rod-lift-accordian .hs-button{
    font-size: 14px;
    padding: 1em;
  }
}


.accordion_wrap.ai-accordion.rod-lift-accordian .acc-item .acc-content p{
  line-height: 1.3;
}


.fancybox-bg{
  background: #000;
}


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


.tabber.top_area-module-2 .flex_row .content-col .tab-title-item *:not(a[class]):not(input){
  color: #fff;
}


@media(max-width: 479px){
  .systems-page h1 {
    font-size: 38px;
  }
  .systems-page h2 {
    font-size: 28px;
  }

}






.child-theme body {
  font-family: Open Sans, sans-serif;
}

.child-theme h1, 
.child-theme .h1,
.child-theme h2, 
.child-theme .h2, 
.child-theme h3, 
.child-theme .h3, 
.child-theme h4,
.child-theme .h4, 
.child-theme h5, 
.child-theme .h5, 
.child-theme h6, 
.child-theme .h6{
  margin-top:0;
}

.simple-banner.cm-banner {
  min-height: auto;
}

.cm-banner .banner-content-inner {
  padding: 0;
}

.simple-banner.cm-banner h1 {
  margin-bottom: 30px;
}

.two-col-content.cm-two-col .mediaimg .single-img img {
  border-radius: 5px !important;
}

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

.two-col-content.cm-two-col .content-col .description h2 {
  line-height: 1em;
  margin-bottom: 25px;
}

.two-col-content.cm-two-col .content-col .description p {
  margin-bottom: 15px;
}

.two-col-content.cm-two-col .content-col .description p:last-child {
  margin: 0;
}

.two-col-content.cm-infinty .content-col .description {
  margin-bottom: 25px;
}

.two-col-content.cm-two-col  .mediaimg{
  margin-top:12px;

}

.cm-logo .splide__track {
  display: flex;
}

.cm-logo .splide__track .left-side-content {
  width: 33.33333333%;
}

.cm-logo .logos_row {
  display: flex ;
  width: 66.66666667%;
  padding-left: 10px;
  margin-top: -8px;
}

.cm-slide .splide .splide__track {
  margin: 0;
}

.two-col-content.cm-two-col .content-col .description p {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
  color: #333333;
}

.cm-logo .logo_item.splide__slide.col2 {
  width: 25% !important;
}

.logo_slider.cm-logo .logo_inner{
  display:block;
  text-align:left;

}

.cm-investor h4.title {
  margin-bottom: 0;
  margin-bottom: .5em;
  text-transform: uppercase;
  color: rgb(239, 102, 34);
  text-align:center;
  font-size:25px;
  margin-left: -3px;
}

.cm-investor .page-center.full_width {
  padding: 0;
}

.cnt-wit-tp-img-wrp.cm-slide .tp-img {
  margin: 0;
  float:left;
}

.cm-slide .page-center.full_width {
  padding: 0;
}
.cm-slide.cm-investor .page-center.full_width{
  margin-left: -19px;
  margin-right: -19px;
}

.cm-slide .cnt-col {
  margin: 0;
}

.cm-slide.cm-investor .cnt-col {
  padding: 0 33.5px;

}

.cm-investor .flex-row.flex_row {
  gap: 13px;
}

.cm-button a.hs-sec-btn.small_btn.icPos_after {
  padding: 1.15em 2.1em;
  line-height: 19.8px;
  letter-spacing: 1.1px;
  padding-top: 1.15em;
}

.cm-logo .splide__track .left-side-content .heading-text h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(239, 102, 34);
  font-size: 25px;
  line-height:1.2;
  margin-bottom:0.5em;
}

.simple-banner.cm-banner.blogBanner h1 {
  margin: 0;
  line-height: 1.2;
}
.simple-banner.cm-banner.blogBanner {
  padding-top: 70px;
}

.cm-logo .logo_item.splide__slide.col2.it2 {
  padding-left: 20px;
}

.cm-logo .logo_item.splide__slide.col2.it3 {
  padding-left: 40px;
}

.two-col-content.cm-two-col.cm-leadership .mediaimg{
  margin-top:0;
}

.cm-logo .logo_item.splide__slide.col2.it4 {
  padding-left: 60px;
}

.cm-logo .splide__track .left-side-content .heading-text {
  text-align: center;
  padding: 0 15px;
  padding-right: 35px;
  padding-top: 4px;
}

.cm-log .splide .splide__pagination{
  bottom: -45px;

}

.simple-banner.cm-home-banner .top_sec p {
  color: rgba(255, 255, 255, 0.86) !important;
}

.cm-log .splide__pagination__page {
  width: 6px;
  height: 6px;
  background-color: rgba(23, 24, 26, .2);
}

.cm-log .splide__pagination__page.is-active {
  width: 15px;
  background-color: #17181a !important;
  transform: none;
  border-radius: 50em;
}

.two-col-content.cm-two-col.cm-leadership .content-col .description p {
  padding: .25rem;
}

.cm-svg svg {
  width: 100%;
}

.cm-svg .page-center.full_width {
  padding: 0;
}

.simple-banner.cm-banner.cm-esp .top_sec p {
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.simple-banner.cm-banner.cm-esp .top_sec h1 {
  font-size: 54px;
  margin-bottom: 12px;
  line-height: 1.2em;
}

.simple-banner.cm-banner.cm-esp .top_sec h2 {
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 40px;
}

.cm-esp .top_sec p {
  font-family: 'Roboto', sans-serif;
}

.simple-banner.cm-esp.cm-banner.cm-esp .top_sec h1 {
  font-size: 54px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}

.simple-banner.cm-esp.cm-banner.cm-esp .top_sec h2 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}

.two-col-content.cm-infinty .content-col .description p {
  line-height: 1.3em;
  color: #333333;
}

.cm-form {
  background-color: #f16722;
}


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

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

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

.two-col-content.cm-form .content-col .form_wrap {
  padding: 0;
}

.two-col-content.cm-form .description {
  display: none;
}

.tabber.cm-tabber .tab-title-item.active .tab-title {
  color: rgb(53, 198, 195) !important;
}

.two-col-content .flex_row{
  justify-content: unset;
}



.two-col-content.cm-form .single_parallax{
  padding-bottom: 0;
  position: relative;
  height: 100%;
}



.two-col-content.cm-form .content-col .form_wrap {
  padding: 0;
}

.two-col-content.cm-form .description {
  display: none;
}

.two-col-content.cm-form .flex_row{
  justify-content:unset;
}

.two-col-content.cm-form .content-col .form_wrap h3 {
  margin-top: 0;
  font-size: 25px;
  color: rgb(54, 69, 79);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  margin-bottom:30px;
}

.two-col-content.cm-form form textarea {
  height: 64px;
}



.cm-form  .form-columns-1 input {
  width: 95%;
}

.cm-form  .form-columns-2 input {
  width: 90%;
}



.cm-slide.cm-investor.cnt-wit-tp-img-wrp .tp-img img {
  width: 100%;
}

.cm-slide.cm-investor .splide .splide__pagination {
  display: none;
}

.cm-bottom-section .description h2 {
  margin-top: 0;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
}

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

.cm-bottom-section .cont-inner {
  margin-right: 5%;
}

.cm-bottom-section .description {
  margin: 0;
}

.cm-bottom-section .page-center{
  padding:0;
}

.cm-bottom-section .description p {
  margin: 0 0 10px;
  line-height: 1.3em;
}

.cm-bottom-section .btn_item a {
  display: inline-block;
  padding: 20.7px 37.8px;
  line-height: 1.25em;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;

}

.cm-bottom-section.two-col-content{
  background-size: unset;
  background-position: unset;
  background-repeat: repeat;
}

.two-col-content.right.cm-form .content-col .cont-inner {
  background: #fff;
  padding: 45px 96px 35px;
}

.cm-bottom-section.two-col-content .btn_row {
  margin-top: -16px;
}

.cm-bottom-section .btn_item a:hover {
  background-color: rgb(15, 90, 100);
  border-color: rgb(15, 90, 100);
  color: rgb(255, 255, 255);
}

.ambyint-footer .ambyint-sec1-col3 .ambyint-footer-add .footer-content h5{
  font-weight: 700;
  line-height: 1.3em;
  font-family: 'Roboto', sans-serif;
}

.cm-home-banner {
  height: 100vh;
}

.cm-home-banner .bg_el.overlay_bg {
  background: linear-gradient(180deg, rgba(13, 69, 89, 0.5) 0%, rgba(85, 38, 19, 0.4) 100%);
}

.simple-banner.cm-home-banner .page-center {
  padding: 0;

}

.simple-banner.cm-home-banner h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 60px;
  margin-bottom:18px;
}

.cm-home-banner .flex_row{
  padding:0 15px;
}

.cm-home-banner .banner-content-inner.col12 {
  padding: 0;
}
.cm-home-banner .flex_row{
  width:100%;
}

.simple-banner.cm-home-banner .top_sec p {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: .5em !important;
}

.cm-home-banner .btn_row {
  margin: 0;
}

.cm-home-banner a.hs-button {
  background-color: #f16722;
  border-color: #f16722;
  color: #ffffff;
  margin-top: 15px ;
  margin-bottom: 15px ;
  padding-right: 60px ;
  padding-left: 60px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 1.15em 2.1em;
  width: 517px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing:1px;
  line-height: 1.1em;

}

.cm-cards h6.title {
  text-transform: uppercase;
  margin-bottom: 1em !important;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2em;
  padding-top:2px;
}

.cm-cards .top_sec.noButton {
  padding: 0;
  margin-bottom: 30px;
}

.cm-cards  .card_content h6 {
  text-transform: uppercase;
  margin-bottom: .5em;
  font-weight: 700;
  font-size: 12px;
  color: rgb(54, 69, 79);
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.08em;
}

.card_gallery.cm-cards .card_item.text_center .btn_row {
  margin: 0;
  margin-bottom: 15px;
}

.card_gallery.cm-cards .card_item h5 {
  color: rgb(241, 103, 34);
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  transition: color .3s, border .3s;
  font-size: 70px;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 1em;

}


.cm-elevating .btn_item a:hover {
  background-color: rgb(15, 90, 100);
  border-color: rgb(15, 90, 100);
  color: rgb(255, 255, 255);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}


.cm-cards .page-center.theme_center {
  padding: 0;
}

.card_gallery.cm-cards .card_item p {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgb(54, 69, 79);
}

.card_gallery.cm-cards {
  overflow: visible;
}

.card_gallery.cm-cards .card_inner{
  transition: box-shadow .3s, transform .65s cubic-bezier(0.23, 1, 0.32, 1);
  padding-left: 0 !important;
}

.card_gallery.cm-cards .card_inner:hover {
  transform: translateY(var(--lqd-move-onhover-val, 0));
  --lqd-move-onhover-val: -6px;
}



.cm-elevating .media_column.img-col.col6.aos-init.aos-animate {
  position: relative;
}

.two-col-content.cm-elevating  .content_box {
  position: absolute;
  top: 46%;
  left: 44%;
  transform: translate(-30%, -90%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #F16722;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.two-col-content.cm-elevating  .content_box:hover {
  opacity: 1;
}

.two-col-content.cm-elevating .content_box:hover .text_block {
  display: block;
}

.card_gallery.cm-cards .card_item h5 {
  margin-top: 0;
}

.cm-cards .top_content h2 {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  color: #36454f;
}

.cm-cards h1,
.cm-cards h2,
.cm-cards h3,
.cm-cards h4,
.cm-cards h5,
.cm-cards h6 {
  margin-top: 0;
}

.tabber.cm-tabber .content-col.col6 {


}

.two-col-content.cm-elevating .media_column.img-col.col6 {
  position: relative;
}

.cm-elevating .text_block {
  min-width: 250px;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  background-color: #36454F;
  padding: 20px;
  border-radius: 5px;
  display: none;
  position: absolute;
  transform: translateY(-50%);
  min-width: 250px;
  text-align: center;

}

.cm-elevating .page-center.theme_center {
  padding: 0;
}

.two-col-content.cm-elevating .mediaimg .single-img img {
  width: 100%;
  max-width: 500px;
}

.testimonials_sliderv2.customer-impact.cm-hear .top_sec.noButton {
  padding-bottom: 0;
}

.testimonials_sliderv2.customer-impact.cm-hear .text_box p {
  line-height: 27px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.customer-impact.cm-hear .name {
  font-size: 14px;
  color: rgb(241, 103, 34);
  font-family: 'Roboto', sans-serif;
  margin-bottom: 18px;
}

.tabber.cm-tabber .content-col.col6 {
  margin: 0;
  border-bottom: 2px solid rgb(54, 69, 79);
  padding-right: 3px;
  padding-left: 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content:space-between;
  margin-bottom:2rem;
}

.tabber.cm-tabber .media-col .tab-content.active{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.tabber.cm-tabber .content-col.col6 .tab-title-item {
  padding-right: 3px !important;
  padding-left: 12px !important;
  margin: 0;
}

.tabber.cm-tabber .tab-title-item .tab-title {
  padding-top: 24px;
  padding-bottom: 26px;
}

.tabber.cm-tabber .content-col.col6 .tab-title-item:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: transform .3s;
}

.testimonials_sliderv2.customer-impact.cm-hear .top_sec.noButton {
  content:"";
  background-image:url("https://21041050.fs1.hubspotusercontent-na1.net/hubfs/21041050/Ambyint_April2025/images/testimonial-quotes.webp");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-attachment: scroll;
  background-position-x: 50%;
  background-position-y: 0;

}

.customer-impact.cm-hear .splide__arrow svg {
  fill: #000000;
}
.testimonials_sliderv2.customer-impact.cm-hear .bottom_row{
  gap:0;
}

.cm-video .media_column.img-col.col6 {
  position:relative;
  left:-80px;
}

.two-col-content.cm-video .content-col .description h6 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2em;
  color: rgb(54, 69, 79);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1em ;
  font-size:17px;
}

.two-col-content.cm-video .content-col .description h2 {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: rgb(54, 69, 79);
}

.cm-video .btn_item a {
  padding: 20.7px 77.8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 18px;
}

.cm-video .btn_item a {
  padding: 20.7px 77.8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 18px;
}



.cm-video .media_column.img-col.col6 img {
  max-width: 500px;
  width: 100%;
  border-radius: 6px !important;
}

.two-col-content.cm-video .content-col .description p {
  margin-bottom: 2em;
  line-height: 1.35em;
  color: rgb(54, 69, 79);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.two-col-content.cm-video  .video-gallery {
  position: relative;
  
  right: -21px;
}
.two-col-content.cm-video .mediaimg{
  margin-bottom:-300px;
}


.cm-video .media_column.img-col.col6 .video-gallery img {
  max-width: 375px;
}

.gallery-item {
  text-align: end;
}


.tabber.cm-tabber .content-col.col6 .tab-title-item.active:after {
  background: rgb(53, 198, 195);
  transform: scaleX(1);
}

.two-col-content.cm-elevating .content-col .description h6 {
  text-transform: uppercase;
  margin-bottom: 1em !important;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  color: #36454f;
}

.two-col-content.cm-elevating .content-col .description h2 {
  margin-bottom: .5em;
  font-size: 50px;
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #36454f;
}

.two-col-content.cm-elevating .content-col .description p {
  color: rgb(54, 69, 79);
  margin-bottom: .5em;
  line-height: 1.3em;
}

.cm-elevating .btn_item a {

  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 1.15em 2.1em;
  padding-right: 97.8px ;
  padding-left: 97.8px;
}

.two-col-content.cm-elevating .flex_row.flex_center{
  padding-top:40px;
}
.two-col-content.cm-elevating .content-col .description{
  margin-bottom:33px;
}

.two-col-content.cm-elevating .content_box{
  top: 45.8%;
}

.cm-elevating .text_block p {
  line-height: 1.3em;
}

.cm-video .btn_item a:hover {
  background-color: rgb(15, 90, 100);
  border-color: rgb(15, 90, 100);
  color: rgb(255, 255, 255);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.tabber.cm-tabber  .flex_row.two_column.right_media {
  flex-direction: column-reverse;
}

.cm-hear.customer-impact h6.title {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2em;
  color: #36454f;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.cm-hear .top_content h2 {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #36454f;
}


.cm-tabber.tabber .page-center .flex_row .content-col .tab-title-item {
  padding: 0;
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  padding:0 !important;

}

.tabber.cm-tabber .tab-title-item .tab-title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin:0 ;
  min-width:214px;
}

.cm-tabber h4.tab-title {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 600;
}

.cm-tabber .two_column .media-col .tab-content .media_wrapper {
  width: 100%;
}
.tabber.cm-tabber .media-col .tab-content .rich_cont {
  width: 100%;
  margin-top:0;
  padding-right: 30px;
  margin-bottom:0;

}

.cm-tabber .media-col.col6 {
  width: 100%;
  padding:0;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 15px;

}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li>span {
  color: #ffffff;
  font-size: 17px;
  margin-inline-end: 15px ;
  width: 32px ;
  height: 32px ;
  background: rgb(241, 103, 34);
  border-radius: 50%;
  position: relative;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li>span>i:before {
  content: "";
  font-family: "lqd-essentials";
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  position: relative;
  top: 4px;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li>span:hover {
  background: #1f99a2;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li>p {
  color: rgb(54, 69, 79);
  margin-bottom: 1px;
  line-height: 1.5em;
  margin: 0 0 .7em;
  display: inline-flex;
  justify-content: inherit;
  align-items: center;
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1px;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li>span>i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.tabber.cm-tabber .media-col .tab-content .rich_cont h2 {
  margin-top: 0;
  margin-bottom: 0.35em ;
  color: rgb(54, 69, 79);
  font-size: 50px ;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont p {
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.47em;
  font-size: 17px;
  color: rgb(54, 69, 79);
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul {
  margin-top: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.cm-tabber .two_column .media-col .tab-content .media_wrapper {
  padding-left: 12px;
}

.tabber.cm-tabber .media-col .tab-content .img-wrap {
  box-shadow: 0 30px 100px rgba(0, 0, 0, .17);
  transition: box-shadow .5s cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 609px;
  width: 100%;
  position:relative;
}

.two-col-content.cm-innovation .content-col .description h6 {
  text-transform: uppercase;
  margin-bottom: 1em ;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.57);
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
}

.two-col-content.cm-innovation .content-col .description h2 {
  margin-bottom: .5em;
  color: rgb(255, 255, 255);
  font-size: 50px ;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.two-col-content.cm-innovation .content-col .description p {
  font-weight: 400;
  margin-bottom: 25px ;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23.4px;
}

.two-col-content.cm-innovation .content-col .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 15px;
}

.two-col-content.cm-innovation .content-col .description ul>li>h4 {
  margin-bottom: .5em;
  font-size: 17px;
  color: rgb(241, 103, 34);
  font-family: 'Roboto', sans-serif;
}

.cm-elevating .btn_row {
  justify-content: left;
}

.cm-tabber.tabber .two_column .media-col .tab-content .media_wrapper {
  position: relative;
}

.tabber.cm-tabber .media-col .tab-content .rich_cont ul>li:hover span {
  background: #1f99a2;
}

.cm-tabber.tabber .two_column .media-col .tab-content .media_wrapper.num2 img-wrap {
  float: right;
}

.tabber.cm-tabber .media-col .tab-content .media_wrapper.num2 .img-wrap {
  float: right;
}

.tabber.cm-tabber.tabber .two_column .media-col .tab-content .media_wrapper.num3 .light-box-image {
  bottom: -111px;
  max-width: 512px;
  left: 74px;

}

.cm-advance-card.cm-home .vc_column_container.box2 .iconbox.text-left {
  margin-top: 0;
}

.cm-advance-card.cm-home .box2 .wpb_wrapper {
  margin-top: 0;
}

.vc_custom_1724096291563 {
  margin-top: 0;
}

.cm-home .wpb_column {
  padding: 0;
}

.cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container {
  padding: 0;
}

.cm-advance-card.cm-home .ld-container.container.page-center {
  padding: 0;
}

.cm-home.vc_column-gap-25>.ld-container>.ld-row {
  margin: 0;
}

.cm-home .vc_inner {
  padding: 0;
  margin: 0;
}

.cm-home .row-bg-inner{
  opacity: 1;
  transform: scale(1);
}

.cm-home.vc_custom_1724096291563{
  margin-top:0;
  background-position: 66vw 0% ;
  margin-top: 00px ;
  padding-top: 00px ;
  padding-bottom: 0px ;
  background-repeat: no-repeat;
  background-size: cover ;
}

.cm-advance-card.cm-home .ld-row {
  margin: 0;
}

.cm-home .one-row_bottom_divider svg {
  fill: #fff;
}

.cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container{
  width:100%;
}

.cm-home .wpb_column.box2 {
  padding: 0 15px;
}

.cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
  padding-left: 15px;
  padding-right: 15px;
}

.cm-advance-card.cm-home .iconbox.text-left{
  width:100%;
}

.cm-home .wpb_column.box1 {
  padding: 0 15px;
}

.cm-home .wpb_column.box2 {
  padding: 0 15px;
}

.cm-home .right-section .vc_column-inner {
  padding: 0;
}

.cm-home .right-section .vc_column-inner {
  padding: 0;
}



.cm-home .ld-fancy-heading h6 {
  font-weight: 700;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.57);
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 1em !important;
  text-transform: uppercase;
}

.cm-home .ld-fancy-heading h2 {
  font-size: 50px !important;
  color: rgb(255, 255, 255);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.cm-home .ld-fancy-heading p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.cm-advance-card.cm-home .ld_fancy_heading_67f547f0e69cd p{
  margin-bottom: .5em;
}

.cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
  width: 100%;
}

.cm-home .vc_row-o-content-middle>.vc_column_container.right-section>.vc_column-inner {
  padding-top: 22px;
}

.cm-home .text-left {
  margin-bottom: 45px;
}

.cm-advance-card.cm-home{
  padding-bottom:15px ;
}

.child-theme .mfp-iframe-scaler{
  padding-top: calc(98% - 59px)
}

.child-theme .mfp-iframe-holder{
  padding-left:0;
  padding-right:0;
  padding-top: 19px;
}

.child-theme .mfp-iframe-holder .mfp-close {
  right: -54%;
  top: -17px;
}

.child-theme .mfp-iframe-scaler iframe {
  background: none;
  box-shadow: none;
}

html.child-theme.vimeo-active {
  overflow: visible !important;
}

.cm-advance-card.cm-home a.hs-button {
  padding: 0 20px !important;
}

.about-page .popup_modal .popup_modal_box {
  max-width: 700px;
}

.about-page .popup_modal .popup_modal_inner {
  padding-left: 36px;
}

.about-page .popup_modal_box_inner {
  padding-top: 50px;
}

.about-page .popup_modal .content_box {
  padding: 0;
}

.about-page .popup_modal .form__box input:not([type=checkbox]):not([type=submit]) {
  width: 100% !important;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a:hover {
  background: #FFF;
  color: #36454f ;
}

.resources-mdl figure.loaded img {
  min-height: 262px;
  object-fit: cover;
}

.resources-mdl ul.button-group {
  padding: 0;
  align-items: center ;
  display: flex ;
  padding: 0;
  margin: 0 0 46px;
  list-style: none;
}

.resources-mdl ul.button-group>li {
  padding: 0;
  background: transparent;
  color: #b8beca;
  font-weight: 800 ;
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
}

.resources-mdl ul.button-group>li+li {
  margin-inline-start: 2.5em;
}

.resources-mdl .grid.lqd-lp-row {
  display: flex;
  margin-inline-start: -15px;
  margin-inline-end: -15px;
  flex-wrap: wrap;
  transition: height .45s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: -15px;
  margin-right: -15px;
}

.resources-mdl ul.button-group>li.is-checked{
  color: #16171e;
}

.two-col-content.cm-elevating .content_box {
  top: 46%;
  left: 50%;
}

.resources-mdl article.lqd-lp.lqd-lp-style-6.lqd-lp-hover-img-zoom.pos-rel.element-item-inner:hover figure.loaded {
  transform: scale(1.15);
  transition-duration: 10s;
}

.resources-mdl .lqd-lp-column.element-item {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  margin-bottom: 30px;
  display: flex;
  width: 33.33333333%;

}

.two-col-content.left.cm-elevating .single-img {
  position: relative;
  max-width: 500px;
}

.resources-mdl article.lqd-lp.lqd-lp-style-6.lqd-lp-hover-img-zoom.pos-rel.element-item-inner:hover {
  transform: translateY(-2px);
  z-index: 2;
}

.resources-mdl .lqd-lp-style-6 {
  border-radius: 4px;
}

.resources-mdl a.lqd-lp-overlay-link.lqd-overlay.z-index-2 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resources-mdl article.lqd-lp.lqd-lp-style-6.lqd-lp-hover-img-zoom.pos-rel.element-item-inner {
  box-shadow: 0 20px 55px rgba(29, 29, 29, .09) ;
  flex-grow: 1;
  transition: box-shadow .65s, transform .65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  position:relative;
}
.resources-mdl .overflow-hidden {
  overflow: hidden ;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height:1.5em;
}

.resources-mdl figure.loaded {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  margin:0;
}

.resources-mdl img.featured_image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.resources-mdl ul {
  margin: 0;
}

.resources-mdl time.lqd-lp-date.pos-rel.z-index-2 {
  color: rgba(0, 0, 0, .5);
  font-size: 11px;
  font-weight: 700 ;
  letter-spacing: .1em ;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
}

.resources-mdl header.lqd-lp-header.p-5 {
  padding: 2rem;
}

.resources-mdl h2.entry-title.lqd-lp-title.mt-3.mb-0.h5 {
  margin-top: 1rem ;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  color: #f16722;
}

.resources-mdl h2.entry-title.lqd-lp-title.mt-3.mb-0.h5 a {
  color: #000;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 {
  position: absolute;
  top: 25px;
  left: 25px;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 div {
  margin-inline-start: 0 ;
  margin-inline-end: 0 ;
}

.resources-mdl span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute ;
  top: 0;
  left: 0;
  width: 1px;
  word-wrap: normal ;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li {
  display: inline-flex ;
  width: auto;
  margin-bottom: .5em;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a {
  position: relative;
  color: #000;
  padding: 9px 16px;
  transition: all .3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, .25);
  background: #fff;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: #fff;
  transition: background .3s, opacity .3s;
}

.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a{
  z-index: 9
}
.resources-mdl .lqd-lp-meta.text-uppercase.font-weight-bold.pos-rel.z-index-3 ul>li>a:hover {
  color: #36454F;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  transform: translateY(-1px);
}



.cm-advance-card.cm-home .ld_icon_box_67f547f0e52bc .lqd-iconbox-title {
  margin-bottom: 21px;
}



.resources-mdl select.filters-select{
  cursor: pointer
}

.tabber .num2 .light-box-image {
  bottom: -47px;
  left: -62px;
  max-width: 457px;

}

.cm-home-banner.simple-banner{
  min-height:600px;
}

@media(max-width:1200px) and (min-width:992px){

  .tabber.cm-tabber .num2 .light-box-image {
    bottom: -128px;
    left: 11px;
  }
}


@media(min-width:768px){
  .cm-home-banner .flex_row{
    width:100%;
  }
  .cm-tabber.tabber  .two_column .media-col .tab-content .media_wrapper {
    width: 100%;
  }
  .tabber.cm-tabber .media-col .tab-content .rich_cont {
    width: 100%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container {
    width: 100%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
    width: 100%;
  }


}

@media(min-width:991px){
  .cm-home-banner .flex_row{
    width: 66.66666667%;
  }
  .cm-tabber.tabber  .two_column .media-col .tab-content .media_wrapper {
    width: 50%;
  }
  .tabber.cm-tabber .media-col .tab-content .rich_cont {
    width: 50%;
  }
  .two-col-content.cm-innovation.right .content-col {
    margin-left: 8.33333333%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container {
    width: 50%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
    width: 50%;
  }
  .resources-mdl .mobile-filters {
    display: none;
  }


}


@media(min-width:1200px){
  .cm-home-banner .flex_row{
    width:50%;
  }
  .simple-banner.cm-home-banner .top_sec p {
    font-size: 22px;
  }
  .cm-tabber.tabber  .two_column .media-col .tab-content .media_wrapper {
    width: 58.33333333%;
  }
  .tabber.cm-tabber .media-col .tab-content .rich_cont {
    width: 41.66666667%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container {
    width: 41.66666667%;
  }
  .cm-home.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
    margin-left: 8.33333333%;
  }
}

@media(max-width:991px){
  .resources-mdl .lqd-lp-column.element-item{
    width:50%;
  }
  .cnt-wit-tp-img-wrp.cm-slide .tp-img{
    float:left;
  }
  .simple-banner.cm-banner h1{
    font-size:50px;
  }
  .cm-home-banner .flex_row {
    padding: 0;
  }
  .cm-home-banner .btn_row{
    display:none;
  }
  .simple-banner.cm-home-banner .flex_row {
    padding: 0px 15px;
  }

  .simple-banner.cm-home-banner .mobile-top-sec h2 {
    font-size: 50px ;
    margin-bottom: 0.3em ;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
  }

  .simple-banner.cm-home-banner .mobile-top-sec p {
    line-height: 1.4em;
    font-size: 20px;
    margin-bottom: .5em;
  }
  .cm-cards h6.title {
    font-size: 12px;
  }
  .simple-banner.cm-esp.cm-banner.cm-esp .top_sec h1{
    font-size: 44px;
  }
  .simple-banner.cm-esp.cm-banner.cm-esp .top_sec h2{
    font-size: 28px;
  }


  .resources-mdl ul.button-group>li+li {
    margin: 0;
  }

  .resources-mdl ul.button-group>li {
    margin: 0 .5em;
  }

  .resources-mdl ul.button-group>li+li {
    margin: 0 .5em;
    margin-bottom: 0;
  }
  .resources-mdl select.filters-select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom:64px;
  }

  .resources-mdl ul.button-group {
    margin-bottom: 38px;
  }
  .resources-mdl select.filters-select div {
    margin: 0 !important;
  }
  .resources-mdl h2.entry-title.lqd-lp-title.mt-3.mb-0.h5{
    font-size:40px;
  }
  .child-theme .cm-form{
    margin-top:0;
  }
  .cm-tabber .two_column .media-col .tab-content .media_wrapper{
    order:2;
  }
  .tabber .media-col .tab-content .rich_cont{
    order:1;
  }

  .cm-video     .content-col.col6 {
    padding: 0;
  }

  .cm-video .media_column.img-col.col6 {
    left: 0;
  }
  .tabber.cm-tabber.tabber .two_column .media-col .tab-content .media_wrapper.num3 .light-box-image {
    max-width: 100%;
  }

}


@media(max-width:767px){
  .simple-banner.cm-banner h1 {
    margin-bottom: 25px;
  }
  .simple-banner.cm-banner h1 {
    font-size: 50px;
  }
  .two-col-content.cm-two-col .mediaimg{
    margin-top:0;
  }

  .two-col-content.cm-two-col .content-col .description h2 {
    font-size: 40px;
    margin-bottom:20px;
  }
  .two-col-content.cm-two-col  .flex_row{
    row-gap:35px;
  }
  .cm-investor h4.title {
    font-size: 14px;
    margin-bottom:4px;
    margin-right:0;
  }
  .hs-sec-btn{
    padding: 20.7px 37.8px;
  }
  .cm-button a.hs-sec-btn.small_btn.icPos_after {
    font-size: 18px;
  }
  .cm-svg svg {
    height: 120px;
  }
  .simple-banner.cm-banner.cm-esp .top_sec h1 {
    font-size: 44px;
  }

  .simple-banner.cm-banner.cm-esp .top_sec h2 {
    font-size: 28px;
  }
  .simple-banner.cm-esp.cm-banner.cm-esp .top_sec h1 {
    font-size: 44px;
  }
  .cm-svg .rich_text div {
    max-height: 120px;
  }
  .two-col-content.cm-infinty .flex_row{
    row-gap:0;
  }
  .two-col-content.cm-form .single_parallax{
    padding-bottom:117%;
  }
  .two-col-content.cm-form .flex_row{
    row-gap:0;
  }
  .two-col-content.right.cm-form .content-col .cont-inner {
    padding: 30px;
  }
  .two-col-content.cm-form .content-col .form_wrap h3 {
    font-size: 32px;
  }
  .cm-bottom-section .description h2 {
    font-size: 28px;
  }
  .two-col-content.cm-bottom-section .flex_row{
    row-gap: 14px;
  }
  .two-col-content.cm-bottom-section .btn_item.ty_std.index1 {
    margin-bottom: 15px;
  }
  .simple-banner.cm-home-banner .flex_row {
    padding: 0 ;
  }
  .cm-cards h6.title {
    padding-top: 6px;
  }
  .cm-cards .top_content h2 {
    font-size: 50px;
  }
  .card_gallery.cm-cards .bottom_row.notshadow .rowGap15{
    row-gap: 21px;
  }
  .card_gallery.cm-cards .card_item h5 {
    margin-bottom: 22px;
  }
  .two-col-content.cm-elevating .flex_row {
    row-gap: 39px;
  }
  .two-col-content.cm-elevating .content-col .description h6 {
    font-size: 12px;
  }
  .tabber.cm-tabber .content-col.col6 .tab-title-item {
    padding: 0 !important;
  }

  .tabber.cm-tabber .tab-title-item.active .tab-title {
    text-align: center;
  }

  .tabber.cm-tabber .tab-title-item .tab-title {
    min-width: auto;
  }

  .tabber.cm-tabber .media-col .tab-content .rich_cont ul{
    margin-bottom:38px;
  }
  .tabber.cm-tabber .media-col .tab-content .img-wrap {
    max-width: 640px;
    width: 100%;
  }
  .tabber.cm-tabber .media-col .tab-content.active {
    flex-direction: column;
  }

  .tabber.cm-tabber .media-col .tab-content .rich_cont {
    padding: 0;
  }

  .tabber.cm-tabber .media-col .tab-content .rich_cont ul {
    margin-bottom: 38px;
  }

  .cm-tabber .two_column .media-col .tab-content .media_wrapper {
    padding: 0;
    position: relative;
  }

  .tabber.cm-tabber .media-col .tab-content .img-wrap {
    max-width: 640px;
    width: 100%;
    position: relative;
  }

  .tabber.cm-tabber .light-box-image {
    max-width: 100%;
    right: 0;
    bottom: -151px;
    left:0;
  }
  .two-col-content.cm-innovation .flex_row {
    row-gap: 48px;
  }
  .two-col-content.cm-innovation .content-col .description h6 {
    font-size: 12px;
  }

  .two-col-content.cm-innovation .flex_row {
    row-gap: 48px;
  }



  .two-col-content.cm-innovation .content-col .description ul>li>p {
    font-size: 14px;
  }
  .customer-impact.cm-hear ul.splide__pagination .splide__pagination__page.is-active {
    background: #000;
    opacity: 1;
  }

  .customer-impact.cm-hear ul.splide__pagination .splide__pagination__page {
    background: #000;
    opacity: .2;
  }

  .customer-impact.cm-hear ul.splide__pagination .splide__pagination__page {
    margin: 0 6px;
  }

  .customer-impact.cm-hear ul.splide__pagination {
    padding-top: 100px;
  }

  .customer-impact.cm-hear .name {
    margin-bottom: 56px;
  }
  .cm-hear.customer-impact h6.title {
    font-size: 12px;
  }
  .two-col-content.cm-video .video-gallery{
    right:0;
  }
  .gallery-item {
    text-align: end;
  }
  .two-col-content.left.cm-video .single-img {
    text-align: center;
  }
  .cm-video .media_column.img-col.col6{
    left:0;
  }
  .cm-video .page-center.theme_center {
    padding: 0 20px;
  }
  .cm-slide.cm-investor .splide .splide__pagination {
    display: block;
    text-align:center;
  }
  .cm-log.cm-slide.cm-investor .splide .splide__pagination {
    bottom: -47px;
  }
  .cm-two-col .single-img {
    max-width: 506px;
    border-radius: 5px;
  }
  .cm-two-col.cm-leadership .single-img {
    max-width: 100%;
    border-radius: 5px;
  }
  .dnd-section.cmDndSection4>.row-fluid {
    padding: 0;
  }
  .cm-slide .cnt-col {
    margin: 0;
    padding: 0 15px;
  }
  .dnd-section.cmDndSection7>.row-fluid {
    padding: 0;
  }
  .cm-slide.cm-investor .cnt-col {
    padding: 0 15px;
  }
  .cm-slide.cm-investor .page-center.full_width {
    margin-left: 0; 
    margin-right:0; 
  }
  .cm-investor .flex-row.flex_row{
    gap:0;
  }
  .main_area-row-1-padding.cmDndSection4 {
    padding-top: 27px !important;
    padding-bottom: 43px !important;
  }
  .main_area-row-4-padding.cmDndSection7 {
    padding-top: 29px !important;
  }

  .resources-mdl .lqd-lp-column.element-item{
    width:100%;
  }

  .cm-slide .cnt-col {
    width: 50% !important;
  }
  .resources-mdl ul.button-group {
    flex-flow: row wrap;
    display:none !important;
  }
  .liquid-filter-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .cm-advance-card.rod-lift-boost .vc_column_container.box2 .iconbox.text-left {
    margin-top: 0;
  }

  .rod-lift-boost.vc_column-gap-25>.ld-container>.ld-row>.vc_column_container.right-section {
    padding-top: 60px;
  }
  .tabber.cm-tabber.tabber .two_column .media-col .tab-content .media_wrapper.num3 .light-box-image{
    left:0;
  }


}


@media(max-width:420px){
  .two-col-content.cm-elevating .content-col .description h2 {
    font-size: 30px;
  }
  .tabber.cm-tabber .content-col.col6 {
    justify-content: center;
    border:none;
  }
  .tabber.cm-tabber .light-box-image{
    bottom: -50px;
  }
  .cm-hear .top_content h2 {
    font-size: 35px !important;
  }
  .customer-impact.cm-hear .splide .splide__arrows{
    display:none;
  }
  .two-col-content.cm-video .video-gallery{
    right: 0;
  }
  .two-col-content.cm-video .mediaimg{
  margin-bottom:-169px;
}

  .two-col-content.dnd_padd.cm-video{
    margin-bottom: -102px;
  }
  .tabber.cm-tabber .media-col .tab-content .rich_cont h2{
    font-size:35px;
  }

}

.cm-home-banner .bg_el.bg_img {
  animation: fadeAndScale 0.75s ease forwards;
  transform-origin: center;
}



@keyframes fadeAndScale {
  0% {
    opacity: 0;
    transform: scale(1.2); 
  }
  100% {
    opacity: 1;
    transform: scale(1); 
  }
}

.simple-banner.cm-banner h6 {
  display:inline-block;
  font-size:12px;
  font-family:'Roboto', sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2em;
}
.leadership-team .page-center{
  padding-left:0;
  padding-right:0;
}
.leadership-team .media_column {
  width: 33.33333333%;
  align-self: flex-start;
}
.leadership-team .content-col.col6 {
  width: 66.66666667%;
}
.leadership-team .media_column .mediaimg .single-img {
  margin-bottom: 22px;
}
.leadership-team .media_column .mediaimg .single-img img{
  border-radius: 4px !important;
}
.leadership-team .content-col .description h3 {
  line-height: 1.2em;
  font-size: 38px;
  font-weight: 700;
  color: #36454f;
  margin-bottom:.5em;
}
.leadership-team .content-col .description h6 {
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  padding: 6px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #828282;
  background: #f1f4f5;
}
.leadership-team .content-col .description  p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom:1.5em;
}

.leadership-team .content-col .description p:last-child {
  margin: 0;
}


.dashboard-page .content_widget h1 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 60px;
  margin-bottom: .5em;
}
.dashboard-page .content_widget p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.dashboard-page .content_widget p:last-child {
  margin-bottom: 0;
}
.dashboard-page .content_widget h1 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 60px;
  margin-bottom: .5em;
}

.dashboard-page .content_widget p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5em;
}

.dashboard-page .content_widget p:last-child {
  margin-bottom: 0;
}
.dashboard-media-section .content_widget{
  margin-bottom: 35px;
}
.dashboard-media-section .hs-responsive-embed-inner-wrapper {
  padding-bottom:56.25% !important;
}
.dashboard-media-section .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width:70% !important;
}



.analysis-page  .content_widget{
  margin-bottom: 35px;
}
.analysis-page .hs-responsive-embed-wrapper.hs-responsive-embed{
  max-width: 100% !important; 
}
.analysis-page  .hs-responsive-embed-inner-wrapper {
  padding-bottom:56.25% !important;
}


.contact-us-page{
  overflow:unset;
}
.contact-us-page .page-center {
  padding-left: 0;
  padding-right: 0;
}
.contact-us-page .content-col .cont-inner {
  padding:35px;
  background-color:#fff;
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.contact-us-page .content-col .cont-inner .description{
  margin-bottom:55px;
  text-align: center;
}
.contact-us-page .content-col .cont-inner .form_wrap {
  padding-top:0;
  margin-bottom:35px;
}
.contact-us-page .media_column .mediaimg .single-img{
  margin-bottom:35px;
}
.contact-us-page .content-col .cont-inner .description h2 {
  display:inline-block;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 44px;
  margin-bottom: .5em;

}
.contact-us-page .content-col .cont-inner .description p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.85em;
}
.contact-us-page .content-col .cont-inner .form_wrap form .hs-form-field label{
  margin-bottom:5px;
}
.contact-us-page .content-col .cont-inner .form_wrap form .hs-form-field{
  margin-bottom:15px;
}
.contact-us-page .content-col .cont-inner .form_wrap  form input:not(input[type=submit]) {
  width:90%;
  height:auto;
  padding:0 15px;
}
.contact-us-page .content-col .cont-inner .form_wrap  form .form-columns-1 .input input {
  margin:0;
  width:95%;
}
.contact-us-page .content-col .cont-inner .form_wrap form textarea{
  width:95%;
  min-height:40px;
  padding: 10px 15px;
  resize: vertical;
}
.conference-form-page .flex_row.flex_center {
  gap: 0;
}
.conference-page .content-col .cont-inner .description {
  margin-bottom: 0;
  text-align:center;
}
.cnt-wit-bg-wrp.conference-page .content_widget h2 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 44px;
  margin-bottom: .5em;
  color: rgb(0, 0, 0);
}
.conference-form-page .content-col .cont-inner .description{
  margin-bottom:0;
}
.conference-form-page .content-col .cont-inner .form_wrap{
  padding-top:0;
  margin-bottom: 35px;
}
.conference-form-page .content-col .cont-inner .form_wrap form .hs-form-field{
  margin-bottom:15px;
}
.conference-page .content_widget p {
  font-size: 18px;
  margin-bottom: .5em;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.7);
}

.two-col-content.conference-form-page {
  padding-left: 15%;
  padding-right: 15%;
}
.conference-form-page .page-center {
  padding-left: 0;
  padding-right: 0;
}
.conference-form-page .content-col .cont-inner .form_wrap form  label{
  margin-bottom:5px;
}

.conference-form-page .content-col .cont-inner .form_wrap  form input:not(input[type=submit]) {
  width:90%;
  height:auto;
  padding:0 15px;
}
.conference-form-page .content-col .cont-inner .form_wrap form .form-columns-1 .input input:not([type="checkbox"]) {
  width:95%;
}


.conference-form-page .legal-consent-container .hs-richtext{
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height:1.5;
  font-weight:700;
  color: #333333;
}
.conference-form-page .legal-consent-container p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height:1.5;
  font-weight:700;
  color: #333333;
}
.conference-form-page .content-col .cont-inner .form_wrap form textarea{
  width:95%;
  min-height:40px;
  padding: 10px 15px;
  resize: vertical;
}
.conference-form-page .legal-consent-container .input  ul.inputs-list {
  margin-bottom:10px;
}

.conference-form-page .legal-consent-container .input ul.inputs-list li {
  margin:0;
}

.conference-form-page .legal-consent-container .input ul.inputs-list li label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #36454f;
  font-weight: 700;
}
.conference-form-page .legal-consent-container .input ul.inputs-list li label input.hs-input{
  display: block;
  width:auto;
  margin: 4px 10px 0 0;
  font-size: 14px;
  line-height:1.15;
}
.conference-form-page .legal-consent-container .input ul.inputs-list li label span {
  display: block;
  margin-left: 20px;
}


.solutions-page{
  overflow: unset;
}
.solutions-page .page-center{
  padding-left:0;
  padding-right:0;
}
.solutions-page .top_sec{
  padding-left:15px;
  padding-right:15px;
  margin-bottom:0;
  padding-bottom:40px;
}
.solutions-page .top_sec .content_widget .top_content h3 {
  font-weight: 700;
  line-height:1.2em;
  font-size: 38px;
}
.solutions-page .bottom_row .splide__track{
  overflow: unset;
}
.solutions-page .flex-row .cnt-col {
  padding-left:15px;
  padding-right:15px;
  margin-bottom: 2em;
  transition:all .3s ease-in-out;
}
.solutions-page .flex-row .cnt-col:hover {
  transform: translateY(-6px);
  transition:all .3s ease-in-out;
}
.solutions-page .flex-row .cnt-col .inner_spacing{
  height:100%;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .07);
  background: rgb(255, 255, 255);
  padding-top:55px;
  padding-left:25px;
  padding-right:25px;
  padding-bottom:50px;
  border-radius: 10px;
}
.solutions-page .flex-row .cnt-col .inner_spacing .tp-img img{
  width: 125px;
}
.solutions-page .flex-row .cnt-col .inner_spacing .tp-img{
  margin-bottom:25px;
}
.solutions-page .flex-row .cnt-col .inner_spacing .tp-img-cnt .tp-img-cnt-inner h3 {
  font-size: 22px;
  line-height:1.5;
  margin-bottom:0;
}

.solutions-bottom-section-page{
  padding-top:5%;
  padding-bottom:5%;
  background-image: url(https://21041050.fs1.hubspotusercontent-na1.net/hubfs/21041050/Ambyint_April2025/images/Ambyint-Assessment-Backdrop.webp);
}
.solutions-bottom-section-page::after {
  display: block;
  background:linear-gradient(90deg, rgba(241, 103, 34, 0.85) 3.5031847133757963%, rgba(75, 32, 11, 0.5) 100%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  right:0;
}
.solutions-bottom-section-page  .flex_row.flex_center{
  display:flex;
  align-items:center;
  gap:0;
}
.solutions-bottom-section-page .page-center{
  padding-left:0;
  padding-right:0;
}
.solutions-bottom-section-page  .content-col .cont-inner {
  display:flex;
  align-items:center;
  flex-direction:row;

}

.solutions-bottom-section-page .flex_row.flex_center .media_column{
  width:75%;
}
.solutions-bottom-section-page .flex_row.flex_center .media_column .content_box{
  margin-top:0;
  margin-right:5%;
}
.solutions-bottom-section-page .flex_row.flex_center .media_column .content_box h2{
  font-weight: 700;
  line-height: 1.2em;
  font-size: 44px;
  margin-bottom: .5em;
  color:#fff;
}
.solutions-bottom-section-page .flex_row.flex_center .media_column .content_box p{
  font-size:18px;
  line-height:1.3;
  margin-bottom: .5em;
  color:#fff;
}
.solutions-bottom-section-page  .content-col{
  width:25%;
}
.solutions-bottom-section-page  .content-col .cont-inner .btn-items .btn_row a{
  font-size: 18px;
  border-radius: 7em;
  line-height: 1.25em;
  padding: 1.15em 2.1em;
  background-color: #f16722;
  color:#fff;
  margin-bottom:15px;
  border:unset;
}
.solutions-bottom-section-page .content-col .cont-inner .btn-items .btn_row a:hover {
  background-color: rgb(15, 90, 100);
  color: #fff;
}
.solutions-bottom-section-page  .popup_modal .content_box{
  margin-top:0;
  padding:0;
}
.solutions-bottom-section-page  .popup_modal .content_box iframe{
  width: 100%;
  height: 80vh;
}
.solutions-bottom-section-page .popup_modal .popup_modal_inner .popup_modal_box {
  width: 80vw;
  height: 80vh;
  max-width: 90vw;
  max-height: 90vh;
}
.rod-lift-field-page .page-center{
  padding-left:0;
  padding-right:0;
}
.two-col-content.rod-lift-field-page .media_column.img-col .doubleimg.horizontal .double-img{
  max-width:100%;
}
.two-col-content.rod-lift-field-page .media_column.img-col .doubleimg.horizontal{
  position:relative;
}
.two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img img {
  max-width:1005;
  height:100%;;
}
.two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img.img1 img {
  width: 500px;
}
.two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img.img2 img {
  width: 875px;
}
.two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img.img1{
  position: relative;
  right: 20%;
}
.two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img.img2{
  position:absolute;
  top: 20%;
  right:0;
}
.rod-lift-field-page .flex_row .content-col{
  width: 41.66666667%;
  margin-left: 8.33333333%;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description {
  margin-bottom: 0;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .form_wrap {
  padding-top: 0;
}
.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 {
  font-size: 45px;
  line-height: 1.1em;
  color:#36454f;
  margin-bottom: 0.35em;
}
.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 mark{
  display: inline-block;
  padding: 0 .1em;
  background-color: #fff;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 span:first-child{
  position: relative;
  color: #36454f;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 span:first-child::before{
  content:"";
  display:block;
  position: absolute;
  transform: scale(1, 1);
  height: 0.275em;
  bottom: 0;
  background: rgba(31, 153, 162, 0.5);
  width: 100%;
  transition: transform .85s, opacity .85s, height .45s, bottom .45s, color .45s;
  transition-timing-function: cubic-bezier(0.3, 0.8, 0.35, 1);
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 span:first-child:hover::before{
  height: 100%;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 span:last-child{
  display:inline-block;
}

.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description h2 span:last-child svg{
  display:none;
}
.two-col-content.rod-lift-field-page .flex_row .content-col .cont-inner .description p {
  font-size: 18px;
  line-height: 1.666em;
  letter-spacing:-0.01em;
  margin-bottom:.5em;
}
.two-col-content.rod-lift-field-page .content-col .form_wrap form input:not(input[type=submit],input[type=email]) {
  width: 90%;
}
.two-col-content.rod-lift-field-page .content-col .form_wrap form input[type=email]{
  width:95%;
}

.two-col-content.rod-lift-field-page .content-col .form_wrap .form-bottom-content {
  margin-top: 35px;
}
.two-col-content.rod-lift-field-page .content-col .form_wrap .form-bottom-content p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
}


.custom-404-page{
  min-height: 100vh;
  display: flex;
  align-items:center;
  justify-content: center;
  background-color:#FFF;
  color: #36454F;
}



.custom-404-page .error-page .custom-error-container{
  margin-left:0;
  margin-right:0;
}
.custom-404-page .error-page .custom-error-container.flex_row  .cst-content-wrapper{
  padding:0 !important;
  width:100%;
}
.custom-404-page .error-page h1 {
  margin: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.1em;
  color: #36454F;
  text-align:center;
}
.custom-404-page .error-page h3{
  margin-bottom: 1rem;
  line-height: 1.2em;
  font-size: 38px;
  margin-top:1em;
  color: #36454f;
  text-align:center;

}
.custom-404-page .error-page p{
  font-weight: 400;
  line-height: 1.3em;
  font-size: 18px;
  color: #36454F ;
  margin-bottom: 2rem;
  text-align:center;
}





.custom-404-page .error-page .custom-error-container .cst-content-wrapper .hs-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #36454f;
  text-transform: uppercase;
  line-height:1.1em;
  letter-spacing:1px;
  font-size:18px;
  font-weight:700;
  padding: 1rem 2rem;
  border-radius:unset;
  text-align:center;
  border:1px solid #36454f;
}
.custom-404-page .error-page .custom-error-container .cst-content-wrapper .hs_cos_wrapper{
  text-align:center;
}
.custom-404-page .error-page .custom-error-container .cst-content-wrapper .hs-button::after {
  content:"";
  margin-left:8px;
  display:inline-block;
  width:32px;
  height:1em;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' style='height:1em'%3E%3Cpath fill='#fff' d='M5.313 17.336h16.231l-7.481 7.481L16 26.687 26.688 16 16 5.312l-1.87 1.87 7.414 7.482H5.312z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:contain;
  vertical-align: middle;
  background-position:center;
}
.custom-404-page .error-page .custom-error-container .cst-content-wrapper .hs-button:hover {
  background-color: #FFF ;
  border-color:#36454F;
  color: #36454F;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.custom-404-page .error-page .custom-error-container .cst-content-wrapper .hs-button:hover::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' style='height:1em'%3E%3Cpath fill='#36454f' d='M5.313 17.336h16.231l-7.481 7.481L16 26.687 26.688 16 16 5.312l-1.87 1.87 7.414 7.482H5.312z'/%3E%3C/svg%3E");

}

@media (max-width:1499px){
  .two-col-content.rod-lift-field-page .flex_row .media_column .mediaimg .doubleimg.horizontal .double-img.img1 {
    right:0;
  }

}
@media (max-width:1199px){
  .contact-us-page .content-col .cont-inner {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

}
@media (max-width:991px){
  .dashboard-page .content_widget h1 {
    font-size: 50px;
  }
  .contact-us-page .content-col .cont-inner .description h2 {
    font-size: 40px;
  }
  .cnt-wit-bg-wrp.conference-page .content_widget h2{
    font-size: 40px;
  }
  .solutions-bottom-section-page .flex_row.flex_center .media_column .content_box h2 {
    font-size: 40px;
  }
  .rod-lift-field-page .flex_row.flex_center {
    flex-direction: column;
    gap: 0;
  }
  .rod-lift-field-page .flex_row .content-col .cont-inner .description h2{
    font-size: 40px;
  }
  .rod-lift-field-page .flex_row .content-col {
    margin-left: 0;
    width: 100%;
  }
  .rod-lift-field-page .flex_row .media_column{
    width:100%;
  }
  .custom-404-page .error-page h1 {
    font-size: 50px;
  }
}
@media (max-width:767px){
  .leadership-team .flex_row.flex_center {
    gap: 0;
  }
  .leadership-team .media_column {
    width:100%;
  }
  .leadership-team .content-col.col6 {
    width:100%;
  }
  .leadership-team .media_column .mediaimg .single-img img {
    width:400px;
  }
  .contact-us-page .page-center{
    margin-right: 2%;
    margin-left: 2% ;
  }
  .contact-us-page .content-col .cont-inner {
    padding: 35px;
  }
  .contact-us-page .flex_row.flex_center {
    gap: 0;
  }
  .solutions-page .flex-row.flex_row {
    gap:0;
  }
  .solutions-bottom-section-page .content-col {
    width: 100%;
  }
  .solutions-bottom-section-page .flex_row.flex_center .media_column {
    display: block;
    width: 100%;
  }
}
.cmBlogPost .post-body h5{
  margin:1em 0 .5em;
}
.cmBlogPost .post-body hr{
  border-top: 1px solid #eee;
  height:0;
}

form.hs-search-field__form {
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}



@font-face {
  font-family: "lqd-essentials";
  src: url(//21041050.fs1.hubspotusercontent-na1.net/hubfs/21041050/raw_assets/public/Ambyint_April2025/Fonts/lqd-essentials.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.blog-index-sidebar-layout .lising-main-cnt-sidbr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.blog-sidebar.right .dnd-section {
  padding: 0;
}
.cmBlogPost .blogPostHeader {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #2e3b43;
}
.cmBlogPost .blogPostHeader .entry-header {
  padding: 8vmin 15px;
  place-content: center;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
}

.cmBlogPost .blogPostHeader .entry-header h1.entry-title {
  margin-bottom: 1em;
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.cmBlogPost .blogPostHeader .entry-header .entry-meta {
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.cmBlogPost .blogPostHeader .entry-header .entry-meta .posted-on,
.cmBlogPost .blogPostHeader .entry-header .entry-meta .cat-links{
  flex-direction: column;
  align-items: start;
  padding: 0 15px;
  margin-bottom: 1.2em;
  display: flex;
}

.cmBlogPost .blogPostHeader .entry-header .entry-meta .posted-on span,
.cmBlogPost .blogPostHeader .entry-header .entry-meta .cat-links span{
  font-weight: 700;
  word-wrap: normal;
}

.cmBlogPost .blogPostHeader .entry-header .entry-meta .posted-on time.published {
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.cmBlogPost .blogPostHeader .entry-header .entry-meta .cat-links a {
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  transition: all .3s;
}

.cmBlogPost .blogPostHeader .entry-header .entry-meta .cat-links a:hover {
  opacity: .7;
}
.cmBlogPost .post-body h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #36454f;
  margin-bottom: 22.5px;
}

.cmBlogPost .post-body p {
  line-height: 1.6;
  margin-bottom: 27px;
}
.cmBlogPost .post-body ul {
  list-style-position: outside;
  margin-left: 40px;
  padding: 0;
  margin-bottom: 1.25em;
}

.cmBlogPost .post-body ul li {
  margin: 0;
  line-height: 1.6;
}

.related-post-section .blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cmBlogPost .related-post-section {
  margin-top: 90px;
  padding: 70px 0;
  background-color: #f5f6f8;
}

.related-post-section h3.related-posts-title {
  font-size: 34px;
  margin-bottom: 2em;
  font-weight: 700;
  line-height: 1.2em;
  color: #36454f;
  font-family: 'Roboto', sans-serif;
}

.related-post-section .blog-list .blog-item .blog-article .postWrapper {
  justify-content: flex-end;
}

.related-post-section .blog-list .blog-item .blog-article .postWrapper .postContent .time {
  font-weight: 400;
  color: #fff;
  letter-spacing: .1em;
  font-size: 11px;
  line-height: 1.12;
}

.related-post-section .blog-list .blog-item .blog-article .postWrapper .postContent h2.post-title {
  margin-top: .5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  font-size: 28px;
  margin-bottom: 0;
}


.cmBlogPost .paginationSection {
  padding-top: 50px;
  margin-top: 40px;
  padding-bottom: 30px;
  position: relative;
  font-size: 13px;
}


.paginationSection .tag-wrp {
  justify-content: space-between;
  display: flex;
}

.paginationSection .tag-wrp .tags-links {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.paginationSection .tag-wrp .tags-links span {
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.paginationSection .tag-wrp .tags-links a {
  display: inline-block;
  padding: .25em 1em;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 30px;
  background-color: #f5f7fa;
  line-height: 1.5em;
  color: #000;
}

.paginationSection .post-nav {
  display: flex;
  padding: 2.25em 0;
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2272727273em;
  word-break: break-word;
}

.paginationSection .post-nav .nav-previous {
  padding-right: 15px;
  margin-right: auto;
}

.paginationSection .post-nav .nav-next {
  text-align: end;
  margin-left: auto;
  padding-left: 15px;
}

.paginationSection .post-nav .nav a {
  color: #36454f;
  display: inline-block;
  position: relative;
  transition: all .3s;
}

.paginationSection .post-nav .nav a span.nav-subtitle {
  display: inline-flex;
  align-items: center;
  padding: .5em 1.5em;
  margin-bottom: 20px;
  border-radius: 2em;
  background-color: #f5f7fa;
  font-size: 12px;
  line-height: 1.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  transition: color .3s, background-color .3s;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.paginationSection .post-nav .nav a span.nav-subtitle svg {
  margin-right: 1em;
  width: 1.35em;
  height: 1.35em;
  stroke: currentColor;
  transition: transform .3s cubic-bezier(0, 0.95, 0.3, 1);
}

.paginationSection .post-nav .nav a:hover span.nav-subtitle {
  background-color: #000;
  color: #fff;
}
.paginationSection .post-nav .nav a .nav-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #36454f;
}
.paginationSection .post-nav .nav {
  flex-basis: 45%;
}
.paginationSection .post-nav .nav-next a span.nav-subtitle svg {
  margin-right: 0;
  margin-left: 1em;
}
.cmBlogPost .post-body blockquote {
  display: block;
  margin-bottom: 2.5em;
  font-style: italic;
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.cmBlogPost .post-body blockquote p {
  margin: 0;
}


@media screen and (min-width: 768px) {
  .cmBlogPost .blogPostHeader .entry-header .entry-meta{
    width: 75%;
    margin: 0 auto;
  }

  .cmBlogPost .paginationSection {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-index-sidebar-layout .lising-main-cnt-sidbr {
    padding-top: 25px;
  }
  .cmBlogPost .blogPostHeader .entry-header {
    max-width: 940px;
    margin: auto;
  }
  .cmBlogPost .blogPostHeader .entry-header .entry-meta{
    width: 90%;
  }
  .paginationSection .tag-wrp .tags-links {
    padding-right: .5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cmBlogPost .blogPostHeader .entry-header .entry-meta{
    width: 70%;
  }

  .related-post-section .blog-list .blog-item {
    width: 33.33%;
  }


}

@media screen and (max-width: 991px) {
  .cmBlogPost .blogPostHeader .entry-header h1.entry-title {
    font-size: 30px;
  }
  .related-post-section .blog-list .blog-item .blog-article .postWrapper .postContent h2.post-title {
    font-size: 26px;
  }
  .cmBlogPost .paginationSection {
    padding-left: 0;
    padding-right: 0;
    margin: 30px 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

}

@media screen and (max-width: 767px) {
  .related-post-section .blog-list .blog-item {
    width: 100%;
  }
  .cmBlogPost .related-post-section {
    margin-top: 0;
  }
  .cmBlogPost .commentsFormSection {
    margin-bottom: 51px;
  }
}

@media screen and (max-width: 479px) {
  .cmBlogPost .blogPostHeader .entry-header .entry-meta .cat-links,
  .cmBlogPost .blogPostHeader .entry-header .entry-meta .posted-on {
    flex: 1 50%;
    margin-bottom: .5em;
    align-items: center;
  }
  .related-post-section h3.related-posts-title {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  .related-post-section .blog-list .blog-item .blog-article .postWrapper .postContent h2.post-title {
    font-size: 20px;
  }
  .paginationSection .post-nav {
    padding: 15px 0 0;
    flex-direction: column;
  }
  .paginationSection .post-nav .nav {
    margin-bottom: 1.15em;
    width: 100%;
    text-align: inherit;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paginationSection .post-nav .nav.nav-next {
    margin-bottom: 0;
  }
  .paginationSection .tag-wrp {
    margin-bottom: 20px;
  }
  .cmBlogPost .paginationSection {
    padding-top: 20px;
  }

}

.blog-list .blog-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: static;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
  width: 100%;
}
.blog-list .blog-item .blog-article {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  flex-grow: 1;
  transition: box-shadow .65s, transform .65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  padding-top: 80%;
  border-radius: 4px;
  overflow: hidden;
}

.blog-list .blog-item .blog-article .postWrapper {
  padding: 1.5rem;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-list .blog-item .blog-article .postWrapper .postOverlay {
  background-image: linear-gradient(180deg, rgba(33, 37, 40, .07) 0%, #212528 100%);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-list .blog-item .blog-article .postWrapper .tagWrp {
  position: relative;
  font-size: 11px;
  z-index: 3;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-list .blog-item .blog-article .postWrapper .tagWrp ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-list .blog-item .blog-article .postWrapper .tagWrp ul li {
  display: inline-flex;
  width: auto;
  margin-bottom: .5em;
}

.blog-list .blog-item .blog-article .postWrapper .tagWrp ul li a {
  background-color: #F16722;
  transition: none;
  border-radius: 3px;!;
  color: #FFF;
  padding: 8px 10px;
  display: inline-flex;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, .25);
  line-height: 1.5em;
}
.blog-list .blog-item .blog-article .postWrapper .postContent {
  position: relative;
}

.blog-list .blog-item .blog-article .postWrapper .postContent .time {
  font-size: 11px;
  color: rgba(255, 255, 255, .65);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-list .blog-item .blog-article .postWrapper .postContent h2.post-title {
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: .5rem;
  margin-bottom: 0;
}

.blog-list .blog-item .blog-article .postWrapper .postContent h2.post-title a {
  color: inherit;
  transition: all .3s;
}

.blog-list .blog-item .blog-article a.link-overlay {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-listingsV2 .blog-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.main-listing.left .dnd-section>.row-fluid {
  padding: 0;
}

.blog-list .blog-item .blog-article .img-wrp {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-list .blog-item .blog-article .img-wrp .fig {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0;
  width: 100%;
}

.blog-list .blog-item .blog-article .img-wrp .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-listingsV2 nav {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.blog-listingsV2 nav a.blog-pagination__link {
  margin-bottom: 2px;
  margin-right: 3px;
  margin-right: 3px;
  color: #000;
  background-color: #fff;
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 6%;
}

.blog-listingsV2 nav a.blog-pagination__link.blog-pagination__prev-link--disabled{
  display:none;
}

.blog-listingsV2 nav a.blog-pagination__link:hover {
  color: #fff;
  border-color: #36454f; 
  background-color: #36454f;
}

.blog-listingsV2 nav a.blog-pagination__link.blog-pagination__link--active{
  color: #fff;
  background: #36454f;
  border-color: #36454f;
}

.blog-listingsV2 nav a.blog-pagination__prev-link,
.blog-listingsV2 nav a.blog-pagination__next-link{
  background-color: #f4f4f8;
  color: #000;
}

.blog-listingsV2 nav a.blog-pagination__prev-link:hover,
.blog-listingsV2 nav a.blog-pagination__next-link:hover{
  color: #fff;
  border-color: #36454f; 
  background-color: #36454f;
}

.blog-listingsV2 nav a.blog-pagination__prev-link i,
.blog-listingsV2 nav a.blog-pagination__next-link i{
  display: inline-flex;
  align-items: center;
  font-family: "lqd-essentials";
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.blog-listingsV2 nav a.blog-pagination__prev-link {
  margin-left: 0;
}

.blog-listingsV2 nav a.blog-pagination__next-link {
  margin-right: 0;
}

.blog-listingsV2 nav a.blog-pagination__prev-link i:before {
  content: "";
}

.blog-listingsV2 nav a.blog-pagination__next-link i:before {
  content: "";
}

.blog-list .blog-item .blog-article:hover .img-wrp .fig {
  transform: scale(1.15);
  transition-duration: 10s;
}

.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu {
  padding: 35px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 35px;
  font-size: 16px;
  transition: opacity .3s;
}

.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu .row-number-2 .hs_cos_wrapper_type_text {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
}

.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu .row-number-3 .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu .row-number-3 .hs-menu-wrapper ul li {
  margin-bottom: .65em;
  padding-bottom: .65em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu .row-number-3 .hs-menu-wrapper ul li a {
  flex-grow: 1;
  position: relative;
  color: rgba(0, 0, 0, .75);
  transition: all .3s;
  line-height: 1.462;
}
.lising-main-cnt-sidbr .blog-sidebar.right .categories-menu .row-number-3 .hs-menu-wrapper ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog-list .blog-item .blog-article .postWrapper .tagWrp ul li a:hover {
  background-color: #FFF;
  color: #36454f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  transform: translateY(-1px);
}
.cmBlogPost .post-body h2 {
  line-height: 1.2em;
  font-size: 44px;
}

.cmBlogPost .post-body h2 {
  margin-bottom: 22px;
  margin-top: 33px;
}

.cmBlogPost .post-body h2:first-child {
  margin-top: 0;
}

.cmBlogPost .post-body h3 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 38px;
  margin-bottom: .5em;
  margin-top: 1em;  
}
.cmBlogPost .post-body h3:first-child {
  margin-top: 0;
  padding-top: 1em;
}

.cmBlogPost .post-body  h5 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  color: #f16722;
  margin-bottom: 14px;
}


@media (max-width: 991px) {
  .blog-index-sidebar-layout .lising-main-cnt-sidbr .main-listing.left {
    width: 100%;
  }
  .blog-index-sidebar-layout .lising-main-cnt-sidbr {
    padding-top: 60px;
  }
  .blog-index-sidebar-layout .lising-main-cnt-sidbr .main-listing.left .blog-listingsV2 {
    margin-bottom: 30px;
  }
  .cmBlogPost .post-body h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .blog-list .blog-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .lising-main-cnt-sidbr .main-listing.left {
    width: 66.66666667%;
  }

  .lising-main-cnt-sidbr .blog-sidebar.right {
    width: 30%;
    margin-left: auto;
  }

}

.quoteStyle    
.page-center {
  padding: 0;
}
.quoteStyle .page-center .flex_row {
  flex-wrap: wrap;
  display: flex;
  gap: 0;
  justify-content: normal;
}
.quoteStyle .page-center .flex_row .img-col {
  width: 10%;
}
.quoteStyle .page-center .flex_row .content-col {
  width: 90%;
}
.quoteStyle.two-col-content .content-col .description {
  margin: 0;
}
.quoteStyle.two-col-content .content-col .description blockquote {
  font-size: 18px;
  margin-bottom: 2rem;
  padding: 0;
  border: 0;
  color: #243858;
}
.quoteStyle.two-col-content .content-col .description h4 {
  color: #8c8c8c;
  margin: 0;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
}
.quoteStyle.two-col-content .content_box {
  margin-top: .5rem;
}
.quoteStyle.two-col-content .content_box svg {
  fill: #243858;
  color: #243858;
}
.quoteStyle.two-col-content .content_box svg path {
  color: inherit;
  fill: inherit;
}
.quoteStyle.two-col-content .content-col .description h3 {
  margin-bottom: .25em;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
  color: #36454f;
  padding-top: 0;
}
.quoteStyle.two-col-content .content-col .description blockquote p {
  line-height: 1.5;
}
.postTwoCol .page-center {
  padding: 0;
}
.postTwoCol.two-col-content .content-col .description {
  margin: 0;
}
.postTwoCol.two-col-content .content-col .description p {
  margin-bottom: 1.25em;
}
.postTwoCol .img-col .single-img {
  margin-bottom: 35px;
}
.contact-btn .page-center {
  padding: 0;
}
.contact-btn .page-center .btn_item a {
  line-height: 1.25em;
  font-size: 18px;
  background-color: #f16722;
  border-color: #f16722;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: 1px;
  padding: 1.15em 2.1em;
  border-radius: 7em;
}
.contact-btn .page-center .btn_item a:hover {
  background-color: rgb(15, 90, 100);
  border-color: rgb(15, 90, 100);
  color: rgb(255, 255, 255);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.contact-btn {
  overflow: visible;
}
.cm_nv_wrp.contact-btn .cm_nv_inner {
  padding: 0;
}
.two-col-content.postTwoCol .flex_row {
  gap: 0;
}
.paginationSection .tag-wrp .tags-links a:hover {
  background-color: #000;
  color: #fff;
}

.ghgTwoCol .page-center {
  padding: 0;
}

.ghgTwoCol .page-center .flex_row {
  gap: 0;
}

.two-col-content.ghgTwoCol .content-col .description,
.two-col-content.ghgTwoCol .img-col .content_box .text_block{
  margin: 0;  
  padding: 0 20px 20px 20px;
}

.two-col-content.ghgTwoCol .content-col .description h3,
.two-col-content.ghgTwoCol .img-col .content_box .text_block h3{
  line-height: 1.2em;
  font-size: 38px;
  margin: 0;
  padding-top: 0;
}

.two-col-content.ghgTwoCol .content-col .description p,
.two-col-content.ghgTwoCol .img-col .content_box .text_block p{
  margin-bottom: 1.25em;
  color: #3f3f3f;
}
.two-col-content.ghgTwoCol .content-col .cont-inner {
  border-right-width: 1px;
  padding-top: 30px;
  border-right-color: #000000;
  border-right-style: solid;
}
.two-col-content.ghgTwoCol .img-col .content_box {
  margin: 0;
  padding-top: 30px;
}

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

.resultsTwoCol .page-center .flex_row {
  gap: 0;
}

.resultsTwoCol.two-col-content .content-col .description {
  margin-bottom: 1.25em;
}

.resultsTwoCol.two-col-content .content-col .description h3 {
  line-height: 1.2em;
  font-size: 38px;
  margin-bottom: 19px;
}

.resultsTwoCol.two-col-content .content-col .description h5 {
  line-height: 1.2em;
  font-size: 28px;
  margin: 1em 0 .5em;
}
.resultsTwoCol.two-col-content .content-col .description p {
  margin: 0;
}

.resultsTwoCol.two-col-content .img-col .single-img {
  padding-top: 15px;
  margin-bottom: 35px;
}

.resultsTwoCol.two-col-content .content-col {
  display: flex;
  align-items: center;
}
.resultsTwoCol.two-col-content .img-col {
  display: flex;
  align-items: center;
}

.ghgFormSection .page-center {
  padding: 0;
}

.ghgFormSection .page-center .top_sec {
  padding: 0;
  margin-bottom: 1.25em;
}

.ghgFormSection .page-center .top_sec .content_widget {
  margin-bottom: 0;
}

.ghgFormSection .page-center .top_sec .content_widget h3.title {
  margin-bottom: 19px;
  margin-top: 0;
  padding: 0;
}
.ghgFormSection .page-center .top_sec .content_widget hr {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #eee;
}
.two-col-content.ghgFormSection .content-col .description {
  margin: 0;
}
.two-col-content.ghgFormSection .content-col .form_wrap {
  padding: 0;
}
.two-col-content.ghgFormSection .content-col .form_wrap h3 {
  margin: 0;
  padding: 0;
}
.two-col-content.ghgFormSection .content-col .form_wrap input[type="text"] {
  width: 90%;
}

.two-col-content.ghgFormSection .content-col .form_wrap .hs_company input[type="text"] {
  width: 95%;
}
.ghgFormSection.two-col-content .flex_row {
  gap: 0;
}

.two-col-content.ghgTwoCol .content-col .description h5,
.two-col-content.ghgTwoCol .img-col .content_box .text_block h5{
  line-height: 1.2em;
  font-size: 28px;
  margin-bottom: 22.5px;
}

.type2.resultsTwoCol.two-col-content .content-col .description h3 {
  margin-top: 0;
}
.resultBgStyle .content_widget .rich_text h3 {
  padding: 0;
}

.resultBgStyle .content_widget .rich_text p {
  margin-bottom: 1.25em;
}
.bottom-section .card-list .card-item {
  padding: 0 15px;
}
.bottom-section .top-content hr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  margin-top: 0;
  background-color: #35444e;
  height: 2px;
}

.bottom-section .card-list .card-item h4 {
  line-height: 1.2em;
  font-size: 32px;
  margin-bottom: 16px;
}

.bottom-section .card-list .card-item p:last-child {
  margin: 0;
}

.bottom-section .card-list .card-item .content {
  margin-bottom: 1.25em;
}

.bottom-section .card-list .card-item .content p {
  font-weight: 500;
}
.resultsTwoCol.two-col-content .content-col .description h3 {
  padding-top: 0;
}
.resultsTwoCol.two-col-content {
  border-radius: 5px;
}
.two-col-content.bakkenTwoCol .content-col .description {
  margin: 0;
}

.two-col-content.bakkenTwoCol .flex_row h5:last-child {
  margin-bottom: 0;
}

.two-col-content.bakkenTwoCol .flex_row h5:first-child {
  margin-top: 0;
}

.two-col-content.bakkenTwoCol .flex_row h5 {
  margin-top: 28px;
}

.two-col-content.bakkenTwoCol .content_box {
  margin: 0;
}
.resultBgStyle {
  border-radius: 5px;
}
.two-col-content.bakkenTwoCol .flex_row .content-col,.two-col-content.bakkenTwoCol .flex_row .img-col {
  margin-bottom: 1.25em;
}

.interviewBlogPost .blogPostSection {
  background: #fff;
}

.interviewBlogPost .blogPostSection .postWrapper {
  padding-top: 5%;
  padding-bottom: 5%;
}

.interviewBlogPost .blogPostSection .postWrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.interviewBlogPost .postWrapper .row .left {
  padding-left: 20px;
  padding-right: 20px;
  display:flex;
  align-items:center;
  width: 100%;
}


.interviewBlogPost .postWrapper .row .right {
  padding-left: 20px;
  padding-right: 20px;
}

.simple-banner.cm-banner.resources-banner h1 {
  font-size: 64px;
  line-height: .9em;
  margin-bottom: .5em;
}
.interviewBlogPost .right .postHeader h4 {
  padding: 0 .8em 0 0;
  line-height: 1em;
  font-size: 18px;
  margin: 0;
}

.interviewBlogPost .right .postHeader .sep {
  border-color: rgba(112, 112, 112, 0.2);
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.interviewBlogPost .right .postHeader {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}
.interviewBlogPost .right .postTitle h2 {
  font-size: 36px;
  line-height: 1.13em;
  font-weight: 700;
  margin-bottom: .5em;
  color: #36454f;
}
.interviewBlogPost .right .postTitle .authorWrp .highlight {
  transform: scale(1, 1);
  height: 0.275em;
  bottom: 0px;
  background: rgba(31, 153, 162, 0.5);
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: transform .85s, opacity .85s, height .45s, bottom .45s, color .45s;
  transition-timing-function: cubic-bezier(0.3, 0.8, 0.35, 1);
  transform-origin: left center;
}

.interviewBlogPost .right .postTitle .authorWrp {
  position: relative;
  display: inline-block;
  padding: 0 .1em;
}
.interviewBlogPost .right .postBodyContent {
  margin-bottom: 2em;
}

.interviewBlogPost .right .postBodyContent p:last-child {
  margin: 0;
}

.interviewBlogPost .right .postBodyContent p {
  line-height: 1.44em;
  font-size: 18px;
  color: rgba(70, 77, 101, 0.8);
}
.interviewBlogPost .postWrapper .row .right .btn {
  margin-bottom: 7%;
}
.interviewBlogPost .postWrapper .row .right .btn a {
  font-weight: 700;
  font-size: 18px;
  color: rgb(241, 102, 34);
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  background: transparent;
  padding: 0;
  text-align: left;
}
.interviewBlogPost .right .btn .btn-icon {
  margin-right: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -5%;
  margin-bottom: -5%;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  background-size: 99.99%;
  transition: background .3s, color .125s, box-shadow .3s, border .3s;
  border: 2px solid;
  color: rgb(241, 102, 34);
  font-weight: 500;
}
.interviewBlogPost .right .postContentWrp .btn {
  display: inline-flex;
  align-items: center;
}

.interviewBlogPost .postWrapper .postContentWrp .seperator {
  margin-top: 30px;
  margin-bottom: 35px;
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-color: rgba(112, 112, 112, 0.2);
}

.interviewBlogPost .postWrapper .postContentWrp .authorNameWrp h4 {
  margin-bottom: .5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  color: #35c6c3;
  text-transform: uppercase;
  display: inline-block;
}

.interviewBlogPost .postWrapper .postContentWrp .authorBioWrp h5 {
  margin-bottom: .5em;
  font-size: 14px;
  color: rgb(86, 104, 130);
  line-height: 1.2em;
  display: inline-block;
  font-weight: 700;
}
.interviewRecents {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.interviewRecents h3.widget-title {
  margin-bottom: .5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 38px;
  color: #36454f;
}

.interviewRecents .rich_txt p {
  margin-bottom: .5em;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
}

.interviewRecents .rich_txt {
  text-align: center;
}
.interviewRecents .rich_txt section {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.interviewRecents .rich_txt section span {
  border-color: #f16622;
  border-width: 5px 0 0 0;
  border-style: solid;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.interviewRecents ul.list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
   height:auto !important;
}
.interviewRecents ul.list li.pos-rel {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  display:flex;
  width: 100%;
   position:static !important;
}
.interviewRecents ul.list li.pos-rel figure {
  margin: 0;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.interviewRecents ul.list li.pos-rel article {
  box-shadow: 0 20px 55px rgba(29, 29, 29, .09);
  position: relative;
  background-color: #fff;
  flex-grow: 1;
  transition: box-shadow .65s, transform .65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  overflow:hidden;
  border-radius: 4px;
}
.interviewRecents ul.list li.pos-rel figure{
  height: 262px;
}
.interviewRecents ul.list li.pos-rel figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.interviewRecents ul.list li.pos-rel article .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.interviewRecents ul.list li.pos-rel article .content a.title {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  margin-top: 1rem;
  display: block;
  order: 2;
  color: #000;
}

.interviewRecents ul.list li.pos-rel article .content span.post-date {
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 11px;
  display: flex;
  color: rgba(0, 0, 0, .5);
  order: 1;
  text-transform: uppercase;
  line-height: 1.6;
}
.interviewRecents ul.list li.pos-rel article:hover {
  transform: translateY(-2px);
}
.interviewRecents ul.list li.pos-rel article:hover figure {
  transform: scale(1.15);
  transition-duration: 10s;
}
.interviewBlogPost .right .postHeader .sepWrp {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
}
.interviewRecents .recent-posts .page-center {
  padding: 0;
}
.commentsFormSection .blog-comments {
  padding-top: 50px;
  padding-bottom: 50px;
}
.interviewBlogPost .postWrapper .row .left>div {
  flex-grow: 1;
  margin-bottom: 40px;
}
.interviewBlogPost .postWrapper .row .left .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
  min-height: 400px;
}
.interviewBlogPost .blogPostSection .postWrapper .page-center {
  padding: 0;
}

.cmBlogPost .post-body section blockquote {
  position: relative;
  font-size: 1em;
  line-height: normal;
  border: none;
  font-style: normal;
  display: block;
  margin-bottom: 2.5em;
  padding: 10px 0;
}

.cmBlogPost .post-body section blockquote:before {
  content: "";
  display: inline-block;
  width: 106px;
  height: 76px;
  top: -1%;
  left: -3%;
  opacity: .05;
  background-size: cover;
  background-image: url(//21041050.fs1.hubspotusercontent-na1.net/hubfs/21041050/raw_assets/public/Ambyint_April2025/Images/quotes.svg);
  position: absolute;
}
.interviewBlogPost .postWrapper .postContentWrp .authorNameWrp h4 a {
  font-weight: 700;
}
.interviewBlogPost .postWrapper .row .right .btn {
  cursor:pointer;
}
.interviewBlogPost .postWrapper .row .right .btn:hover .btn-icon {
  border-color: #f16622;
  background-color: #f16622;
}

.interviewBlogPost .postWrapper .row .right .btn:hover .btn-icon i {
  color: #fff;
}
.interviewRecents ul.list li.pos-rel article a.overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.whitePaperTwoCol .page-center {
  padding: 0;
}
.whitePaperTwoCol .page-center .flex_row {
  gap: 0;
}
.whitePaperTwoCol .page-center .flex_row .description {
  margin: 0;
}
.whitePaperTwoCol .page-center .flex_row .description h5 {
  margin-bottom: 22.5px;
  margin-top: 0;
}
.whitePaperTwoCol .page-center .flex_row .description p:last-child {
  margin-bottom: 0;
}

.whitePaperTwoCol .page-center .flex_row .mediaimg img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: inherit;
  width: auto;
}
.whitePaperTwoCol .page-center .flex_row .mediaimg {
  margin-bottom: 35px;
}
.wpCntImage .flex-row .cnt-col {
  padding: 0 15px;
}
.wpCntImage .flex-row .cnt-col .img-topText {
  margin-bottom: 1.5em;
  font-size: 21px;
  font-weight: 700;
  color: #3f3f3f;
  padding-top: 30px;
}
.wpCntImage .flex-row .cnt-col .tp-img {
  margin-bottom: 35px;
}
.wpCntImage .flex-row .cnt-col .tp-img img {
  width: auto;
}
.wpCntImage .flex-row .cnt-col .tp-img-cnt-inner {
  margin-bottom: 1.25em;
}
.wpCntImage .page-center {
  border-left-color: #f16722;
  border-left-style: solid;
  border-left-width: 12px;
  padding-top: 50px;
}
.wpCntImage .top_sec .content_widget h5.title {
  color: #f16722;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 27px;
  margin: 0;
}
.wpCntImage .top_sec {
  margin-bottom: 32px;
}
.wpBgContent .rich_text figure {
  margin: 0;
  text-align: center;
  padding: 40px 0;
}

.wpBgContent .rich_text div {
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 1.25em;
}
.wpCntImage.cnt-wit-tp-img-wrp .flex-row {
  gap: 0;
}

.wpCntImage.type2 .page-center {
  padding-top: 35px;
}
.ghgFormSection .top_sec h4.title {
  font-size: 28px;
}
.two-col-content.ghgTwoCol .content-col .description h5, .two-col-content.ghgTwoCol .img-col .content_box .text_block h5 {
  margin-top: 0;
}
.cm-blog-post-noSidebr .interviewBtn.btn {
  width: 100%;
}
.interviewBlogPost .right .btn .btn-icon{
  max-width:40px;
  width:100%;
}
.cm-blog-post-noSidebr .resourcesBtn.btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .interviewBlogPost .postWrapper .row .left {
    width: 66.66666667%;
  }

  .interviewBlogPost .postWrapper .row .right {
    width: 33.33333333%;
  }

  .interviewRecents ul.list li.pos-rel {
    width: 50%;
  }
}

@media screen and (min-width: 991px) {
  .interviewRecents ul.list li.pos-rel {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .simple-banner.cm-banner.resources-banner h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .two-col-content.ghgTwoCol .content-col .cont-inner {
    border: none;
  }
  .interviewBlogPost .postWrapper .postContentWrp .seperator{
    margin-top: 53px;
  }
  .whitePaperTwoCol .page-center .content-col {
    margin-bottom: 1.25em;
  }
}

@media screen and (max-width: 991px) {
  .interviewBlogPost .right .postTitle h2 {
    font-size: 40px;
  }
  .interviewRecents ul.list li.pos-rel article .content a.title{
    font-size: 40px;
  }
}

@media (max-width:991px) and (min-width:768px){
  .two-col-content.bakkenTwoCol .flex_row .content-col,
  .two-col-content.bakkenTwoCol .flex_row  .media_column{
    padding-left: 20px;
  }
}



.simple-banner.vs_cm_banner h1 {
  font-size: 74px;
  margin-bottom: .5em;
}
.cnt-wit-bg-wrp.vs_terms_service_section1 p:not(:last-child) {
  margin-bottom: 27px;
}
.cnt-wit-bg-wrp.vs_terms_service_section1 p a{
  word-break: normal;
}
.cnt-wit-bg-wrp.vs_terms_service_section1 p:last-child{
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.vs_terms_service_section1 ul {
  margin-left: 40px;
  margin-bottom: 10px;
  padding: 0;
}

.cnt-wit-bg-wrp.vs_terms_service_section1 ul li {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .simple-banner.vs_cm_banner h1  {
    font-size: 50px ;
  }
}

.vs_career_section1 .top_sec.noButton {
  margin-bottom: 40px;
  line-height: 1.2em;
}
.vs_career_section1  i{
  font-family: "Font Awesome 5 Free";
  color: rgb(241, 103, 34) !Important;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 50px;
}
.vs_career_section1 .page-center.full_width {
  padding: 0;
}
.vs_career_section1  i.fa-sync-alt:before {
  content: "\f2f1";
}
.vs_career_section1  i.fa-users,
.vs_career_section1  i.ffa-brain,
.vs_career_section1  i.fa-rocket,
.vs_career_section1  i.fa-brain,
.vs_career_section1  i.fa-puzzle-piece{
  font-size:45px
}


.vs_career_section1 .bottom_row.notshadow {
  padding-top: 20px;
}
.vs_career_section1.card_gallery.top_area-module-4 .card_inner {
  height:auto;
}

.vs_career_section1.card_gallery .card_content h5.it_title {
  font-size: 18px;
  margin-bottom: .7em;
  margin: 0 0 .7em;
  color: #36454f;
}
.vs_career_section1.card_gallery .card_item.shadowAdded .card_inner{
  box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.07);
   flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
   height:auto;
}
.vs_career_section1.card_gallery h2 {
  margin-bottom: 40px;
}
.vs_career_section1 .bottom_row {
  padding-top: 20px;
}
.vs_career_section1.card_gallery .card_item:first-child .icon_box.bgAdded .icon_inner {
    margin-bottom: 0.5em;
}
.vs_career_section1.card_gallery .icon_box.bgAdded .icon_inner {
  display: block;
  margin-bottom: .4em;
  height: auto;
}
.vs_career_section1.card_gallery .icon_box.bgAdded .icon_inner .icon_img.icon_sp {
  font-size: 50px;
  line-height: 1em;
  margin-bottom: .5em;
}
.vs_career_section2 iframe {
  width: 100%;
  height: 120vh;
}
.card_gallery .card_item.shadowAdded:nth-child(3)~.card_item.shadowAdded{
   margin:0 !important;
}
.card_gallery .card_item{
  display:flex;
  justify-content:center;
}
@media(max-width:1200px){
  .vs_career_section1.card_gallery h2 {
    font-size: 38px;
  }
  .vs_career_section1 .flex_row.rowGap15 {
    gap: 0;
  }
}
@media(max-width:767px){
  .vs_career_section1.card_gallery.top_area-module-4 .card_inner {
    padding-top: 19px;
  }
  .vs_career_section1.card_gallery .card_item.shadowAdded:nth-child(3)~.card_item.shadowAdded {
    margin-bottom: 0;
  }
}



.two-col-content.cm-infinty.gas-infinity .content-col .description h4{
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: 24px;
}

.cm-infinty.gas-infinity .btn_item a{
  padding: 1.15em calc(2.1em + 30px);
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
}

@media (max-width: 1300px){
.vs_career_section1.col20_row .flex_row .col20 {
    width: 20%;
}   
}
@media (max-width: 991px) {
  .vs_career_section1.col20_row .flex_row .col20 {
    width: 100%;
}   
}