@import url(https://fonts.googleapis.com/css?family=Anton:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f6b000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #1a1a1a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6b000 !important;
  border-color: #f6b000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #aa7900 !important;
  border-color: #aa7900 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa7900 !important;
  border-color: #aa7900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #906700;
  color: #906700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f6b000;
  border-color: #f6b000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6b000 !important;
  border-color: #f6b000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f6b000 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #1a1a1a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #1a1a1a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6b000;
  border-color: #f6b000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f6b000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeec3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccccc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f6b000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f6b000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f6b000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6b000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f6b000;
  border-bottom-color: #f6b000;
}
.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: #f6b000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23f6b000' %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.3;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spMUqw6Qb7 .modal-body .close {
  background: #1b1b1b;
}
.cid-spMUqw6Qb7 .modal-body .close span {
  font-style: normal;
}
.cid-spMUqw6Qb7 .carousel-inner > .active,
.cid-spMUqw6Qb7 .carousel-inner > .next,
.cid-spMUqw6Qb7 .carousel-inner > .prev {
  display: flex;
}
.cid-spMUqw6Qb7 .carousel-control .icon-next,
.cid-spMUqw6Qb7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spMUqw6Qb7 .carousel-control:hover {
  background: #1b1b1b;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMUqw6Qb7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spMUqw6Qb7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spMUqw6Qb7 .boxed-slider > div {
  position: relative;
}
.cid-spMUqw6Qb7 .container img {
  width: 100%;
}
.cid-spMUqw6Qb7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spMUqw6Qb7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spMUqw6Qb7 .mbr-table-cell {
  padding: 0;
}
.cid-spMUqw6Qb7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spMUqw6Qb7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spMUqw6Qb7 .mbr-overlay {
  z-index: 1;
}
.cid-spMUqw6Qb7 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spMUqw6Qb7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spMUqw6Qb7 .carousel-item.active.right,
.cid-spMUqw6Qb7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spMUqw6Qb7 .carousel-item.active.left,
.cid-spMUqw6Qb7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spMUqw6Qb7 .carousel-item.active,
.cid-spMUqw6Qb7 .carousel-item.next.left,
.cid-spMUqw6Qb7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spMUqw6Qb7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators li.active,
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators li::after,
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spMUqw6Qb7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spMUqw6Qb7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spMUqw6Qb7 .mbr-slider > .container img {
  width: 100%;
}
.cid-spMUqw6Qb7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spMUqw6Qb7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spMUqw6Qb7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spMUqw6Qb7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spMUqw6Qb7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spMUqw6Qb7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spMUqw6Qb7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spMUqw6Qb7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spMUqw6Qb7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spMUqw6Qb7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spMUqw6Qb7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spMUqw6Qb7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spMUqw6Qb7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spMUqw6Qb7 h2,
.cid-spMUqw6Qb7 h1,
.cid-spMUqw6Qb7 h3,
.cid-spMUqw6Qb7 p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-spMUqw6Qb7 b,
.cid-spMUqw6Qb7 strong {
  color: #f6b000;
}
.cid-spMUqw6Qb7 i,
.cid-spMUqw6Qb7 em {
  color: #f6b000;
  font-size: 2.5rem;
}
@media (max-width: 520px) {
  .cid-spMUqw6Qb7 b,
  .cid-spMUqw6Qb7 strong,
  .cid-spMUqw6Qb7 i,
  .cid-spMUqw6Qb7 em {
    font-size: 40px !important;
  }
  .cid-spMUqw6Qb7 h1 {
    font-size: 40px !important;
  }
  .cid-spMUqw6Qb7 h2 {
    font-size: 40px !important;
  }
  .cid-spMUqw6Qb7 p {
    font-size: 15px !important;
  }
  .cid-spMUqw6Qb7 h4 {
    font-size: 18px !important;
  }
}
.cid-spRnj02emk {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #efefef;
}
.cid-spRnj02emk .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spRnj02emk .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spRnj02emk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spRnj02emk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spRnj02emk .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-spRnj02emk .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-spRnj02emk .brown {
  color: #f6b000;
}
.cid-spRnj02emk .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spRnj02emk .paragraphs-wrapper .first-paragraph,
.cid-spRnj02emk .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-spRnj02emk .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-spRnj02emk .text-element {
    padding-top: 0;
  }
  .cid-spRnj02emk .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spRnj02emk .paragraphs-wrapper .first-paragraph,
  .cid-spRnj02emk .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-spRnj02emk .first-paragraph,
  .cid-spRnj02emk .second-paragraph {
    width: 50%;
  }
  .cid-spRnj02emk .first-paragraph {
    padding-right: .5rem;
  }
  .cid-spRnj02emk .second-paragraph {
    padding-left: .5rem;
  }
  .cid-spRnj02emk .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spRnj02emk .mbr-section-title,
  .cid-spRnj02emk .mbr-section-btn {
    text-align: left;
  }
}
.cid-spRnj02emk .mbr-text,
.cid-spRnj02emk .mbr-section-btn {
  color: #000000;
}
.cid-spRnj02emk .title,
.cid-spRnj02emk .mbr-section-title {
  color: #000000;
}
.cid-spRpfKrUx7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1a1a1a;
}
.cid-spRpfKrUx7 .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-spRpfKrUx7 .section-text {
  padding: 2rem 0;
}
.cid-spRpfKrUx7 .inner-container {
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-spRpfKrUx7 .inner-container {
    width: 100% !important;
  }
}
.cid-spRpfKrUx7 p {
  font-size: 1.1rem;
  font-family: rubik;
  font-color: #ffffff;
  line-height: 1.5rem;
}
.cid-spRpfKrUx7 b,
.cid-spRpfKrUx7 strong {
  font-color: #ffffff;
  line-height: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-spRrXJojST {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-spRrXJojST .card-img {
  background-color: #fff;
}
.cid-spRrXJojST .card {
  align-self: stretch;
}
.cid-spRrXJojST .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-spRrXJojST h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spRrXJojST p {
  text-align: left;
}
.cid-spRrXJojST .mbr-text {
  color: #000000;
}
.cid-spRrXJojST .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spRrXJojST .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spRrXJojST .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uzXeeCIv2l {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #282124;
}
.cid-uzXeeCIv2l .container {
  max-width: 1500px;
}
.cid-uzXeeCIv2l .row {
  background: #333333;
}
.cid-uzXeeCIv2l .img-col {
  padding: 0;
}
.cid-uzXeeCIv2l .title-col {
  padding: 2rem 4rem;
}
.cid-uzXeeCIv2l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzXeeCIv2l h2 {
  padding: 0;
  margin: 0;
  font-size: 2.3rem;
}
.cid-uzXeeCIv2l .text-wrap {
  margin: auto;
}
.cid-uzXeeCIv2l .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uzXeeCIv2l .row {
    margin: 2rem;
  }
  .cid-uzXeeCIv2l .title-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzXeeCIv2l .row {
    margin: 0rem;
  }
  .cid-uzXeeCIv2l .title-col {
    padding: 1rem 1rem;
  }
}
.cid-uzXeeCIv2l span.yellow {
  color: #f6b000;
  font-size: 1.2rem;
}
.cid-uajsdWKggb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uajsdWKggb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uajsdWKggb img:hover {
  transform: scale(1.1);
}
.cid-uajsdWKggb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uajsdWKggb h2 {
  padding: 0;
  margin: 0;
}
.cid-uajsdWKggb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uajsdWKggb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uajsdWKggb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uajsdWKggb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-uajsdWKggb .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-uajsdWKggb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uajsdWKggb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uajsdWKggb .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uajsdWKggb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uajsdWKggb H2 {
  color: #333333;
}
.cid-uajsdWKggb .mbr-text {
  color: #232323;
}
.cid-spRXL2t8f6 {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-clients-bg-1.jpg");
}
.cid-spRXL2t8f6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRXL2t8f6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spRXL2t8f6 .carousel-item .wrap-img {
  text-align: center;
}
.cid-spRXL2t8f6 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-spRXL2t8f6 .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-spRXL2t8f6 .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-spRXL2t8f6 .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-spRXL2t8f6 .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-spRXL2t8f6 .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-spRXL2t8f6 .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-spRXL2t8f6 .carousel-control:hover {
  background-color: #f6b000;
}
@media (max-width: 767px) {
  .cid-spRXL2t8f6 .carousel-control {
    display: none;
  }
  .cid-spRXL2t8f6 .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-spRXL2t8f6 .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-spRXL2t8f6 .cloneditem-1,
.cid-spRXL2t8f6 .cloneditem-2,
.cid-spRXL2t8f6 .cloneditem-3,
.cid-spRXL2t8f6 .cloneditem-4,
.cid-spRXL2t8f6 .cloneditem-5 {
  display: none;
}
.cid-spRXL2t8f6 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spRXL2t8f6 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides2 .cloneditem-1,
  .cid-spRXL2t8f6 .carousel-inner.slides2 .cloneditem-2,
  .cid-spRXL2t8f6 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides3 .cloneditem-1,
  .cid-spRXL2t8f6 .carousel-inner.slides3 .cloneditem-2,
  .cid-spRXL2t8f6 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides4 .cloneditem-1,
  .cid-spRXL2t8f6 .carousel-inner.slides4 .cloneditem-2,
  .cid-spRXL2t8f6 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides5 .cloneditem-1,
  .cid-spRXL2t8f6 .carousel-inner.slides5 .cloneditem-2,
  .cid-spRXL2t8f6 .carousel-inner.slides5 .cloneditem-3,
  .cid-spRXL2t8f6 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spRXL2t8f6 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spRXL2t8f6 .carousel-inner.slides6 .cloneditem-1,
  .cid-spRXL2t8f6 .carousel-inner.slides6 .cloneditem-2,
  .cid-spRXL2t8f6 .carousel-inner.slides6 .cloneditem-3,
  .cid-spRXL2t8f6 .carousel-inner.slides6 .cloneditem-4,
  .cid-spRXL2t8f6 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-spRXL2t8f6 .mbr-section-title {
  margin: 0;
}
.cid-spRXL2t8f6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-spRXL2t8f6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #f6b000;
  display: inline-block;
}
.cid-spRXL2t8f6 .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spRXL2t8f6 .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-spRXL2t8f6 .carousel-control-prev {
    left: 15px !important;
  }
  .cid-spRXL2t8f6 .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-spRXL2t8f6 .carousel-control-next {
    right: 15px !important;
  }
  .cid-spRXL2t8f6 .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-spRXL2t8f6 .mbr-section-title,
.cid-spRXL2t8f6 .underline {
  color: #ffffff;
}
.cid-spRXL2t8f6 .mbr-section-subtitle {
  color: #f6b000;
}
.cid-sq9FfYvrcw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9FfYvrcw .mbr-section-subtitle {
  color: #000000;
}
.cid-sq9FfYvrcw i,
.cid-sq9FfYvrcw em {
  color: #1a1a1a;
  font-size: 2rem;
  line-height: 1.5rem;
}
.cid-sq9FfYvrcw H2 {
  color: #1a1a1a;
}
.cid-spRXHRyT4y {
  padding-top: 15px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-spRXHRyT4y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRXHRyT4y .carousel-item.active,
.cid-spRXHRyT4y .carousel-item-next,
.cid-spRXHRyT4y .carousel-item-prev {
  display: flex;
}
.cid-spRXHRyT4y .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-spRXHRyT4y .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-spRXHRyT4y .carousel-controls a:hover span {
  opacity: 1;
}
.cid-spRXHRyT4y .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0);
}
.cid-spRXHRyT4y .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-spRXHRyT4y .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-spRXHRyT4y .user_text {
  color: #767676;
}
.cid-spRXHRyT4y .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-spRXHRyT4y .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-spRXHRyT4y .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-spRXQO6xlo {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-spRXQO6xlo .content {
    text-align: center;
  }
  .cid-spRXQO6xlo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spRXQO6xlo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spRXQO6xlo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spRXQO6xlo .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-spRXQO6xlo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spRXQO6xlo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-spRXQO6xlo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spRXQO6xlo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spRXQO6xlo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spRXQO6xlo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spRXQO6xlo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spRXQO6xlo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spRXQO6xlo b,
.cid-spRXQO6xlo strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-spRXQO6xlo .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-spRXQO6xlo img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-spRXQO6xlo img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-dFLWH9mZNJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-about-us-2-2000x600.jpg");
}
.cid-dFLWH9mZNJ P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-dFLWH9mZNJ H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
}
.cid-dFLWH9mZNJ .mbr-text,
.cid-dFLWH9mZNJ .mbr-section-btn {
  color: #efefef;
}
.cid-dFLWH9mZNJ H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 600;
}
.cid-dFLWH9mZNJ .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-dFLWH9mZNJ {
    padding-top: 5px;
  }
  .cid-dFLWH9mZNJ b,
  .cid-dFLWH9mZNJ strong,
  .cid-dFLWH9mZNJ i,
  .cid-dFLWH9mZNJ em {
    font-size: 40px !important;
  }
  .cid-dFLWH9mZNJ h1 {
    font-size: 40px !important;
  }
  .cid-dFLWH9mZNJ p {
    font-size: 15px !important;
  }
  .cid-dFLWH9mZNJ h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spX4ffAQgx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spX4ffAQgx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spX4ffAQgx hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-spX4ffAQgx H2 {
  text-align: left;
}
.cid-sq9POsKDrq {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sq9POsKDrq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sq9POsKDrq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sq9POsKDrq .mbr-text {
  color: #000000;
}
.cid-sq9LefLuDu {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sq9LefLuDu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sq9LefLuDu i,
.cid-sq9LefLuDu em {
  color: #1a1a1a;
}
.cid-uUZ0e1tlPu {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0e1tlPu .content {
    text-align: center;
  }
  .cid-uUZ0e1tlPu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0e1tlPu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0e1tlPu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0e1tlPu .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0e1tlPu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0e1tlPu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0e1tlPu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0e1tlPu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0e1tlPu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0e1tlPu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0e1tlPu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0e1tlPu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0e1tlPu b,
.cid-uUZ0e1tlPu strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0e1tlPu .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0e1tlPu img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0e1tlPu img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spXnfBbKp5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-line-striping-banner-1-2000x600.jpg");
}
.cid-spXnfBbKp5 P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-spXnfBbKp5 H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-spXnfBbKp5 .mbr-text,
.cid-spXnfBbKp5 .mbr-section-btn {
  color: #efefef;
}
.cid-spXnfBbKp5 H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-spXnfBbKp5 .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-spXnfBbKp5 {
    padding-top: 5px;
  }
  .cid-spXnfBbKp5 b,
  .cid-spXnfBbKp5 strong,
  .cid-spXnfBbKp5 i,
  .cid-spXnfBbKp5 em {
    font-size: 40px !important;
  }
  .cid-spXnfBbKp5 h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-spXnfBbKp5 p {
    font-size: 15px !important;
  }
  .cid-spXnfBbKp5 h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spXnfFW4eY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spXnfFW4eY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spXnfFW4eY hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-spXnfFW4eY H2 {
  text-align: left;
}
.cid-spXnfFW4eY span {
  color: #f6b000;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-sqrbgHQAzo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-line-striping-bg-2000x800.jpg");
}
.cid-sqrbgHQAzo ul,
.cid-sqrbgHQAzo li {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 400;
}
.cid-sqrbgHQAzo H2 {
  color: #f6b000;
  text-shadow: 2px 2px 2px #000000;
  text-indent: 18px;
  font-size: 2.2rem;
}
.cid-sqr8dNJVod {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sqr8dNJVod .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sqr8dNJVod hr {
  margin: 1rem 0;
  border-color: #f6cd27;
  opacity: .80;
}
.cid-sqr8dNJVod H2 {
  text-align: left;
}
.cid-sqr8dNJVod span {
  color: #f6b000;
  font-size: 1.3rem;
}
.cid-uUZ0hRQ1wL {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0hRQ1wL .content {
    text-align: center;
  }
  .cid-uUZ0hRQ1wL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0hRQ1wL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0hRQ1wL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0hRQ1wL .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0hRQ1wL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0hRQ1wL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0hRQ1wL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0hRQ1wL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0hRQ1wL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0hRQ1wL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0hRQ1wL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0hRQ1wL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0hRQ1wL b,
.cid-uUZ0hRQ1wL strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0hRQ1wL .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0hRQ1wL img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0hRQ1wL img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spXrlnSCW1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-warehouse-line-striping-2000x600.jpg");
}
.cid-spXrlnSCW1 P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-spXrlnSCW1 H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-spXrlnSCW1 .mbr-text,
.cid-spXrlnSCW1 .mbr-section-btn {
  color: #efefef;
}
.cid-spXrlnSCW1 H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-spXrlnSCW1 .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-spXrlnSCW1 {
    padding-top: 5px;
  }
  .cid-spXrlnSCW1 b,
  .cid-spXrlnSCW1 strong,
  .cid-spXrlnSCW1 i,
  .cid-spXrlnSCW1 em {
    font-size: 40px !important;
  }
  .cid-spXrlnSCW1 h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-spXrlnSCW1 p {
    font-size: 15px !important;
  }
  .cid-spXrlnSCW1 h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spXrlraWkr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spXrlraWkr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spXrlraWkr hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-spXrlraWkr H2 {
  text-align: left;
}
.cid-sqrFBlHug1 {
  background-color: #000000;
}
.cid-sqrFBlHug1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sqrFBlHug1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sqrFBlHug1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqrFBlHug1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sqrFBlHug1 .image-element {
    padding-left: 0;
  }
}
.cid-sqrFBlHug1 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sqrFBlHug1 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sqrFBlHug1 .brown {
  color: #f6b000;
}
.cid-sqrFBlHug1 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqrFBlHug1 .paragraphs-wrapper .first-paragraph,
.cid-sqrFBlHug1 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sqrFBlHug1 .image-element {
    padding-top: 1rem;
  }
  .cid-sqrFBlHug1 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqrFBlHug1 .paragraphs-wrapper .first-paragraph,
  .cid-sqrFBlHug1 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sqrFBlHug1 .first-paragraph,
  .cid-sqrFBlHug1 .second-paragraph {
    width: 50%;
  }
  .cid-sqrFBlHug1 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sqrFBlHug1 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sqrFBlHug1 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sqrFBlHug1 .mbr-section-title,
  .cid-sqrFBlHug1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sqrFBlHug1 .mbr-text,
.cid-sqrFBlHug1 .mbr-section-btn {
  color: cccccc;
  font-size: 1.4rem;
}
.cid-sqrFBlHug1 .spacr {
  margin-top: 60px;
}
@media (max-width: 520px) {
  .cid-sqrFBlHug1 ul {
    text-align: left;
    font-size: 16px !important;
  }
}
.cid-sqrIzkQP65 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sqrIzkQP65 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sqrIzkQP65 hr {
  margin: 1rem 0;
  border-color: #f6cd27;
  opacity: .80;
}
.cid-sqrIzkQP65 H2 {
  text-align: left;
}
.cid-sqrIzkQP65 span {
  color: #f6b000;
  font-size: 1.3rem;
}
.cid-uUZ0ofbhyC {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0ofbhyC .content {
    text-align: center;
  }
  .cid-uUZ0ofbhyC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0ofbhyC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0ofbhyC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0ofbhyC .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0ofbhyC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0ofbhyC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0ofbhyC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0ofbhyC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0ofbhyC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0ofbhyC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0ofbhyC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0ofbhyC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0ofbhyC b,
.cid-uUZ0ofbhyC strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0ofbhyC .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0ofbhyC img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0ofbhyC img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spXO3eNXhx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-pavement-markings2-2000x600.jpg");
}
.cid-spXO3eNXhx P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-spXO3eNXhx H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-spXO3eNXhx .mbr-text,
.cid-spXO3eNXhx .mbr-section-btn {
  color: #efefef;
}
.cid-spXO3eNXhx H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-spXO3eNXhx .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-spXO3eNXhx {
    padding-top: 5px;
  }
  .cid-spXO3eNXhx b,
  .cid-spXO3eNXhx strong,
  .cid-spXO3eNXhx i,
  .cid-spXO3eNXhx em {
    font-size: 40px !important;
  }
  .cid-spXO3eNXhx h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-spXO3eNXhx p {
    font-size: 15px !important;
  }
  .cid-spXO3eNXhx h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spXO3iqcwf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spXO3iqcwf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spXO3iqcwf hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-spXO3iqcwf H2 {
  text-align: left;
}
.cid-sqryyt4KV4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sqryyt4KV4 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqryyt4KV4 img:hover {
  transform: scale(1.1);
}
.cid-sqryyt4KV4 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqryyt4KV4 h2 {
  padding: 0;
  margin: 0;
  color: #1a1a1a;
}
.cid-sqryyt4KV4 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqryyt4KV4 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqryyt4KV4 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqryyt4KV4 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqryyt4KV4 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqryyt4KV4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sqryyt4KV4 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqryyt4KV4 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqryyt4KV4 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqryyt4KV4 .mbr-text {
  color: #000000;
  font-size: 1.4rem;
}
.cid-sqryyt4KV4 hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .95;
}
.cid-sqryyt4KV4 ul {
  text-align: left;
}
@media (max-width: 520px) {
  .cid-sqryyt4KV4 ul {
    text-align: left;
    font-size: 16px !important;
  }
}
.cid-sqriUfzJso {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sqriUfzJso .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sqriUfzJso hr {
  margin: 1rem 0;
  border-color: #f6cd27;
  opacity: .80;
}
.cid-sqriUfzJso H2 {
  text-align: left;
}
.cid-sqriUfzJso span {
  color: #f6b000;
  font-size: 1.3rem;
}
.cid-uUZ0kZEffx {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0kZEffx .content {
    text-align: center;
  }
  .cid-uUZ0kZEffx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0kZEffx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0kZEffx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0kZEffx .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0kZEffx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0kZEffx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0kZEffx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0kZEffx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0kZEffx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0kZEffx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0kZEffx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0kZEffx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0kZEffx b,
.cid-uUZ0kZEffx strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0kZEffx .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0kZEffx img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0kZEffx img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spXWStuDxs {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-hero-crack-sealing-service-banner-2000x600.jpg");
}
.cid-spXWStuDxs P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-spXWStuDxs H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-spXWStuDxs .mbr-text,
.cid-spXWStuDxs .mbr-section-btn {
  color: #efefef;
}
.cid-spXWStuDxs H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-spXWStuDxs .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-spXWStuDxs {
    padding-top: 5px;
  }
  .cid-spXWStuDxs b,
  .cid-spXWStuDxs strong,
  .cid-spXWStuDxs i,
  .cid-spXWStuDxs em {
    font-size: 40px !important;
  }
  .cid-spXWStuDxs h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-spXWStuDxs p {
    font-size: 15px !important;
  }
  .cid-spXWStuDxs h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spXWSxrxcr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spXWSxrxcr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spXWSxrxcr hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-spXWSxrxcr H2 {
  text-align: left;
}
.cid-sqvLUndG68 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqvLUndG68 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sqvLUndG68 .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sqvLUndG68 .btn {
  margin: 0px !important;
}
.cid-sqvLUndG68 .second-col {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.cid-sqvLUndG68 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqvLUndG68 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sqvLUndG68 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sqvLUndG68 .carousel-item .wrap-img img {
  max-height: 500px;
  width: auto;
  max-width: 100%;
}
.cid-sqvLUndG68 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sqvLUndG68 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sqvLUndG68 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sqvLUndG68 .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sqvLUndG68 .second-col {
    padding-top: 2rem;
  }
  .cid-sqvLUndG68 li {
    text-align: left;
  }
}
.cid-sqvLUndG68 h2 {
  font-size: 2rem;
  text-indent: 15px;
}
.cid-sqvOlQBDDD {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sqvOlQBDDD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sqvOlQBDDD hr {
  margin: 1rem 0;
  border-color: #f6cd27;
  opacity: .80;
}
.cid-sqvOlQBDDD H2 {
  text-align: left;
}
.cid-sqvOlQBDDD span {
  color: #f6b000;
  font-size: 1.3rem;
}
.cid-uUZ0zAN9e7 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0zAN9e7 .content {
    text-align: center;
  }
  .cid-uUZ0zAN9e7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0zAN9e7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0zAN9e7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0zAN9e7 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0zAN9e7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0zAN9e7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0zAN9e7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0zAN9e7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0zAN9e7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0zAN9e7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0zAN9e7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0zAN9e7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0zAN9e7 b,
.cid-uUZ0zAN9e7 strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0zAN9e7 .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0zAN9e7 img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0zAN9e7 img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-spY12bAeyw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-our-work-2000x600.jpg");
}
.cid-spY12bAeyw P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-spY12bAeyw H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-spY12bAeyw .mbr-text,
.cid-spY12bAeyw .mbr-section-btn {
  color: #efefef;
}
.cid-spY12bAeyw H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-spY12bAeyw .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-spY12bAeyw {
    padding-top: 5px;
  }
  .cid-spY12bAeyw b,
  .cid-spY12bAeyw strong,
  .cid-spY12bAeyw i,
  .cid-spY12bAeyw em {
    font-size: 25px !important;
  }
  .cid-spY12bAeyw h1 {
    font-size: 30px !important;
    text-align: center;
  }
  .cid-spY12bAeyw p {
    font-size: 15px !important;
  }
  .cid-spY12bAeyw h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .cid-spY12bAeyw {
    padding-top: 5px;
  }
  .cid-spY12bAeyw b,
  .cid-spY12bAeyw strong,
  .cid-spY12bAeyw i,
  .cid-spY12bAeyw em {
    font-size: 40px !important;
  }
  .cid-spY12bAeyw h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-spY12bAeyw p {
    font-size: 15px !important;
  }
  .cid-spY12bAeyw h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-spY12fTusg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spY12fTusg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-spY12fTusg hr {
  margin: 1rem 0;
  border-color: #f6b000;
}
.cid-spY12fTusg H2 {
  text-align: left;
}
.cid-uajvCIHgMb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uajvCIHgMb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uajvCIHgMb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uajvCIHgMb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uajvCIHgMb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uajvCIHgMb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-uajvCIHgMb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uajvCIHgMb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uajvCIHgMb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uajvCIHgMb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6b000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-uajAQhvXGF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uajAQhvXGF .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uajAQhvXGF .section-text {
  padding: 2rem 0;
}
.cid-uajAQhvXGF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uajAQhvXGF .inner-container {
    width: 100% !important;
  }
}
.cid-uajAQhvXGF b,
.cid-uajAQhvXGF strong {
  color: #f6b000;
}
.cid-sq2W4FZ5A8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sq2W4FZ5A8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sq2W4FZ5A8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq2W4FZ5A8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq2W4FZ5A8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sq2W4FZ5A8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sq2W4FZ5A8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sq2W4FZ5A8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sq2W4FZ5A8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sq2W4FZ5A8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6b000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sq3EYmgkxW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sq3EYmgkxW .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sq3EYmgkxW .section-text {
  padding: 2rem 0;
}
.cid-sq3EYmgkxW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sq3EYmgkxW .inner-container {
    width: 100% !important;
  }
}
.cid-sq3EYmgkxW b,
.cid-sq3EYmgkxW strong {
  color: #f6b000;
}
.cid-sq3EWiP4Xt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sq3EWiP4Xt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sq3EWiP4Xt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3EWiP4Xt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq3EWiP4Xt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sq3EWiP4Xt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sq3EWiP4Xt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sq3EWiP4Xt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sq3EWiP4Xt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sq3EWiP4Xt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6b000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sqrLPY9HSg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sqrLPY9HSg .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqrLPY9HSg .section-text {
  padding: 2rem 0;
}
.cid-sqrLPY9HSg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sqrLPY9HSg .inner-container {
    width: 100% !important;
  }
}
.cid-sqrLPY9HSg b,
.cid-sqrLPY9HSg strong {
  color: #f6b000;
}
.cid-sqrMjG00HC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sqrMjG00HC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqrMjG00HC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqrMjG00HC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqrMjG00HC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqrMjG00HC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sqrMjG00HC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqrMjG00HC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqrMjG00HC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqrMjG00HC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6b000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sqNzi6K3uX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
.cid-sqNzi6K3uX .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqNzi6K3uX .section-text {
  padding: 2rem 0;
}
.cid-sqNzi6K3uX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sqNzi6K3uX .inner-container {
    width: 100% !important;
  }
}
.cid-sqNzi6K3uX b,
.cid-sqNzi6K3uX strong {
  color: #f6b000;
}
.cid-sqNzvhAORU {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sqNzvhAORU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqNzvhAORU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqNzvhAORU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqNzvhAORU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqNzvhAORU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-sqNzvhAORU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqNzvhAORU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqNzvhAORU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqNzvhAORU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6b000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6b000, #000000) !important;
}
.cid-uUZ0GxuN9B {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0GxuN9B .content {
    text-align: center;
  }
  .cid-uUZ0GxuN9B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0GxuN9B .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0GxuN9B .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0GxuN9B .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0GxuN9B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0GxuN9B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0GxuN9B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0GxuN9B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0GxuN9B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0GxuN9B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0GxuN9B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0GxuN9B .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0GxuN9B b,
.cid-uUZ0GxuN9B strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0GxuN9B .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0GxuN9B img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0GxuN9B img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-sq2CMpos5J {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-line-striping-contact-2000x600.jpg");
}
.cid-sq2CMpos5J P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sq2CMpos5J H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-sq2CMpos5J .mbr-text,
.cid-sq2CMpos5J .mbr-section-btn {
  color: #efefef;
}
.cid-sq2CMpos5J H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-sq2CMpos5J .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-sq2CMpos5J {
    padding-top: 5px;
  }
  .cid-sq2CMpos5J b,
  .cid-sq2CMpos5J strong,
  .cid-sq2CMpos5J i,
  .cid-sq2CMpos5J em {
    font-size: 40px !important;
  }
  .cid-sq2CMpos5J h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-sq2CMpos5J p {
    font-size: 15px !important;
  }
  .cid-sq2CMpos5J h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-sq2CMreMuN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq2CMreMuN .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sq2CMreMuN hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-sq2CMreMuN H2 {
  text-align: left;
}
.cid-sqNMuKICfS {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqNMuKICfS div.b {
  padding-top: 2rem;
}
.cid-sqNMuKICfS .mbr-text {
  color: #1a1a1a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sqNMuKICfS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sqNMuKICfS .google-map {
  height: 31rem;
  position: relative;
}
.cid-sqNMuKICfS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqNMuKICfS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqNMuKICfS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqNMuKICfS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqNMuKICfS div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sqNMuKICfS div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sqNOdw24u4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a1a1a;
}
.cid-sqNOdw24u4 .line {
  background-color: #f6b000;
  color: #f6b000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqNOdw24u4 .section-text {
  padding: 2rem 0;
}
.cid-sqNOdw24u4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sqNOdw24u4 .inner-container {
    width: 100% !important;
  }
}
.cid-sqNOdw24u4 b,
.cid-sqNOdw24u4 strong {
  color: #f6b000;
}
#RS5STARContactForm-1f #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-1f h3 {
  font-size: 46px;
}
#RS5STARContactForm-1f small {
  font-size: 26px;
}
#RS5STARContactForm-1f .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1f .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1f .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1f .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1f .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-1f #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-1f #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1f #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-1f #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-1f #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-1f #sendbutton {
  text-align: left;
}
#RS5STARContactForm-1f .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-1f .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1f .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1f .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1f .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1f .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-1f #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1f #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1f #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1f #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1f #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-1f #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-1f #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-1f #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-1f #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-1f #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-1f #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1f #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1f #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1f #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1f #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1f #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-uUZ0MD7Ez7 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0MD7Ez7 .content {
    text-align: center;
  }
  .cid-uUZ0MD7Ez7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0MD7Ez7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0MD7Ez7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0MD7Ez7 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0MD7Ez7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0MD7Ez7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0MD7Ez7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0MD7Ez7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0MD7Ez7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0MD7Ez7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0MD7Ez7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0MD7Ez7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0MD7Ez7 b,
