p {
  font-family: "Manrope", sans-serif !important;
}
@media screen and (max-width:900px) {
  .headerTopbar {
    justify-content: center;
  }
}
@media screen and (max-width:900px) {
  .headerTopbar .ml_logo {
    width: 50%;
  }
}
@media screen and (max-width:900px) {
  .headerTopbar .ml_logo a {
    max-width: unset;
  }
}
.inline-row {
  display: flex;
}
@media screen and (max-width:900px) {
  .inline-row {
    flex-wrap: wrap;
  }
}
.inline-row.inline-wrap > .panel-grid-cell {
  flex-wrap: wrap;
}
.inline-row.inline-half > .panel-grid-cell > div {
  flex-basis: calc(50% - 15px);
}
.inline-row.inline-just-end > .panel-grid-cell {
  justify-content: end;
}
.inline-row.inline-just-equal > .panel-grid-cell {
  justify-content: space-evenly;
}
.inline-row.inline-just-center > .panel-grid-cell {
  justify-content: center;
}
.inline-row.w-divider > .panel-grid-cell .widget:not(:last-of-type) {
  border-right: 1px solid;
  padding-right: 15px;
}
.inline-row > .panel-grid-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .inline-row > .panel-grid-cell {
    flex-wrap: wrap;
  }
}
.vc_row {
  z-index: 999999 !important;
}
.sow-slider-image {
  z-index: 9 !important;
}
.ml_variation .cta_banner_block {
  border-radius: 4px !important;
  overflow: hidden !important;
}
.ml_variation .cta_banner_block .ow-button-base a {
  min-width: 168px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  line-height: 24px;
  background-color: transparent !important;
  background-size: cover !important;
  transition: all .3s;
  -moz-transition: all .3s;
  /* Firefox 4 */
  -webkit-transition: all .3s;
  /* Safari and Chrome */
  -o-transition: all .3s;
  /* Opera */
  position: relative;
  border: 0px solid #fff !important;
}
.ml_variation .cta_banner_block .ow-button-base a:hover {
  border: 4px solid #FF8811 !important;
}
.ml_variation .cta_banner_block .ow-button-base a span {
  position: relative;
  z-index: 1;
}
.ml_variation .cta_banner_block .ow-button-base a:before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: .4;
}
.ml_variation .tile .cta_banner_block:hover {
  border: 4px solid #FF8811;
  color: #111527;
}
.ml_variation .tile .cta_banner_block span {
  position: relative;
  z-index: 1;
}
.ml_variation .tile .cta_banner_block:hover::before {
  background: #fff 6;
}
.ml_variation .tile .cta_banner_block:before {
  content: '';
  background: #000 6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (max-width:900px) {
  .services > .panel-grid-cell {
    justify-content: center;
  }
}
.services > .panel-grid-cell > div {
  flex-basis: calc(25% - 15px);
}
@media screen and (max-width:900px) {
  .services > .panel-grid-cell > div {
    flex-basis: calc(50% - 15px);
  }
}
.service-block {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px;
  overflow: hidden;
}
.service-block .ow-button-base a {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  aspect-ratio: 1.3333333333333;
  display: block;
  width: 100%;
}
.service-block .ow-button-base a span {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: url(assets/imgs/homepage/shape_service.png);
  background-size: cover;
  font-weight: 600;
  left: 0;
  bottom: 0;
}
.exprt_soln {
  margin-bottom: 120px;
}
.exprt_soln .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width:900px) {
  .exprt_soln .head {
    justify-content: center;
    text-align: center;
  }
}
.exprt_soln .head h3.heading {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.exprt_soln .head .explore_all {
  color: #000;
  border: 1px solid #747474;
  border-radius: 5px;
  padding: 5px 15px;
}
.exprt_soln .exprt_soln_section {
  display: flex;
  gap: 32px;
}
@media screen and (max-width:900px) {
  .exprt_soln .exprt_soln_section {
    justify-content: center;
    align-items: center;
  }
}
.exprt_soln .exprt_soln_section .ml_blog-itm {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 352px;
  height: 352px;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
.exprt_soln .exprt_soln_section .ml_blog-itm:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,black -10%,transparent 50%);
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a {
  position: relative;
  z-index: 1;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin: 0;
  -webkit-line-clamp: 1;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  line-height: 24px;
  margin-bottom: 8px;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a:last-child {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: 600;
  filter: brightness(0) grayscale(0) invert(1);
}
.gallery-form .filters {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .gallery-form .filters {
    flex-wrap: wrap;
  }
}
.gallery-form .filters > div {
  flex-basis: 100%;
}
@media screen and (max-width:900px) {
  .gallery-form .filters > div {
    flex-basis: calc(50% - 15px);
  }
}
.gallery-form .dropdown {
  position: relative;
}
.gallery-form .dropdown.active .dropdown-options {
  display: block !important;
}
.gallery-form .dropdown .dropdown-options {
  background-color: #fff;
  padding: 15px;
  height: 250px;
  z-index: 999;
  position: absolute;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
}
.gallery-form .dropdown .dropdown-options:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 999;
}
.gallery-form .dropdown .dropdown-options .inner {
  overflow-y: scroll;
  height: calc(250px - 30px);
  padding: 15px 0;
}
.gallery-form .dropdown .dropdown-options label {
  width: 100%;
  display: block;
  font-size: 1.2em;
  padding: 3px 0;
}
.gallery-form .results {
  overflow-y: scroll;
}
.gallery-form .results .loadMore {
  background-color: #4361ED;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  width: fit-content;
  margin: 15px auto;
}
.gallery-form .results .loadMore:hover {
  cursor: pointer;
  background-color: #304cc9;
}
.gallery-form .results .ba-container {
  gap: 15px;
}
.gallery-form .results .ba-container > div {
  flex-basis: calc(33% - 15px);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width:900px) {
  .gallery-form .results .ba-container > div {
    flex-basis: calc(50% - 15px);
  }
}
.gallery-form .results .ba-item {
  border: 1px solid #b3b3b3;
}
.gallery-form .results .ba-item:hover {
  cursor: pointer;
}
.gallery-form .results .ba-item .dialog {
  display: none;
}
.gallery-form .results .img {
  position: relative;
  height: 200px;
}
.gallery-form .results .img:before {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.gallery-form .results .img.before {
  border-right: 2px solid #ffffff;
}
.gallery-form .results .img.before:before {
  content: 'before';
  background-color: rgba(39,39,39,0.8);
}
.gallery-form .results .img.after:before {
  content: 'after';
  background-color: rgba(255,136,17,0.8);
}
.gallery-form .results .img.ext {
  border-left: 2px solid #ffffff;
}
.gallery-form .results .img.ext:before {
  content: 'exterior';
  background-color: rgba(39,39,39,0.8);
}
.fancybox-inner .dialog {
  display: inline-flex !important;
}
.fancybox-inner .dialog .img {
  position: relative;
  height: 400px;
}
@media screen and (max-width:900px) {
  .fancybox-inner .dialog .img {
    height: 200px;
  }
}
.fancybox-inner .dialog .img:before {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.fancybox-inner .dialog .img.before {
  border-right: 2px solid #000000;
}
.fancybox-inner .dialog .img.before:before {
  content: 'before';
  background-color: rgba(39,39,39,0.8);
}
.fancybox-inner .dialog .img.after:before {
  content: 'after';
  background-color: rgba(255,136,17,0.8);
}
.fancybox-inner .dialog .img.ext {
  border-left: 2px solid #000000;
}
.fancybox-inner .dialog .img.ext:before {
  content: 'exterior';
  background-color: rgba(39,39,39,0.8);
}
.fancybox-inner .dialog .img img {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:900px) {
  .com_solutions .inline-row .panel-grid-cell {
    justify-content: center;
    text-align: center;
  }
}
.talk_expert_section {
  flex-direction: row-reverse;
}
.talk_expert_section .expert_right {
  left: unset;
  right: 0;
}
.products.shortcode {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.products.shortcode .product {
  width: 100%;
  max-width: calc(25% - 15px);
  padding: 5px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  text-align: center;
}
@media screen and (max-width:900px) {
  .products.shortcode .product {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.products.shortcode .product span {
  display: block;
}
.products.shortcode .product .img-con {
  aspect-ratio: 1;
}
.products.shortcode .product .img-con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.products.shortcode .product .title {
  padding-top: 10px;
  border-top: solid 1px #f3f3f3;
  font-weight: 700;
}
.products.shortcode .product .btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #4361ED;
  color: #fff;
  margin: 5px auto;
  width: auto;
  text-align: center;
}
.reviews {
  padding: 30px 0;
}
.reviews .review {
  text-align: center;
  padding: 15px;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.reviews .slick-dots {
  bottom: 0;
}
.location-template-default ul,
.location-template-default ol {
  margin-left: 15px;
}
.location-template-default ul ul,
.location-template-default ol ul {
  margin-left: 30px;
}
.location-template-default .left_hero h1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 32px !important;
}
.location-template-default .follow {
  gap: 8px !important;
}
.location-template-default .follow .social_icon {
  margin-left: 0 !important;
}
.location-template-default .follow .social_icon img {
  height: auto !important;
  width: 26px !important;
}
.vc_active {
  overflow: hidden;
}
