body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.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.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #f4b902 !important;
}
.bg-success {
  background-color: #f4b902 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4b902 !important;
  border-color: #f4b902 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a87f01 !important;
  border-color: #a87f01 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a87f01 !important;
  border-color: #a87f01 !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: #f4b902 !important;
  border-color: #f4b902 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a87f01 !important;
  border-color: #a87f01 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a87f01 !important;
  border-color: #a87f01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #8f6c01;
  color: #8f6c01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f4b902;
  border-color: #f4b902;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f4b902 !important;
  border-color: #f4b902 !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: #8f6c01;
  color: #8f6c01;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f4b902;
  border-color: #f4b902;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4b902 !important;
  border-color: #f4b902 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #f4b902 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f4b902 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8f6c01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8f6c01 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #ffffff;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4b902;
  border-color: #f4b902;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f4b902;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff0c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff0c3;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f4b902;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #f4b902;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f4b902;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #f4b902;
  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: #f4b902;
  border-bottom-color: #f4b902;
}
.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: #f4b902 !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='%23f4b902' %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-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 80px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rN8slALPSc {
  display: flex;
  background-image: url("../../../assets/images/img-20191009-210313-175-2000x1500.jpg");
}
.cid-rN8slALPSc .mbr-overlay {
  background: #232323;
}
.cid-rN8slALPSc .mbr-section-title {
  margin: 0;
}
.cid-rN8slALPSc .mbr-text {
  color: #efefef;
}
.cid-rN8slALPSc .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rN8slALPSc .card-img {
  text-align: left;
}
.cid-rN8slALPSc .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rN8slALPSc .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8slALPSc .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8slALPSc .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rN8slALPSc .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rN8slALPSc .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rN8slALPSc .title-cont,
.cid-rN8slALPSc .mbr-section-title {
  text-align: center;
}
.cid-rN8slALPSc .card-box .mbr-text {
  text-align: left;
}
.cid-rN8slALPSc .mbr-section-subtitle,
.cid-rN8slALPSc .mbr-section-btn {
  text-align: center;
}
.cid-rNwn34Ols8 {
  padding-top: 40px;
  background-image: url("../../../assets/images/bend-gutters-1080x608.jpg");
}
.cid-rNwn34Ols8 .container {
  margin-bottom: 15%;
}
.cid-rNwn34Ols8 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNwn34Ols8 .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4b902;
}
.cid-rNwn34Ols8 .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rNwn34Ols8 .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rNwn34Ols8 .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rNwn34Ols8 .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rNwn34Ols8 .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rNwn34Ols8 .box-item-text,
.cid-rNwn34Ols8 .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNwn34Ols8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNwn34Ols8 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNwn34Ols8 .box-list li:last-child {
  border-bottom: none;
}
.cid-rNwn34Ols8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNwn34Ols8 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rNwn34Ols8 .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rNwn34Ols8 .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rNwn34Ols8 .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNwn34Ols8 .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNwn34Ols8 .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rNwn34Ols8 .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rNwn34Ols8 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNwn34Ols8 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNwn34Ols8 .mbr-text {
  color: #efefef;
}
.cid-rNwn34Ols8 H1 {
  color: #ffffff;
}
.cid-rNwoC4gUJ2 {
  background-image: url("../../../assets/images/gutter-company-810x1080.jpg");
}
.cid-rNwoC4gUJ2 .mbr-section {
  padding: 0;
}
.cid-rNwoC4gUJ2 .first-col,
.cid-rNwoC4gUJ2 .second-col {
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-rNwoC4gUJ2 .second-col {
  background-color: #232323;
}
.cid-rNwoC4gUJ2 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNwoC4gUJ2 .icon-transition span:hover {
  background-color: #149dcc;
}
.cid-rNwoC4gUJ2 .social-media {
  padding-left: 0;
}
.cid-rNwoC4gUJ2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNwoC4gUJ2 .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNwoC4gUJ2 .about-content {
    padding: 0 1rem;
  }
  .cid-rNwoC4gUJ2 .typed-text {
    text-align: center;
  }
  .cid-rNwoC4gUJ2 .second-col {
    padding: 1rem;
  }
  .cid-rNwoC4gUJ2 .social-media {
    padding: 0 1rem;
  }
  .cid-rNwoC4gUJ2 .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rNwoC4gUJ2 .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNwoC4gUJ2 .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rNwoC4gUJ2 .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rNwoC4gUJ2 .progressbar-title {
  color: white;
}
.cid-rNwoC4gUJ2 .progress {
  width: 100%;
  height: 8px;
  border-radius: 0;
}
.cid-rNwoC4gUJ2 .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNwoC4gUJ2 .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rNwoC4gUJ2 .progress-bar {
  height: 8px;
  background-color: #149dcc;
}
.cid-rNwoC4gUJ2 .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNwoC4gUJ2 .progressbar-number {
  display: inline-block;
}
.cid-rNwoC4gUJ2 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rNwoC4gUJ2 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNwoC4gUJ2 .progress_value {
  position: relative;
  color: #149dcc;
}
.cid-rNwoC4gUJ2 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNwoC4gUJ2 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rNwoC4gUJ2 progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rNwoC4gUJ2 progress::-ms-fill {
  background: #149dcc;
}
.cid-rNwoC4gUJ2 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rNwoC4gUJ2 .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rNwoC4gUJ2 .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rNwoC4gUJ2 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rNwoC4gUJ2 .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rNwoC4gUJ2 .progress-bar-1 {
  width: 100%;
}
.cid-rNwoC4gUJ2 .progress-bar-2 {
  width: 100%;
}
.cid-rNwoC4gUJ2 .progress-bar-3 {
  width: 100%;
}
.cid-rNwoC4gUJ2 .progress-bar-4 {
  width: 100%;
}
.cid-rNwoC4gUJ2 .progress-bar-5 {
  width: 10%;
}
.cid-tXvk1vx6GQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tXvk1vx6GQ .testimonials-container {
  margin: 0 auto;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tXvk1vx6GQ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tXvk1vx6GQ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tXvk1vx6GQ .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rNHVHKBZhn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rNHVHKBZhn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNHVHKBZhn .section-text {
  padding: 2rem 0;
}
.cid-rNHVHKBZhn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNHVHKBZhn .inner-container {
    width: 100% !important;
  }
}
.cid-u162PtTsAV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/largest-commercial-gutter-company-1080x810.jpg");
}
.cid-u162PtTsAV .mbr-section-subtitle {
  color: #767676;
}
.cid-u162PtTsAV ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u162PtTsAV ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-u162PtTsAV ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-u162PtTsAV ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-u162PtTsAV .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-u162PtTsAV .mbr-section-title {
  color: #ffffff;
}
.cid-uBdixin8G0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uBdixin8G0 P {
  color: #767676;
}
.cid-rNwqynqDTU {
  background: #f4b902;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f4b902, #232323);
}
.cid-rNwqynqDTU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rNwqynqDTU .video-block {
    width: 100% !important;
  }
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNIwCzMQ9w {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rNIwCzMQ9w .mbr-section-subtitle {
  color: #767676;
}
.cid-rNIwCzMQ9w H2 {
  color: #f4b902;
}
.cid-rZEltGI4qU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/largest-commercial-gutter-company-892x669.jpg");
}
.cid-rZEltGI4qU .mbr-overlay {
  background-color: #232323;
  opacity: 0.7;
}
.cid-rZEltGI4qU textarea {
  min-height: 150px;
}
.cid-rZEltGI4qU .google-map {
  height: 27rem;
  position: relative;
}
.cid-rZEltGI4qU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZEltGI4qU .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-rZEltGI4qU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZEltGI4qU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZEltGI4qU .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-rZEltGI4qU .form-control,
.cid-rZEltGI4qU .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-rZEltGI4qU .form-control input::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input input::-webkit-input-placeholder,
.cid-rZEltGI4qU .form-control textarea::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rZEltGI4qU .form-control input:-moz-placeholder,
.cid-rZEltGI4qU .field-input input:-moz-placeholder,
.cid-rZEltGI4qU .form-control textarea:-moz-placeholder,
.cid-rZEltGI4qU .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rZEltGI4qU .form-control:hover,
.cid-rZEltGI4qU .field-input:hover,
.cid-rZEltGI4qU .form-control:focus,
.cid-rZEltGI4qU .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rZEltGI4qU .form-control:hover input::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input:hover input::-webkit-input-placeholder,
.cid-rZEltGI4qU .form-control:focus input::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input:focus input::-webkit-input-placeholder,
.cid-rZEltGI4qU .form-control:hover textarea::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input:hover textarea::-webkit-input-placeholder,
.cid-rZEltGI4qU .form-control:focus textarea::-webkit-input-placeholder,
.cid-rZEltGI4qU .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rZEltGI4qU .form-control:hover input:-moz-placeholder,
.cid-rZEltGI4qU .field-input:hover input:-moz-placeholder,
.cid-rZEltGI4qU .form-control:focus input:-moz-placeholder,
.cid-rZEltGI4qU .field-input:focus input:-moz-placeholder,
.cid-rZEltGI4qU .form-control:hover textarea:-moz-placeholder,
.cid-rZEltGI4qU .field-input:hover textarea:-moz-placeholder,
.cid-rZEltGI4qU .form-control:focus textarea:-moz-placeholder,
.cid-rZEltGI4qU .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rZEltGI4qU .jq-number__spin:hover,
.cid-rZEltGI4qU .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rZEltGI4qU .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rZEltGI4qU .jq-selectbox li,
.cid-rZEltGI4qU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rZEltGI4qU .jq-selectbox li:hover,
.cid-rZEltGI4qU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rZEltGI4qU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rZEltGI4qU .jq-number__spin.minus:hover:after,
.cid-rZEltGI4qU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rZEltGI4qU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rZEltGI4qU .jq-number__spin.minus:after,
.cid-rZEltGI4qU .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rZEltGI4qU input::-webkit-clear-button {
  display: none;
}
.cid-rZEltGI4qU input::-webkit-inner-spin-button {
  display: none;
}
.cid-rZEltGI4qU input::-webkit-outer-spin-button {
  display: none;
}
.cid-rZEltGI4qU input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rZEltGI4qU .google-map {
    margin-bottom: 3rem;
  }
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNIKNNnogS {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rNIKNNnogS .row {
  position: relative;
}
.cid-rNIKNNnogS .container {
  max-width: 1500px;
}
.cid-rNIKNNnogS h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rNIKNNnogS .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rNIKNNnogS .container {
    padding: 0 4rem;
  }
}
.cid-rNIKNNnogS P {
  color: #c1c1c1;
}
.cid-rNIKNNnogS H2 {
  color: #c1c1c1;
}
.cid-rNIKNNnogS H3 {
  color: #c1c1c1;
}
.cid-rNIKNNnogS H1 {
  color: #c1c1c1;
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNBRKJGxhg {
  padding-top: 120px;
  background-image: url("../../../assets/images/bend-gutters-1080x608.jpg");
}
.cid-rNBRKJGxhg .container {
  margin-bottom: 15%;
}
.cid-rNBRKJGxhg .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNBRKJGxhg .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4b902;
}
.cid-rNBRKJGxhg .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rNBRKJGxhg .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rNBRKJGxhg .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rNBRKJGxhg .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rNBRKJGxhg .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rNBRKJGxhg .box-item-text,
.cid-rNBRKJGxhg .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNBRKJGxhg .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNBRKJGxhg .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNBRKJGxhg .box-list li:last-child {
  border-bottom: none;
}
.cid-rNBRKJGxhg .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNBRKJGxhg .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rNBRKJGxhg .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNBRKJGxhg .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNBRKJGxhg .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rNBRKJGxhg .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rNBRKJGxhg .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNBRKJGxhg .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNBRKJGxhg .mbr-text {
  color: #efefef;
}
.cid-rNBRKJGxhg H1 {
  color: #ffffff;
}
.cid-rNIeQnEXbD {
  background-image: url("../../../assets/images/gutter-company-810x1080.jpg");
}
.cid-rNIeQnEXbD .mbr-section {
  padding: 0;
}
.cid-rNIeQnEXbD .first-col,
.cid-rNIeQnEXbD .second-col {
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-rNIeQnEXbD .second-col {
  background-color: #232323;
}
.cid-rNIeQnEXbD .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNIeQnEXbD .icon-transition span:hover {
  background-color: #149dcc;
}
.cid-rNIeQnEXbD .social-media {
  padding-left: 0;
}
.cid-rNIeQnEXbD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNIeQnEXbD .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNIeQnEXbD .about-content {
    padding: 0 1rem;
  }
  .cid-rNIeQnEXbD .typed-text {
    text-align: center;
  }
  .cid-rNIeQnEXbD .second-col {
    padding: 1rem;
  }
  .cid-rNIeQnEXbD .social-media {
    padding: 0 1rem;
  }
  .cid-rNIeQnEXbD .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rNIeQnEXbD .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNIeQnEXbD .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rNIeQnEXbD .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rNIeQnEXbD .progressbar-title {
  color: white;
}
.cid-rNIeQnEXbD .progress {
  width: 100%;
  height: 8px;
  border-radius: 0;
}
.cid-rNIeQnEXbD .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNIeQnEXbD .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rNIeQnEXbD .progress-bar {
  height: 8px;
  background-color: #149dcc;
}
.cid-rNIeQnEXbD .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNIeQnEXbD .progressbar-number {
  display: inline-block;
}
.cid-rNIeQnEXbD .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rNIeQnEXbD .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIeQnEXbD .progress_value {
  position: relative;
  color: #149dcc;
}
.cid-rNIeQnEXbD progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIeQnEXbD progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rNIeQnEXbD progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rNIeQnEXbD progress::-ms-fill {
  background: #149dcc;
}
.cid-rNIeQnEXbD .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rNIeQnEXbD .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rNIeQnEXbD .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rNIeQnEXbD .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rNIeQnEXbD .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rNIeQnEXbD .progress-bar-1 {
  width: 100%;
}
.cid-rNIeQnEXbD .progress-bar-2 {
  width: 100%;
}
.cid-rNIeQnEXbD .progress-bar-3 {
  width: 100%;
}
.cid-rNIeQnEXbD .progress-bar-4 {
  width: 100%;
}
.cid-rNIeQnEXbD .progress-bar-5 {
  width: 10%;
}
.cid-rNIeSf5Acg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNIeSf5Acg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNIeSf5Acg .section-text {
  padding: 2rem 0;
}
.cid-rNIeSf5Acg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNIeSf5Acg .inner-container {
    width: 100% !important;
  }
}
.cid-rNIfRLUjSC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d56724;
}
.cid-rNIfRLUjSC .card-box {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .cid-rNIfRLUjSC .container {
    padding: 0 1.3rem;
  }
  .cid-rNIfRLUjSC .mbr-section-btn {
    opacity: 1;
  }
  .cid-rNIfRLUjSC .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rNIfRLUjSC .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rNIfRLUjSC .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rNIfRLUjSC .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rNIfRLUjSC .card {
    padding-bottom: 1rem!important;
  }
  .cid-rNIfRLUjSC .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rNIfRLUjSC .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rNIfRLUjSC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rNIfRLUjSC .card1 {
  background-image: url("../../../assets/images/new-home-gutters-1080x810.jpg");
}
.cid-rNIfRLUjSC .card2 {
  background-image: url("../../../assets/images/hidden-gutters-custom-1-864x1080.jpg");
}
.cid-rNIfRLUjSC .card3 {
  background-image: url("../../../assets/images/gutter-guards-400x225.jpg");
}
.cid-rNIfRLUjSC h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rNIfRLUjSC p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rNIfRLUjSC .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rNIfRLUjSC .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNBRPNnTxI {
  padding-top: 140px;
  background-image: url("../../../assets/images/gutters-installer-bend-oregon-892x669.jpg");
}
.cid-rNBRPNnTxI .container {
  margin-bottom: 15%;
}
.cid-rNBRPNnTxI .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNBRPNnTxI .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4b902;
}
.cid-rNBRPNnTxI .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rNBRPNnTxI .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rNBRPNnTxI .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rNBRPNnTxI .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rNBRPNnTxI .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rNBRPNnTxI .box-item-text,
.cid-rNBRPNnTxI .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNBRPNnTxI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNBRPNnTxI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNBRPNnTxI .box-list li:last-child {
  border-bottom: none;
}
.cid-rNBRPNnTxI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNBRPNnTxI .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rNBRPNnTxI .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNBRPNnTxI .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNBRPNnTxI .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rNBRPNnTxI .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rNBRPNnTxI .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNBRPNnTxI .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNBRPNnTxI .mbr-text {
  color: #efefef;
}
.cid-rNBRPNnTxI H1 {
  color: #ffffff;
}
.cid-rNInP9lj1n {
  background-image: url("../../../assets/images/redmond-gutter-contractor-1080x810.jpg");
}
.cid-rNInP9lj1n .mbr-section {
  padding: 0;
}
.cid-rNInP9lj1n .first-col,
.cid-rNInP9lj1n .second-col {
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-rNInP9lj1n .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNInP9lj1n .icon-transition span:hover {
  background-color: #149dcc;
}
.cid-rNInP9lj1n .social-media {
  padding-left: 0;
}
.cid-rNInP9lj1n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNInP9lj1n .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNInP9lj1n .about-content {
    padding: 0 1rem;
  }
  .cid-rNInP9lj1n .typed-text {
    text-align: center;
  }
  .cid-rNInP9lj1n .second-col {
    padding: 1rem;
  }
  .cid-rNInP9lj1n .social-media {
    padding: 0 1rem;
  }
  .cid-rNInP9lj1n .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rNInP9lj1n .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNInP9lj1n .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rNInP9lj1n .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rNInP9lj1n .progressbar-title {
  color: white;
}
.cid-rNInP9lj1n .progress {
  width: 100%;
  height: 8px;
  border-radius: 0;
}
.cid-rNInP9lj1n .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNInP9lj1n .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rNInP9lj1n .progress-bar {
  height: 8px;
  background-color: #149dcc;
}
.cid-rNInP9lj1n .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNInP9lj1n .progressbar-number {
  display: inline-block;
}
.cid-rNInP9lj1n .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rNInP9lj1n .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNInP9lj1n .progress_value {
  position: relative;
  color: #149dcc;
}
.cid-rNInP9lj1n progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNInP9lj1n progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rNInP9lj1n progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rNInP9lj1n progress::-ms-fill {
  background: #149dcc;
}
.cid-rNInP9lj1n .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rNInP9lj1n .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rNInP9lj1n .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rNInP9lj1n .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rNInP9lj1n .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rNInP9lj1n .progress-bar-1 {
  width: 100%;
}
.cid-rNInP9lj1n .progress-bar-2 {
  width: 100%;
}
.cid-rNInP9lj1n .progress-bar-3 {
  width: 100%;
}
.cid-rNInP9lj1n .progress-bar-4 {
  width: 100%;
}
.cid-rNInP9lj1n .progress-bar-5 {
  width: 10%;
}
.cid-rNInRdt7P4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNInRdt7P4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNInRdt7P4 .section-text {
  padding: 2rem 0;
}
.cid-rNInRdt7P4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNInRdt7P4 .inner-container {
    width: 100% !important;
  }
}
.cid-rNIpTUShJw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/largest-commercial-gutter-company-1080x810.jpg");
}
.cid-rNIpTUShJw .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rNIpTUShJw .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rNIpTUShJw .card-img {
  margin-bottom: 1rem;
}
.cid-rNIpTUShJw .card-img span {
  font-size: 60px;
}
.cid-rNSDgo7uNi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/largest-commercial-gutter-company-1080x810.jpg");
}
.cid-rNSDgo7uNi .mbr-section-subtitle {
  color: #767676;
}
.cid-rNSDgo7uNi ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNSDgo7uNi ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rNSDgo7uNi ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rNSDgo7uNi ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rNSDgo7uNi .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rNSDgo7uNi .mbr-section-title {
  color: #ffffff;
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNBRbJ5VHL {
  padding-top: 140px;
  background-image: url("../../../assets/images/palisch-homes-gutter-contractor-1080x810.jpg");
}
.cid-rNBRbJ5VHL .container {
  margin-bottom: 15%;
}
.cid-rNBRbJ5VHL .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNBRbJ5VHL .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4b902;
}
.cid-rNBRbJ5VHL .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rNBRbJ5VHL .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rNBRbJ5VHL .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rNBRbJ5VHL .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rNBRbJ5VHL .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rNBRbJ5VHL .box-item-text,
.cid-rNBRbJ5VHL .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNBRbJ5VHL .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNBRbJ5VHL .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNBRbJ5VHL .box-list li:last-child {
  border-bottom: none;
}
.cid-rNBRbJ5VHL .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNBRbJ5VHL .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rNBRbJ5VHL .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNBRbJ5VHL .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNBRbJ5VHL .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rNBRbJ5VHL .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rNBRbJ5VHL .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNBRbJ5VHL .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNBRbJ5VHL .mbr-text {
  color: #efefef;
}
.cid-rNBRbJ5VHL H1 {
  color: #ffffff;
}
.cid-rNIAAa1MEf {
  background-image: url("../../../assets/images/resist-all-gutter-llc-1080x810.jpg");
}
.cid-rNIAAa1MEf .mbr-section {
  padding: 0;
}
.cid-rNIAAa1MEf .first-col,
.cid-rNIAAa1MEf .second-col {
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-rNIAAa1MEf .second-col {
  background-color: #232323;
}
.cid-rNIAAa1MEf .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNIAAa1MEf .icon-transition span:hover {
  background-color: #149dcc;
}
.cid-rNIAAa1MEf .social-media {
  padding-left: 0;
}
.cid-rNIAAa1MEf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNIAAa1MEf .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNIAAa1MEf .about-content {
    padding: 0 1rem;
  }
  .cid-rNIAAa1MEf .typed-text {
    text-align: center;
  }
  .cid-rNIAAa1MEf .second-col {
    padding: 1rem;
  }
  .cid-rNIAAa1MEf .social-media {
    padding: 0 1rem;
  }
  .cid-rNIAAa1MEf .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rNIAAa1MEf .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNIAAa1MEf .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rNIAAa1MEf .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rNIAAa1MEf .progressbar-title {
  color: white;
}
.cid-rNIAAa1MEf .progress {
  width: 100%;
  height: 8px;
  border-radius: 0;
}
.cid-rNIAAa1MEf .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNIAAa1MEf .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rNIAAa1MEf .progress-bar {
  height: 8px;
  background-color: #149dcc;
}
.cid-rNIAAa1MEf .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNIAAa1MEf .progressbar-number {
  display: inline-block;
}
.cid-rNIAAa1MEf .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rNIAAa1MEf .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIAAa1MEf .progress_value {
  position: relative;
  color: #149dcc;
}
.cid-rNIAAa1MEf progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIAAa1MEf progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rNIAAa1MEf progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rNIAAa1MEf progress::-ms-fill {
  background: #149dcc;
}
.cid-rNIAAa1MEf .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rNIAAa1MEf .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rNIAAa1MEf .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rNIAAa1MEf .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rNIAAa1MEf .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rNIAAa1MEf .progress-bar-1 {
  width: 100%;
}
.cid-rNIAAa1MEf .progress-bar-2 {
  width: 100%;
}
.cid-rNIAAa1MEf .progress-bar-3 {
  width: 100%;
}
.cid-rNIAAa1MEf .progress-bar-4 {
  width: 100%;
}
.cid-rNIAAa1MEf .progress-bar-5 {
  width: 10%;
}
.cid-rNIABtgOv5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNIABtgOv5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNIABtgOv5 .section-text {
  padding: 2rem 0;
}
.cid-rNIABtgOv5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNIABtgOv5 .inner-container {
    width: 100% !important;
  }
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rN8mdmFTOq .navbar {
  padding: .5rem 0;
  background: #f4b902;
  transition: none;
  min-height: 50px;
}
.cid-rN8mdmFTOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rN8mdmFTOq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rN8mdmFTOq .dropdown-item {
  padding: 0;
}
.cid-rN8mdmFTOq .dropdown-menu {
  border: 0px solid lightgray;
  background: #f4b902 !important;
}
.cid-rN8mdmFTOq .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -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;
}
.cid-rN8mdmFTOq .menu-bottom {
  margin: auto;
  width: 100%;
  background: #f4b902;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .navbar-dropdown.bg-color.transparent.opened {
  background: #f4b902;
}
.cid-rN8mdmFTOq a {
  font-style: normal;
}
.cid-rN8mdmFTOq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rN8mdmFTOq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rN8mdmFTOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  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-rN8mdmFTOq .content-text {
  margin-bottom: 0;
}
.cid-rN8mdmFTOq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f4b902;
    -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-rN8mdmFTOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rN8mdmFTOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rN8mdmFTOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rN8mdmFTOq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rN8mdmFTOq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN8mdmFTOq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rN8mdmFTOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rN8mdmFTOq .content-right-side {
  text-align: center;
}
.cid-rN8mdmFTOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rN8mdmFTOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rN8mdmFTOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rN8mdmFTOq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rN8mdmFTOq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rN8mdmFTOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rN8mdmFTOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rN8mdmFTOq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rN8mdmFTOq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rN8mdmFTOq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rN8mdmFTOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rN8mdmFTOq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rN8mdmFTOq .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rN8mdmFTOq .navbar-toggler {
    display: none;
  }
  .cid-rN8mdmFTOq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rN8mdmFTOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rN8mdmFTOq .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rN8mdmFTOq .menu-logo {
  margin-right: auto;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rN8mdmFTOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu {
  background: #f4b902;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN8mdmFTOq .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-rN8mdmFTOq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rN8mdmFTOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rN8mdmFTOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN8mdmFTOq button.navbar-toggler:focus {
  outline: none;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN8mdmFTOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN8mdmFTOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN8mdmFTOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .btn {
  display: flex;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rN8mdmFTOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rN8mdmFTOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rN8mdmFTOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rN8mdmFTOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rN8mdmFTOq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rN8mdmFTOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rN8mdmFTOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rN8mdmFTOq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rN8mdmFTOq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rN8mdmFTOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing,
  .cid-rN8mdmFTOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rN8mdmFTOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rN8mdmFTOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rN8mdmFTOq .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN8mdmFTOq img {
    height: 3.8rem !important;
  }
  .cid-rN8mdmFTOq .btn {
    display: flex;
  }
  .cid-rN8mdmFTOq button.navbar-toggler {
    display: block;
  }
  .cid-rN8mdmFTOq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rN8mdmFTOq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rN8mdmFTOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rN8mdmFTOq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rN8mdmFTOq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rN8mdmFTOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rN8mdmFTOq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rN8mdmFTOq .nav-link:focus {
  outline: none;
}
.cid-rN8mdmFTOq .navbar-toggler {
  position: relative;
}
.cid-rN8mdmFTOq .dropdown-item.active,
.cid-rN8mdmFTOq .dropdown-item:active {
  background: #f4b902;
  color: initial;
}
.cid-rNBRZc0SJW {
  padding-top: 140px;
  background-image: url("../../../assets/images/rain-gutters-1080x810.jpg");
}
.cid-rNBRZc0SJW .container {
  margin-bottom: 15%;
}
.cid-rNBRZc0SJW .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNBRZc0SJW .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4b902;
}
.cid-rNBRZc0SJW .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rNBRZc0SJW .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rNBRZc0SJW .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rNBRZc0SJW .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rNBRZc0SJW .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rNBRZc0SJW .box-item-text,
.cid-rNBRZc0SJW .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNBRZc0SJW .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNBRZc0SJW .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNBRZc0SJW .box-list li:last-child {
  border-bottom: none;
}
.cid-rNBRZc0SJW .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNBRZc0SJW .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rNBRZc0SJW .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNBRZc0SJW .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNBRZc0SJW .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rNBRZc0SJW .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rNBRZc0SJW .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNBRZc0SJW .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNBRZc0SJW .mbr-text {
  color: #efefef;
}
.cid-rNBRZc0SJW H1 {
  color: #ffffff;
}
.cid-rNIxJyadjG {
  background-image: url("../../../assets/images/harcourt-home-gutters-1080x810.jpg");
}
.cid-rNIxJyadjG .mbr-section {
  padding: 0;
}
.cid-rNIxJyadjG .first-col,
.cid-rNIxJyadjG .second-col {
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-rNIxJyadjG .second-col {
  background-color: #232323;
}
.cid-rNIxJyadjG .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNIxJyadjG .icon-transition span:hover {
  background-color: #149dcc;
}
.cid-rNIxJyadjG .social-media {
  padding-left: 0;
}
.cid-rNIxJyadjG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNIxJyadjG .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rNIxJyadjG .about-content {
    padding: 0 1rem;
  }
  .cid-rNIxJyadjG .typed-text {
    text-align: center;
  }
  .cid-rNIxJyadjG .second-col {
    padding: 1rem;
  }
  .cid-rNIxJyadjG .social-media {
    padding: 0 1rem;
  }
  .cid-rNIxJyadjG .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rNIxJyadjG .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNIxJyadjG .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rNIxJyadjG .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rNIxJyadjG .progressbar-title {
  color: white;
}
.cid-rNIxJyadjG .progress {
  width: 100%;
  height: 8px;
  border-radius: 0;
}
.cid-rNIxJyadjG .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNIxJyadjG .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rNIxJyadjG .progress-bar {
  height: 8px;
  background-color: #149dcc;
}
.cid-rNIxJyadjG .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNIxJyadjG .progressbar-number {
  display: inline-block;
}
.cid-rNIxJyadjG .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rNIxJyadjG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIxJyadjG .progress_value {
  position: relative;
  color: #149dcc;
}
.cid-rNIxJyadjG progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rNIxJyadjG progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rNIxJyadjG progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rNIxJyadjG progress::-ms-fill {
  background: #149dcc;
}
.cid-rNIxJyadjG .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rNIxJyadjG .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rNIxJyadjG .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rNIxJyadjG .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rNIxJyadjG .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rNIxJyadjG .progress-bar-1 {
  width: 100%;
}
.cid-rNIxJyadjG .progress-bar-2 {
  width: 100%;
}
.cid-rNIxJyadjG .progress-bar-3 {
  width: 100%;
}
.cid-rNIxJyadjG .progress-bar-4 {
  width: 100%;
}
.cid-rNIxJyadjG .progress-bar-5 {
  width: 10%;
}
.cid-rNIxMxw7zd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNIxMxw7zd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNIxMxw7zd .section-text {
  padding: 2rem 0;
}
.cid-rNIxMxw7zd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNIxMxw7zd .inner-container {
    width: 100% !important;
  }
}
.cid-rNM0mBHDRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rNM0mBHDRD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNM0mBHDRD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNM0mBHDRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNM0mBHDRD .media-container-row .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-rNM0mBHDRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rNM0mBHDRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNM0mBHDRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNM0mBHDRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNM0mBHDRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNM0mBHDRD .media-container-row .row-copirayt p {
  width: 100%;
}