.cid-uUZ0MD7Ez7 strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0MD7Ez7 .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0MD7Ez7 img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0MD7Ez7 img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-sq2No0tBHZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-success-1-2000x600.jpg");
}
.cid-sq2No0tBHZ P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sq2No0tBHZ H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-sq2No0tBHZ .mbr-text,
.cid-sq2No0tBHZ .mbr-section-btn {
  color: #efefef;
}
.cid-sq2No0tBHZ H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-sq2No0tBHZ .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-sq2No0tBHZ {
    padding-top: 5px;
  }
  .cid-sq2No0tBHZ b,
  .cid-sq2No0tBHZ strong,
  .cid-sq2No0tBHZ i,
  .cid-sq2No0tBHZ em {
    font-size: 40px !important;
  }
  .cid-sq2No0tBHZ h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-sq2No0tBHZ p {
    font-size: 15px !important;
  }
  .cid-sq2No0tBHZ h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-sq2No3I2tI {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sq2No3I2tI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sq2No3I2tI hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-sq2No3I2tI H2 {
  text-align: center;
}
.cid-sq2No3I2tI h3 {
  font-size: 2rem;
}
.cid-sq2RNv9r61 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sq2RNv9r61 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sq2RNv9r61 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq2RNv9r61 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq2RNv9r61 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sq2RNv9r61 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6cd27;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f6cd27, #000000) !important;
}
.cid-sq2RNv9r61 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sq2RNv9r61 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sq2RNv9r61 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sq2RNv9r61 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f6cd27 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f6cd27, #000000) !important;
}
.cid-uUZ0SrHD1y {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0SrHD1y .content {
    text-align: center;
  }
  .cid-uUZ0SrHD1y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0SrHD1y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0SrHD1y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0SrHD1y .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0SrHD1y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0SrHD1y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0SrHD1y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0SrHD1y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0SrHD1y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0SrHD1y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0SrHD1y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0SrHD1y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0SrHD1y b,
.cid-uUZ0SrHD1y strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0SrHD1y .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0SrHD1y img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0SrHD1y img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-sq2JYLYqAP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-linestriping-1-2000x600.jpg");
}
.cid-sq2JYLYqAP P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sq2JYLYqAP H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-sq2JYLYqAP .mbr-text,
.cid-sq2JYLYqAP .mbr-section-btn {
  color: #efefef;
}
.cid-sq2JYLYqAP H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-sq2JYLYqAP .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-sq2JYLYqAP {
    padding-top: 5px;
  }
  .cid-sq2JYLYqAP b,
  .cid-sq2JYLYqAP strong,
  .cid-sq2JYLYqAP i,
  .cid-sq2JYLYqAP em {
    font-size: 40px !important;
  }
  .cid-sq2JYLYqAP h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-sq2JYLYqAP p {
    font-size: 15px !important;
  }
  .cid-sq2JYLYqAP h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-sq2JYOJdpi {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sq2JYOJdpi .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sq2JYOJdpi hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-sq2JYOJdpi H2 {
  text-align: left;
}
.cid-uUZ0PBTgtW {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0PBTgtW .content {
    text-align: center;
  }
  .cid-uUZ0PBTgtW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0PBTgtW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0PBTgtW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0PBTgtW .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0PBTgtW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0PBTgtW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0PBTgtW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0PBTgtW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0PBTgtW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0PBTgtW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0PBTgtW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0PBTgtW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0PBTgtW b,
.cid-uUZ0PBTgtW strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0PBTgtW .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0PBTgtW img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0PBTgtW img {
    width: 100% !important;
  }
}
.cid-sq9Wu7nMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-sq9Wu7nMO3 b,
.cid-sq9Wu7nMO3 strong {
  color: #1a1a1a;
}
.cid-sq9Wu7nMO3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-uzXiZD4ZSA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-sdvosb-banner-2-2000x600.jpg");
}
.cid-uzXiZD4ZSA P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uzXiZD4ZSA H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-uzXiZD4ZSA .mbr-text,
.cid-uzXiZD4ZSA .mbr-section-btn {
  color: #efefef;
}
.cid-uzXiZD4ZSA H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-uzXiZD4ZSA .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-uzXiZD4ZSA {
    padding-top: 5px;
  }
  .cid-uzXiZD4ZSA b,
  .cid-uzXiZD4ZSA strong,
  .cid-uzXiZD4ZSA i,
  .cid-uzXiZD4ZSA em {
    font-size: 40px !important;
  }
  .cid-uzXiZD4ZSA h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-uzXiZD4ZSA p {
    font-size: 15px !important;
  }
  .cid-uzXiZD4ZSA h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-uzXiZDRfOm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uzXiZDRfOm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uzXiZDRfOm hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-uzXiZDRfOm H2 {
  text-align: left;
  font-size: 2.2rem;
}
.cid-uzXiZEtoQK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-uzXiZEtoQK img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uzXiZEtoQK img:hover {
  transform: scale(1.1);
}
.cid-uzXiZEtoQK .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uzXiZEtoQK h2 {
  padding: 0;
  margin: 0;
  color: #1a1a1a;
}
.cid-uzXiZEtoQK .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzXiZEtoQK .text-col {
  max-width: 850px;
  margin: auto;
  padding: 3rem 3rem;
}
.cid-uzXiZEtoQK .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uzXiZEtoQK .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-uzXiZEtoQK .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-uzXiZEtoQK .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzXiZEtoQK .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzXiZEtoQK .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uzXiZEtoQK .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uzXiZEtoQK .mbr-text {
  color: #000000;
  font-size: 1.4rem;
}
.cid-uzXiZEtoQK hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .95;
}
.cid-uzXiZEtoQK ul {
  text-align: left;
}
@media (max-width: 520px) {
  .cid-uzXiZEtoQK ul {
    text-align: left;
    font-size: 16px !important;
  }
}
.cid-uzXiZEtoQK h3 {
  font-size: 2.3rem;
}
.cid-uUZ0CKLPLo {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0CKLPLo .content {
    text-align: center;
  }
  .cid-uUZ0CKLPLo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0CKLPLo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0CKLPLo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0CKLPLo .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0CKLPLo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0CKLPLo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0CKLPLo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0CKLPLo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0CKLPLo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0CKLPLo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0CKLPLo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0CKLPLo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0CKLPLo b,
.cid-uUZ0CKLPLo strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0CKLPLo .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0CKLPLo img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0CKLPLo img {
    width: 100% !important;
  }
}
.cid-uzXiZGto1T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-uzXiZGto1T b,
.cid-uzXiZGto1T strong {
  color: #1a1a1a;
}
.cid-uzXiZGto1T .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUBZZ62hjL .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUBZZ62hjL .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL a {
  font-style: normal;
}
.cid-uUBZZ62hjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUBZZ62hjL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUBZZ62hjL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .content-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUBZZ62hjL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUBZZ62hjL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUBZZ62hjL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUBZZ62hjL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUBZZ62hjL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUBZZ62hjL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUBZZ62hjL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUBZZ62hjL .content-right-side {
  text-align: center;
}
.cid-uUBZZ62hjL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUBZZ62hjL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUBZZ62hjL .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUBZZ62hjL img {
    height: 5rem !important;
  }
  .cid-uUBZZ62hjL .btn {
    display: -webkit-flex;
  }
  .cid-uUBZZ62hjL button.navbar-toggler {
    display: block;
  }
  .cid-uUBZZ62hjL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUBZZ62hjL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing,
  .cid-uUBZZ62hjL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUBZZ62hjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUBZZ62hjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUBZZ62hjL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUBZZ62hjL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUBZZ62hjL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUBZZ62hjL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUBZZ62hjL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUBZZ62hjL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUBZZ62hjL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUBZZ62hjL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUBZZ62hjL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUBZZ62hjL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUBZZ62hjL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUBZZ62hjL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUBZZ62hjL .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUBZZ62hjL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUBZZ62hjL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUBZZ62hjL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUBZZ62hjL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUBZZ62hjL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUBZZ62hjL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUBZZ62hjL .navbar-toggler {
    display: none;
  }
  .cid-uUBZZ62hjL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUBZZ62hjL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUBZZ62hjL .menu-logo {
  margin-right: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUBZZ62hjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUBZZ62hjL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBZZ62hjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUBZZ62hjL .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUBZZ62hjL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUBZZ62hjL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUBZZ62hjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUBZZ62hjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBZZ62hjL button.navbar-toggler:focus {
  outline: none;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBZZ62hjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBZZ62hjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBZZ62hjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUBZZ62hjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUBZZ62hjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUBZZ62hjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUBZZ62hjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUBZZ62hjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUBZZ62hjL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUBZZ62hjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUBZZ62hjL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUBZZ62hjL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUBZZ62hjL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUBZZ62hjL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUBZZ62hjL .nav-link:focus {
  outline: none;
}
.cid-uUBZZ62hjL .navbar-toggler {
  position: relative;
}
.cid-uUBZZ62hjL .dropdown-item.active,
.cid-uUBZZ62hjL .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUBZZ62hjL .nav-link:hover,
.cid-uUBZZ62hjL .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUBZZ62hjL .widget-title,
.cid-uUBZZ62hjL .widget-icon {
  color: #ffffff;
}
.cid-uUBZZ62hjL .dropdown-item {
  color: #f6b000;
}
.cid-uUCrZVnAkw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-paving-banner-2000x600.jpg");
}
.cid-uUCrZVnAkw P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUCrZVnAkw H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-uUCrZVnAkw .mbr-text,
.cid-uUCrZVnAkw .mbr-section-btn {
  color: #efefef;
}
.cid-uUCrZVnAkw H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-uUCrZVnAkw .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-uUCrZVnAkw {
    padding-top: 5px;
  }
  .cid-uUCrZVnAkw b,
  .cid-uUCrZVnAkw strong,
  .cid-uUCrZVnAkw i,
  .cid-uUCrZVnAkw em {
    font-size: 40px !important;
  }
  .cid-uUCrZVnAkw h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-uUCrZVnAkw p {
    font-size: 15px !important;
  }
  .cid-uUCrZVnAkw h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-uUCrZWeNju {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUCrZWeNju .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUCrZWeNju hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-uUCrZWeNju H2 {
  text-align: left;
}
.cid-uUCrZWQxaE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUCrZWQxaE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-uUCrZWQxaE .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-uUCrZWQxaE .btn {
  margin: 0px !important;
}
.cid-uUCrZWQxaE .second-col {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.cid-uUCrZWQxaE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUCrZWQxaE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uUCrZWQxaE .carousel-item .wrap-img {
  text-align: center;
}
.cid-uUCrZWQxaE .carousel-item .wrap-img img {
  max-height: 500px;
  width: auto;
  max-width: 100%;
}
.cid-uUCrZWQxaE .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uUCrZWQxaE .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uUCrZWQxaE .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-uUCrZWQxaE .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUCrZWQxaE .second-col {
    padding-top: 2rem;
  }
  .cid-uUCrZWQxaE li {
    text-align: left;
  }
}
.cid-uUCrZWQxaE h2 {
  font-size: 2rem;
  text-indent: 15px;
}
.cid-uUCrZWQxaE hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-uUCrZYfFVQ {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUCrZYfFVQ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUCrZYfFVQ hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-uUCrZYfFVQ H2 {
  text-align: left;
  font-size: 2rem;
}
.cid-uUZ0r4kqer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0r4kqer .content {
    text-align: center;
  }
  .cid-uUZ0r4kqer .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0r4kqer .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0r4kqer .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0r4kqer .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0r4kqer .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0r4kqer .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0r4kqer .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0r4kqer .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0r4kqer .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0r4kqer .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0r4kqer .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0r4kqer .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0r4kqer b,
.cid-uUZ0r4kqer strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0r4kqer .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0r4kqer img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0r4kqer img {
    width: 100% !important;
  }
}
.cid-uUCs00ZeyN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-uUCs00ZeyN b,
.cid-uUCs00ZeyN strong {
  color: #1a1a1a;
}
.cid-uUCs00ZeyN .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUCs01zmqh .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUCs01zmqh .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUCs01zmqh a {
  font-style: normal;
}
.cid-uUCs01zmqh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUCs01zmqh .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUCs01zmqh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUCs01zmqh .content-text {
  margin-bottom: 0;
}
.cid-uUCs01zmqh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUCs01zmqh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUCs01zmqh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUCs01zmqh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUCs01zmqh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUCs01zmqh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUCs01zmqh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUCs01zmqh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUCs01zmqh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUCs01zmqh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUCs01zmqh .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUCs01zmqh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUCs01zmqh .content-right-side {
  text-align: center;
}
.cid-uUCs01zmqh .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUCs01zmqh .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUCs01zmqh .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUCs01zmqh .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUCs01zmqh .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUCs01zmqh .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUCs01zmqh img {
    height: 5rem !important;
  }
  .cid-uUCs01zmqh .btn {
    display: -webkit-flex;
  }
  .cid-uUCs01zmqh button.navbar-toggler {
    display: block;
  }
  .cid-uUCs01zmqh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUCs01zmqh .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUCs01zmqh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUCs01zmqh .navbar-collapse.collapsing,
  .cid-uUCs01zmqh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUCs01zmqh .navbar-collapse.collapsing .navbar-nav,
  .cid-uUCs01zmqh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUCs01zmqh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUCs01zmqh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUCs01zmqh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUCs01zmqh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUCs01zmqh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUCs01zmqh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUCs01zmqh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUCs01zmqh .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUCs01zmqh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUCs01zmqh .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUCs01zmqh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUCs01zmqh .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUCs01zmqh .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUCs01zmqh .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUCs01zmqh .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUCs01zmqh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUCs01zmqh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUCs01zmqh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUCs01zmqh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUCs01zmqh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCs01zmqh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUCs01zmqh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUCs01zmqh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUCs01zmqh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUCs01zmqh .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUCs01zmqh .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUCs01zmqh .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUCs01zmqh .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUCs01zmqh .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUCs01zmqh .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUCs01zmqh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUCs01zmqh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUCs01zmqh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUCs01zmqh .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUCs01zmqh .navbar-toggler {
    display: none;
  }
  .cid-uUCs01zmqh .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUCs01zmqh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCs01zmqh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUCs01zmqh .menu-logo {
  margin-right: auto;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUCs01zmqh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUCs01zmqh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUCs01zmqh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUCs01zmqh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCs01zmqh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUCs01zmqh .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUCs01zmqh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUCs01zmqh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUCs01zmqh .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUCs01zmqh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUCs01zmqh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUCs01zmqh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUCs01zmqh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUCs01zmqh .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUCs01zmqh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUCs01zmqh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCs01zmqh button.navbar-toggler:focus {
  outline: none;
}
.cid-uUCs01zmqh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUCs01zmqh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUCs01zmqh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCs01zmqh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCs01zmqh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUCs01zmqh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCs01zmqh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUCs01zmqh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUCs01zmqh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCs01zmqh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUCs01zmqh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUCs01zmqh .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse.collapsing,
.cid-uUCs01zmqh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUCs01zmqh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUCs01zmqh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUCs01zmqh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUCs01zmqh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUCs01zmqh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUCs01zmqh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUCs01zmqh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUCs01zmqh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUCs01zmqh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUCs01zmqh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUCs01zmqh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUCs01zmqh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUCs01zmqh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUCs01zmqh .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUCs01zmqh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUCs01zmqh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUCs01zmqh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUCs01zmqh .nav-link:focus {
  outline: none;
}
.cid-uUCs01zmqh .navbar-toggler {
  position: relative;
}
.cid-uUCs01zmqh .dropdown-item.active,
.cid-uUCs01zmqh .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUCs01zmqh .nav-link:hover,
.cid-uUCs01zmqh .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUCs01zmqh .widget-title,
.cid-uUCs01zmqh .widget-icon {
  color: #ffffff;
}
.cid-uUCs01zmqh .dropdown-item {
  color: #f6b000;
}
.cid-uUYT6pEi7X {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pinpoint-line-striping-and-marking-sealcoating-banner-2000x600.jpg");
}
.cid-uUYT6pEi7X P {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uUYT6pEi7X H1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 1px;
  text-align: left;
}
.cid-uUYT6pEi7X .mbr-text,
.cid-uUYT6pEi7X .mbr-section-btn {
  color: #efefef;
}
.cid-uUYT6pEi7X H3 {
  color: #f6b000;
  font-size: 2rem;
  font-weight: 400;
}
.cid-uUYT6pEi7X .spacr {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .cid-uUYT6pEi7X {
    padding-top: 5px;
  }
  .cid-uUYT6pEi7X b,
  .cid-uUYT6pEi7X strong,
  .cid-uUYT6pEi7X i,
  .cid-uUYT6pEi7X em {
    font-size: 40px !important;
  }
  .cid-uUYT6pEi7X h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .cid-uUYT6pEi7X p {
    font-size: 15px !important;
  }
  .cid-uUYT6pEi7X h3 {
    font-size: 25px !important;
    text-align: center;
  }
}
.cid-uUYT6rMP6a {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUYT6rMP6a .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUYT6rMP6a hr {
  margin: 1rem 0;
  border-color: #f6b000;
  opacity: .80;
}
.cid-uUYT6rMP6a H2 {
  text-align: left;
}
.cid-uUYT6sbhKo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUYT6sbhKo .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-uUYT6sbhKo .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uUYT6sbhKo .btn {
  margin: 0px !important;
}
.cid-uUYT6sbhKo .second-col {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.cid-uUYT6sbhKo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYT6sbhKo .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uUYT6sbhKo .carousel-item .wrap-img {
  text-align: center;
}
.cid-uUYT6sbhKo .carousel-item .wrap-img img {
  max-height: 500px;
  width: auto;
  max-width: 100%;
}
.cid-uUYT6sbhKo .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uUYT6sbhKo .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uUYT6sbhKo .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-uUYT6sbhKo .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUYT6sbhKo .second-col {
    padding-top: 2rem;
  }
  .cid-uUYT6sbhKo li {
    text-align: left;
  }
}
.cid-uUYT6sbhKo h2 {
  font-size: 2rem;
  text-indent: 15px;
}
.cid-uUYT6sJ1YF {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uUYT6sJ1YF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUYT6sJ1YF hr {
  margin: .5rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-uUYT6sJ1YF b,
.cid-uUYT6sJ1YF strong {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: Rubik;
}
.cid-uUYT6sJ1YF span {
  color: #000000;
  font-size: 1.3rem;
  font-family: Rubik;
}
.cid-uUZ0uOYgM0 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 8px solid #f6b000;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-uUZ0uOYgM0 .content {
    text-align: center;
  }
  .cid-uUZ0uOYgM0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ0uOYgM0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUZ0uOYgM0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUZ0uOYgM0 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uUZ0uOYgM0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUZ0uOYgM0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .40;
}
.cid-uUZ0uOYgM0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUZ0uOYgM0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUZ0uOYgM0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZ0uOYgM0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUZ0uOYgM0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZ0uOYgM0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZ0uOYgM0 b,
.cid-uUZ0uOYgM0 strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-uUZ0uOYgM0 .spacr {
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .cid-uUZ0uOYgM0 img {
    width: 90% !important;
  }
}
@media screen and (max-width: 320px) {
  .cid-uUZ0uOYgM0 img {
    width: 100% !important;
  }
}
.cid-uUYT6tLifb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6b000;
}
.cid-uUYT6tLifb b,
.cid-uUYT6tLifb strong {
  color: #1a1a1a;
}
.cid-uUYT6tLifb .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUYT6ucHfO .navbar {
  padding: 0.5rem 0;
  background: #1a1a1a;
  transition: none;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 8px solid #f6b000;
}
.cid-uUYT6ucHfO .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-uUYT6ucHfO a {
  font-style: normal;
}
.cid-uUYT6ucHfO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUYT6ucHfO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-uUYT6ucHfO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  color: #f6b000 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYT6ucHfO .content-text {
  margin-bottom: 0;
}
.cid-uUYT6ucHfO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUYT6ucHfO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f6b000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUYT6ucHfO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUYT6ucHfO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUYT6ucHfO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUYT6ucHfO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUYT6ucHfO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUYT6ucHfO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUYT6ucHfO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUYT6ucHfO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYT6ucHfO .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUYT6ucHfO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUYT6ucHfO .content-right-side {
  text-align: center;
}
.cid-uUYT6ucHfO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUYT6ucHfO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUYT6ucHfO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUYT6ucHfO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUYT6ucHfO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUYT6ucHfO .menu-bottom {
    justify-content: flex-end;
    background-color: #f6b000 !important;
  }
  .cid-uUYT6ucHfO img {
    height: 5rem !important;
  }
  .cid-uUYT6ucHfO .btn {
    display: -webkit-flex;
  }
  .cid-uUYT6ucHfO button.navbar-toggler {
    display: block;
  }
  .cid-uUYT6ucHfO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uUYT6ucHfO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUYT6ucHfO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUYT6ucHfO .navbar-collapse.collapsing,
  .cid-uUYT6ucHfO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUYT6ucHfO .navbar-collapse.collapsing .navbar-nav,
  .cid-uUYT6ucHfO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUYT6ucHfO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUYT6ucHfO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUYT6ucHfO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUYT6ucHfO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUYT6ucHfO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUYT6ucHfO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUYT6ucHfO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUYT6ucHfO .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uUYT6ucHfO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUYT6ucHfO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uUYT6ucHfO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-uUYT6ucHfO .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUYT6ucHfO .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUYT6ucHfO .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uUYT6ucHfO .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 40px);
  }
}
.cid-uUYT6ucHfO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUYT6ucHfO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUYT6ucHfO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUYT6ucHfO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uUYT6ucHfO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUYT6ucHfO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUYT6ucHfO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUYT6ucHfO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUYT6ucHfO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUYT6ucHfO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUYT6ucHfO .menu-bottom {
  display: flex;
  background-color: #f6b000 !important;
  color: #f6b000 !important;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUYT6ucHfO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUYT6ucHfO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUYT6ucHfO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUYT6ucHfO .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUYT6ucHfO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUYT6ucHfO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUYT6ucHfO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-uUYT6ucHfO .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUYT6ucHfO .navbar-toggler {
    display: none;
  }
  .cid-uUYT6ucHfO .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uUYT6ucHfO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUYT6ucHfO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUYT6ucHfO .menu-logo {
  margin-right: auto;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uUYT6ucHfO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUYT6ucHfO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUYT6ucHfO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUYT6ucHfO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUYT6ucHfO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUYT6ucHfO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYT6ucHfO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUYT6ucHfO .dropdown.open > .dropdown-menu {
  display: block;
  color: #f6b000 !important;
}
.cid-uUYT6ucHfO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUYT6ucHfO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uUYT6ucHfO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUYT6ucHfO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUYT6ucHfO .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-uUYT6ucHfO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUYT6ucHfO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUYT6ucHfO button.navbar-toggler:focus {
  outline: none;
}
.cid-uUYT6ucHfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6b000;
}
.cid-uUYT6ucHfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUYT6ucHfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUYT6ucHfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUYT6ucHfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUYT6ucHfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUYT6ucHfO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUYT6ucHfO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUYT6ucHfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUYT6ucHfO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUYT6ucHfO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUYT6ucHfO .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse.collapsing,
.cid-uUYT6ucHfO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUYT6ucHfO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUYT6ucHfO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUYT6ucHfO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUYT6ucHfO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUYT6ucHfO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUYT6ucHfO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1.5rem);
  }
  .cid-uUYT6ucHfO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUYT6ucHfO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUYT6ucHfO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uUYT6ucHfO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUYT6ucHfO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uUYT6ucHfO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUYT6ucHfO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUYT6ucHfO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uUYT6ucHfO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYT6ucHfO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUYT6ucHfO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUYT6ucHfO .nav-link:focus {
  outline: none;
}
.cid-uUYT6ucHfO .navbar-toggler {
  position: relative;
}
.cid-uUYT6ucHfO .dropdown-item.active,
.cid-uUYT6ucHfO .dropdown-item:active {
  background: #1a1a1a;
}
.cid-uUYT6ucHfO .nav-link:hover,
.cid-uUYT6ucHfO .dropdown-item:hover {
  color: #ffffff;
}
.cid-uUYT6ucHfO .widget-title,
.cid-uUYT6ucHfO .widget-icon {
  color: #ffffff;
}
.cid-uUYT6ucHfO .dropdown-item {
  color: #f6b000;
}
