.child_theme .hs-button,
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page, 
form input[type=submit]{
  letter-spacing: -0.02em;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  font-size: 17px;
  font-family: Inter;
  font-weight: 600;
  line-height: normal;
}

.child_theme .span2 .hs-button,
.child_theme .span3 .hs-button,
.child_theme .span4 .hs-button, 
.child_theme .span5 .hs-button, 
.child_theme .span6 .hs-button{
  padding: 18px 44px;
}

.child_theme .tabber .media-col .form-wrap .hs-input, 
.child_theme form input[type=email], 
.child_theme form input[type=file],
.child_theme form input[type=number],
.child_theme form input[type=password], 
.child_theme form input[type=search],
.child_theme form input[type=tel],
.child_theme form input[type=text], 
.child_theme form select, 
.child_theme form textarea ,
.landing-banner.formBanner form .hs-form-field input{
  width: 100% !important;
  padding: 10px 15px;
  height: auto;
  line-height: initial;
}

.child_theme form textarea,
.child_theme .cnt-mid-sec form .hs-form-field textarea{
  min-height:166px;
}

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

.child_theme form label,
.landing-banner.formBanner .form-row .hs-form-field>label{
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  font-family: Lato;
}

.child_theme p {
  margin: 0 0 18px;
}

.child_theme h1,
.child_theme h2,
.child_theme h3,
.child_theme h4,
.child_theme h5,
.child_theme h6{
  margin: 0 0 36px;
}

.child_theme h6 {
  letter-spacing: .5em;
  text-transform: uppercase;
}

.child_theme .hs-sec-btn{
  font-family: Lora ;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 14px;
  letter-spacing: .2em;
  margin-top: 1px;
  margin-bottom: 1px;
  position:relative;
  line-height: normal;
}

.child_theme .hs-sec-btn:after{
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.child_theme .hs-sec-btn:hover:after{
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
  animation-name: btn-ripple-in;
}

.child_theme .content-wrapper,
.child_theme .page-center,
.child_theme .dnd-section > .row-fluid{
  padding-left: 36px;
  padding-right: 36px;
}

.child_theme .content-wrapper .page-center,
.child_theme .content-wrapper .dnd-section > div, 
.child_theme .page-center .dnd-section > div,
.child_theme .dnd-section[class*="force-full-width-section"]  > .row-fluid,
.child_theme .page-center.full_width{
  padding-left: 0;
  padding-right: 0;
}

.fa-facebook1:before {
  content: "\e912";
}

.child_theme form .inputs-list>li {
  margin: 18px 0 0;
}

.child_theme .hs-error-msg ,
.child_theme .hs_error_rollup label{
  font-size: 13px;
  margin: 0;
  font-weight: normal;
}

.child_theme .bnr_wrp.right .slide_background .page-center {
  padding: 0;
}

.child_theme .blog-index-sidebar-layout .blog-sidebar.span4 {
  padding: 0;
}
.child_theme .blog-index-sidebar-layout .sidebar.two-col {
  margin-bottom: 0;
}


/* animation */

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes btn-ripple-in {
  100% {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 1;
  }
}


/* pages */
.home_slider .is-active .bg_el.banner_slider_bg_image {
  animation: kenburns 15s ease infinite forwards;
}
.banner_area-module-2.bnr_wrp .splide {
  pointer-events: none;
}
.banner_area-module-2.bnr_wrp .splide .btn_item,
.banner_area-module-2.bnr_wrp .splide ul.splide__pagination,
.banner_area-module-2.bnr_wrp .splide .splide__arrows,
.banner_area-module-2.bnr_wrp .splide .slide_title,
.banner_area-module-2.bnr_wrp .splide .slide_subtitle{
  pointer-events: all;
}
.bnr_wrp.fullheight.home_slider {
  min-height: auto;
  height: 100vh !important;
}
.bnr_wrp.home_slider .slide_content.pdlr15 {
  padding: 216px 36px;
}
.bnr_wrp.fullheight.home_slider .slide_background {
  min-height: auto;
}
.home_slider .slide_title h1 {
  margin-bottom: 18px;
  font-weight : normal;
}
.home_slider .slide_subtitle p {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 18px;
}
.home_slider .btn_item .hs-button {
  font-family: Lato;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  letter-spacing: 0;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  line-height: normal;
}
.home_slider .btn_item .hs-button:hover {
  background-color: #d50b29;
  border-color: #d50b29;
  color: #fff;
}
.home_slider .splide button.splide__arrow {
  height: 100px;
  left: -2px;
  margin-top: 59px;
  position: absolute;
  top: 50%;
  width: 90px;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  transition-delay: 0.2s;
}
.home_slider .splide .splide__arrow svg {
  width: 1em;
  height: auto;
  fill: #fff;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  transition-delay: 0.2s;
}
.home_slider .splide button.splide__arrow--next {
  right: -2px;
  left: auto;
}
.home_slider .splide button.splide__arrow--prev:hover svg {
  opacity: .6;
  transform: translateX(5px) scale(0.9);
  rotate: 180deg;
}
.home_slider .splide button.splide__arrow--prev svg {
  rotate: 180deg;
  transform: none;
}
.home_slider .splide button.splide__arrow--next:hover svg{
  opacity: .6;
  transform: translateX(5px) scale(0.9);
}
.bnr_wrp.home_slider .splide .splide__pagination {
  padding-top: 9px;
  padding-bottom: 18px;
  bottom: 0;
  min-height: 45px;
}
.bnr_wrp.circle_bullets.home_slider .splide__pagination .splide__pagination__page {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  transform: scale(0.8);
  transition: transform 0.2s ease-in-out;
}
.bnr_wrp.circle_bullets.home_slider .splide__pagination .splide__pagination__page.is-active {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transform: scale(1);
  opacity: 1;
}
.bnr_wrp.circle_bullets.home_slider .splide__pagination .splide__pagination__page:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transform: scale(1);
  opacity: 1;
}

