.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #b67a00 !important;
}
.bg-info {
  background-color: #fae981 !important;
}
.bg-warning {
  background-color: #89878b !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f8c244 !important;
  border-color: #f8c244 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fad275 !important;
  border-color: #fad275 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fad275 !important;
  border-color: #fad275 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fae981 !important;
  border-color: #fae981 !important;
  color: #776705 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fcf2b2 !important;
  border-color: #fcf2b2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #776705 !important;
  background-color: #fcf2b2 !important;
  border-color: #fcf2b2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b67a00 !important;
  border-color: #b67a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e99c00 !important;
  border-color: #e99c00 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e99c00 !important;
  border-color: #e99c00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #89878b !important;
  border-color: #89878b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #a3a1a4 !important;
  border-color: #a3a1a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a3a1a4 !important;
  border-color: #a3a1a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f8c244;
  color: #f8c244;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dd9d08 !important;
  background-color: transparent !important;
  border-color: #dd9d08 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8c244 !important;
  border-color: #f8c244 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fae981;
  color: #fae981;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f7da2e !important;
  background-color: transparent !important;
  border-color: #f7da2e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #776705 !important;
  background-color: #fae981 !important;
  border-color: #fae981 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b67a00;
  color: #b67a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f4000 !important;
  background-color: transparent !important;
  border-color: #5f4000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b67a00 !important;
  border-color: #b67a00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #89878b;
  color: #89878b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5e5c5f !important;
  background-color: transparent !important;
  border-color: #5e5c5f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #89878b !important;
  border-color: #89878b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #f8c244 !important;
}
.text-success {
  color: #b67a00 !important;
}
.text-info {
  color: #fae981 !important;
}
.text-warning {
  color: #89878b !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ce9308 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #503600 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f6d81f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #565557 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fae981;
}
.alert-warning {
  background-color: #89878b;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffbd37;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c9c8ca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f8c244 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vaN3dO4vAm .nav-item:focus,
.cid-vaN3dO4vAm .nav-link:focus {
  outline: none;
}
.cid-vaN3dO4vAm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vaN3dO4vAm .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vaN3dO4vAm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaN3dO4vAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaN3dO4vAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaN3dO4vAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vaN3dO4vAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaN3dO4vAm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaN3dO4vAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaN3dO4vAm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vaN3dO4vAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vaN3dO4vAm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaN3dO4vAm .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaN3dO4vAm .dropdown-item.active,
.cid-vaN3dO4vAm .dropdown-item:active {
  background-color: transparent;
}
.cid-vaN3dO4vAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaN3dO4vAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaN3dO4vAm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaN3dO4vAm .navbar-buttons {
  text-align: center;
}
.cid-vaN3dO4vAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaN3dO4vAm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaN3dO4vAm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaN3dO4vAm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vaN3dO4vAm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vaN3dO4vAm .nav-link:hover,
.cid-vaN3dO4vAm .dropdown-item:hover,
.cid-vaN3dO4vAm .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vaMKLeiInx {
  background-color: #000000;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-vaMKLeiInx .carousel {
  width: 100%;
}
.cid-vaMKLeiInx .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-vaMKLeiInx .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-vaMKLeiInx img,
.cid-vaMKLeiInx .item-wrapper {
  border-radius: 0 !important;
}
.cid-vaMKLeiInx .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vaMKLeiInx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vaMKLeiInx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vaMKLeiInx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vaMKLeiInx .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vaMKLeiInx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vaMKLeiInx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vaMKLeiInx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vaMKLeiInx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaMKLeiInx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaMKLeiInx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaMKLeiInx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaMKLeiInx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vaMKLeiInx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaMKLeiInx .carousel-indicators li.active,
.cid-vaMKLeiInx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaMKLeiInx .carousel-indicators li::after,
.cid-vaMKLeiInx .carousel-indicators li::before {
  content: none;
}
.cid-vaMKLeiInx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaMKLeiInx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaMKLeiInx .mbr-section-subtitle,
  .cid-vaMKLeiInx .mbr-section-text,
  .cid-vaMKLeiInx .mbr-section-btn {
    text-align: center;
  }
}
.cid-vaWooZ7eNL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaWooZ7eNL .item:focus,
.cid-vaWooZ7eNL span:focus {
  outline: none;
}
.cid-vaWooZ7eNL .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vaWooZ7eNL .content-head {
  max-width: 800px;
}
.cid-vaWooZ7eNL .item {
  color: #b67a00;
  padding: 10px 0;
}
.cid-vaSxNcAMRB {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #000000 0%, #000000 30%, #000000 30%, #000000 100%);
}
.cid-vaSxNcAMRB .animated-element {
  color: #f8c244;
}
.cid-vaSxNcAMRB .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaSxNcAMRB .mbr-section-subtitle {
  color: #f8c244;
}
@media (min-width: 992px) {
  .cid-vaSxNcAMRB .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSxNcAMRB .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vaSxNcAMRB {
    background: #000000;
  }
  .cid-vaSxNcAMRB .img-block {
    padding-bottom: 2rem;
  }
}
.cid-vaSxNcAMRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSxNcAMRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSxNcAMRB .mbr-section-title {
  color: #b67a00;
}
.cid-vaSxNcAMRB .mbr-text,
.cid-vaSxNcAMRB .mbr-section-btn {
  text-align: justify;
}
.cid-vaWCxSGLK9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaWCxSGLK9 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-vaWCxSGLK9 .container-fluid {
  padding: 0;
}
.cid-vaWCxSGLK9 h5 {
  margin: 0;
}
.cid-vaWCxSGLK9 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-vaWCxSGLK9 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vaWCxSGLK9 .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-vaWCxSGLK9 .card:hover {
  z-index: 99;
}
.cid-vaWCxSGLK9 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-vaWCxSGLK9 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-vaWCxSGLK9 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-vaWCxSGLK9 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-vaWCxSGLK9 .card-wrapper a {
  height: 100%;
}
.cid-vaWCxSGLK9 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-vaWCxSGLK9 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vaWCxSGLK9 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-vaWCxSGLK9 .card-box {
    text-align: center;
  }
}
.cid-vaWCxSGLK9 .mbr-text {
  color: #cccccc;
}
.cid-vaWCxSGLK9 .card-date {
  color: #cccccc;
}
.cid-vaWCxSGLK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWCxSGLK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWCxSGLK9 .card-title,
.cid-vaWCxSGLK9 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaWCxSGLK9 .mbr-section-subtitle,
.cid-vaWCxSGLK9 .title-align {
  color: #b67a00;
}
.cid-vaWCxSGLK9 H2 {
  color: #f8c244;
}
.cid-vaWBLhJPfw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-vaWBLhJPfw .item:focus,
.cid-vaWBLhJPfw span:focus {
  outline: none;
}
.cid-vaWBLhJPfw .item {
  cursor: pointer;
}
.cid-vaWBLhJPfw .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vaWBLhJPfw .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vaWBLhJPfw .grid-container-1,
.cid-vaWBLhJPfw .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vaWBLhJPfw .grid-container-1,
  .cid-vaWBLhJPfw .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vaWBLhJPfw .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-vaWBLhJPfw .content-head {
  max-width: 800px;
}
.cid-vaWBLhJPfw .container,
.cid-vaWBLhJPfw .container-fluid {
  overflow: hidden;
}
.cid-vaWBLhJPfw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vaWBLhJPfw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaWBLhJPfw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vaWBLhJPfw .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vaWBLhJPfw .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vaWBLhJPfw .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vaWBLhJPfw .grid-item img {
    height: 150px;
  }
}
.cid-vaWBLhJPfw .grid-container-1,
.cid-vaWBLhJPfw .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vaWBLhJPfw .grid-container-1 {
  align-items: flex-end;
}
.cid-vaWBLhJPfw .grid-container-2 {
  align-items: flex-start;
}
.cid-vaSAxyV8ca {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaSAxyV8ca .mbr-section-subtitle {
  color: #b67a00;
}
.cid-vaSAxyV8ca .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vaSAxyV8ca .mbr-section-title {
  color: #f8c244;
}
.cid-vaSAjPjz39 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaSAjPjz39 .card-img {
  background-color: #fff;
}
.cid-vaSAjPjz39 .card {
  align-self: stretch;
}
.cid-vaSAjPjz39 .card-box {
  padding: 2rem;
}
.cid-vaSAjPjz39 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vaSAjPjz39 p {
  text-align: left;
}
.cid-vaSAjPjz39 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vaSAjPjz39 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vaSAjPjz39 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vaSAjPjz39 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vaSAjPjz39 .card-title {
  text-align: center;
  color: #b67a00;
}
.cid-vaWnU1VjNN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/roofing-contractor-dallas-tx-2-1600x1200.jpg");
}
.cid-vaWnU1VjNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWnU1VjNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWnU1VjNN .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vaWnU1VjNN .image-wrap {
    height: 300px;
  }
}
.cid-vaWqfkAVmz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaWqfkAVmz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f8c244;
  transition: background 0.3s;
}
.cid-vaWqfkAVmz H2 {
  color: #f8c244;
}
.cid-vaWqfkAVmz H3 {
  color: #b67a00;
}
.cid-vaWqfkAVmz .mbr-text,
.cid-vaWqfkAVmz .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-vaWqfkAVmz .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vaWqfkAVmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWqfkAVmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSBMgBh4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaSBMgBh4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSBMgBh4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vaSBMgBh4b .container {
    max-width: 1400px;
  }
}
.cid-vaSBMgBh4b .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #b67a00;
  margin-bottom: 2rem;
}
.cid-vaSBMgBh4b .row {
  justify-content: center;
}
.cid-vaSBMgBh4b .card-title,
.cid-vaSBMgBh4b .iconfont-wrapper {
  color: #ffffff;
}
.cid-vaSCHeS50G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vaSCHeS50G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSCHeS50G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSCHeS50G .mbr-section-title {
  color: #b67a00;
}
.cid-vaYVqxcAjK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaYVqxcAjK .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-vaYVqxcAjK .text-wrapper:hover .mbr-section-title a {
  color: #f8c244 !important;
}
.cid-vaYVqxcAjK .image-wrapper,
.cid-vaYVqxcAjK img {
  width: 100%;
  object-fit: cover;
}
.cid-vaYVqxcAjK .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #f8c244;
}
.cid-vaYVqxcAjK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-vaYVqxcAjK .mbr-section-btn .btn-secondary-outline:hover,
.cid-vaYVqxcAjK .mbr-section-btn .btn-secondary-outline .active,
.cid-vaYVqxcAjK .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaYVqxcAjK .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaYVqxcAjK {
    flex-direction: column;
  }
  .cid-vaYVqxcAjK .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaYVqxcAjK .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-vaYVqxcAjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaYVqxcAjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaYVqxcAjK .mbr-section-title {
  color: #b67a00;
}
.cid-vaYVqxcAjK .mbr-text,
.cid-vaYVqxcAjK .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vb2drfhOOI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb2drfhOOI .media-container-row .mbr-text {
  color: #b67a00;
}
.cid-vaN3dO4vAm .nav-item:focus,
.cid-vaN3dO4vAm .nav-link:focus {
  outline: none;
}
.cid-vaN3dO4vAm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vaN3dO4vAm .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vaN3dO4vAm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaN3dO4vAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaN3dO4vAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaN3dO4vAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vaN3dO4vAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaN3dO4vAm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaN3dO4vAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaN3dO4vAm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vaN3dO4vAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vaN3dO4vAm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaN3dO4vAm .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaN3dO4vAm .dropdown-item.active,
.cid-vaN3dO4vAm .dropdown-item:active {
  background-color: transparent;
}
.cid-vaN3dO4vAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaN3dO4vAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaN3dO4vAm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaN3dO4vAm .navbar-buttons {
  text-align: center;
}
.cid-vaN3dO4vAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaN3dO4vAm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaN3dO4vAm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaN3dO4vAm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vaN3dO4vAm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vaN3dO4vAm .nav-link:hover,
.cid-vaN3dO4vAm .dropdown-item:hover,
.cid-vaN3dO4vAm .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vb2dgnqjDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vb2dgnqjDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb2dgnqjDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb2dgnqjDC .content-wrap {
  margin: 0 -20px;
}
.cid-vb2dgnqjDC .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb2dgnqjDC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb2dgnqjDC .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vb2dgnqjDC .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vb2dgnqjDC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb2dgnqjDC .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vb2dgnqjDC .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb2dgnqjDC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vb2dgnqjDC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vb2dgnqjDC .embla__slide .slide-content {
  width: 100%;
}
.cid-vb2dgnqjDC .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vb2dgnqjDC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vb2dgnqjDC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vb2dgnqjDC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vb2dgnqjDC .embla__button--next,
.cid-vb2dgnqjDC .embla__button--prev {
  display: flex;
}
.cid-vb2dgnqjDC .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vb2dgnqjDC .embla__button:hover {
  background-color: #b67a00 !important;
  color: #ffffff !important;
}
.cid-vb2dgnqjDC .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vb2dgnqjDC .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vb2dgnqjDC .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vb2dgnqjDC .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vb2dgnqjDC .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vb2dgnqjDC .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vb2dgnqjDC .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb2dgnqjDC .embla__viewport {
    padding: 0;
  }
}
.cid-vb2dgnqjDC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vb2dgnqjDC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vb2dgnqjDC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vb2dgnqjDC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb2dgnqjDC .mbr-label {
  color: #f8c244;
}
.cid-vb2dgnqjDC .mbr-section-title {
  color: #ffffff;
}
.cid-vb2dgnqjDC .mbr-text {
  color: #ffffff;
}
.cid-vb2dgnqjDC .mbr-section-title,
.cid-vb2dgnqjDC .mbr-section-btn {
  color: #b67a00;
}
.cid-vb2dgnqjDC .mbr-text,
.cid-vb2dgnqjDC .text-wrapper {
  text-align: justify;
}
.cid-vb2pb8nNxJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/metal-roofing-dallas-2026-1600x1200.jpg");
}
.cid-vb2pb8nNxJ .mbr-text,
.cid-vb2pb8nNxJ .mbr-section-btn {
  text-align: center;
}
.cid-vb2pb8nNxJ H1 {
  color: #f8c244;
}
.cid-vb2pb8nNxJ H2 {
  color: #b67a00;
}
.cid-vb2pGjq1Ew {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb2pGjq1Ew h2 {
  text-align: center;
}
.cid-vb2pGjq1Ew h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vb2pGjq1Ew p {
  color: #767676;
}
.cid-vb2pGjq1Ew img {
  object-fit: cover;
}
.cid-vb2pGjq1Ew .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vb2pGjq1Ew .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vb2pGjq1Ew .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vb2pGjq1Ew .mbr-section-subtitle {
  color: #767676;
}
.cid-vb2pGjq1Ew .card-title {
  font-weight: 500;
}
.cid-vb2pGjq1Ew .card-img {
  text-align: center;
}
.cid-vb2pGjq1Ew .card-img span {
  font-size: 48px;
  color: #b67a00;
}
@media (min-width: 992px) {
  .cid-vb2pGjq1Ew .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vb2pGjq1Ew .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb2pGjq1Ew .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vb2pGjq1Ew .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vb2pGjq1Ew .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-vb2pGjq1Ew .mbr-section-text {
  color: #ffffff;
  text-align: center;
}
.cid-vb3ZliOpDO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb3ZliOpDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb3ZliOpDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb3ZliOpDO .mbr-section-title {
  color: #b67a00;
}
.cid-vb3PY9bBUI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb3PY9bBUI .mbr-text {
  color: #767676;
}
.cid-vb3PY9bBUI .card-subtitle {
  margin: 0;
}
.cid-vb3PY9bBUI .link {
  margin: 0;
}
.cid-vb3PY9bBUI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vb3PY9bBUI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-vb3PY9bBUI img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-vb3PY9bBUI .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-vb3PY9bBUI .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-vb3PY9bBUI .card-img:hover:before {
  opacity: 0.4;
}
.cid-vb3PY9bBUI .card-img:hover img {
  transform: scale(1.05);
}
.cid-vb3PY9bBUI .row {
  justify-content: center;
}
.cid-vb3PY9bBUI .card {
  margin-bottom: 4rem;
}
.cid-vb3PY9bBUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb3PY9bBUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb3PY9bBUI .card-title,
.cid-vb3PY9bBUI .card-img {
  color: #b67a00;
}
.cid-vb3PY9bBUI .mbr-text,
.cid-vb3PY9bBUI .link {
  color: #ffffff;
}
.cid-vb43wYJbYK {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/metal-roofing-dallas-2026-1600x1200.jpg");
}
.cid-vb43wYJbYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb43wYJbYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb43wYJbYK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vb43wYJbYK .card {
    margin-bottom: 2rem!important;
  }
  .cid-vb43wYJbYK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb43wYJbYK .link-wrap {
    align-items: center;
  }
}
.cid-vb43wYJbYK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb43wYJbYK .card-title,
.cid-vb43wYJbYK .card-box {
  color: #b67a00;
}
.cid-vb43wYJbYK .mbr-text,
.cid-vb43wYJbYK .link-wrap,
.cid-vb43wYJbYK .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vb44HcJq5H {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vb44HcJq5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb44HcJq5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb44HcJq5H .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vb44HcJq5H .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vb44HcJq5H .mbr-text,
.cid-vb44HcJq5H .mbr-section-btn {
  color: #ffffff;
}
.cid-vb44HcJq5H .mbr-section-title {
  color: #b67a00;
}
.cid-vb2drfhOOI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb2drfhOOI .media-container-row .mbr-text {
  color: #b67a00;
}
.cid-vaN3dO4vAm .nav-item:focus,
.cid-vaN3dO4vAm .nav-link:focus {
  outline: none;
}
.cid-vaN3dO4vAm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vaN3dO4vAm .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vaN3dO4vAm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaN3dO4vAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaN3dO4vAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaN3dO4vAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaN3dO4vAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vaN3dO4vAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaN3dO4vAm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaN3dO4vAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaN3dO4vAm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaN3dO4vAm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vaN3dO4vAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vaN3dO4vAm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaN3dO4vAm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaN3dO4vAm .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaN3dO4vAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaN3dO4vAm .dropdown-item.active,
.cid-vaN3dO4vAm .dropdown-item:active {
  background-color: transparent;
}
.cid-vaN3dO4vAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaN3dO4vAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaN3dO4vAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaN3dO4vAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaN3dO4vAm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaN3dO4vAm .navbar-buttons {
  text-align: center;
}
.cid-vaN3dO4vAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaN3dO4vAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaN3dO4vAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaN3dO4vAm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vaN3dO4vAm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaN3dO4vAm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaN3dO4vAm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vaN3dO4vAm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vaN3dO4vAm .nav-link:hover,
.cid-vaN3dO4vAm .dropdown-item:hover,
.cid-vaN3dO4vAm .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vb4HmHfooL {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/roofing-contractor-dallas-tx-2-1600x1200.jpg");
}
.cid-vb4HmHfooL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vb4HmHfooL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vb4HmHfooL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-vb4HmHfooL h3:before,
  .cid-vb4HmHfooL h3:after {
    display: none;
  }
}
.cid-vb4HmHfooL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4HmHfooL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4HmHfooL H1 {
  color: #f8c244;
}
.cid-vb4HMbAiQt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb4HMbAiQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4HMbAiQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4HMbAiQt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vb4HMbAiQt .mbr-section-title {
  color: #b67a00;
}
.cid-vb4HYRCBjx {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-vb4HYRCBjx .mbr-iconfont-2 {
  color: #b67a00 !important;
  margin: 0 0.5rem;
}
.cid-vb4HYRCBjx .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #b67a00;
}
.cid-vb4HYRCBjx .social-list {
  display: flex;
  justify-content: center;
}
.cid-vb4HYRCBjx .card-inner {
  transition: 0.7s;
}
.cid-vb4HYRCBjx .btn {
  margin-left: 0rem;
}
.cid-vb4HYRCBjx .row {
  padding-bottom: 8rem;
}
.cid-vb4HYRCBjx .link {
  margin: 0;
}
.cid-vb4HYRCBjx .card-title {
  position: relative;
}
.cid-vb4HYRCBjx .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vb4HYRCBjx .card-box {
  position: relative;
}
.cid-vb4HYRCBjx .card-img {
  margin-bottom: 1.5rem;
}
.cid-vb4HYRCBjx .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vb4HYRCBjx .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vb4HYRCBjx .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vb4HYRCBjx .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vb4HYRCBjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4HYRCBjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4HYRCBjx .mbr-text,
.cid-vb4HYRCBjx .link {
  color: #ffffff;
}
.cid-vb2drfhOOI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb2drfhOOI .media-container-row .mbr-text {
  color: #b67a00;
}
.cid-vb47rdGgIn .nav-item:focus,
.cid-vb47rdGgIn .nav-link:focus {
  outline: none;
}
.cid-vb47rdGgIn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vb47rdGgIn .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vb47rdGgIn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vb47rdGgIn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb47rdGgIn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb47rdGgIn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vb47rdGgIn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vb47rdGgIn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb47rdGgIn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb47rdGgIn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vb47rdGgIn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb47rdGgIn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vb47rdGgIn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vb47rdGgIn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb47rdGgIn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb47rdGgIn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb47rdGgIn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb47rdGgIn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb47rdGgIn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vb47rdGgIn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb47rdGgIn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vb47rdGgIn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vb47rdGgIn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vb47rdGgIn .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vb47rdGgIn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vb47rdGgIn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb47rdGgIn .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb47rdGgIn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb47rdGgIn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb47rdGgIn .dropdown-item.active,
.cid-vb47rdGgIn .dropdown-item:active {
  background-color: transparent;
}
.cid-vb47rdGgIn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb47rdGgIn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb47rdGgIn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb47rdGgIn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vb47rdGgIn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb47rdGgIn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb47rdGgIn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb47rdGgIn .navbar-buttons {
  text-align: center;
}
.cid-vb47rdGgIn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb47rdGgIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vb47rdGgIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vb47rdGgIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vb47rdGgIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vb47rdGgIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vb47rdGgIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb47rdGgIn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vb47rdGgIn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vb47rdGgIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb47rdGgIn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vb47rdGgIn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vb47rdGgIn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vb47rdGgIn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vb47rdGgIn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vb47rdGgIn .nav-link:hover,
.cid-vb47rdGgIn .dropdown-item:hover,
.cid-vb47rdGgIn .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vb47reNDm1 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vb47reNDm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb47reNDm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb47reNDm1 .content-wrap {
  margin: 0 -20px;
}
.cid-vb47reNDm1 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb47reNDm1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb47reNDm1 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vb47reNDm1 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vb47reNDm1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb47reNDm1 .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vb47reNDm1 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb47reNDm1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vb47reNDm1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vb47reNDm1 .embla__slide .slide-content {
  width: 100%;
}
.cid-vb47reNDm1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vb47reNDm1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vb47reNDm1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vb47reNDm1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vb47reNDm1 .embla__button--next,
.cid-vb47reNDm1 .embla__button--prev {
  display: flex;
}
.cid-vb47reNDm1 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vb47reNDm1 .embla__button:hover {
  background-color: #b67a00 !important;
  color: #ffffff !important;
}
.cid-vb47reNDm1 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vb47reNDm1 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vb47reNDm1 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vb47reNDm1 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vb47reNDm1 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vb47reNDm1 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vb47reNDm1 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb47reNDm1 .embla__viewport {
    padding: 0;
  }
}
.cid-vb47reNDm1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vb47reNDm1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vb47reNDm1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vb47reNDm1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb47reNDm1 .mbr-label {
  color: #f8c244;
}
.cid-vb47reNDm1 .mbr-section-title {
  color: #ffffff;
}
.cid-vb47reNDm1 .mbr-text {
  color: #ffffff;
}
.cid-vb47reNDm1 .mbr-section-title,
.cid-vb47reNDm1 .mbr-section-btn {
  color: #b67a00;
}
.cid-vb47reNDm1 .mbr-text,
.cid-vb47reNDm1 .text-wrapper {
  text-align: justify;
}
.cid-vb47rfOy8C {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-vb47rfOy8C .mbr-text,
.cid-vb47rfOy8C .mbr-section-btn {
  text-align: center;
}
.cid-vb47rfOy8C H1 {
  color: #f8c244;
}
.cid-vb47rfOy8C H2 {
  color: #b67a00;
}
.cid-vb47rgACon {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/shingle-roofing-contractor-dallas-tx-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-vb47rgACon h2 {
  text-align: center;
}
.cid-vb47rgACon h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vb47rgACon p {
  color: #767676;
}
.cid-vb47rgACon img {
  object-fit: cover;
}
.cid-vb47rgACon .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vb47rgACon .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vb47rgACon .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vb47rgACon .mbr-section-subtitle {
  color: #767676;
}
.cid-vb47rgACon .card-title {
  font-weight: 500;
}
.cid-vb47rgACon .card-img {
  text-align: center;
}
.cid-vb47rgACon .card-img span {
  font-size: 48px;
  color: #b67a00;
}
@media (min-width: 992px) {
  .cid-vb47rgACon .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vb47rgACon .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb47rgACon .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vb47rgACon .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vb47rgACon .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-vb47rgACon .mbr-section-text {
  color: #ffffff;
  text-align: center;
}
.cid-vb47rhvNoG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb47rhvNoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb47rhvNoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb47rhvNoG .mbr-section-title {
  color: #b67a00;
}
.cid-vb47rhvNoG .mbr-section-subtitle {
  color: #b67a00;
}
.cid-vb47rioUiz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb47rioUiz .mbr-text {
  color: #767676;
}
.cid-vb47rioUiz .card-subtitle {
  margin: 0;
}
.cid-vb47rioUiz .link {
  margin: 0;
}
.cid-vb47rioUiz .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vb47rioUiz .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-vb47rioUiz img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-vb47rioUiz .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-vb47rioUiz .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-vb47rioUiz .card-img:hover:before {
  opacity: 0.4;
}
.cid-vb47rioUiz .card-img:hover img {
  transform: scale(1.05);
}
.cid-vb47rioUiz .row {
  justify-content: center;
}
.cid-vb47rioUiz .card {
  margin-bottom: 4rem;
}
.cid-vb47rioUiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb47rioUiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb47rioUiz .card-title,
.cid-vb47rioUiz .card-img {
  color: #b67a00;
}
.cid-vb47rioUiz .mbr-text,
.cid-vb47rioUiz .link {
  color: #ffffff;
}
.cid-vb47rjsh5V {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/metal-roofing-dallas-2026-1600x1200.jpg");
}
.cid-vb47rjsh5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb47rjsh5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb47rjsh5V .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vb47rjsh5V .card {
    margin-bottom: 2rem!important;
  }
  .cid-vb47rjsh5V .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb47rjsh5V .link-wrap {
    align-items: center;
  }
}
.cid-vb47rjsh5V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb47rjsh5V .card-title,
.cid-vb47rjsh5V .card-box {
  color: #b67a00;
}
.cid-vb47rjsh5V .mbr-text,
.cid-vb47rjsh5V .link-wrap,
.cid-vb47rjsh5V .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vb47rklPIu {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vb47rklPIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb47rklPIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb47rklPIu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vb47rklPIu .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vb47rklPIu .mbr-text,
.cid-vb47rklPIu .mbr-section-btn {
  color: #ffffff;
}
.cid-vb47rklPIu .mbr-section-title {
  color: #b67a00;
}
.cid-vb47rlaAng {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb47rlaAng .media-container-row .mbr-text {
  color: #b67a00;
}
.cid-vb4fp6UBjb .nav-item:focus,
.cid-vb4fp6UBjb .nav-link:focus {
  outline: none;
}
.cid-vb4fp6UBjb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vb4fp6UBjb .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vb4fp6UBjb .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vb4fp6UBjb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb4fp6UBjb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb4fp6UBjb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vb4fp6UBjb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vb4fp6UBjb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb4fp6UBjb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb4fp6UBjb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vb4fp6UBjb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb4fp6UBjb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vb4fp6UBjb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vb4fp6UBjb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb4fp6UBjb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb4fp6UBjb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb4fp6UBjb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb4fp6UBjb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb4fp6UBjb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vb4fp6UBjb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb4fp6UBjb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vb4fp6UBjb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vb4fp6UBjb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vb4fp6UBjb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vb4fp6UBjb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vb4fp6UBjb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb4fp6UBjb .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb4fp6UBjb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb4fp6UBjb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb4fp6UBjb .dropdown-item.active,
.cid-vb4fp6UBjb .dropdown-item:active {
  background-color: transparent;
}
.cid-vb4fp6UBjb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb4fp6UBjb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb4fp6UBjb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb4fp6UBjb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vb4fp6UBjb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb4fp6UBjb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb4fp6UBjb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb4fp6UBjb .navbar-buttons {
  text-align: center;
}
.cid-vb4fp6UBjb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb4fp6UBjb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vb4fp6UBjb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vb4fp6UBjb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vb4fp6UBjb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vb4fp6UBjb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vb4fp6UBjb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb4fp6UBjb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vb4fp6UBjb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vb4fp6UBjb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb4fp6UBjb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vb4fp6UBjb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vb4fp6UBjb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vb4fp6UBjb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vb4fp6UBjb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vb4fp6UBjb .nav-link:hover,
.cid-vb4fp6UBjb .dropdown-item:hover,
.cid-vb4fp6UBjb .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vb4fp85PAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vb4fp85PAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4fp85PAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4fp85PAO .content-wrap {
  margin: 0 -20px;
}
.cid-vb4fp85PAO .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb4fp85PAO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb4fp85PAO .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vb4fp85PAO .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vb4fp85PAO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb4fp85PAO .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vb4fp85PAO .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb4fp85PAO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vb4fp85PAO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vb4fp85PAO .embla__slide .slide-content {
  width: 100%;
}
.cid-vb4fp85PAO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vb4fp85PAO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vb4fp85PAO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vb4fp85PAO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vb4fp85PAO .embla__button--next,
.cid-vb4fp85PAO .embla__button--prev {
  display: flex;
}
.cid-vb4fp85PAO .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vb4fp85PAO .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vb4fp85PAO .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vb4fp85PAO .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vb4fp85PAO .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vb4fp85PAO .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vb4fp85PAO .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vb4fp85PAO .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vb4fp85PAO .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb4fp85PAO .embla__viewport {
    padding: 0;
  }
}
.cid-vb4fp85PAO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vb4fp85PAO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vb4fp85PAO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vb4fp85PAO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb4fp85PAO .mbr-label {
  color: #f8c244;
}
.cid-vb4fp85PAO .mbr-section-title {
  color: #ffffff;
}
.cid-vb4fp85PAO .mbr-text {
  color: #ffffff;
}
.cid-vb4fp85PAO .mbr-section-title,
.cid-vb4fp85PAO .mbr-section-btn {
  color: #b67a00;
}
.cid-vb4fp85PAO .mbr-text,
.cid-vb4fp85PAO .text-wrapper {
  text-align: justify;
}
.cid-vb4fp9WbNv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb4fp9WbNv .mbr-text,
.cid-vb4fp9WbNv .mbr-section-btn {
  text-align: center;
}
.cid-vb4fp9WbNv H1 {
  color: #f8c244;
}
.cid-vb4fp9WbNv H2 {
  color: #b67a00;
}
.cid-vb4fpaWEhc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vb4fpaWEhc h2 {
  text-align: center;
}
.cid-vb4fpaWEhc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vb4fpaWEhc p {
  color: #767676;
}
.cid-vb4fpaWEhc img {
  object-fit: cover;
}
.cid-vb4fpaWEhc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vb4fpaWEhc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vb4fpaWEhc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vb4fpaWEhc .mbr-section-subtitle {
  color: #767676;
}
.cid-vb4fpaWEhc .card-title {
  font-weight: 500;
}
.cid-vb4fpaWEhc .card-img {
  text-align: center;
}
.cid-vb4fpaWEhc .card-img span {
  font-size: 48px;
  color: #b67a00;
}
@media (min-width: 992px) {
  .cid-vb4fpaWEhc .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vb4fpaWEhc .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb4fpaWEhc .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vb4fpaWEhc .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vb4fpaWEhc .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-vb4fpaWEhc .mbr-section-text {
  color: #ffffff;
  text-align: center;
}
.cid-vb4fpcfCpn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb4fpcfCpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4fpcfCpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4fpcfCpn .mbr-section-title {
  color: #b67a00;
}
.cid-vb4fpcfCpn .mbr-section-subtitle {
  color: #b67a00;
}
.cid-vb4fpdb2gu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb4fpdb2gu .mbr-text {
  color: #767676;
}
.cid-vb4fpdb2gu .card-subtitle {
  margin: 0;
}
.cid-vb4fpdb2gu .link {
  margin: 0;
}
.cid-vb4fpdb2gu .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vb4fpdb2gu .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-vb4fpdb2gu img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-vb4fpdb2gu .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-vb4fpdb2gu .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-vb4fpdb2gu .card-img:hover:before {
  opacity: 0.4;
}
.cid-vb4fpdb2gu .card-img:hover img {
  transform: scale(1.05);
}
.cid-vb4fpdb2gu .row {
  justify-content: center;
}
.cid-vb4fpdb2gu .card {
  margin-bottom: 4rem;
}
.cid-vb4fpdb2gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4fpdb2gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4fpdb2gu .card-title,
.cid-vb4fpdb2gu .card-img {
  color: #b67a00;
}
.cid-vb4fpdb2gu .mbr-text,
.cid-vb4fpdb2gu .link {
  color: #ffffff;
}
.cid-vb4fpemiiP {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/metal-roofing-dallas-2026-1600x1200.jpg");
}
.cid-vb4fpemiiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4fpemiiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4fpemiiP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vb4fpemiiP .card {
    margin-bottom: 2rem!important;
  }
  .cid-vb4fpemiiP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb4fpemiiP .link-wrap {
    align-items: center;
  }
}
.cid-vb4fpemiiP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb4fpemiiP .card-title,
.cid-vb4fpemiiP .card-box {
  color: #b67a00;
}
.cid-vb4fpemiiP .mbr-text,
.cid-vb4fpemiiP .link-wrap,
.cid-vb4fpemiiP .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vb4fpfnol1 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vb4fpfnol1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4fpfnol1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4fpfnol1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vb4fpfnol1 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vb4fpfnol1 .mbr-text,
.cid-vb4fpfnol1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vb4fpfnol1 .mbr-section-title {
  color: #b67a00;
}
.cid-vb4fpghUro {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb4fpghUro .media-container-row .mbr-text {
  color: #b67a00;
}
.cid-vb4CwgIKP3 .nav-item:focus,
.cid-vb4CwgIKP3 .nav-link:focus {
  outline: none;
}
.cid-vb4CwgIKP3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-vb4CwgIKP3 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vb4CwgIKP3 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vb4CwgIKP3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb4CwgIKP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb4CwgIKP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vb4CwgIKP3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vb4CwgIKP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb4CwgIKP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb4CwgIKP3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vb4CwgIKP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb4CwgIKP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vb4CwgIKP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vb4CwgIKP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb4CwgIKP3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb4CwgIKP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb4CwgIKP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb4CwgIKP3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb4CwgIKP3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vb4CwgIKP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb4CwgIKP3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vb4CwgIKP3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vb4CwgIKP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vb4CwgIKP3 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vb4CwgIKP3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vb4CwgIKP3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb4CwgIKP3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb4CwgIKP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb4CwgIKP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb4CwgIKP3 .dropdown-item.active,
.cid-vb4CwgIKP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vb4CwgIKP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb4CwgIKP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb4CwgIKP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb4CwgIKP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vb4CwgIKP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb4CwgIKP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb4CwgIKP3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb4CwgIKP3 .navbar-buttons {
  text-align: center;
}
.cid-vb4CwgIKP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb4CwgIKP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b67a00;
}
.cid-vb4CwgIKP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vb4CwgIKP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vb4CwgIKP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vb4CwgIKP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vb4CwgIKP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb4CwgIKP3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vb4CwgIKP3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vb4CwgIKP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vb4CwgIKP3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vb4CwgIKP3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vb4CwgIKP3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vb4CwgIKP3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vb4CwgIKP3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vb4CwgIKP3 .nav-link:hover,
.cid-vb4CwgIKP3 .dropdown-item:hover,
.cid-vb4CwgIKP3 .icons-menu .mbr-iconfont:hover {
  color: #f8c244 !important;
}
.cid-vb4Cwj2Yjq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-vb4Cwj2Yjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4Cwj2Yjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4Cwj2Yjq .content-wrap {
  margin: 0 -20px;
}
.cid-vb4Cwj2Yjq .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb4Cwj2Yjq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb4Cwj2Yjq .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vb4Cwj2Yjq .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vb4Cwj2Yjq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb4Cwj2Yjq .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vb4Cwj2Yjq .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb4Cwj2Yjq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vb4Cwj2Yjq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vb4Cwj2Yjq .embla__slide .slide-content {
  width: 100%;
}
.cid-vb4Cwj2Yjq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vb4Cwj2Yjq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vb4Cwj2Yjq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vb4Cwj2Yjq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vb4Cwj2Yjq .embla__button--next,
.cid-vb4Cwj2Yjq .embla__button--prev {
  display: flex;
}
.cid-vb4Cwj2Yjq .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vb4Cwj2Yjq .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vb4Cwj2Yjq .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vb4Cwj2Yjq .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vb4Cwj2Yjq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vb4Cwj2Yjq .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vb4Cwj2Yjq .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vb4Cwj2Yjq .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vb4Cwj2Yjq .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb4Cwj2Yjq .embla__viewport {
    padding: 0;
  }
}
.cid-vb4Cwj2Yjq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vb4Cwj2Yjq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vb4Cwj2Yjq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vb4Cwj2Yjq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb4Cwj2Yjq .mbr-label {
  color: #f8c244;
}
.cid-vb4Cwj2Yjq .mbr-section-title {
  color: #ffffff;
}
.cid-vb4Cwj2Yjq .mbr-text {
  color: #ffffff;
}
.cid-vb4Cwj2Yjq .mbr-section-title,
.cid-vb4Cwj2Yjq .mbr-section-btn {
  color: #b67a00;
}
.cid-vb4Cwj2Yjq .mbr-text,
.cid-vb4Cwj2Yjq .text-wrapper {
  text-align: justify;
}
.cid-vb4Cwko1IH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb4Cwko1IH .mbr-text,
.cid-vb4Cwko1IH .mbr-section-btn {
  text-align: center;
}
.cid-vb4Cwko1IH H1 {
  color: #f8c244;
}
.cid-vb4Cwko1IH H2 {
  color: #b67a00;
}
.cid-vb4Cwlt3I5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vb4Cwlt3I5 h2 {
  text-align: center;
}
.cid-vb4Cwlt3I5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vb4Cwlt3I5 p {
  color: #767676;
}
.cid-vb4Cwlt3I5 img {
  object-fit: cover;
}
.cid-vb4Cwlt3I5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vb4Cwlt3I5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vb4Cwlt3I5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vb4Cwlt3I5 .mbr-section-subtitle {
  color: #767676;
}
.cid-vb4Cwlt3I5 .card-title {
  font-weight: 500;
}
.cid-vb4Cwlt3I5 .card-img {
  text-align: center;
}
.cid-vb4Cwlt3I5 .card-img span {
  font-size: 48px;
  color: #b67a00;
}
@media (min-width: 992px) {
  .cid-vb4Cwlt3I5 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vb4Cwlt3I5 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb4Cwlt3I5 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vb4Cwlt3I5 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vb4Cwlt3I5 .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-vb4Cwlt3I5 .mbr-section-text {
  color: #ffffff;
  text-align: center;
}
.cid-vb4CwmXfrk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb4CwmXfrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4CwmXfrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4CwmXfrk .mbr-section-title {
  color: #b67a00;
}
.cid-vb4CwmXfrk .mbr-section-subtitle {
  color: #b67a00;
}
.cid-vb4Cwo1HJM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb4Cwo1HJM .mbr-text {
  color: #767676;
}
.cid-vb4Cwo1HJM .card-subtitle {
  margin: 0;
}
.cid-vb4Cwo1HJM .link {
  margin: 0;
}
.cid-vb4Cwo1HJM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vb4Cwo1HJM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-vb4Cwo1HJM img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-vb4Cwo1HJM .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-vb4Cwo1HJM .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-vb4Cwo1HJM .card-img:hover:before {
  opacity: 0.4;
}
.cid-vb4Cwo1HJM .card-img:hover img {
  transform: scale(1.05);
}
.cid-vb4Cwo1HJM .row {
  justify-content: center;
}
.cid-vb4Cwo1HJM .card {
  margin-bottom: 4rem;
}
.cid-vb4Cwo1HJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4Cwo1HJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4Cwo1HJM .card-title,
.cid-vb4Cwo1HJM .card-img {
  color: #b67a00;
}
.cid-vb4Cwo1HJM .mbr-text,
.cid-vb4Cwo1HJM .link {
  color: #ffffff;
}
.cid-vb4CwqaVm1 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/metal-roofing-dallas-2026-1600x1200.jpg");
}
.cid-vb4CwqaVm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4CwqaVm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4CwqaVm1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vb4CwqaVm1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-vb4CwqaVm1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb4CwqaVm1 .link-wrap {
    align-items: center;
  }
}
.cid-vb4CwqaVm1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb4CwqaVm1 .card-title,
.cid-vb4CwqaVm1 .card-box {
  color: #b67a00;
}
.cid-vb4CwqaVm1 .mbr-text,
.cid-vb4CwqaVm1 .link-wrap,
.cid-vb4CwqaVm1 .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vb4CwqV3jp {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vb4CwqV3jp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4CwqV3jp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4CwqV3jp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vb4CwqV3jp .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vb4CwqV3jp .mbr-text,
.cid-vb4CwqV3jp .mbr-section-btn {
  color: #ffffff;
}
.cid-vb4CwqV3jp .mbr-section-title {
  color: #b67a00;
}
.cid-vb4CwrGfwy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vb4CwrGfwy .media-container-row .mbr-text {
  color: #b67a00;
}