.home_slider .btn_item .hs-sec-btn {
  color: #58585b;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 8px;
  font-weight: normal;
  letter-spacing: 0;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding: 18px 44px;
  font-family: Lato;
  text-transform: unset;
  font-size: 17px;
  line-height: normal;
}
.home_slider .btn_item .hs-sec-btn:hover{
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.two-col-content.cm_twoCol .content-col .description {
  text-align: center;
  margin: 0;
}
.two-col-content.cm_twoCol .description h6 {
  letter-spacing: .5em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 36px;
  font-family: Lato;
}
.two-col-content.cm_twoCol .description h2 {
  margin-bottom: 36px;
}
.two-col-content.cm_twoCol .description p {
  line-height: 1.75;
  font-family: Lora;
}
.two-col-content.cm_twoCol .content-col .btn-items .btn_row {
  justify-content: center;
  margin-top: 36px;
}
.two-col-content.cm_twoCol .single-img {
  border: 35px solid #fff;
  overflow: hidden;
}
.two-col-content.cm_twoCol .mediaimg .single-img img{
  animation: kenburns 15s ease alternate forwards;
}
.two-col-content.cm_video .flex_row .col12 {
  padding: 0;
  text-align: center;
}
.two-col-content.cm_video .content-col .description {
  margin: 0;
}
.two-col-content.cm_video .description h6 {
  letter-spacing: .5em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Lato;
}
.two-col-content.cm_video .flex_row {
  row-gap: 0;
}
.two-col-content.cm_video .page-center {
  padding-left: 72px;
  padding-right: 72px;
}
.cnt-wit-tp-img-wrp.process .flex-row {
  margin-left: -72px;
}

.cnt-wit-tp-img-wrp.process .flex_row .col6 {
  padding: 0;
}
.cnt-wit-tp-img-wrp.process .img_wrap{
  border: 15px double #dddddd;
  position: relative;
  overflow: hidden;
}
.cnt-wit-tp-img-wrp.process .tp-img {
  margin: 0;
}
.cnt-wit-tp-img-wrp.process .tp-img-cnt {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 999;
}
.cnt-wit-tp-img-wrp.process .col-title {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(0.9);
  font-size: 29px;
  padding: 36px;
  font-family: Lato;
  margin: 9px 0px 0px;
}

.cnt-wit-tp-img-wrp.process .img_wrap:after {
  background-color: #58585b;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  z-index: 90;
  top: 0;
}

.cnt-wit-tp-img-wrp.process .inner_spacing:hover .img_wrap:after {
  visibility: hidden;
  opacity: 0;
}

.cnt-wit-tp-img-wrp.process .inner_spacing:hover .tp-img img {
  transform: scale(1.05, 1.05);
}

.cnt-wit-tp-img-wrp.process .tp-img img {
  transition-property: transform, filter, opacity;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-duration: 0.3s;
}
.cnt-wit-tp-img-wrp.process .inner_spacing:hover h3.col-title {
  opacity: 0;
}
.two-col-content.multiImgs .page-center {
  padding-left: 108px;
  padding-right: 108px;
  max-width: 1344px;
} 

.two-col-content.multiImgs .flex_row {
  row-gap: 36px;
  margin-left: -36px;
}

.two-col-content.multiImgs .mediaimg {
  position: relative;
}

.two-col-content.multiImgs .img-col .multiple-content>div {
  margin: 0;
  width: 100%;
  min-height: auto !important;
}

.two-col-content.multiImgs .multiimg.multi1 {
  padding: 13.125% 17.5% 17.5%;
  z-index: 0;
  position: relative !important;
}

.two-col-content.multiImgs .img-col .multiimg {
  min-height: auto;
}

.two-col-content.multiImgs .multiimg.multi1 .multiimg_inner
{
  transform: translateX(17.5%);
}

.two-col-content.multiImgs .img-col .multiimg .bgimg {
  padding-top: 100%;
}

.two-col-content.multiImgs .multiimg.multi2 {
  padding: 0 17.5% 17.5% 17.5%;
  z-index: 1;
  left: 0;
  position: absolute;
  top: 0 !important;
}

.two-col-content.multiImgs .multiimg.multi3 {
  padding: 30.625% 17.5% 0 17.5%;
  z-index: 2;
  left: 0;
  position: absolute;
  top: 0 !important;
}

.two-col-content.multiImgs .multiimg.multi2 .multiimg_inner{
  transform: translateX(-17.5%);
}

.two-col-content.multiImgs .img-col .multiple-content {
  height: auto !important;
}

.two-col-content.multiImgs .content_box {
  writing-mode: vertical-rl;
  position: absolute ;
  margin: 0 ;
  top: 0;
  bottom: 0;
  text-align: center;
  left: 18px;
  transform: rotate(180deg) translateX(50%);
}

.two-col-content.multiImgs .img-col {
  position: relative;
}

.two-col-content.multiImgs .text_block {
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Urbanist;
}

.two-col-content.multiImgs .content-col .description {
  margin-bottom: 36px;
}

.two-col-content.multiImgs .description p {
  font-size: 18px;
  margin: 0;
}

.two-col-content.multiImgs {
  border-bottom: 7px solid #fff;
  background-color: #F4F1EE;
  padding-bottom: 36px;
  padding-top: 108px;
}

.two-col-content.multiImgs .flex_row .col6 {
  padding: 0;
  padding-left: 36px;
}

.cnt-wit-tp-img-wrp.bdb-gallery .flex_row .col4 {
  padding: 0;
}

.cnt-wit-tp-img-wrp.bdb-gallery .page-center.full_width {
  padding-left: 36px;
  padding-right: 36px;
}

.cnt-wit-tp-img-wrp.bdb-gallery .flex-row {
  margin-left: -36px;
  row-gap: 36px;
  justify-content: flex-start;
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.cnt-wit-tp-img-wrp.bdb-gallery .col-title {
  margin: 0;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.cnt-wit-tp-img-wrp.bdb-gallery .col-title:hover {
  color: #e21836;
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img:after {
  background-color: #141618;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img:hover:after {
  opacity: 0.5;
  transition-delay: 150ms;
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img:hover img {
  transform: scale(1.05, 1.05);
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img img {
  transition-property: transform, filter, opacity;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  overflow: hidden;
  transition-duration: 0.3s;
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img:before {
  content: "\e114";
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(1);
}

.cnt-wit-tp-img-wrp.bdb-gallery .tp-img:hover:before {
  opacity: 1;
}

.portfolio-card.hm_imgGaller {
  background-color: #58585b;
  padding-top: 216px;
  padding-bottom: 144px;
}

.portfolio-card.hm_imgGaller .top-section h1 {
  color: #fff;
  padding: 0 72px 0;
  max-width: 900px;
  font-size: 50px;
  line-height: 1.2;
}

.portfolio-card.hm_imgGaller .CardWrp {
  margin-top: 108px;
}

.cnt-wit-bg-wrp.portfolio_bnr h1.title {
  letter-spacing: 0.00em;
  font-weight: 600;
  font-family: Lato;
  margin: 0;
  line-height: 1.2;
  font-size: 50px;
  margin-bottom: 36px;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .page-center.full_width {
  padding: 0;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .flex-row {
  margin-right: -72px;
  margin-left: 0;
  row-gap: 72px;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .tp-img {
  margin-bottom: 36px;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .col-title {
  text-transform: unset;
  letter-spacing: 0;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .tp-img:before {
  display: none;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .tp-img:hover img {
  transform: none;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .tp-img:after {
  background-color: #000000;
}

.cnt-wit-tp-img-wrp.bdb-gallery.p_glry .tp-img:hover:after {
  opacity: 0.1;
}

.home_slider .bg_el {
  background-position: center bottom;
}

.no-banner .cm-header .header__menu--desktop>.header__menu-wrapper li.active>a {
  color: rgba(48, 49, 51, .5);
}

.landing-banner.formBanner .form-section {
  background-color: #ffffff;
  box-shadow: none !important;
  max-width: 100% !important;
  width: 100%;
  backdrop-filter: unset;
}

.landing-banner.formBanner .landing-banner-row {
  margin-left: -72px;
}

.landing-banner.formBanner .flex_row .col6 {
  padding: 0 0 0 72px;
}

.landing-banner.formBanner form .hs-form-field {
  margin-bottom: 18px;
}

.landing-banner.formBanner .form-row.hs-secondary .hs-button {
  width: auto;
  letter-spacing: -0.02em;
  border-radius: 2px;
  font-family: Inter;
  padding: 18px 44px;
  font-size: 17px;
  font-weight: 700;
}

.landing-banner.formBanner .landing-content h2 {
  margin-bottom: 18px;
}

.landing-banner.formBanner .landing-content p {
  margin-bottom: 36px;
  margin-bottom: 40px;
}

.landing-banner.formBanner .landing-content h6 {
  margin-bottom: 18px;
}

.landing-banner.formBanner .landing-content h5 {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 38px;
  letter-spacing: 0;
}

.landing-banner.formBanner .landing-content {
  margin: 0;
}

.landing-banner.formBanner .social_share a:hover i {
  color: #e21836;
}


.cnt-wit-bg-wrp.cm_bnr h2.title {
  margin-bottom: 36px;
}

.cnt-wit-bg-wrp.cm_bnr .content_widget p {
  margin: 0;
}

.accordion_wrap.cm_acc .page-center {
  padding-left: 72px;
  padding-right: 72px;
}

.accordion_wrap.cm_acc .accord_outer {
  background-color: #ffffff;
  padding: 72px;
  border-radius: 4px;
}

.accordion_wrap.cm_acc .acc-item .acctitle {
  border-radius: 0;
  box-shadow: none;
  border-color: #eaeaea;
  border-top-width: 1px;
  border-top-style: solid;
}

.accordion_wrap.cm_acc .acc-item:last-child .acctitle {
  border-bottom: 1px solid #eaeaea;
}

.accordion_wrap.cm_acc .acc-item .acctitle h5 {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
}

.accordion_wrap.cm_acc .acc-item .acc-content {
  border-radius: 0;
  border-top: 1px solid #eaeaea;
}

.accordion_wrap.cm_acc .acc-item:not(:last-child) {
  margin: 0;
}

.accordion_wrap.cm_acc .acc-item {
  border-radius: 0;
}

.accordion_wrap.cm_acc .acc-item .carrortwrap svg {
  display: none;
}

.accordion_wrap.cm_acc .acc-item .carrortwrap:after {
  font-family: "uncodeicon";
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 200ms ease-out;
  content: "\f105";
  right: 0;
  margin-right: 0;
}

.accordion_wrap.cm_acc .acc-item .carrortwrap {
  right: 0;
}

.accordion_wrap.cm_acc .acc-item.activeaccord .carrortwrap:after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.accordion_wrap.cm_acc .acc-item .acc-content {
  box-shadow: none;
}

.accordion_wrap.cm_acc .acc-item .acc-content .acc-btn-wrap a {
  margin: 0;
  padding: 18px 44px;
  font-size: 17px;
  font-weight: 500;
  font-family: Lato;
  border-radius: 8px;
  letter-spacing: normal;
}

.accordion_wrap.cm_acc .acc-item:last-child .acc-content {
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
}

.home_page_v1_page .lg-outer .lg-img-wrap {
  padding-bottom: 15px;
}

.cnt-wit-bg-wrp.portfolio_bnr {
  min-height: 41.5vh;
  display: flex;
  align-items: center;
}

.video_wrap.cm_video {
  background-color: #f4f1ee;
  padding-top: 108px;
  padding-bottom: 108px;
  text-align: center;
}

.video_wrap.cm_video h6 {
  font-family: Lato;
}

.video_wrap.cm_video .page-center {
  max-width: 1344px;
  padding-left: 72px;
  padding-right: 72px;
}

.video_wrap.cm_video .iframe_wrapper {
  padding-top: 0;
}

#multiImgs .description p {
  font-size: 15px;
  margin-bottom: 36px;
}

#multiImgs .content-col .description h2 {
  line-height: 1;
}

#multiImgs a.hs-button {
  border-radius: 100%;
  padding: 0;
  width: 77px;
  height: 77px;
  line-height: 77px;
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#multiImgs a.hs-button:before {
  content: "\e0c5";
  font-family: 'uncodeicon';!;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}

#multiImgs .content-col .description h6 {
  font-family: Lato;
}

#multiImgs {
  border: 0;
  min-height: 100vh;
  padding-top: 36px;
  display: flex;
  align-items: center;
}

#multiImgs .flex_row {
  min-height: 69vh;
}

.two-col-content.project_discovery .img-col {
  border: 8px solid #fff;
}

.two-col-content.project_discovery .flex_row {
  row-gap: 36px;
}

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

.two-col-content.project_discovery .content-col .description h6 {
  text-align: center;
  font-family: Lato;
  margin-bottom: 18px;
  margin-top: 3px;
}

.two-col-content.project_discovery .content-col .description h2 {
  text-align: center;
  margin-bottom: 18px;
  line-height: 1;
}

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

.two-col-content.contactUs .mediaimg {
  border: 8px solid #fff;
}

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

.two-col-content.contactUs .content-col .description h6 {
  font-family: Lato;
}

.two-col-content.contactUs .content-col .description h1 {
  font-weight: 400;
  line-height: 1;
}

.two-col-content.contactUs .content-col .description h5 {
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}

.two-col-content.contactUs .content-col .description h5 a {
  color: inherit;
}

.two-col-content.contactUs .content-col .btn-items .btn_row {
  margin-top: 36px;
}

.two-col-content.contactUs .btn_item .hs-button {
  border-radius: 8px;
  font-weight: normal;
}

.two-col-content.contactUs .single-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.two-col-content.contactUs .single-img {
  position: relative;
  padding-top: 100%;
}

.two-col-content.contactUs .flex_row {
  margin-left: -72px;
}

.two-col-content.project_discovery.type2 .content-col .description h6 {
  text-align: left;
  margin-bottom: 36px;
}

.two-col-content.project_discovery.type2 .content-col .description h2 {
  text-align: left;
  margin-bottom: 36px;
}

.two-col-content.initial_design .mediaimg {
  border: 5px solid #fff;
}

.two-col-content.initial_design .flex_row {
  margin-left: -72px;
}

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

.two-col-content.initial_design .description h6 {
  font-family: Lato;
  color: #e21836 !important;
  margin-top: 10px;
}

.two-col-content.initial_design .description h2 {
  line-height: 1;
}

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

.two-col-content.initial_design .bottom_content {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.two-col-content.initial_design .bottom_inner {
  margin-top: 72px;
}

.two-col-content.initial_design .bottom_inner .left_content {
  width: 50%;
}

.two-col-content.initial_design .bottom_inner .right_content {
  width: 50%;
  padding-left: 18px;
}

.two-col-content.initial_design .bottom_content ul li:first-child {
  margin: 0;
}

.two-col-content.initial_design.type2 .mediaimg {
  border-width: 8px;
}

.two-col-content.initial_design.type2 .flex_row {
  margin: 0;
}

.two-col-content.initial_design.type2 .bottom_content {
  border-color: #eaeaea;
  margin-top: 36px;
  padding-top: 36px;
}

.two-col-content.initial_design.type2 .bottom_inner {
  margin-top: 36px;
}

.two-col-content.initial_design.type3 h5 {
  font-size: 17px;
  letter-spacing: .2em;
  font-weight: normal;
  font-family: Lora;
  margin-top: 36px;
  text-transform: uppercase;
}

.two-col-content.initial_design.type3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-col-content.initial_design.type3 ul li {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.75;
}

.two-col-content.initial_design.type3 ul li:before {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 0.1em;
  color: #fff;
  content: "\e08e";
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.two-col-content.initial_design.type3 .description h6 {
  color: #fff !important;
}

.two-col-content.initial_design.type3 .flex_row {
  margin-left: -36px;
}

.two-col-content.initial_design.type3 .mediaimg {
  border-width: 8px;
}

.two-col-content.initial_design.type3:before {
  mix-blend-mode: multiply;
}

.two-col-content.project_discovery.type2 .bottom_inner {
  margin-left: -72px;
}

.two-col-content.project_discovery.type2 .left_content {
  padding-left: 72px;
}

.two-col-content.initial_design.type4 .flex_row {
  margin-left: -36px;
}

.two-col-content.initial_design.type4 .mediaimg {
  border: none;
}

.two-col-content.initial_design.type4 .img-col .horizontal .double-img.img1 {
  margin-bottom: 36px;
  min-height: auto;
}

.two-col-content.initial_design.type4 .img-col .horizontal .double-img {
  border-radius: 0;
  height: auto;
  min-height: auto;
}

.two-col-content.initial_design.type4 .img-col .horizontal .double-img img {
  height: auto !important;
}

.two-col-content.initial_design.type4 .bottom_content h6 {
  font-size: 12px;
  font-family: Lato;
  color: #e21836 !important;
  letter-spacing: .5em;
}

.two-col-content.initial_design.type4 .top_content h2 {
  line-height: 1;
}

.two-col-content.initial_design.type4 .bottom_content {
  margin: 0;
  padding-top: 36px;
  border: none;
}

.two-col-content.initial_design.type4 .bottom_inner .left_content {
  width: 33.3333%;
  padding-left: 72px;
}

.two-col-content.initial_design.type4 .bottom_inner .right_content {
  width: 66.6666%;
  padding-left: 72px;
}

.two-col-content.initial_design.type4 .bottom_inner {
  margin-left: -72px;
  margin-top: 36px;
}

.two-col-content.initial_design.type4 .bottom_inner .right_content h5 {
  font-size: 17px;
  letter-spacing: .2em;
  font-family: Lora;
  line-height: 1.06;
  text-transform: uppercase;
}

.two-col-content.initial_design.type4 .content-col div {
  height: 100%;
}

.two-col-content.initial_design.type4 .content-col .description img {
  height: 100% !important;
  object-fit: cover;
}

.two-col-content.project_discovery .page-center ,
.two-col-content.initial_design .page-center,
.two-col-content.contactUs .page-center{
  min-height: 93vh;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.gallery-section.careers_gallery .item-info .tag-line:before {
  content: "\e114";
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(1);
  font-size: 18px;
}

.gallery-section.careers_gallery .item:hover .tag-line:before {
  opacity: 1;
}

.gallery-section.careers_gallery .item-info .tag-line {
  font-size: 0;
  transform: none;
}

.is-active .cm_team_sec{
  position: relative;
  z-index: 9999;
}

.cntc_bnr .simpleParallax {
  height: calc(100% + 30vh);
}
.in-viewport.cntc_bnr .simpleParallax_wrap .thumbnail{
  animation: kenburns 15s ease alternate forwards;
}
.two-col-content.initial_design .backgroundimg_wrap,
.two-col-content.project_discovery.type2 .backgroundimg_wrap{
  display: block;
}

.two-col-content.initial_design .backgroundimg,
.two-col-content.project_discovery.type2 .backgroundimg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.in-viewport.two-col-content.initial_design .backgroundimg,
.in-viewport.two-col-content.project_discovery.type2 .backgroundimg{
  animation: kenburns 15s ease alternate forwards;
}

.two-col-content.initial_design,
.two-col-content.project_discovery.type2{
  background-image:none;
}

.two-col-content.initial_design.type2 .backgroundimg,
.two-col-content.initial_design.type3 .backgroundimg {
  background-position: center top;
}
.with-no-banner.no-banner .cm-header .primary-container {
  min-height: auto !important;
}
.hs-inline-edit .two-col-content.multiImgs .img-col .multiple-content>div {
  transform: none !important;
}

.splide__slide .slide_content.cm_trns>* {
  opacity: 0;
  transition: all 1s;
}

.splide__slide .slide_content.fade-up>* {
  transform: translate3d(0, 100px, 0);
}

.splide__slide.is-active .slide_content.cm_trns>* {
  opacity: 1;
  transform: none;
}
/* media query */

@media(max-width:991px) and (min-width:768px){
  .child_theme h1 {
    font-size: 50px;
  }

  .cnt-wit-tp-img-wrp.p_glry .inner_spacing {
    padding-right: 36px !important;
  }

  .cnt-wit-tp-img-wrp.bdb-gallery.p_glry .flex-row {
    margin-right: -36px;
    row-gap: 36px;
  }

  .cnt-wit-tp-img-wrp.p_glry {
    padding-left: 36px;
    padding-right: 36px;
  }

  .two-col-content.initial_design.type2 .content-col.col4 {
    width: 50%;
  }

  .two-col-content.initial_design.type2 .media_column.img-col.col8 {
    width: 50%;
  }


}

@media (max-width: 1699px){
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 144px;
  }

  .accordion_wrap.cm_acc .accord_outer {
    padding: 54px;
  }

  .landing-banner.formBanner .form-section {
    padding: 54px !important;
  }

  .portfolio-card.hm_imgGaller {
    padding-top: 180px;
  }


}

@media (max-width: 1699px) and (min-width:767px){
  .two-col-content.cm_twoCol .content-col.col6 {
    padding: 108px;
  }
  .cnt-wit-tp-img-wrp.process {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media (max-width: 1499px) and (min-width:768px) {
  .two-col-content.cm_twoCol .content-col.col6 {
    padding: 53px 36px;
  }

  .cnt-wit-tp-img-wrp.process {
    padding: 72px 36px;
  }
}

@media(max-width:991px){
  .two-col-content.multiImgs .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bnr_wrp.fullheight.home_slider {
    height: 100vh !important;
  }

  .cnt-wit-bg-wrp.portfolio_bnr h1.title {
    font-size: 33.3333px;
  }

  .cnt-wit-bg-wrp.portfolio_bnr .content_widget {
    padding-top: 86px;
  }

  .landing-banner.formBanner .flex_row .col6 {
    padding: 0 0 0 36px;
  }

  .landing-banner.formBanner .landing-banner-row {
    margin-left: -36px;
  }

  .landing-banner.formBanner .landing-content h2 {
    font-size: 33.333px;
  }

  .cnt-wit-bg-wrp.cm_bnr h2.title {
    font-size: 33.333px;
  }
}

@media(max-width:767px){
  .home_slider .slide_title h1 {
    font-size: 50px;
  }

  .home_slider .btn_item .hs-button {
    padding: 18px 44px;
  }

  .two-col-content.cm_twoCol .media_column.col6 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .two-col-content.cm_twoCol .flex_row.flex_center {
    row-gap: 0;
    flex-direction: column-reverse;
  }

  .two-col-content.cm_twoCol .single-img img {
    max-height: 270px;
    object-fit: cover;
  }

  .child_theme .hs-sec-btn{
    padding: 15px 36px ;
  } 
  .child_theme .hs-button{
    padding: 18px 44px;
  }
  .two-col-content.cm_video .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }

  .two-col-content.multiImgs .content_box {
    display: none;
  }

  .two-col-content.multiImgs .content-col .description h2 {
    font-size: 33.3333px;
  }
  .cnt-wit-tp-img-wrp.process .flex-row {
    margin: 0;
  }

  .cnt-wit-tp-img-wrp.bdb-gallery .flex-row {
    margin-left: 0;
  }
  .cnt-wit-tp-img-wrp.bdb-gallery{
    margin-left: -4.5px;
    margin-right: -4.5px;
  }
  .cnt-wit-tp-img-wrp.bdb-gallery.p_glry{
    margin-left: 0;
    margin-right: 0;
  }
  .cnt-wit-tp-img-wrp.bdb-gallery.p_glry .flex-row {
    margin: 0;
    row-gap: 36px;
  }

  .landing-banner.formBanner .form-section {
    padding: 54px 36px !important;
  }

  .landing-banner.formBanner .form-row.hs-secondary .hs-button {
    padding: 18px 24px;
  }

  .accordion_wrap.cm_acc .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }

  .accordion_wrap.cm_acc .accord_outer {
    padding: 54px 36px;
  }

  .portfolio-card.hm_imgGaller .top-section h1 {
    padding: 0 36px 0;
    font-size: 28px;
  }

  .simple-banner.cm-banner.cntc_bnr h1 {
    font-size: 35px;
  }

  .landing-banner.formBanner .flex_row .col6 {
    padding: 0;
  }

  .landing-banner.formBanner .landing-banner-row {
    margin: 0;
  }

  .two-col-content.project_discovery .page-center ,
  .two-col-content.initial_design .page-center,
  .two-col-content.contactUs .page-center{
    min-height: auto;
  }

  .two-col-content.initial_design .bottom_inner .right_content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 30px;
  }

  .two-col-content.initial_design.type4 .bottom_inner {
    margin: 0;
  }

  .two-col-content.initial_design .bottom_inner .left_content {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .two-col-content.project_discovery.type2 .bottom_inner {
    margin: 0;
  }

  .two-col-content.project_discovery.type2 .left_content {
    padding: 0;
  }

  .video_wrap.cm_video .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }

  .video_wrap.cm_video {
    padding: 72px 0;
  }

  .portfolio-card.hm_imgGaller {
    padding: 72px 0;
  }

  .portfolio-card.hm_imgGaller .CardWrp {
    margin-top: 34px;
  }


  .cnt-wit-bg-wrp.portfolio_bnr{
    min-height: auto;
  }
  .cnt-wit-bg-wrp.portfolio_bnr .content_widget {
    padding-top: 0;
  }

  .cm_logo_slider .content_widget .title {
    font-size: 23px;
  }
  .two-col-content.open_positions .content-col .description {
    margin: 0;
  }

  .two-col-content.multiImgs .flex_row{
    margin-left: 0;
  }

  .two-col-content.initial_design .bottom_content {
    margin-top: 36px;
    padding-top: 36px;
  }

  .two-col-content.initial_design .bottom_inner {
    margin-top: 36px;
  }
  .accordion_wrap .acc-item .acctitle h4 {
    font-size: 18px;
  }

  .cm_tm_wrp .cm_tm_card.splide__slide {
    padding: 0;
  }
  .child_theme .cm_tmw .cm_tmw_col {
    padding: 20px;
  }
  .child_theme .cm_tmw .cm_tmw_out .flex_row {
    padding-right: 36px;
  }
  .about_page_V2 .two-col-content .img-col .multiple-content >div {
    width: 100%;
    min-height: auto;
  }
  .about-page .bottom_row .card_item .card_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-col-content.cm_twoCol .single-img {
    border-left: 0;
    border-right: 0;
  }
  .two-col-content.cm_twoCol .single-img {
    border-left: 0;
    border-right: 0;
  }

  .two-col-content.multiImgs .flex_row .col6 {
    padding: 0;
  }

  .two-col-content.multiImgs {
    padding-top: 72px;
  }

  #multiImgs {
    padding-top: 110px;
  }
}

@media(max-width:569px){
  .home_slider .slide_title h1 {
    font-size: 28px;
  }

  .home_slider .btn_item a {
    transform: scale(0.8);
  }

  .home_slider .btn_item a {
    transform: scale(0.8);
  }

  .cnt-wit-bg-wrp.portfolio_bnr h1.title {
    font-size: 28px;
  }
}


@font-face { 
  font-family: "uncodeicon"; 
  src: url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/fonts/uncode-icons.eot) format("embedded-opentype"), 
    url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/fonts/uncode-icons.woff2) format("woff2"),
    url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/fonts/uncode-icons.woff) format("woff"),
    url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/fonts/uncode-icons.ttf) format("truetype"),
    url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/fonts/uncode-icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/* preview  */
.child_theme .post_social_share_wrp .meta_title_tag {
  margin-bottom: 0;
}

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

.child_theme .pricing-table-gp .pricing-area .plan-price {
  font-size: 35px;
}
.child_theme ul.splide__pagination button{
  background: rgb(198 198 198);
}

.cm-footer{
  font-size: unset;
}
.cm-footer .bottom-footer {
  padding-left: 36px;
  padding-right: 36px;
}

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

.cm-footer .bottom-footer .col-section .footer-content p {
  font-size: 0.875em;
  font-weight: 400;
  font-family: Lato;
  line-height: 16px;
}

.cm-footer .top-footer {
  padding-left: 144px;
  padding-right: 144px;
}

.cm-footer .top-footer .logo-col .footer-content {
  margin-top: 36px;
}

.cm-footer .top-footer .logo-col .footer-content h5 span {
  display: block;
  letter-spacing: 0;
}

.cm-footer .top-footer .logo-col .footer-content {
  margin-top: 38px;
}

.cm-footer .top-footer .logo-col .footer-content h5 {
  margin: 0;
  line-height: 1.75;
  display: inline-block;
  font-family: Lora;
  font-weight: 400;
  color: rgba(255, 255, 255,1.0);
  font-size: 17px;
}


.cm-footer .top-footer .col-section .footer-heading h6 {
  font-family: Lora;
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.54;
}
.cm-footer .top-footer .col-section.client-login .footer-content h5 {
  font-size: 17px;
  line-height: 1.75;
  font-family: Lora;
  font-weight: 400;
  margin: 0;
  color: rgba(255, 255, 255,1.0);
}

.cm-footer .top-footer .col-section.client-login .ftr_btn_item a {
  font-weight: 600;
  font-family: Inter;
  letter-spacing: -0.02em;
  text-transform: initial;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 14px;
  white-space:nowrap;
  line-height: normal;
}

.cm-footer .top-footer .col-section.client-login .ftr_btn_item {
  margin-top: 36px;
}

.cm-footer .top-footer .col-section.quick-links .hs-menu-wrapper ul li {
  margin: 0;
}

.cm-footer .top-footer .col-section.quick-links .hs-menu-wrapper ul li a {
  font-size: 17px;
  line-height: 1.75;
  font-family: Lora;
  font-weight: 400;
}

.cm-footer .top-footer .col-section.connect-col .footer-content h5 {
  font-size: 17px;
  font-family: Lora;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(255, 255, 255,1.0);
}

.cm-footer .top-footer .col-section.connect-col .footer-content h5 span {
  display: block;
  letter-spacing: 0;
}

.cm-footer .top-footer .col-section.client-login .footer-content h5 span{
  letter-spacing: 0;
}

.cm-footer .top-footer .col-section.connect-col .footer-content h5{
  margin:  0;
}

.cm-footer .top-footer .col-section.connect-col .footer-social {
  margin-top: 36px;
  padding: 0;
  display: block;
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon {
  display: inline-table;
  table-layout: fixed;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  padding-right: 9px;
  padding-left: 6px;
  height: auto;
  font-size: unset;
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon:first-child{
  padding-left: 0;	
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon i {
  font-size: 24px;
  font-family: 'uncodeicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color:inherit;
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon a {
  display: block;
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon i.fa-facebook1:before {
  content: "\e912"
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon i.fa-instagram:before {
  content: "\f16d";
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon i.fa-houzz:before {
  content: "\f27c";
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon i.fa-linkedin-square:before {
  content: "\f08c";
}

.cm-footer .top-footer .col-section.logo-col .footer-image img {
  width: 100%;
}

.backtotop_show .cm-footer .back_to_top {
  opacity: 1;
  display: block;
  animation-name: alpha-in;
  animation-duration: 0.5s;
  display: flex;
}

.cm-footer .back_to_top {
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 100;
  display: none;
  position: fixed;
  right: 22px;
  bottom: 61px;
  width: 32px;
  height: 32px;
  line-height: 2em;
  border-radius: 2px;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: unset;
}

.cm-footer .back_to_top svg {
  display: none;
}

.cm-footer .back_to_top:before {
  content: "\f106";
}

.cm-footer .top-footer .flex_row {
  margin-left: -72px;
  width: auto;
}

.cm-footer .top-footer .col-section.logo-col .footer-image img {
  max-width: none !important;
}

.cm-footer .top-footer .col-section.connect-col .footer-social .footer-social-item.tycustom_icon a:hover i {
  color: #a4a4a4;
}

/* ------------header  */
.no-banner .cm-header .header__menu--desktop>.header__menu-wrapper li>a,
.hs-inline-edit .cm-header .header__menu--desktop>.header__menu-wrapper li>a{
  color: #303133;
}

.no-banner .cm-header .header__menu--desktop>.header__menu-wrapper li>a:hover,
.hs-inline-edit .cm-header .header__menu--desktop>.header__menu-wrapper li>a:hover{
  color: #30313380;
}

.no-banner header.header.cm-header .hs-button,
.hs-inline-edit header.header.cm-header .hs-button{
  color: #303133;
}

.no-banner header.header.cm-header .hs-button:hover,
.hs-inline-edit header.header.cm-header .hs-button:hover{
  color: #30313380;
}

.no-banner .cm-header.header.header .social-share ul li a i,
.hs-inline-edit .cm-header.header.header .social-share ul li a i {
  color: #303133;
}

.no-banner .cm-header.header.header .social-share ul li a:hover i,
.hs-inline-edit .cm-header.header.header .social-share ul li a:hover i{
  color: #30313380;
}


.no-banner .cm-header .logo-section .static_logo,
.hs-inline-edit .cm-header .logo-section .static_logo{
  display: none;
}

.no-banner .cm-header .logo-section .sticky_logo,
.hs-inline-edit .cm-header .logo-section .sticky_logo {
  display: block;
}

.custom-no-navigation .cm-header .container-wrapper {
  min-height: auto;
}

.no-banner .cm-header .primary-container,
.hs-inline-edit .cm-header .primary-container{
  min-height: 122px !important;
}

.cm-header .logo-section img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  line-height: 1em;
  max-width: 226.41px !important;
  transition: all .3s ease;
}

.cm-header .logo-section {
  padding-top: 36px;
  padding-bottom: 36px;
  line-height: 0;
}

.cm-header .logo-section>span {
  display: block;
}

.cm-header .logo-section>span a {
  display: block;
}

.cm-header .header__menu--desktop>.header__menu-wrapper {
  font-family: Lato;
  gap: 0;	
  justify-content: center;
}

.cm-header .logo-section .stickyLogo {
  display: none;
}

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

.cm-header .header__menu--desktop>.header__menu-wrapper li>a {
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 16px;
  font-family: Lato;
  height: 100%;
  line-height: 2em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0px 15px 0px 16px;
}

.header.cm-header .primary-section {
  transition: all .3s ease;
}

header.header.cm-header .hs-button {
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 16px;
  font-family: Lato;
  line-height: 1em;
  height: 100%;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  cursor:pointer;
}


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

.cm-header.header.header .social-share ul {
  padding-left: 36px;
}

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

.cm-header.header.header .social-share ul li a i {
  font-size: 18px;
  width: 1em;
  position: relative;
  font-family: 'uncodeicon';!;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.cm-header.header.header .social-share ul li a i.fa-facebook1:before {
  content: "\e912"
}


.cm-header.header.header .social-share ul li a i.fa-instagram:before {
  content: "\f16d"
}

.cm-header.header.header .social-share ul li a i.fa-houzz:before {
  content: "\f27c"
}


.cm-header.header.header .social-share ul li a i.fa-linkedin-square:before {
  content: "\f08c"
}

.cm-header.header.header .social-share ul li a {
  all: unset;
  padding: 0 9px;
}

.cm-header.header.header .social-share ul li:last-child a {
  padding-right: 0;
}

.cm-header.header.header .social-share ul li:first-child a {
  padding-left: 0;
}

.header.cm-header .primary-section {
  border: none;
  box-shadow: none;
}

header.header.cm-header .right-section .btn-section {
  padding-right: 9px;
}

.header.cm-header .primary-section {
  left: 0;
  right: 0;
  z-index: 1000;
  position: absolute;
}

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

.sticky .header.cm-header .primary-section {
  position: fixed;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.075);
}

.sticky header.header.cm-header .hs-button {
  color: #303133;
}

.sticky header.header.cm-header .hs-button:hover{
  color: rgba(48, 49, 51, .5);
}

.sticky .cm-header.header.header .social-share ul li a i {
  color: #303133;
}

.no-banner .cm-header.header .cst-humburger-icon .trigger, 
.no-banner .cm-header.header .cst-humburger-icon .trigger:before, 
.no-banner .cm-header.header .cst-humburger-icon .trigger:after {
  background: #303133;
}


.hs-inline-edit .cm-header.header .cst-humburger-icon .trigger, 
.hs-inline-edit .cm-header.header .cst-humburger-icon .trigger:before, 
.hs-inline-edit .cm-header.header .cst-humburger-icon .trigger:after {
  background: #303133;
}

.cm-banner .top_sec h1 {
  font-size: 75px;
  font-family: Lora;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 18px;

}

.cm-banner .top_sec h5 {
  font-size: 12px;
  letter-spacing: .5em;
  font-weight: 600;
  font-family: Lato;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
}

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

.hs-inline-edit .header.cm-header .primary-section {
  position: static;
}

.cm-banner .bg_el.bg_img {
  animation: kenburns 15s ease alternate forwards;
}

.cm-banner.simple-banner {
  padding: 0;
  min-height: auto;
  display: block;
  min-height: 65vh;
}

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

.cm-banner.simple-banner .page-center {
  padding: 36px;
}


.cm-banner .flex_row{
  justify-content: center;
}

.cm-banner .banner-content-inner.col12 {
  max-width: 996px;
  padding-top: 122px;
}

.cm-error-pg .err-bg {
  /* position: relative; */
  width: 100%;
  height: 100%;
}

.cm-error-pg .err-bg .bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  transition: opacity 0.2s;
  background-color: #000000;
  opacity: 0.5;
}

.cm-error-pg .err-bg .background-img {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-image: url(//47192599.fs1.hubspotusercontent-na1.net/hubfs/47192599/raw_assets/public/BaldingDesignBuild_November2024/images/ChurchillDr.jpg);
  animation: kenburns 15s ease alternate forwards;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cm-error-pg .err-cnt-wrp.page-center {
  padding: 36px;
  height: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 5;
}

.cm-error-pg .err-cnt-wrp .error-page-content .error-page-wrp {
  text-align: center;
}

.cm-error-pg .error-page-wrp .error-content h1 {
  line-height: .85;
  font-size: 150px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 800;
  font-family: Lora 
}

.cm-error-pg .error-page-wrp .error-content {
  color: #ffff;
}		

.cm-error-pg .error-page-wrp .error-content h5 {
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  margin: 0;
}

.cm-error-pg .err-cnt-wrp .error-page-content .error-page-wrp {
  max-width: 504px;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  height: 100%;
}

.cm-error-pg .error-page-wrp .error-content p {
  margin: 0;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.5;
  font-family: Lato;
}

.cm-error-pg .error-page-wrp .error-content hr {
  margin-top: 18px;
  margin-bottom: 36px;
  display: block;
}

.cm-error-pg .err-cnt-wrp .homepage-btn a {
  transform-origin: center;
  color: #58585b;
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: Lato;
  border-radius: 8px;
  font-weight: 700;
  text-transform: initial;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 17px;
  padding: 18px 44px;
  border-width: 1px;
  display: inline-block;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  letter-spacing: 0;
}	

.cm-error-pg .err-cnt-wrp .homepage-btn a:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.error-pg-wrp {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer.footer_section__2.cm-footer {
  margin-left: -2.5px;
}

.cm-header.header.header .social-share ul li a{
  cursor:pointer;
}

/* about page */
.simple-banner.about_bnr {
  min-height: 70vh;
}

.twoColcntn .page-center .top_sec {
  max-width: 996px;
  padding: 108px;
  background: #fff;
  margin: 0 auto;
  margin-top: -108px;
}

.twoColcntn .page-center .top_sec .top_content h1 {
  font-size: 50px;
  letter-spacing: -0.02em;
  font-family: Lora;
  color: #58585b;
  font-weight: 400;
  line-height: 1.2;
}

.twoColcntn .page-center .top_sec .top_content h4 {
  font-size: 24px;
  color: #e21836;
  letter-spacing: .2em;
  font-family: Lato;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}

.two-col-content.twoColcntn {
  overflow: unset;
}

.twoColcntn .bottom_row .col6 {
  padding: 0;
}

.twoColcntn .bottom_row .col6 p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.twoColcntn .bottom_row .col6 .description {
  margin: 0;
}

.twoColcntn .bottom_row .col6 .content_box {
  margin: 0;
  padding-left: 36px;
}

.twoColcntn .bottom_row .flex_row {
  padding-bottom: 72px;
}

.advanced-content-with-background.cm-video-sec .bg_img {
  animation: kenburns 15s ease alternate forwards;
}

.cmServicesSec.two-col-content .content-col.col4 {
  border: 15px solid #f4f1ee;
  align-items: normal;
}

.cmServicesSec .content-col.col4 .description {
  margin: 0;
}

.cmServicesSec .content-col.col4 .description h3 {
  font-size: 29px;
  letter-spacing: .2em;
  font-family: Lora;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 36px;
  word-break: auto-phrase;
}

.cmServicesSec .content-col.col4 .description p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.cmServicesSec .media_column.col8 .content_box {
  margin: 0;
}

.cmServicesSec .media_column.col8 .content_box h4 {
  font-size: 20px;
  letter-spacing: .2em;
  font-family: Lato;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 36px;
}

.cmServicesSec .media_column.col8 .content_box hr {
  margin: 0;
  height: 2px;
  background: #ffffff;
  color: #fff;
}

.cmServicesSec .media_column.col8 .content_box ul {
  margin-top: 36px;
  padding: 0;
  list-style: none;
  display:flex;
}

.cmServicesSec .media_column.col8 .content_box ul li {
  margin: 0;
  width: 50%;
}

.cmServicesSec .media_column.col8 .content_box ul li h5 {
  font-size: 17px;
  color: #58585b;
  font-family: Lato;
  line-height: 1.5em;
  letter-spacing: 0.00em;
  font-weight: 600;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 13.5px;
}


.cmServicesSec .media_column.col8 .content_box ul li h5:last-child {
  margin: 0;
}

.cmServicesSec .media_column.col8 .content_box ul li:last-child {
  padding-left: 18px;
}

.cmServicesSec .media_column.col8 .content_box ul li h5:before {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font-size: 30px;
  font-family: 'uncodeicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.115;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.cmServicesSec .media_column.img-col.col8 .mediaimg {
  display: none;
}

.cmServicesSec .media_column.img-col.col8 {
  background: #f4f1ee;
}

.cm_team_sec .top_sec {
  margin-bottom: 36px;
  padding: 0;
}

.cm_team_sec .top_sec h1{
  margin: 0;
}
.cm_team_sec .cm_team {
  padding-top: 36px;
}
.cm_team_sec .cm_team .col4 .cm_team_image {
  margin-bottom: 18px;
  cursor: pointer;
}

.cm_team_sec .cm_team .col4 .cm_team_image img {
  width: 100%;
  max-width: none !important;
  transition-duration: 0.3s;
  backface-visibility: hidden;
  transition-property: transform, filter, opacity;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  cursor: pointer;
}

.cm_team_sec .cm_team .col4 {
  padding: 0 18px;
}

.cm_team_sec .cm_team .col4 h4 {
  font-size: 17px;
  margin: 0;
  letter-spacing: .2em;
  font-family: Lato;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.cm_team_sec .cm_team .col4 .cm_team_cont >p {
  line-height: 1.75;
  font-weight: 600;
  color: #e21836;
  font-size: 12px;
  letter-spacing: .5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Lora;
}

.cm_team_sec .cm_team .col4 .cm_team_text p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.cm_team_sec .page-center {
  padding-left: 18px;
  padding-right: 18px;
}
.cm_team_wrp.cm_team_sec .flex_row {
  gap: 0;
}

.cm_logo_slider .content_widget .title {
  font-size: 35px;
  letter-spacing: .2em;
  font-family: Lora;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 36px;
}

.cm_logo_slider .content_widget p {
  line-height: 1.75;
  font-size: 18px;
  text-align: left;
}

.cm_logo_slider.logo_slider .top_sec.noButton {
  max-width: 996px;
  margin: 0 auto;
  padding: 0;
}

.cm_team_sec .cm_team .col4 .cm_team_image:hover img {
  transform: scale(1.05, 1.05);
}
.cm_team_sec .cm_team .col4 .cm_team_image:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #141618;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display:block;
  transition: opacity 0.2s ease-in-out;
}
.cm_team_sec .cm_team .col4 .cm_team_image img {
  position: relative;
}

.cm_team_sec .cm_team .col4 .cm_team_image:hover:before {
  opacity: .5;
}

.lg-container .lg-backdrop.in {
  opacity: .9 !important;
}

.glightbox-clean .gprev.gbtn {
  left: 0;
}

.glightbox-clean .gbtn svg {
  display: none;
}

.glightbox-clean .gnext.gbtn {
  right: 0;
}

.glightbox-clean .gbtn:before {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  font-family: 'uncodeicon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glightbox-clean .gprev:before {
  content: '\f104';
  margin-right: 2px;
}

.glightbox-clean .gnext:before {
  content: '\f105';
  margin-left: 2px;
}

.glightbox-clean.glightbox-container .gprev.gbtn,
.glightbox-clean.glightbox-container .gnext.gbtn{
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -60px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 13080;
  outline: none;
  border: none;
  width: 51px;
  height: 120px;
  text-align: center;
}

.glightbox-clean.glightbox-container .gbtn:hover {
  background: transparent;
}

.glightbox-clean .gbtn:hover:before {
  opacity: 1;
}
.isActive .portfolioSlider.bnr_wrp .is-active .kenburns-effect {
  animation: kenburns 15s ease alternate forwards;
}	

.glightbox-clean .gclose.gbtn:before {
  content: '\e117';
  font-family: 'uncodeicon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glightbox-clean.glightbox-container .gclose {
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 16px;
  height: 35px;
  line-height: 15px;
  padding: 10px 0;
  text-align: center;
  width: 35px;
  text-decoration: none;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
  top: 10px;
  right: 15px;

}

.advanced-content-with-background .play_btn_section:hover a.btn-default .icon-automatic-video {
  bottom: -10%;
  left: -10%;
  right: -10%;
  top: -10%;
}

.cm_team_sec .cm_team .col4 .cm_team_text hr {
  margin: 0;
  margin-bottom: 18px;
  background: #eaeaea;
}


.cm_team_sec .cm_team .col4 .cm_team_text {
  margin: 0;
}

.cm_team_wrp.cm_team_sec .flex_row {
  row-gap: 72px;
}

.logo_slider.noDotsArrowsAdded.cm_logo_slider .top_sec.noButton {
  margin-bottom: 80px;
}

.cm_logo_slider .splide .splide__track{
  margin-bottom: 36px;
}

.cm_team_sec .cm_team .col4 .btn_wrapper {
  display: none;
}

.cm-header.header.header .social-share ul li a:hover i {
  color: rgba(255, 255, 255, .5);
}

.sticky .cm-header.header.header .social-share ul li a:hover i {
  color: rgba(48, 49, 51, .5);
}


@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1699px) {
  .cm-footer .top-footer{
    padding-left: 108px;
    padding-right: 108px;
  }

  .cmServicesSec .media_column.img-col.col8{
    padding: 54px;
  }
}

@media (max-width: 1499px) {
  .cm-footer .top-footer{
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .twoColcntn .page-center .top_sec,
  .cmServicesSec.two-col-content .content-col.col4{
    padding: 72px;
  }

  .cmServicesSec .media_column.img-col.col8{
    padding: 54px 36px 54px 36px;
  }

}


@media (max-width: 991px) {

  html.mobile-open{
    overflow: hidden;
  }

  .cm-error-pg .error-page-wrp .error-content h1 {
    font-size: 100px;
  }
  .desktop_social_shares {
    display: none !important;
  }
  .cm-header.header.header .social-share ul li a:hover i {
    color: rgba(48, 49, 51, .5);
  }
  .no-banner .cm-header .primary-container,
  .hs-inline-edit .cm-header .primary-container{
    min-height: 104px !important;
  }
  .cm-header.header .cst-humburger-icon {
    line-height: normal;
    position: relative;
    padding: 0 36px;
    cursor: pointer;
    z-index: 0;
    height: 100%;
    opacity: 1;
    cursor:pointer;
  }
  .cm-header.header .cst-humburger-icon .trigger:not(:first-child) {
    display: none;
  }

  .cm-header.header .cst-humburger-icon .trigger {
    all: unset;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    vertical-align: middle;
  }

  .cm-header.header .cst-humburger-icon .trigger:before {
    top: 6px;
    content: '';
    left: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 10px center;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 5px;
    background: #fff;
  }

  .cm-header.header .cst-humburger-icon .trigger:after {
    top: -6px;
    content: '';
    left: 0;position: absolute;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 10px center;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 5px;
    background: #fff;
  }

  .header.cm-header .primary-section {
    padding: 27px 36px;
  }

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

  .cm-header.header.header .button-section-container {
    display: none;
  }

  .cm-header.header .right-section {
    position: fixed;
    right: 0;
    top: 41px;
  }

  .sticky .cm-header.header .cst-humburger-icon .trigger,
  .sticky .cm-header.header .cst-humburger-icon .trigger:before, 
  .sticky .cm-header.header .cst-humburger-icon .trigger:after {
    background: #303133;
  }

  .mobile-menu-open .cm-header.header .cst-humburger-icon .trigger {
    transition: background 0.3s 0s ease-in-out;
    background: transparent;
  }

  .mobile-menu-open .cm-header.header .cst-humburger-icon .trigger:before {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    background: #303133;
  }

  .mobile-menu-open .cm-header.header .cst-humburger-icon .trigger:after {
    transform: rotate3d(0, 0, 1, -45deg);
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
    background: #303133;
  }
  .cm-header.header.header .mobile-close-icon {
    display: none;
  }

  .cm-header.header.header .nav {
    height: calc(100vh - 104px );
    top: 104px;
  }
  .cm-header.header.header .nav .header__menu.header__menu--desktop>ul {
    padding: 0;
    margin: 0;
  }

  .cm-header.header.header .nav .header__menu.header__menu--desktop {
    min-height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }

  .cm-header.header.header .nav .header__menu.header__menu--desktop>ul li {
    border: none;
  }

  .cm-header.header.header .nav .header__menu.header__menu--desktop>ul li>a {
    font-size: 4.5vw;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .05em;
    font-family: Lato;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-open .header.cm-header .primary-section {
    background: #ffff;
  }

  .mobile-menu-open .cm-header .logo-section .static_logo {
    display: none;
  }

  .mobile-menu-open .cm-header .logo-section .sticky_logo {
    display: block;
  }

  .cm-header .container-wrapper.mobile-open .top-section.mobile_section {
    padding: 0;
  }

  header.header .top-section.mobile_section .btn-section a {
    font-size: 4.5vw;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .05em;
    font-family: Lato;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303133;
  }
  .cm-header.header.header .social-share ul {
    padding: 0;
    padding-top: 5vw;
  }

  .cm-header.header.header .social-share ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    padding-left: 1vw !important;
    padding-right: 1vw !important;
    align-items: center;
    font-family: Lato;
    font-weight: 600;
    display: inline-flex;
    font-size: 4.5vw;
  }

  .cm-header.header.header .social-share ul li a i {
    color: #303133;
    width: auto;
    font-size: 1.15em;
    line-height: normal;
    cursor:pointer;
  }

  .header .top-section.mobile_section .cst-inner-wrapper {
    margin-top: 9px;
  }

  .cm-header.header.header .social-share ul{
    justify-content: center;
  }
}

@media (max-width: 959px) {

  .cm_team_sec .top_sec .title {
    font-size: 33.33px;
  }

  .cmServicesSec.two-col-content .content-col.col4 {
    width: 100%;
  }

  .cmServicesSec .media_column.img-col.col8 {
    width: 100%;
  }

  .cmServicesSec .media_column.col8 .content_box ul{
    flex-wrap:wrap;
  }

  .cmServicesSec .media_column.col8 .content_box ul li:last-child{
    padding: 0;
    margin-top:36px;
  }

  .cmServicesSec.two-col-content .flex_center {
    gap: 0;
  }

  .cmServicesSec .media_column.col8 .content_box ul li{
    width: 100%;
  }
  .cmServicesSec.two-col-content .content-col.col4{
    padding: 54px 36px 54px 36px;
  }
  .twoColcntn .bottom_row .col6 {
    width: 100%;
  }

  .twoColcntn .bottom_row .col6.media_column {
    padding-top: 36px;
  }

  .twoColcntn .bottom_row .flex_row {
    gap: 0;
  }

  .twoColcntn .bottom_row .col6 .content_box {
    padding: 0;
  }

  .twoColcntn .page-center .top_sec{
    padding: 54px 36px 54px 36px;
  }
  .twoColcntn .page-center .top_sec .top_content h1 {
    font-size: 33.33px;
  }

  .cm-banner .banner-content-inner.col12 {
    max-width: none;
    height: auto;
    padding-top: 77px;
  }

  .cm-banner .top_sec h1{
    font-size: 50px; 
  }

  .cm-footer .top-footer .flex_row {
    margin-left: 0;
  }

  .cm-footer .top-footer{
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .cm-footer .bottom-footer{
    padding-left: 0;
    padding-right: 0;
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .cm-footer .bottom-footer .col-section .footer-content p{
    text-align: center;
  }

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

  .cm-footer .top-footer .col-section.quick-links,
  .cm-footer .top-footer .col-section.connect-col{
    padding-top: 36px;
  }
}

@media (max-width: 767px) {
  .simple-banner .banner-breacrumb ul.hs-breadcrumb-menu li a.hs-breadcrumb-label,
  .simple-banner .banner-breacrumb ul.hs-breadcrumb-menu li span.hs-breadcrumb-label {
    font-size: 15px;
  }

  .cm_team_wrp.cm_team_sec .flex_row {
    row-gap: 36px;
  }
  .child_theme .cm_subscription_preferences form h2,
  .cm_subscriptions_confirmation .page-header h2,
  .child_theme .cm_password_prompt h1{
    font-size: 23px;
  }
  .child_theme form.hs-form.stacked {
    margin-bottom: 60px;
  }
  .cm-footer .footer-social-item:not(:first-child) {
    margin: 0;
  }

  .cm-footer .top-footer .col-section.client-login {
    padding-top: 0	;
  }
  .cm-footer .top-footer .col-section.client-login .ftr_btn_item a{
    padding: 15px 36px;
  }
  .cm-header.header.header .nav .header__menu.header__menu--desktop {
    display: flex !important;
    height: 100vh !important;
  }
  .career_page .career-opportunities .item-wrap .col-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .career_page .career-opportunities .item-wrap {
    padding: 0;
  }	
  .portfolio-detail-pg .cm_pg_wrp .page-center {
    padding: 0;
  }

  .portfolio_page_v1 .two-col-content .page-center {
    padding: 0;
  }
  .servs-details-pg .hs_service .flex_row .col4 {
    padding: 0;
  }
}

@media (max-width: 569px) {
  .cm-error-pg .error-page-wrp .error-content h1 {
    font-size: 28px;
  }
  .cm-banner .top_sec h1{
    font-size: 35px;
  }
  .cm-footer .top-footer .col-section{
    width: 100% !important;
  }

  .footer.footer_section__2 .footer-section-1 .num1 .row1 .footer-image,
  .cm-footer .top-footer .logo-col .footer-content,
  .cm-footer .top-footer .col-section .footer-heading h6,
  .cm-footer .top-footer .col-section.client-login .footer-content h5,
  .cm-footer .top-footer .col-section.quick-links .hs-menu-wrapper ul li,
  .cm-footer .top-footer .col-section.connect-col .footer-content h5,
  .cm-footer .top-footer .col-section.connect-col .footer-social{
    text-align: center;
  }

  .cm-footer .top-footer .col-section.client-login .btn_row {
    justify-content: center;
  }

  .cm-footer .top-footer .col-section.client-login .ftr_btn_item a {
    transform: scale(0.8);
  }


  .cm-footer .top-footer .col-section.client-login {
    padding-top: 36px;
  }
  .child_theme .pricing-table-gp .pricing-area .plan-price {
    font-size: 26px;
  }
  .cm-error-pg .err-cnt-wrp .error-page-content .error-page-wrp {
    border: 0;
  }

  .testimonials_sliderv3 .testmn_item .testmn_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 400px) {
  .cm-header .logo-section img {
    max-width: 200px !important;
  }

  .cm-header.header.header .nav {
    height: calc(100vh - 87.11px);
    top: 87.11px;
  }

  .cm-header.header .right-section {
    top: unset;
  }

  .no-banner .cm-header .primary-container,
  .hs-inline-edit .cm-header .primary-container{
    min-height: 87.11px !important;
  }

  .twoColcntn .page-center .top_sec .top_content h1 {
    font-size: 25px;
  }
}


@media (max-width: 569px) {
  .cm-banner .top_sec h1{
    font-size: 28px;
  }
}


@media (min-width: 960px) {

  .nav {
    width: 100%;
  }

  .cm_logo_slider.logo_slider .top_sec.noButton {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }


  .twoColcntn .page-center .top_sec {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }
  .cm-banner .banner-content-inner.col12 {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }

  .cm-footer .top-footer .col-section {
    padding-left: 72px;
    padding-right: 0;
  }
}



@media (min-width: 992px) {

  .cm-header .logo-section img {
    max-width: none;
  }

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

  .cm-header .logo-section {
    transition: all 0.3s linear;
    min-width: 200px;
  }

  .cm-header .header__menu--desktop>.header__menu-wrapper {
    text-align: center;
    padding: 0px 13px 0px 13px;
  }
  .cm-header nav.header__menu.header__menu--desktop {
    /*margin-left: -35px;*/
  }
  .mobile_social_shares {
    display: none !important;
  }


  .scrolled .cm-header .logo-section {
    padding: 27px 0;
  }

  .scrolled .cm-header .logo-section .sticky_logo img {
    width: 181.13px !important;
  }

}


@media (max-width: 991px) and (max-height: 650px) {
  .cm-header.header.header .nav .header__menu.header__menu--desktop {
    display: block;
    height: auto;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
  }
}

@media (min-width: 992px) and (max-width: 1166px) {
  .cm-header.header.header .social-share ul {
    padding-left: 0px;
  }

  .cm-header.header .right-section {
    /*flex-wrap: nowrap;*/
    flex-wrap:wrap;
  }

  header.header.cm-header .right-section .btn-section {
    padding-right: 0;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper li>a {
    padding: 0px 8px 0px 8px;
    font-size: 14px;
  }

  header.header.cm-header .hs-button {
    font-size: 14px;
  }

  .cm-header .primary-section .container-wrapper {
    gap: 0;
  }
}

@media (min-width: 570px) and (max-width: 959px) {
  .cm-footer .top-footer .col-section{
    width: 50% !important;

  }

  .cm-footer .top-footer .col-section.quick-links{
    width: 100% !important;
  }
  .cm-footer .top-footer .col-section.client-login {
    padding-left: 36px;
  }

}


@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.portfolioSlider.bnr_wrp .is-active .kenburns-effect {
  overflow: auto;
  animation: kenburns 15s ease infinite forwards;
}
.portfolioSlider.bnr_wrp .slide_background {
  min-height: 65vh;
}



.two-col-content.careers_two_col .description,
.two-col-content.careers_two_col .content_box{
  margin: 0 !important;
}
.two-col-content.careers_two_col .description p:first-child {
  font-size: 18px;
  color: #000000;
}
.two-col-content.careers_two_col .description p:last-child {
  margin: 0;
}
.two-col-content.open_positions .content-col {
  padding: 144px;
  background-color: #f4f1ee;
}
.two-col-content.open_positions .media_column{
  padding: 144px;
}
.two-col-content.open_positions .content-col .cont-inner {
  margin-left: auto;
  max-width: 468px;
}
.two-col-content.open_positions .description {
  margin: 0;
}
.two-col-content.open_positions .description h3 {
  font-family: Lato;
  line-height: 1.2;
  margin: 0 0 36px;
}
.two-col-content.open_positions .description hr {
  margin: 0;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  height: 0;
  border-color: #58585b;
}
.two-col-content.open_positions .description p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.75;
}
.two-col-content.open_positions .description p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}
.two-col-content.open_positions .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 36px;
  margin-bottom: 36px;
}
.two-col-content.open_positions .description ul li {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}
.two-col-content.open_positions .description ul li i {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 0.1em;
  color: #e21836;
  font-family: 'uncodeicon';
  font-style: normal;
}
.two-col-content.open_positions .description ul li i:before {
  content: "\e08f";
}
.two-col-content.open_positions .media_column .content_box {
  margin: 0;
  max-width: 468px;
}
.two-col-content.open_positions .media_column .content_box h3 {
  font-family: Lato;
  line-height: 1.2;
  margin-bottom: 36px;
}
.two-col-content.open_positions .media_column .right_column_btn .btn_row {
  margin: 0;
  margin-top: 38px;
}
.two-col-content.open_positions .media_column .btn_row .hs-button {
  font-weight: 500;
  font-family: Lato;
  border-radius: 8px;
  letter-spacing: 0;
}
.two-col-content.future_col .page-center {
  max-width: 1200px;
  padding-left: 36px;
  padding-right: 36px;
}
.two-col-content.future_col .content-col {
  padding: 0;
}
.two-col-content.future_col .media_column {
  padding: 0;
}
.two-col-content.future_col .flex_center {
  align-items: unset;
}
.two-col-content.future_col .media_column .mediaimg {
  padding-left: 48px;
}
.two-col-content.future_col .content-col .description {
  margin: 0;
}
.two-col-content.future_col .content-col .description h6 {
  letter-spacing: .2em;
  font-size: 12px;
  font-weight: 600;
  font-family: Lato;
  margin: 0;
}
.two-col-content.future_col .content-col .description h2 {
  margin: 18px 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.5;
  font-family: Lato;
}
.two-col-content.future_col .content-col .description ul {
  float: left;
  padding: 0px 0px 0px 36px;
  list-style: none;
  width: 33.33333333333333%;
  margin: 0;
}
.two-col-content.future_col .content-col .description ul li {
  line-height: 1.75;
  font-weight: 400;
  font-family: Lato;
  margin: 5px 0px 0px 0px;
  font-size: 18px;
}
.two-col-content.future_col .content-col .description ul li i {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 0.1em;
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.two-col-content.future_col .content-col .description ul li i:before {
  content: "\e08e";
} 
.two-col-content.future_col .content-col .description p {
  margin-bottom: 31px;
}
.two-col-content.future_col .content-col .description p a {
  color: #e21836 !important;
  font-weight: 700;
}
.two-col-content.future_col .content-col .description p a:hover {
  color: #c9001d !important;
}
.two-col-content.future_col .content-col .description ul {
  padding: 0;
}
.gallery-section.careers_gallery .page-center {
  padding-left: 36px;
  padding-right: 36px;
}
.gallery-section.careers_gallery .page-center .column {
  padding: 0;
}
.gallery-section.careers_gallery .page-center .column {
  padding: 0;
  padding-right: 36px;
}
.gallery-section.careers_gallery .gallery-container {
  margin-right: -36px;
  row-gap: 36px;
}
.two-col-content.careers_two_col .flex_row .col6 {
  padding: 0;
}
.two-col-content.careers_two_col .flex_row .media_column {
  padding: 0px 0px 0px 18px;
}
.gallery-section.careers_gallery img,
.gallery-section.careers_gallery .overlay.overlay-color{
  min-height: auto !important;
  max-height: unset !important;
  height: 100% !important;
}
.gallery-section.careers_gallery .page-center .column div {
  height: 100%;
}
body:not(.adaptive-images-async) .background-inner.uncode-kburns:not(.adaptive-async):not(.async-done), 
body:not(.adaptive-images-async) .background-inner.uncode-kburns:not(.adaptive-async):not(.async-done) {
  overflow: auto;
  animation: kenburns 15s ease alternate forwards;
}
@keyframes kenburns{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@media(max-width: 1699px){
  .two-col-content.open_positions .content-col {
    padding: 108px;
  }
  .two-col-content.open_positions .media_column {
    padding: 108px;
  }
}

@media(max-width: 1499px){
  .two-col-content.open_positions .content-col {
    padding: 72px;
  }
  .two-col-content.open_positions .media_column {
    padding: 72px;
  }
  .two-col-content.future_col {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}

@media(max-width: 969px){
  .two-col-content.open_positions .content-col {
    padding: 54px 36px 54px 36px;
  }
  .two-col-content.open_positions .media_column {
    padding: 54px 36px 54px 36px;
  }
  .two-col-content.future_col {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .two-col-content.future_col .content-col .description ul {
    float: none;
    width: 100%;
    padding: 0px 0px 36px;
  }
  .two-col-content.future_col .content-col .description ul:last-of-type {
    padding: 0;
  }
}

@media(max-width: 767px){
  .two-col-content.open_positions .content-col .cont-inner {
    margin-left: auto;
    max-width: 100%;
  }
  .two-col-content.open_positions .flex_row {
    gap: 0;
  }
  .two-col-content.open_positions .description h3, 
  .two-col-content.open_positions .media_column .content_box h3 {
    font-size: 35px;
  }
  .two-col-content.future_col .media_column .mediaimg {
    padding-left: 0;
  }
  .two-col-content.future_col .flex_center {
    flex-direction: column-reverse;
  }
  .two-col-content.future_col .content-col .description ul {
    width: 100%;
    padding: 0px 0px 36px;
  }
  .two-col-content.future_col .content-col .description ul:last-of-type {
    padding: 0;
  }

  .two-col-content.open_positions .media_column .content_box {
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header .right-section {
       /* width: 33%;*/
        width: auto;
        max-width: 165px;
    }
}
@media screen and (min-width:1167px) and (max-width:1327px) {
  .cm-header .header__menu--desktop>.header__menu-wrapper li>a {
    padding: 0px 8px 0px 8px;
    font-size: 14px;
  }
}
@media screen and (min-width:992px) and (max-width:1088px) {
  .cm-header .header__menu--desktop>.header__menu-wrapper {
    padding: 0px;
  }
  .cm-header.header.header .social-share ul li a {
    all: unset;
    padding: 0 5px;
}
  .header .right-section {
    max-width:150px;
  }
  .cm-header .logo-section {
    min-width:175px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1018px) {
    .cm-header .header__menu--desktop>.header__menu-wrapper li>a {
        padding: 0px 8px 0px 8px;
        font-size: 13px;
    }
}